Regen toc and modlib.
[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.1          Development release working toward v5.8
32 --------------
33 ____________________________________________________________________________
34 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
35         Log: Partially fix a problem noticed by IRIX compiler:
36              the initialization of parse_start was bypassed by
37              several gotos.  Now initialized to zero, which may
38              not be the best choice.
39      Branch: perl
40            ! regcomp.c
41 ____________________________________________________________________________
42 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
43         Log: Relax the group and password tests back to moaning only
44              if no matches at all are found.  (Even with a small sample
45              I could find many sites where there are, umm, anomalies in
46              the said databases.)       
47      Branch: perl
48            ! t/op/grent.t t/op/pwent.t
49 ____________________________________________________________________________
50 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
51         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
52      Branch: perl
53            ! pp_ctl.c
54 ____________________________________________________________________________
55 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
56         Log: De-cut-and-pasto in #10902.
57      Branch: perl
58            ! pp_ctl.c
59 ____________________________________________________________________________
60 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
61         Log: The #10771 didn't take?
62      Branch: perl
63            ! pp_ctl.c
64 ____________________________________________________________________________
65 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
66         Log: Undo the filetests part of #10900, under multiplicity
67              weird errors take place.
68      Branch: perl
69            ! pp_sys.c
70 ____________________________________________________________________________
71 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
72         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
73      Branch: perl
74            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
75 ____________________________________________________________________________
76 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
77         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
78              From: Tony Bowden <tony@kasei.com>
79              Date: Sun, 24 Jun 2001 17:32:40 +0100
80              Message-ID: <20010624173240.A16293@blackstar.co.uk>
81              
82              Document (well, mention) shortmess() and longmess()
83              to rob people of their fun of reinventing the weel.
84      Branch: perl
85            ! lib/Carp.pm
86 ____________________________________________________________________________
87 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
88         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
89              From: Brian Jepson <bjepson@oreilly.com>
90              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
91              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
92      Branch: perl
93            ! pp_sys.c
94 ____________________________________________________________________________
95 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
96         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
97              From: Robin Barker <rmb1@cise.npl.co.uk> 
98              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
99              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
100      Branch: perl
101            ! lib/CPAN.pm
102 ____________________________________________________________________________
103 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
104         Log: Memoize patch from mjd.
105      Branch: perl
106            ! lib/Memoize/t/tie_storable.t
107 ____________________________________________________________________________
108 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
109         Log: Spec the sv_pvprintify() a bit more.
110      Branch: perl
111            ! pod/perltodo.pod
112 ____________________________________________________________________________
113 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
114         Log: Upgrade to Memoize 0.65.
115      Branch: perl
116            + lib/Memoize/t/array_confusion.t
117            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
118            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
119            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
120            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
121            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
122            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
123            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
124            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
125            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
126            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
127            ! lib/Memoize/t/tie_storable.t
128 ____________________________________________________________________________
129 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
130         Log: Metaconfig unit change for #10892.
131      Branch: metaconfig
132            ! U/modified/Options.U
133 ____________________________________________________________________________
134 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
135         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
136              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
137              Date: Sun, 24 Jun 2001 05:24:40 -0400
138              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
139      Branch: perl
140            ! Configure hints/os2.sh
141 ____________________________________________________________________________
142 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
143         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
144              From: Mike Guy <mjtg@cam.ac.uk>
145              Date: Sun, 24 Jun 2001 15:28:39 +0100
146              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
147              
148              Fix an ancient (5.002) bug.
149      Branch: perl
150            ! lib/Carp/Heavy.pm
151 ____________________________________________________________________________
152 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
153         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
154              variables.
155      Branch: perl
156            ! pp_sys.c
157 ____________________________________________________________________________
158 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
159         Log: Make UTS as per #10888.
160      Branch: perl
161            ! hints/uts.sh
162 ____________________________________________________________________________
163 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
164         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
165      Branch: perl
166            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
167            ! mpeix/mpeixish.h perl.h unixish.h
168 ____________________________________________________________________________
169 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
170         Log: AUTHORS update.
171      Branch: perl
172            ! AUTHORS
173 ____________________________________________________________________________
174 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
175         Log: Subject: Encode::Tcl for multibyte doesnot work
176              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
177              Date: Sun, 24 Jun 2001 22:48:21 +0900
178              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
179      Branch: perl
180            ! ext/Encode/Encode/Tcl.pm
181 ____________________________________________________________________________
182 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
183         Log: Subject: [PATCH] Remove tautology in error messages
184              From: Mike Guy <mjtg@cam.ac.uk>
185              Date: Sun, 24 Jun 2001 13:31:00 +0100
186              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
187      Branch: perl
188            ! pp_sys.c
189 ____________________________________________________________________________
190 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
191         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
192      Branch: perl
193            ! hints/darwin.sh
194 ____________________________________________________________________________
195 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
196         Log: Subject: Re: [PATCH 5.6.1] test suite
197              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
198              Date: Sun, 24 Jun 2001 05:47:05 -0400
199              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
200              
201              Test suite fixes.
202      Branch: perl
203            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
204 ____________________________________________________________________________
205 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
206         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
207              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
208              Date: Sun, 24 Jun 2001 05:37:19 -0400
209              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
210      Branch: perl
211            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
212 ____________________________________________________________________________
213 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
214         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
215              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
216              Date: Sun, 24 Jun 2001 05:34:50 -0400
217              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
218              
219              Pacify compiler warnings.
220      Branch: perl
221            ! pp_sys.c
222 ____________________________________________________________________________
223 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
224         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
225              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
226              Date: Sun, 24 Jun 2001 05:21:18 -0400
227              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
228              
229              Enable compression of executables during link time.
230      Branch: perl
231            ! hints/os2.sh
232 ____________________________________________________________________________
233 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
234         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
235              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
236              Date: Sun, 24 Jun 2001 05:15:11 -0400
237              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
238              
239              Add ordinals to the export list for Perl DLL.
240              (Breaks intra-version DLL compatibility.)
241      Branch: perl
242            ! makedef.pl
243 ____________________________________________________________________________
244 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
245         Log: Allow (displaying and) re-editing the Subject in perlbug.
246              Also abstract the Subject quality control into a function.
247      Branch: perl
248            ! utils/perlbug.PL
249 ____________________________________________________________________________
250 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
251         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
252      Branch: perl
253            ! utils/perlbug.PL
254 ____________________________________________________________________________
255 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
256         Log: Regen toc and modlib.
257      Branch: perl
258            ! pod/perlmodlib.pod pod/perltoc.pod
259 ____________________________________________________________________________
260 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
261         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
262              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
263              attribute semantics as much as possible, or 'ntsec' which uses
264              native NTFS semantics.)  (See also #10877.)
265      Branch: perl
266            ! perl.c
267 ____________________________________________________________________________
268 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
269         Log: Hack to get rid of the UNEXPECTEDLY succeeded message for now.
270      Branch: perl
271            ! lib/Test/Harness.pm
272 ____________________________________________________________________________
273 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
274         Log: Just zap the -uPerlio.
275      Branch: perl
276            ! ext/B/Stash.t
277 ____________________________________________________________________________
278 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
279         Log: Do not test PerlIO if PerlIO not used.
280      Branch: perl
281            ! ext/PerlIO/PerlIO.t
282 ____________________________________________________________________________
283 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
284         Log: Regen perlapi.
285      Branch: perl
286            ! pod/perlapi.pod
287 ____________________________________________________________________________
288 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
289         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
290              From: Nicholas Clark <nick@ccl4.org>
291              Date: Sat, 23 Jun 2001 22:55:47 +0100
292              Message-ID: <20010623225547.Z98663@plum.flirble.org>
293      Branch: perl
294            ! numeric.c
295 ____________________________________________________________________________
296 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
297         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
298              From: Prymmer/Kahn <pvhp@best.com>
299              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
300              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
301      Branch: perl
302            ! lib/h2xs.t
303 ____________________________________________________________________________
304 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
305         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
306              cygwin does not taint cwd, just like win32.
307      Branch: perl
308            ! lib/File/Find/taint.t t/op/taint.t
309 ____________________________________________________________________________
310 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
311         Log: Retract #10865, the patch should be unnecessary.
312              (But seemingly helpful in Cygwin?  Strange.)
313      Branch: perl
314            ! lib/Memoize/t/tie_ndbm.t
315 ____________________________________________________________________________
316 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
317         Log: Misplaced test file; plus Cygwin filesystem semantics.
318      Branch: perl
319            + ext/SDBM_File/sdbm.t
320            - ext/ODBM_File/sdbm.t
321            ! MANIFEST
322 ____________________________________________________________________________
323 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
324         Log: (Retracted by #10867.)
325      Branch: perl
326            ! lib/Memoize/t/tie_ndbm.t
327 ____________________________________________________________________________
328 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
329         Log: Metaconfig unit change for #10863.
330      Branch: metaconfig/U/perl
331            ! Extensions.U
332 ____________________________________________________________________________
333 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
334         Log: In Cygwin do not build NDBM_File and ODBM_File unless
335              -lndbm and -ldbm are available.
336      Branch: perl
337            ! Configure config_h.SH
338 ____________________________________________________________________________
339 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
340         Log: More Cygwin filesystem semantics.
341      Branch: perl
342            ! t/io/fs.t t/op/stat.t
343 ____________________________________________________________________________
344 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
345         Log: More DOSish permission semantics for Cygwin.
346      Branch: perl
347            ! lib/AnyDBM_File.t
348 ____________________________________________________________________________
349 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
350         Log: Cygwin too has different permission semantics.
351      Branch: perl
352            ! ext/GDBM_File/gdbm.t
353 ____________________________________________________________________________
354 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
355         Log: The group (and assumedly passwd) databases can have
356              only one entry (this is the case in cygwin).
357      Branch: perl
358            ! t/op/grent.t t/op/pwent.t
359 ____________________________________________________________________________
360 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
361         Log: Also in Cygwin use Socket to figure out domainname
362              (if any) (avoids trying to call external 'domainname',
363              which doesn't at the moment exist in Cygwin)
364      Branch: perl
365            ! lib/Net/Domain.pm
366 ____________________________________________________________________________
367 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
368         Log: Remove also the lib$Foo.def, not just $Foo.def.
369      Branch: perl
370            ! lib/ExtUtils/MM_Unix.pm
371 ____________________________________________________________________________
372 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
373         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
374      Branch: perl
375            ! unixish.h
376 ____________________________________________________________________________
377 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
378         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
379              to match the whole isprint(), only the space character.
380      Branch: perl
381            ! handy.h pod/perlre.pod t/op/pat.t
382 ____________________________________________________________________________
383 [ 10854] By: nick                                  on 2001/06/23  08:09:33
384         Log: Integrate mainline
385      Branch: perlio
386           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
387           !> lib/ExtUtils.t lib/File/Find/taint.t
388           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
389           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
390           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
391 ____________________________________________________________________________
392 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
393         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
394              with its floats    in os390 and s390 (UTS).
395      Branch: perl
396            ! lib/Math/BigInt/t/bigintpm.t
397 ____________________________________________________________________________
398 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
399         Log: Add also UTS (s390) to the non-IEEE float platforms.
400      Branch: perl
401            ! t/op/sprintf.t
402 ____________________________________________________________________________
403 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
404         Log: Subject: RFC: what are applicable standards for exponent sizes?
405              From: Peter Prymmer <pvhp@forte.com>
406              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
407              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
408      Branch: perl
409            ! t/op/sprintf.t
410 ____________________________________________________________________________
411 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
412         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
413              From: Peter Prymmer <pvhp@forte.com>
414              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
415              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
416      Branch: perl
417            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
418 ____________________________________________________________________________
419 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
420         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
421              From: Peter Prymmer <pvhp@forte.com>
422              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
423              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
424      Branch: perl
425            ! lib/ExtUtils.t
426 ____________________________________________________________________________
427 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
428         Log: Retract #10845.
429      Branch: perl
430            ! lib/File/Find/taint.t
431 ____________________________________________________________________________
432 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
433         Log: Yet another error message.
434      Branch: perl
435            ! t/op/mkdir.t
436 ____________________________________________________________________________
437 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
438         Log: The croak message for nonexistent socket functions may vary.
439      Branch: perl
440            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
441 ____________________________________________________________________________
442 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
443         Log: (Retracted by #10848.)
444      Branch: perl
445            ! lib/File/Find/taint.t
446 ____________________________________________________________________________
447 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
448         Log: Integrate perlio.
449      Branch: perl
450           !> lib/File/Find/taint.t t/op/write.t
451 ____________________________________________________________________________
452 [ 10843] By: nick                                  on 2001/06/22  21:24:51
453         Log: Back out debug in taint.t
454      Branch: perlio
455            ! lib/File/Find/taint.t
456 ____________________________________________________________________________
457 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
458         Log: setitimer() does not exist in Unicos, despite of what
459              Configure thinks, from Mark P. Lutz.
460      Branch: perl
461            ! hints/unicos.sh
462 ____________________________________________________________________________
463 [ 10841] By: nick                                  on 2001/06/22  21:19:36
464         Log: Skip cwd test on Win32 ???
465      Branch: perlio
466            ! lib/File/Find/taint.t
467 ____________________________________________________________________________
468 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
469         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
470              and Tru64 gcc -Wall happy.
471      Branch: perl
472            ! mg.c
473 ____________________________________________________________________________
474 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
475         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
476      Branch: perl
477            ! ext/IPC/SysV/Semaphore.pm
478 ____________________________________________________________________________
479 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
480         Log: Metaconfig unit change for #10837.
481      Branch: metaconfig/U/perl
482            ! Cross.U
483 ____________________________________________________________________________
484 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
485         Log: Cleanup of the cross-compilation unit.
486      Branch: perl
487            ! Configure
488 ____________________________________________________________________________
489 [ 10836] By: nick                                  on 2001/06/22  20:45:12
490         Log: Skip |- based op/write.t on Win32 as well as VMS
491      Branch: perlio
492            ! t/op/write.t
493 ____________________________________________________________________________
494 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
495         Log: Integrate perlio.
496      Branch: perl
497           !> util.c
498 ____________________________________________________________________________
499 [ 10834] By: nick                                  on 2001/06/22  20:41:54
500         Log: Integrate mainline
501      Branch: perlio
502           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
503           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
504           !> vos/config.ga.h
505 ____________________________________________________________________________
506 [ 10833] By: nick                                  on 2001/06/22  20:22:58
507         Log: Patcho fix.
508      Branch: perlio
509            ! util.c
510 ____________________________________________________________________________
511 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
512         Log: Metaconfig unit changes for #10831.
513      Branch: metaconfig
514            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
515 ____________________________________________________________________________
516 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
517         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
518              From: Andy Dougherty <doughera@lafayette.edu>
519              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
520              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
521      Branch: perl
522            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
523            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
524 ____________________________________________________________________________
525 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
526         Log: MPE/iX prototype nits from Mark Bixby.
527      Branch: perl
528            ! pp_sys.c
529 ____________________________________________________________________________
530 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
531         Log: Detypo.
532      Branch: perl
533            ! util.c
534 ____________________________________________________________________________
535 [ 10828] By: nick                                  on 2001/06/22  15:33:37
536         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
537      Branch: perlio
538           +> lib/h2xs.t
539           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
540           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
541           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
542           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
543           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
544           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
545           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
546           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
547           !> vms/vmsish.h
548 ____________________________________________________________________________
549 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
550         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
551              Date: Fri, 22 Jun 2001 10:08:35 -0500
552              From: "Craig A. Berry" <craigberry@mac.com>
553              Message-Id: <a05101001b75908704194@[192.168.56.145]>
554      Branch: perl
555            ! vms/vms.c vms/vmsish.h
556 ____________________________________________________________________________
557 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
558         Log: NetWare scripts tweak from Ananth Kesari.
559      Branch: perl
560            ! NetWare/t/NWScripts.pl
561 ____________________________________________________________________________
562 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
563         Log: Update Changes.
564      Branch: perl
565            ! Changes patchlevel.h
566 ____________________________________________________________________________
567 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
568         Log: Add .i and .s targets.
569      Branch: perl
570            ! Makefile.SH
571 ____________________________________________________________________________
572 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
573         Log: Upgrade to Locale::Maketext 1.03.
574      Branch: perl
575            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
576            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
577 ____________________________________________________________________________
578 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
579         Log: Upgrade to I18N::LangTags 0.26.
580      Branch: perl
581            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
582            ! lib/I18N/LangTags/test.pl
583 ____________________________________________________________________________
584 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
585         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
586              Philip Newton.
587      Branch: perl
588            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
589            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
590 ____________________________________________________________________________
591 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
592         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
593              From: Prymmer/Kahn <pvhp@best.com>
594              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
595              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
596      Branch: perl
597            + lib/h2xs.t
598            ! MANIFEST utils/h2xs.PL
599 ____________________________________________________________________________
600 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
601         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
602              From: Prymmer/Kahn <pvhp@best.com>
603              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
604              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
605      Branch: perl
606            ! lib/ExtUtils.t
607 ____________________________________________________________________________
608 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
609         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
610              From: Prymmer/Kahn <pvhp@best.com>
611              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
612              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
613      Branch: perl
614            ! t/pod/plainer.t
615 ____________________________________________________________________________
616 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
617         Log: AUTHORS update.
618      Branch: perl
619            ! AUTHORS
620 ____________________________________________________________________________
621 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
622         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
623              From: "Craig A. Berry" <craigberry@mac.com>
624              Date: Thu, 21 Jun 2001 18:20:38 -0500
625              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
626      Branch: perl
627            ! ext/POSIX/POSIX.xs
628 ____________________________________________________________________________
629 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
630         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
631              From: "Craig A. Berry" <craigberry@mac.com>
632              Date: Thu, 21 Jun 2001 09:58:52 -0500
633              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
634      Branch: perl
635            ! ext/B/Deparse.t t/op/write.t
636 ____________________________________________________________________________
637 [ 10814] By: nick                                  on 2001/06/22  08:13:09
638         Log: Integrate mainline.
639      Branch: perlio
640           !> (integrate 46 files)
641 ____________________________________________________________________________
642 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
643         Log: Change the prefixes only if $prefix is unset,
644              as originally patched by Marcel Grunauer.
645      Branch: perl
646            ! hints/darwin.sh hints/rhapsody.sh
647 ____________________________________________________________________________
648 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
649         Log: Subject: Re: Patch for hints/darwin.sh
650              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
651              Date: Thu, 21 Jun 2001 11:23:46 -0700
652              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
653      Branch: perl
654            ! hints/darwin.sh hints/rhapsody.sh
655 ____________________________________________________________________________
656 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
657         Log: Add .PHONY targets for non-file targets,
658              from Wilfredo Sánchez.  Should help saying
659              "make install" on case-insensitive filesystems.
660      Branch: perl
661            ! Makefile.SH
662 ____________________________________________________________________________
663 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
664         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
665              From: Doug MacEachern <dougm@covalent.net>
666              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
667              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
668              
669              plus reword the getcwd() comment, plus use getcwd() buffer
670              size minus one.
671      Branch: perl
672            ! util.c
673 ____________________________________________________________________________
674 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
675         Log: More gprofing from Doug MacEachern.
676      Branch: perl
677            ! Makefile.SH
678 ____________________________________________________________________________
679 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
680         Log: Metaconfig unit change for #10807.
681      Branch: metaconfig/U/perl
682            ! d_sfio.U
683 ____________________________________________________________________________
684 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
685         Log: Tell that you are removing the unneeded -lsfio.
686      Branch: perl
687            ! Configure
688 ____________________________________________________________________________
689 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
690         Log: More MPE/iX tweaks from Mark Bixby.
691      Branch: perl
692            ! perl.c t/op/magic.t
693 ____________________________________________________________________________
694 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
695         Log: The fchdir() proto is supposed to live in <unistd.h>.
696      Branch: perl
697            ! ext/Cwd/Cwd.xs
698 ____________________________________________________________________________
699 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
700         Log: This town is too small for the Cwd extension and me,
701              it would seem...
702      Branch: perl
703            ! ext/Cwd/Cwd.xs
704 ____________________________________________________________________________
705 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
706         Log: Metaconfig unit change for #10802.
707      Branch: metaconfig/U/perl
708            ! d_modfl.U
709 ____________________________________________________________________________
710 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
711         Log: More d'ohs.
712      Branch: perl
713            ! Configure
714 ____________________________________________________________________________
715 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
716         Log: Off-by-one.  I'm so classic.
717      Branch: perl
718            ! util.c
719 ____________________________________________________________________________
720 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
721         Log: Update Changes.
722      Branch: perl
723            ! Changes patchlevel.h
724 ____________________________________________________________________________
725 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
726         Log: Subject: Documentation patch for Net::FTP
727              From: Marcel Grunauer <marcel@codewerk.com>
728              Date: Wed, 20 Jun 2001 23:03:26 +0200
729              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
730      Branch: perl
731            ! lib/Net/FTP.pm
732 ____________________________________________________________________________
733 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
734         Log: Retract the #10417 mg.c and embed.pl parts because of
735              strange SEGVs in 64bit x86 FreeBSD observed by
736              Nicholas Clark.
737      Branch: perl
738            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
739 ____________________________________________________________________________
740 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
741         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
742      Branch: perl
743            ! Configure NetWare/config.wc NetWare/config_H.wc
744            ! Porting/Glossary Porting/config.sh Porting/config_H
745            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
746            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
747            ! vos/config.ga.h win32/config.bc win32/config.gc
748            ! win32/config.vc win32/config_H.bc win32/config_H.gc
749            ! win32/config_H.vc
750 ____________________________________________________________________________
751 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
752         Log: Cwd tweak from Doug MacEachern.
753      Branch: perl
754            ! ext/Cwd/Cwd.xs
755 ____________________________________________________________________________
756 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
757         Log: Protect the fchdir() and lstat() with ifdefs.
758              fchdir() needs a Configure probe.
759      Branch: perl
760            ! ext/Cwd/Cwd.xs
761 ____________________________________________________________________________
762 [ 10794] By: nick                                  on 2001/06/21  17:11:35
763         Log: Integrate mainline
764      Branch: perlio
765           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
766           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
767           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
768           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
769           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
770           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
771           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
772           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
773            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
774            - lib/File/Glob/case.t lib/File/Glob/global.t
775            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
776            - lib/File/Temp/posix.t lib/File/Temp/security.t
777            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
778            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
779            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
780            - lib/Text/Wrap/wrap.t
781           !> (integrate 41 files)
782 ____________________________________________________________________________
783 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
784         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
785              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
786              Date: Thu, 21 Jun 2001 13:04:54 -0500
787              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
788      Branch: perl
789            ! ext/Cwd/Cwd.xs
790 ____________________________________________________________________________
791 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
792         Log: Subject: [PATCH pod] overlong =item
793              From: Robin Barker <rmb1@cise.npl.co.uk>
794              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
795              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
796      Branch: perl
797            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
798            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
799 ____________________________________________________________________________
800 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
801         Log: Subject: [PATCH perlio.c] format 
802              From: Robin Barker <rmb1@cise.npl.co.uk>
803              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
804              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
805      Branch: perl
806            ! perlio.c
807 ____________________________________________________________________________
808 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
809         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
810              From: Radu Greab <radu@netsoft.ro>
811              Date: Thu, 21 Jun 2001 19:06:02 +0300
812              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
813      Branch: perl
814            ! pod/perlapi.pod sv.c
815 ____________________________________________________________________________
816 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
817         Log: The metaconfig unit changes for #10788.
818      Branch: metaconfig/U/perl
819            ! Cross.U fflushall.U
820 ____________________________________________________________________________
821 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
822         Log: Cross-configuration changes: make $from to rm the files
823              before copying them over (this means that he rm can be
824              removed from the fflushall test), create $targetmkdir      
825              (not documented in install since it is supposed to internal
826              use only), make $run to copy over the executable only if
827              a stamp file .xok doesn't already exist (to avoid unnecessary
828              copying of the executable)
829      Branch: perl
830            ! Configure Makefile.SH
831 ____________________________________________________________________________
832 [ 10787] By: nick                                  on 2001/06/21  14:16:18
833         Log: Integrate mainline
834      Branch: perlio
835           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
836           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
837           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
838            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
839           !> (integrate 34 files)
840 ____________________________________________________________________________
841 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
842         Log: Re-add the files as text.
843      Branch: perl
844            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
845 ____________________________________________________________________________
846 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
847         Log: Delete the binary files.
848      Branch: perl
849            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
850 ____________________________________________________________________________
851 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
852         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
853              From: Andy Dougherty <doughera@lafayette.edu>
854              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
855              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
856      Branch: perl
857            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
858            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
859            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
860            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
861 ____________________________________________________________________________
862 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
863         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
864              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
865              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
866              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
867              
868              Setting umask to something friendlier.
869      Branch: perl
870            ! installman installperl
871 ____________________________________________________________________________
872 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
873         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
874              Resort MANIFEST with sort -f, looks much better.
875      Branch: perl
876            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
877            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
878            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
879            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
880            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
881            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
882            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
883            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
884            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
885            - lib/File/Glob/case.t lib/File/Glob/global.t
886            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
887            - lib/File/Temp/posix.t lib/File/Temp/security.t
888            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
889            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
890            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
891            - lib/Text/Wrap/wrap.t
892            ! MANIFEST
893 ____________________________________________________________________________
894 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
895         Log: Upgrade to I18N::LangTags 0.25.
896      Branch: perl
897            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
898            ! lib/I18N/LangTags/List.pm
899 ____________________________________________________________________________
900 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
901         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
902              From: Richard Soderberg <rs@crystalflame.net>
903              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
904              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
905      Branch: perl
906            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
907            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
908 ____________________________________________________________________________
909 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
910         Log: Test obsoleted by change #10777.
911      Branch: perl
912            ! t/op/sub_lval.t
913 ____________________________________________________________________________
914 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
915         Log: Case of confused test numbering.
916      Branch: perl
917            ! t/op/pat.t
918 ____________________________________________________________________________
919 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
920         Log: Subject: Re: Opinion on undef lvalue
921              From: Abhijit Menon-Sen <ams@wiw.org>
922              Date: Sun, 17 Jun 2001 13:04:46 +0530
923              Message-ID: <20010617130446.B27925@lustre.linux.in>
924              
925              Allow lvalue subs to return undef in array context.
926      Branch: perl
927            ! pp_hot.c
928 ____________________________________________________________________________
929 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
930         Log: Just a guess that using the same hack for cygwin as
931              for win32 might help.
932      Branch: perl
933            ! lib/File/Find/find.t
934 ____________________________________________________________________________
935 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
936         Log: NetWare tweaks from Guruprasad.
937      Branch: perl
938            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
939            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
940            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
941            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
942 ____________________________________________________________________________
943 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
944         Log: Subject: Re: perl@10722: Bogus warnings on REs 
945              From: Hugo <hv@crypt.compulink.co.uk>
946              Date: Thu, 21 Jun 2001 09:51:17 +0100
947              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
948              
949              Unroll to avoid a UTS compiler bug.
950      Branch: perl
951            ! regcomp.c
952 ____________________________________________________________________________
953 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
954         Log: Subject: Re: [PATCH] Make /o work under i?threads
955              From: Artur Bergman <artur@contiller.se>
956              Date: Thu, 21 Jun 2001 14:38:03 +0200
957              Message-ID: <B757B74A.184D%artur@contiller.se>
958      Branch: perl
959            ! t/op/pat.t
960 ____________________________________________________________________________
961 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
962         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
963              From: Artur Bergman <artur@contiller.se> 
964              Date: Thu, 21 Jun 2001 14:27:33 +0200
965              Message-ID: <B757B4D4.1849%artur@contiller.se>
966              
967              Plus extra parentheses.
968      Branch: perl
969            ! op.h
970 ____________________________________________________________________________
971 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
972         Log: Subject: [PATCH] Make /o work under i?threads
973              From: Richard Soderberg <rs@crystalflame.net>
974              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
975              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
976      Branch: perl
977            ! pp_ctl.c
978 ____________________________________________________________________________
979 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
980         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
981              From: Artur Bergman <artur@contiller.se>
982              Date: Thu, 21 Jun 2001 14:04:54 +0200
983              Message-ID: <B757AF86.1842%artur@contiller.se>
984      Branch: perl
985            ! op.h
986 ____________________________________________________________________________
987 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
988         Log: Subject: Re: perl@10765: sv.c not OK on win32
989              From: Artur Bergman <artur@contiller.se>
990              Date: Thu, 21 Jun 2001 10:31:06 +0200
991              Message-ID: <B7577D69.182C%artur@contiller.se>
992      Branch: perl
993            ! sv.c
994 ____________________________________________________________________________
995 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
996         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
997              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
998              Date: Thu, 21 Jun 2001 06:23:56 -0400
999              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
1000              
1001              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
1002              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1003              Date: Thu, 21 Jun 2001 06:32:21 -0400
1004              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
1005      Branch: perl
1006            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
1007 ____________________________________________________________________________
1008 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
1009         Log: Subject: [PATCH] make syslog test more verbose
1010              From: Robert Spier <rspier@pobox.com>
1011              Date: Thu, 21 Jun 2001 00:54:32 -0400
1012              Message-ID: <15153.32264.295807.333073@rls.cx>
1013      Branch: perl
1014            ! ext/Sys/Syslog/syslog.t
1015 ____________________________________________________________________________
1016 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
1017         Log: Subject: op/study.t refinements
1018              From: Hugo <hv@crypt.compulink.co.uk>
1019              Date: Thu, 21 Jun 2001 00:29:07 +0100
1020              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
1021      Branch: perl
1022            ! t/op/study.t
1023 ____________________________________________________________________________
1024 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
1025         Log: Update Changes.
1026      Branch: perl
1027            ! Changes patchlevel.h
1028 ____________________________________________________________________________
1029 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
1030         Log: Subject: Re: [PATCH] djgpp updates
1031              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
1032              Date: Wed, 20 Jun 2001 10:05:15 +0200
1033              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
1034      Branch: perl
1035            ! djgpp/config.over
1036 ____________________________________________________________________________
1037 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
1038         Log: Fix for ID 20010619.002 "When building hash, hash keys that
1039              are function calls are not being called", from Abhijit.
1040      Branch: perl
1041            ! t/base/lex.t toke.c
1042 ____________________________________________________________________________
1043 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
1044         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
1045      Branch: perl
1046            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
1047            + lib/Locale/Maketext/test.pl
1048            - lib/Locale/Maketext.t
1049            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
1050            ! lib/Locale/Maketext/TPJ13.pod
1051 ____________________________________________________________________________
1052 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
1053         Log: Metaconfig unit change for #10760.
1054      Branch: metaconfig
1055            ! U/modified/Cppsym.U
1056 ____________________________________________________________________________
1057 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
1058         Log: Do not remove the ccsym* Cppsym* files since
1059              they are useful for metaconfig units coming after us.
1060              (This is the Configure nit mentioned in #10752.)
1061      Branch: perl
1062            ! Configure
1063 ____________________________________________________________________________
1064 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
1065         Log: Update to I18N::LangTags 0.24, from Sean Burke.
1066      Branch: perl
1067            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
1068            + lib/I18N/LangTags/README
1069            - lib/I18N/LangTags/List.pod
1070            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
1071 ____________________________________________________________________________
1072 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
1073         Log: Regen headers.
1074      Branch: perl
1075            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
1076            ! pod/perlapi.pod proto.h
1077 ____________________________________________________________________________
1078 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
1079         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
1080              From: Artur Bergman <artur@contiller.se>
1081              Date: Wed, 20 Jun 2001 11:31:32 +0200
1082              Message-ID: <B7563A14.17D8%artur@contiller.se>
1083      Branch: perl
1084            ! embed.pl hv.c intrpvar.h sv.c sv.h
1085 ____________________________________________________________________________
1086 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
1087         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
1088              From: Tim Sweetman <tim@aldigital.co.uk> 
1089              Date: Wed, 13 Jun 2001 14:25:17 +0100 
1090              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
1091      Branch: perl
1092            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
1093 ____________________________________________________________________________
1094 [ 10755] By: nick                                  on 2001/06/20  16:12:37
1095         Log: Integrate mainline
1096      Branch: perlio
1097           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
1098           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
1099           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
1100           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
1101           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
1102           !> t/op/study.t util.c
1103 ____________________________________________________________________________
1104 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
1105         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
1106              but not Makefile)
1107      Branch: maint-5.6/perl
1108            ! win32/Makefile
1109 ____________________________________________________________________________
1110 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
1111         Log: Security tweak on readlink().
1112      Branch: perl
1113            ! pp_sys.c
1114 ____________________________________________________________________________
1115 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
1116         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
1117      Branch: perl
1118            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
1119            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
1120            ! mpeix/relink t/op/pwent.t
1121 ____________________________________________________________________________
1122 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
1123         Log: Reinstate #10725 (with probe for alarm()).
1124      Branch: perl
1125            ! t/op/study.t
1126 ____________________________________________________________________________
1127 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
1128         Log: Replace our implementation of realpath() with OpenBSD's
1129              (src/lib/libc/stdlib/realpath.c 1.4).
1130      Branch: perl
1131            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
1132            ! pod/perldiag.pod proto.h util.c
1133 ____________________________________________________________________________
1134 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
1135         Log: Integrate perlio.
1136      Branch: perl
1137           !> perlio.c
1138 ____________________________________________________________________________
1139 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
1140         Log: No point in going into memory-saving contortions
1141              with getcwd() since there's a danger of buffer overflow.
1142              Also make the POSIX extension to use sv_getcwd().
1143              Finally, a missed proto.h fragment.
1144      Branch: perl
1145            ! ext/POSIX/POSIX.xs proto.h util.c
1146 ____________________________________________________________________________
1147 [ 10747] By: nick                                  on 2001/06/20  12:38:26
1148         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
1149      Branch: perlio
1150            ! perlio.c
1151 ____________________________________________________________________________
1152 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
1153         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
1154              From: Graham Barr <gbarr@pobox.com>
1155              Date: Wed, 20 Jun 2001 11:05:49 +0100
1156              Message-ID: <20010620110549.I19188@pobox.com>
1157              
1158              reported in        
1159              
1160              Subject: Bug in IO::Socket::INET module (repeat)
1161              From: "Harmon S. Nine" <hnine@netarx.com>
1162              Date: Tue, 19 Jun 2001 09:41:35 -0400
1163              Message-ID: <3B2F568F.8080605@netarx.com>
1164              
1165              The bug was that the IO::Socket::INET constructor
1166              did not allow a 'LocalPort' of 0.
1167      Branch: perl
1168            ! ext/IO/lib/IO/Socket/INET.pm
1169 ____________________________________________________________________________
1170 [ 10745] By: nick                                  on 2001/06/20  08:56:39
1171         Log: Integrate mainline.
1172      Branch: perlio
1173           !> (integrate 37 files)
1174 ____________________________________________________________________________
1175 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
1176         Log: After some reading I don't think we can blindly
1177              use systems' realpath().  Too many security problems,
1178              too many buggy implementations.
1179              
1180              TODO: the realpath() emulation code in util.c doesn't
1181              seem fully operational?  (readlink(), for example?)
1182      Branch: perl
1183            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
1184            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
1185            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
1186            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
1187            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
1188            ! win32/config_H.gc win32/config_H.vc
1189 ____________________________________________________________________________
1190 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
1191         Log: Metaconfig unit change for #10738.
1192      Branch: metaconfig
1193            ! U/compline/d_gconvert.U
1194 ____________________________________________________________________________
1195 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
1196         Log: Integrate change #10739 from maintperl:
1197              
1198              C<eval "/x$\r\n/x"> fails to compile correctly 
1199      Branch: perl
1200           !> t/op/pat.t toke.c
1201 ____________________________________________________________________________
1202 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
1203         Log: Retract #10725 (Hugo asked NOT to apply the patch)
1204      Branch: perl
1205            ! t/op/study.t
1206 ____________________________________________________________________________
1207 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
1208         Log: The test.third results were funnily named because of the
1209              new test scheme.
1210      Branch: perl
1211            ! t/TEST
1212 ____________________________________________________________________________
1213 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
1214         Log: C<eval "/x$\r\n/x"> fails to compile correctly
1215      Branch: maint-5.6/perl
1216            ! t/op/pat.t toke.c
1217 ____________________________________________________________________________
1218 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
1219         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
1220              From: Spider Boardman <spider@Orb.Nashua.NH.US>
1221              Date: Tue, 19 Jun 2001 19:15:40 -0400
1222              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
1223              
1224              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
1225              because "1e+129" being expected but "1.e+129" being returned.
1226              The culprit (at least in Tru64) is the use of gcvt().
1227      Branch: perl
1228            ! Configure
1229 ____________________________________________________________________________
1230 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
1231         Log: Subject: [PATCH perl@10722] test hunting on VMS
1232              From: "Craig A. Berry" <craigberry@mac.com>
1233              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
1234              Date: Tue, 19 Jun 2001 18:59:01 -0500
1235      Branch: perl
1236            ! vms/test.com
1237 ____________________________________________________________________________
1238 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
1239         Log: Subject: [PATCH] s/typos//
1240              From: Abhijit Menon-Sen <ams@wiw.org>
1241              Date: Wed, 20 Jun 2001 02:15:02 +0530
1242              Message-ID: <20010620021502.A14541@lustre.linux.in>
1243              
1244              Without the op.h s/bearword/bareword/ hunk, see
1245              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
1246      Branch: perl
1247            ! util.c
1248 ____________________________________________________________________________
1249 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
1250         Log: Metaconfig unit change for #10732 and #10733.
1251      Branch: metaconfig/U/perl
1252            ! fflushall.U
1253 ____________________________________________________________________________
1254 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
1255         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
1256              From: "Craig A. Berry" <craigberry@mac.com>
1257              Date: Tue, 19 Jun 2001 17:19:48 -0500
1258              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
1259      Branch: perl
1260            ! configure.com vms/descrip_mms.template
1261 ____________________________________________________________________________
1262 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
1263         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
1264              From: Spider Boardman <spider@Orb.Nashua.NH.US>
1265              Date: Tue, 19 Jun 2001 16:48:07 -0400
1266              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
1267              
1268              Further fixes to fflush(NULL) detection.
1269      Branch: perl
1270            ! Configure
1271 ____________________________________________________________________________
1272 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
1273         Log: AIX test -s hangs with non-existent files?
1274              (A genuine logic bug in Configure, but AIX also broken?)
1275      Branch: perl
1276            ! Configure
1277 ____________________________________________________________________________
1278 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
1279         Log: AUTHORS updates.
1280      Branch: perl
1281            ! AUTHORS
1282 ____________________________________________________________________________
1283 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
1284         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
1285              From: Spider Boardman <spider@Orb.Nashua.NH.US>
1286              Date: Tue, 19 Jun 2001 15:33:25 -0400
1287              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
1288      Branch: perl
1289            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
1290            ! t/lib/warnings/pp
1291 ____________________________________________________________________________
1292 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
1293         Log: Integrate perlio.
1294      Branch: perl
1295           !> lib/File/Find/find.t win32/distclean.bat
1296 ____________________________________________________________________________
1297 [ 10728] By: nick                                  on 2001/06/19  18:24:53
1298         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
1299      Branch: perlio
1300            ! lib/File/Find/find.t win32/distclean.bat
1301 ____________________________________________________________________________
1302 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
1303         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
1304              also add information how to find out whether one has PerlIO.
1305      Branch: perl
1306            ! pod/perlfunc.pod
1307 ____________________________________________________________________________
1308 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
1309         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
1310              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
1311              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
1312              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
1313      Branch: perl
1314            ! pod/perlfunc.pod
1315 ____________________________________________________________________________
1316 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
1317         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
1318              From: Hugo <hv@crypt.compulink.co.uk>
1319              Date: Tue, 19 Jun 2001 12:37:30 +0100
1320              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
1321      Branch: perl
1322            ! t/op/study.t
1323 ____________________________________________________________________________
1324 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
1325         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
1326              From: Hugo <hv@crypt.compulink.co.uk>
1327              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
1328              Date: Tue, 19 Jun 2001 13:15:17 +0100
1329      Branch: perl
1330            ! util.c
1331 ____________________________________________________________________________
1332 [ 10723] By: nick                                  on 2001/06/19  14:46:15
1333         Log: Integrate mainline
1334      Branch: perlio
1335           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
1336           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
1337           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
1338           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
1339           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
1340           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
1341            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
1342            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
1343            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
1344            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
1345            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
1346            - ext/Thread/unsync4.t
1347           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
1348           !> djgpp/config.over djgpp/fixpmain
1349           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
1350           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
1351           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
1352 ____________________________________________________________________________
1353 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
1354         Log: Update Changes.
1355      Branch: perl
1356            ! Changes patchlevel.h
1357 ____________________________________________________________________________
1358 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
1359         Log: The existence shall be MANIFESted.
1360      Branch: perl
1361            ! MANIFEST
1362 ____________________________________________________________________________
1363 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
1364         Log: The old libnet.cfg is first searched from the current directory,
1365              only then from the module path.
1366      Branch: perl
1367            ! utils/libnetcfg.PL
1368 ____________________________________________________________________________
1369 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
1370         Log: NetWare tweaks from Guruprasad.
1371      Branch: perl
1372            ! NetWare/Makefile NetWare/config.wc
1373 ____________________________________________________________________________
1374 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
1375         Log: Subject: [PATCH] djgpp updates
1376              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
1377              Date: Tue, 19 Jun 2001 10:59:06 +0200
1378              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
1379      Branch: perl
1380            ! djgpp/config.over djgpp/fixpmain
1381 ____________________________________________________________________________
1382 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
1383         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
1384              From: Prymmer/Kahn <pvhp@best.com>
1385              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
1386              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
1387      Branch: perl
1388            ! win32/Makefile
1389 ____________________________________________________________________________
1390 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
1391         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
1392              to happen right after the inclusion of <inttypes.h>,
1393              from Edward Moy.
1394      Branch: perl
1395            ! handy.h perl.h
1396 ____________________________________________________________________________
1397 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
1398         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
1399              From: Doug MacEachern <dougm@covalent.net>
1400              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
1401              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
1402      Branch: perl
1403            ! ext/DynaLoader/DynaLoader_pm.PL
1404 ____________________________________________________________________________
1405 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
1406         Log: Revert #10656 for perfomance reasons but leave in the
1407              use of Hv*() macros -- in comments, so that grepping the
1408              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
1409              suggested by Sarathy, also by Abhijit.)
1410      Branch: perl
1411            ! hv.c
1412 ____________________________________________________________________________
1413 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
1414         Log: Subject: [patch] .s MakeMaker suffix
1415              From: Doug MacEachern <dougm@covalent.net>
1416              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
1417              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
1418      Branch: perl
1419            ! lib/ExtUtils/MM_Unix.pm
1420 ____________________________________________________________________________
1421 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
1422         Log: One test lost in the big shuffle restored.
1423      Branch: perl
1424            + ext/IPC/SysV/ipcsysv.t
1425            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
1426 ____________________________________________________________________________
1427 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
1428         Log: Rename the old non-standard threads tests so that
1429              they won't be invoked.
1430      Branch: perl
1431            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
1432            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
1433            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
1434            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
1435            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
1436            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
1437            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
1438            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
1439            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
1440            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
1441            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
1442            - ext/Thread/unsync4.t
1443            ! MANIFEST
1444 ____________________________________________________________________________
1445 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
1446         Log: Integrate perlio.
1447      Branch: perl
1448           !> win32/config_sh.PL
1449 ____________________________________________________________________________
1450 [ 10709] By: nick                                  on 2001/06/19  08:18:18
1451         Log: Integrate mainline
1452      Branch: perlio
1453           +> (branch 40 files)
1454            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
1455            - lib/strict/subs lib/strict/vars lib/warnings/1global
1456            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
1457            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
1458            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
1459            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
1460            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
1461            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
1462            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
1463            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
1464            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
1465            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
1466            - lib/warnings/utf8 lib/warnings/util
1467           !> (integrate 57 files)
1468 ____________________________________________________________________________
1469 [ 10708] By: nick                                  on 2001/06/19  07:57:10
1470         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
1471      Branch: perlio
1472            ! win32/config_sh.PL
1473 ____________________________________________________________________________
1474 [ 10707] By: nick                                  on 2001/06/19  07:05:07
1475         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
1476      Branch: perl
1477            ! perly.c perly.y perly_c.diff vms/perly_c.vms
1478 ____________________________________________________________________________
1479 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
1480         Log: More perl572delta tweaks.
1481      Branch: perl
1482            ! pod/perl572delta.pod
1483 ____________________________________________________________________________
1484 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
1485         Log: Update perl572delta.
1486      Branch: perl
1487            ! pod/perl572delta.pod
1488 ____________________________________________________________________________
1489 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
1490         Log: VOS updates from Paul Green.
1491      Branch: perl
1492            ! vos/Changes vos/build.cm vos/perl.bind
1493 ____________________________________________________________________________
1494 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
1495         Log: Update the vos/config.*.* files.
1496      Branch: perl
1497            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
1498            ! vos/config.ga.h
1499 ____________________________________________________________________________
1500 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
1501         Log: Add a makefile for more painless adding of symbols to the
1502              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
1503              takes care of the adding)
1504      Branch: perl
1505            + vos/Makefile
1506 ____________________________________________________________________________
1507 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
1508         Log: Make libnetcfg by default display the libnet configuration,
1509              -c to change, add -i for old config, document all options,
1510              regen toc.
1511      Branch: perl
1512            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
1513 ____________________________________________________________________________
1514 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
1515         Log: gcc -Wall sweep.
1516      Branch: perl
1517            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
1518 ____________________________________________________________________________
1519 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
1520         Log: So there.
1521      Branch: perl
1522            ! universal.c
1523 ____________________________________________________________________________
1524 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
1525         Log: Document the need for sv_printify().
1526              
1527              Document that 'use utf8' has been considered.
1528              
1529              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
1530      Branch: perl
1531            ! pod/perltodo.pod universal.c
1532 ____________________________________________________________________________
1533 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
1534         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
1535              From: Nicholas Clark <nick@ccl4.org>
1536              Date: Mon, 18 Jun 2001 23:29:23 +0100
1537              Message-ID: <20010618232923.I98663@plum.flirble.org>
1538      Branch: perl
1539            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
1540            ! ext/Sys/Syslog/Makefile.PL
1541 ____________________________________________________________________________
1542 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
1543         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
1544              From: Scott.L.Miller@Compaq.com
1545              Date: Mon, 18 Jun 2001 10:12:27 -0500
1546              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
1547      Branch: perl
1548            ! lib/perl5db.pl pod/perldebug.pod
1549 ____________________________________________________________________________
1550 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
1551         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
1552              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
1553              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
1554              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
1555      Branch: perl
1556            ! lib/Carp/Heavy.pm
1557 ____________________________________________________________________________
1558 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
1559         Log: Subject: [PATCH] Documentation changes for CLONE
1560              From: Artur Bergman <artur@contiller.se>
1561              Date: Mon, 18 Jun 2001 22:06:37 +0200
1562              Message-ID: <B7542BEC.1719%artur@contiller.se>
1563      Branch: perl
1564            ! pod/perlmod.pod pod/perlsub.pod
1565 ____________________________________________________________________________
1566 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
1567         Log: Subject: Re: configure.com
1568              From: "Craig A. Berry" <craigberry@mac.com>
1569              Date: Mon, 18 Jun 2001 16:04:38 -0500
1570              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
1571      Branch: perl
1572            ! configure.com
1573 ____________________________________________________________________________
1574 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
1575         Log: Subject: PL_nullstash + perl_clone()
1576              From: Doug MacEachern <dougm@covalent.net>
1577              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
1578              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
1579      Branch: perl
1580            ! sv.c
1581 ____________________________________________________________________________
1582 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
1583         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
1584              From: davem@fdgroup.co.uk
1585              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
1586              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
1587      Branch: perl
1588            ! embed.pl pod/perlapi.pod
1589 ____________________________________________________________________________
1590 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
1591         Log: More cross-compilation defaults gleaned from -Dcc
1592              if it is CPU-OS-gcc.
1593      Branch: metaconfig
1594            ! U/modified/libc.U
1595      Branch: metaconfig/U/perl
1596            ! Cross.U
1597      Branch: perl
1598            ! Configure INSTALL
1599 ____________________________________________________________________________
1600 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
1601         Log: Update Changes.
1602      Branch: perl
1603            ! Changes patchlevel.h
1604 ____________________________________________________________________________
1605 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
1606         Log: Subject: [PATCH 5.7.1] sv.c documentation
1607              From: davem@fdgroup.co.uk
1608              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
1609              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
1610      Branch: perl
1611            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
1612            ! sv.c sv.h
1613 ____________________________________________________________________________
1614 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
1615         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
1616              From: "Jon Gunnip" <jongunnip@hotmail.com>
1617              Date: Sun, 17 Jun 2001 18:24:29 -0400
1618              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
1619      Branch: perl
1620            ! pod/perlvar.pod
1621 ____________________________________________________________________________
1622 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
1623         Log: Move the locale/strict/warnings helper files back
1624              under the t/lib; this way the amount of non-installabled
1625              stuff under lib/ stays smaller.
1626      Branch: perl
1627            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
1628            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
1629            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
1630            + t/lib/warnings/5nolint t/lib/warnings/6default
1631            + t/lib/warnings/7fatal t/lib/warnings/8signal
1632            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
1633            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
1634            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
1635            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
1636            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
1637            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
1638            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
1639            + t/lib/warnings/taint t/lib/warnings/toke
1640            + t/lib/warnings/universal t/lib/warnings/utf8
1641            + t/lib/warnings/util
1642            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
1643            - lib/strict/subs lib/strict/vars lib/warnings/1global
1644            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
1645            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
1646            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
1647            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
1648            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
1649            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
1650            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
1651            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
1652            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
1653            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
1654            - lib/warnings/utf8 lib/warnings/util
1655            ! MANIFEST installperl lib/locale.t lib/strict.t
1656 ____________________________________________________________________________
1657 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
1658         Log: Split off the pack/unpack code, from Nicholas Clark.
1659      Branch: perl
1660            + pp_pack.c
1661            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
1662            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
1663            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
1664 ____________________________________________________________________________
1665 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
1666         Log: Guard the SysV IPC tests against being invoked in
1667              SysV-IPC-less places.
1668      Branch: perl
1669            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
1670 ____________________________________________________________________________
1671 [ 10683] By: nick                                  on 2001/06/18  12:24:42
1672         Log: Integrate mainline (new test scheme now ok on Linux).
1673      Branch: perlio
1674           +> lib/warnings.t
1675           !> dump.c sv.c
1676 ____________________________________________________________________________
1677 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
1678         Log: Add the locale.c and numeric.c to the microperl sources.
1679      Branch: perl
1680            ! Makefile.micro win32/Makefile
1681 ____________________________________________________________________________
1682 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
1683         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
1684              From: Abhijit Menon-Sen <ams@wiw.org>
1685              Date: Mon, 18 Jun 2001 14:23:44 +0530
1686              Message-ID: <20010618142344.A13136@lustre.linux.in>
1687      Branch: perl
1688            ! dump.c
1689 ____________________________________________________________________________
1690 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
1691         Log: Subject: Re: [PATCH] more anonymous stash cleanups
1692              From: Abhijit Menon-Sen <ams@wiw.org>
1693              Date: Mon, 18 Jun 2001 15:50:32 +0530
1694              Message-ID: <20010618155032.A13223@lustre.linux.in>
1695              
1696              Plus the comment left in as suggested by NI-S.
1697      Branch: perl
1698            ! sv.c
1699 ____________________________________________________________________________
1700 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
1701         Log: One missed file.
1702      Branch: perl
1703            + lib/warnings.t
1704 ____________________________________________________________________________
1705 [ 10678] By: nick                                  on 2001/06/18  08:05:29
1706         Log: Integrate mainline (part2 - the deletes)
1707      Branch: perlio
1708            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
1709            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
1710            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
1711            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
1712            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
1713            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
1714            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
1715            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
1716            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
1717            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
1718            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
1719 ____________________________________________________________________________
1720 [ 10677] By: nick                                  on 2001/06/18  08:04:44
1721         Log: Integrate mainline (part1)
1722      Branch: perlio
1723           +> (branch 376 files)
1724            - (delete 219 files)
1725           !> (integrate 151 files)
1726 ____________________________________________________________________________
1727 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
1728         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
1729              No doubt I made some mistakes like missed some files or
1730              misnamed some files.  The naming rules were more or less:
1731              (1) if the module is from CPAN, follows its ways, be it
1732              t/*.t or test.pl.
1733              (2) otherwise if there are multiple tests for a module
1734              put them in a t/
1735              (3) otherwise if there's only one test put it in Module.t
1736              (4) helper files go to module/ (locale, strict, warnings)
1737              (5) use longer filenames now that we can (but e.g. the
1738              compat-0.6.t and the Text::Balanced test files still
1739              were renamed to be more civil against the 8.3 people)
1740              installperl was updated appropriately not to install the
1741              *.t files or the help files from under lib.
1742              
1743              TODO: some helper files still remain under t/ that could
1744              follow their 'masters'.  UPDATE: On second thoughts, why
1745              should they.  They can continue to live under t/lib, and
1746              in fact the locale/strict/warnings helpers that were moved
1747              could be moved back.  This way the amount of non-installable
1748              stuff under lib/ stays smaller.
1749      Branch: perl
1750            + (add 253 files)
1751            - (delete 254 files)
1752            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
1753 ____________________________________________________________________________
1754 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
1755         Log: The warning no more comes from util.c, it comes from numeric.c.
1756      Branch: perl
1757            ! README.tru64
1758 ____________________________________________________________________________
1759 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
1760         Log: Subject: Re: anyone good at casting spells?
1761              From: Spider Boardman <spider@Orb.Nashua.NH.US>
1762              Date: Sun, 17 Jun 2001 21:21:04 -0400
1763              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
1764      Branch: perl
1765            ! ext/POSIX/POSIX.xs hv.h
1766 ____________________________________________________________________________
1767 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
1768         Log: Protect the (original) thread tests against testing if no 5.005
1769              threads have been configured.
1770      Branch: perl
1771            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
1772            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
1773            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
1774            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
1775            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
1776            ! ext/Thread/unsync4.t
1777 ____________________________________________________________________________
1778 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
1779         Log: Try the new test scanning scheme on Text::Abbrev.
1780      Branch: perl
1781            + lib/Text/Abbrev.t
1782            - lib/Text/Abbrev/t/abbrev.t
1783            ! MANIFEST
1784 ____________________________________________________________________________
1785 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
1786         Log: Change the scan policy of the *.t and test.pl files,
1787              now the *.t do not need to live in a t/ directory.
1788      Branch: perl
1789            ! t/TEST t/harness
1790 ____________________________________________________________________________
1791 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
1792         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
1793              From: Ilmari Karonen <iltzu@sci.fi>
1794              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
1795              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
1796      Branch: perl
1797            ! pod/perlfaq7.pod
1798 ____________________________________________________________________________
1799 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
1800         Log: Quench the warnings from Tru64; the HP-UX is still
1801              broken because it really, REALLY, doesn't like the
1802              HvARRAY() being lvalue:
1803              
1804              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
1805              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
1806      Branch: perl
1807            ! hv.c
1808 ____________________________________________________________________________
1809 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
1810         Log: Integrate change #10667 from maintperl:
1811              
1812              change#10449 broke the special-case that makes lexicals inside the
1813              eval"" within DB::DB() visible
1814      Branch: perl
1815           !> op.c
1816 ____________________________________________________________________________
1817 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
1818         Log: change#10449 broke the special-case that makes lexicals inside the
1819              eval"" within DB::DB() visible
1820      Branch: maint-5.6/perl
1821            ! op.c
1822 ____________________________________________________________________________
1823 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
1824         Log: Still spurious output; indent the code a bit.
1825              
1826              TODO1: separate the utility functions like MkDir
1827              into a helper script?
1828              
1829              TODO2: I see a lot of repetition in the filepath()
1830              and dirpath() calls.
1831      Branch: perl
1832            ! t/lib/filefind.t t/lib/findtaint.t
1833 ____________________________________________________________________________
1834 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
1835         Log: Regen modlib, toc.
1836      Branch: perl
1837            ! pod/perlmodlib.pod pod/perltoc.pod
1838 ____________________________________________________________________________
1839 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
1840         Log: Add libnetcfg to perlutil.
1841      Branch: perl
1842            ! pod/perlutil.pod
1843 ____________________________________________________________________________
1844 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
1845         Log: Initial integration of libnet-1.0703.
1846              The Configure script renamed as libnetcfg, will be
1847              installed along other utilities.
1848      Branch: perl
1849            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
1850            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
1851            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
1852            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
1853            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
1854            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
1855            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
1856            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
1857            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
1858            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
1859            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
1860            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
1861            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
1862            + utils/libnetcfg.PL
1863            ! MANIFEST utils.lst utils/Makefile
1864 ____________________________________________________________________________
1865 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
1866         Log: Less potentially test-harness-confusing output.
1867      Branch: perl
1868            ! lib/Memoize/t/expire_module_t.t
1869 ____________________________________________________________________________
1870 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
1871         Log: The final print annoys make test.
1872      Branch: perl
1873            ! t/lib/filefind.t t/lib/findtaint.t
1874 ____________________________________________________________________________
1875 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
1876         Log: Add an option for handling dangling symbolic links.
1877      Branch: perl
1878            ! lib/File/Find.pm t/lib/filefind.t
1879 ____________________________________________________________________________
1880 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
1881         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
1882              From: Thomas Wegner <wegner_thomas@yahoo.com>
1883              Date: Sun, 17 Jun 2001 14:43:11 +0200
1884              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
1885      Branch: perl
1886            + t/lib/findtaint.t
1887            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
1888 ____________________________________________________________________________
1889 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
1890         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
1891              From: Jonathan Stowe <gellyfish@gellyfish.com>
1892              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
1893              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
1894      Branch: perl
1895            ! lib/ExtUtils/MM_Unix.pm
1896 ____________________________________________________________________________
1897 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
1898         Log: Subject: [PATCH] more anonymous stash cleanups
1899              From: Abhijit Menon-Sen <ams@wiw.org>
1900              Date: Sun, 17 Jun 2001 11:44:06 +0530
1901              Message-ID: <20010617114406.A25203@lustre.linux.in>
1902      Branch: perl
1903            ! op.c
1904 ____________________________________________________________________________
1905 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
1906         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
1907              From: Abhijit Menon-Sen <ams@wiw.org>
1908              Date: Sun, 17 Jun 2001 08:02:59 +0530
1909              Message-ID: <20010617080259.A28776@lustre.linux.in>
1910              
1911              Subject: [PATCH #2/7] xhv_eiter
1912              From: Abhijit Menon-Sen <ams@wiw.org>
1913              Date: Sun, 17 Jun 2001 08:13:18 +0530
1914              Message-ID: <20010617081318.B28776@lustre.linux.in>
1915              
1916              Subject: [PATCH #3/7] xhv_fill
1917              From: Abhijit Menon-Sen <ams@wiw.org>
1918              Date: Sun, 17 Jun 2001 08:25:16 +0530
1919              Message-ID: <20010617082516.C28776@lustre.linux.in>
1920              
1921              Subject: [PATCH #4/7] xhv_keys
1922              From: Abhijit Menon-Sen <ams@wiw.org>
1923              Date: Sun, 17 Jun 2001 08:36:17 +0530
1924              Message-ID: <20010617083617.D28776@lustre.linux.in>
1925              
1926              Subject: [PATCH #5/7] xhv_max
1927              From: Abhijit Menon-Sen <ams@wiw.org>
1928              Date: Sun, 17 Jun 2001 08:39:48 +0530
1929              Message-ID: <20010617083948.E28776@lustre.linux.in>
1930              
1931              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
1932              From: Abhijit Menon-Sen <ams@wiw.org>
1933              Date: Sun, 17 Jun 2001 08:51:11 +0530
1934              Message-ID: <20010617085111.F28776@lustre.linux.in>
1935      Branch: perl
1936            ! hv.c
1937 ____________________________________________________________________________
1938 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
1939         Log: Update Changes.
1940      Branch: perl
1941            ! Changes patchlevel.h
1942 ____________________________________________________________________________
1943 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
1944         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
1945              From: Abhijit Menon-Sen <ams@wiw.org>
1946              Date: Sat, 16 Jun 2001 07:41:19 +0530
1947              Message-ID: <20010616074119.A24720@lustre.linux.in>
1948      Branch: perl
1949            ! hv.c perl.c vms/vmsish.h win32/win32.h
1950 ____________________________________________________________________________
1951 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
1952         Log: Document tests failing when threaded, since we now have more.
1953      Branch: perl
1954            ! pod/perl572delta.pod
1955 ____________________________________________________________________________
1956 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
1957         Log: -Wall cleanup.
1958      Branch: perl
1959            ! ext/Thread/Thread.xs
1960 ____________________________________________________________________________
1961 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
1962         Log: pthread_attr_setstacksize() isn't absolutely necessary
1963              to call, only iff THREAD_CREATE_NEEDS_STACK.
1964      Branch: perl
1965            ! ext/Thread/Thread.xs
1966 ____________________________________________________________________________
1967 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
1968         Log: -Wall strays.
1969      Branch: perl
1970            ! perl.c util.c
1971 ____________________________________________________________________________
1972 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
1973         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
1974              (and INT64_MIN) brokenness.
1975      Branch: perl
1976            ! hints/darwin.sh perl.h
1977 ____________________________________________________________________________
1978 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
1979         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
1980              From: Nicholas Clark <nick@ccl4.org>
1981              Date: Sun, 17 Jun 2001 00:16:05 +0100
1982              Message-ID: <20010617001605.V98663@plum.flirble.org>
1983      Branch: perl
1984            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
1985            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
1986            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
1987 ____________________________________________________________________________
1988 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
1989         Log: Add perlnetware to docs; regen toc; supply skeleton
1990              docs for some Memoize submodules.
1991      Branch: perl
1992            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
1993            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
1994            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
1995            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
1996            ! win32/Makefile win32/makefile.mk
1997 ____________________________________________________________________________
1998 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
1999         Log: pod cleanup.
2000      Branch: perl
2001            ! README.netware
2002 ____________________________________________________________________________
2003 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
2004         Log: Integrate Memoize 0.64.  Few tweaks were required in
2005              the test scripts.  Note that the speed and expire*
2006              tests take several dozen seconds to run.
2007      Branch: perl
2008            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
2009            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
2010            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
2011            + lib/Memoize/README lib/Memoize/SDBM_File.pm
2012            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
2013            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
2014            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
2015            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
2016            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
2017            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
2018            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
2019            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
2020            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
2021            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
2022            ! MANIFEST t/lib/1_compile.t
2023 ____________________________________________________________________________
2024 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
2025         Log: Document the cross-compilation options.
2026      Branch: perl
2027            ! Cross/README INSTALL
2028 ____________________________________________________________________________
2029 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
2030         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
2031      Branch: perl
2032            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
2033            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
2034            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
2035            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
2036            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
2037            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
2038            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
2039            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
2040            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
2041            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
2042            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
2043            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
2044            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
2045            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
2046            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
2047            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
2048            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
2049            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
2050            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
2051            + lib/ExtUtils/MM_NW5.pm
2052            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
2053            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
2054            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
2055            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
2056            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
2057            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
2058            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
2059            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
2060            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
2061            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
2062            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
2063            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
2064            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
2065            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
2066            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
2067            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
2068            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
2069            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
2070            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
2071            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
2072            ! util.h x2p/a2py.c
2073 ____________________________________________________________________________
2074 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
2075         Log: Resort MANIFEST.
2076      Branch: perl
2077            ! MANIFEST
2078 ____________________________________________________________________________
2079 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
2080         Log: Integrate perlio.
2081      Branch: perl
2082           +> win32/win32io.c
2083           !> MANIFEST perlio.c perliol.h win32/makefile.mk
2084 ____________________________________________________________________________
2085 [ 10640] By: nick                                  on 2001/06/16  18:38:31
2086         Log: Disable :win32 layer as default till I get it working
2087      Branch: perlio
2088            ! MANIFEST perlio.c
2089 ____________________________________________________________________________
2090 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
2091         Log: Try the new scheme by moving the Text::Abbrev test
2092              to a new place under lib.
2093      Branch: perl
2094            + lib/Text/Abbrev/t/abbrev.t
2095            - t/lib/abbrev.t
2096            ! MANIFEST
2097 ____________________________________________________________________________
2098 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
2099         Log: Make the code even more dynamical so that testname
2100              suffix length can change.
2101      Branch: perl
2102            ! lib/Test/Harness.pm t/TEST
2103 ____________________________________________________________________________
2104 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
2105         Log: Allow for deeper t/ and also a single test.pl.
2106      Branch: perl
2107            ! t/TEST t/harness
2108 ____________________________________________________________________________
2109 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
2110         Log: #define fix from Nicholas Clark.
2111      Branch: perl
2112            ! ext/POSIX/POSIX.xs
2113 ____________________________________________________________________________
2114 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
2115         Log: Initialization is nice.
2116      Branch: perl
2117            ! lib/Test/Harness.pm
2118 ____________________________________________________________________________
2119 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
2120         Log: Make t/TEST and t/harness to test also the t/ tests
2121              under the main lib/ and ext/ directories.  Fix Test::Harness
2122              to dynamically change the width of its "foo/bar....ok" output.
2123      Branch: perl
2124            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
2125 ____________________________________________________________________________
2126 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
2127         Log: Subject: [PATCH] Re: perl@10611 
2128              From: Nicholas Clark <nick@ccl4.org>
2129              Date: Sat, 16 Jun 2001 16:52:47 +0100
2130              Message-ID: <20010616165247.O98663@plum.flirble.org>
2131              
2132              The .xs parts, too.
2133      Branch: perl
2134            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
2135            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
2136 ____________________________________________________________________________
2137 [ 10632] By: nick                                  on 2001/06/16  16:44:35
2138         Log: Work-in-progress win32 layer semi-functional, checking 
2139              for UNIX breakage.
2140      Branch: perlio
2141            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
2142 ____________________________________________________________________________
2143 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
2144         Log: Subject: [PATCH] Re: perl@10611 
2145              From: Nicholas Clark <nick@ccl4.org>
2146              Date: Sat, 16 Jun 2001 16:52:47 +0100
2147              Message-ID: <20010616165247.O98663@plum.flirble.org>
2148      Branch: perl
2149            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
2150            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
2151            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
2152            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
2153            ! lib/ExtUtils/Constant.pm
2154 ____________________________________________________________________________
2155 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
2156         Log: Metaconfig unit change for #10629.
2157      Branch: metaconfig
2158            ! U/modified/Finish.U
2159 ____________________________________________________________________________
2160 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
2161         Log: The extraction changed directories.
2162      Branch: perl
2163            ! Configure
2164 ____________________________________________________________________________
2165 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
2166         Log: Math::BigInt 1.35 from Tels.
2167      Branch: perl
2168            + t/lib/mbimbf.t
2169            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
2170            ! t/lib/bigfltpm.t t/lib/bigintpm.t
2171 ____________________________________________________________________________
2172 [ 10627] By: nick                                  on 2001/06/16  14:54:52
2173         Log: Work in progress UNIX-side edit of win32 PerLIO layer
2174      Branch: perlio
2175            + win32/win32io.c
2176            ! perlio.c win32/makefile.mk
2177 ____________________________________________________________________________
2178 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
2179         Log: Subject: [PATCH 5.6.1] os2/diff-configure
2180              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2181              Date: Fri, 15 Jun 2001 01:19:36 -0400
2182              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
2183              
2184              Empty all of it because I think #10624 made even the
2185              last patch hunk unnecessary.
2186      Branch: perl
2187            ! os2/diff.configure
2188 ____________________________________________________________________________
2189 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
2190         Log: Metaconfig unit change for 10624.
2191      Branch: metaconfig
2192            ! U/modified/libc.U
2193      Branch: perl
2194            ! config_h.SH
2195 ____________________________________________________________________________
2196 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
2197         Log: Move the initialization of libnames to the beginning so
2198              that can one 'seed' it (as OS/2 does.)
2199      Branch: perl
2200            ! Configure
2201 ____________________________________________________________________________
2202 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
2203         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
2204              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2205              Date: Fri, 15 Jun 2001 19:10:57 -0400
2206              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
2207      Branch: perl
2208            ! os2/OS2/REXX/DLL/DLL.pm
2209 ____________________________________________________________________________
2210 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
2211         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
2212              From: "Craig A. Berry" <craigberry@mac.com>
2213              Date: Fri, 15 Jun 2001 17:00:03 -0500
2214              Message-Id: <a05101007b750342599be@[172.16.52.1]>
2215      Branch: perl
2216            ! vms/descrip_mms.template
2217 ____________________________________________________________________________
2218 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
2219         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
2220              From: "Craig A. Berry" <craigberry@mac.com>
2221              Date: Fri, 15 Jun 2001 18:39:42 -0500
2222              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
2223      Branch: perl
2224            ! lib/File/Spec/VMS.pm t/lib/extutils.t
2225 ____________________________________________________________________________
2226 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
2227         Log: Integrate perlio.
2228      Branch: perl
2229           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
2230           !> t/io/utf8.t t/lib/io_scalar.t
2231 ____________________________________________________________________________
2232 [ 10619] By: nick                                  on 2001/06/15  21:05:19
2233         Log: Generated files
2234      Branch: perlio
2235            ! embed.h proto.h
2236 ____________________________________________________________________________
2237 [ 10618] By: nick                                  on 2001/06/15  20:27:42
2238         Log: Fix open.pm to work via XS-implemented method calls rather
2239              than *open::layers variables which caused all the HV/AV hassle.
2240      Branch: perlio
2241            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
2242            ! t/lib/io_scalar.t
2243 ____________________________________________________________________________
2244 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
2245         Log: Integrate perlio.
2246      Branch: perl
2247           !> lib/ExtUtils/Constant.pm
2248 ____________________________________________________________________________
2249 [ 10616] By: nick                                  on 2001/06/15  18:46:47
2250         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
2251      Branch: perlio
2252            ! lib/ExtUtils/Constant.pm
2253 ____________________________________________________________________________
2254 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
2255         Log: Integrate perlio.
2256      Branch: perl
2257           !> ext/Socket/Socket.xs
2258 ____________________________________________________________________________
2259 [ 10614] By: nick                                  on 2001/06/15  18:33:37
2260         Log: MULTIPLICITY fix for Socket.xs
2261      Branch: perlio
2262            ! ext/Socket/Socket.xs
2263 ____________________________________________________________________________
2264 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
2265         Log: Subject: Re: perl@10611
2266              From: Doug MacEachern <dougm@covalent.net>
2267              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
2268              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
2269      Branch: perl
2270            ! ext/Socket/Socket.xs
2271 ____________________________________________________________________________
2272 [ 10612] By: nick                                  on 2001/06/15  16:14:38
2273         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
2274      Branch: perlio
2275           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
2276           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
2277           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
2278           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
2279           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
2280           !> utils/h2ph.PL
2281 ____________________________________________________________________________
2282 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
2283         Log: Update Changes.
2284      Branch: perl
2285            ! Changes patchlevel.h
2286 ____________________________________________________________________________
2287 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
2288         Log: Upping the test count.
2289      Branch: perl
2290            ! t/lib/filefind.t
2291 ____________________________________________________________________________
2292 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
2293         Log: Integrate perlio.
2294      Branch: perl
2295           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
2296 ____________________________________________________________________________
2297 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
2298         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
2299              From: andreas.koenig@anima.de (Andreas J. Koenig)
2300              Date: 15 Jun 2001 13:30:39 +0200
2301              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
2302              
2303              Record the grim history.
2304      Branch: perl
2305            ! lib/File/Find.pm
2306 ____________________________________________________________________________
2307 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
2308         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
2309              From: Brian McCauley <nobull@mail.com>
2310              Date: 15 Jun 2001 07:51:26 +0100
2311              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
2312      Branch: perl
2313            ! lib/File/Find.pm t/lib/filefind.t
2314 ____________________________________________________________________________
2315 [ 10606] By: nick                                  on 2001/06/15  14:00:08
2316         Log: regen_config_h for Win32.
2317      Branch: perlio
2318            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2319 ____________________________________________________________________________
2320 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
2321         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
2322              From: Peter Prymmer <pvhp@forte.com>
2323              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
2324              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
2325      Branch: perl
2326            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
2327 ____________________________________________________________________________
2328 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
2329         Log: Some filesystems require writability for rename/unlink.
2330      Branch: perl
2331            ! opcode.pl
2332 ____________________________________________________________________________
2333 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
2334         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
2335              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
2336              Date: Fri, 15 Jun 2001 12:08:53 +0200
2337              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
2338      Branch: perl
2339            ! perlio.c
2340 ____________________________________________________________________________
2341 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
2342         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
2343              From: Mike Guy <mjtg@cam.ac.uk>
2344              Date: Fri, 15 Jun 2001 14:11:49 +0100
2345              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
2346      Branch: perl
2347            ! opcode.pl
2348 ____________________________________________________________________________
2349 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
2350         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
2351              From: Nicholas Clark <nick@ccl4.org>
2352              Date: Thu, 14 Jun 2001 23:52:56 +0100
2353              Message-ID: <20010614235256.G98663@plum.flirble.org>
2354      Branch: perl
2355            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
2356            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
2357 ____________________________________________________________________________
2358 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
2359         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
2360              From: Russ Allbery <rra@stanford.edu>
2361              Date: 14 Jun 2001 13:24:43 -0700
2362              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
2363      Branch: perl
2364            ! ext/GDBM_File/GDBM_File.pm
2365 ____________________________________________________________________________
2366 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
2367         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
2368              From: Nicholas Clark <nick@ccl4.org>
2369              Date: Thu, 14 Jun 2001 20:37:47 +0100
2370              Message-ID: <20010614203747.F98663@plum.flirble.org>
2371      Branch: perl
2372            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
2373            ! t/lib/gdbm.t
2374 ____________________________________________________________________________
2375 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
2376         Log: Integrate perlio.
2377      Branch: perl
2378           !> makedef.pl sv.c
2379 ____________________________________________________________________________
2380 [ 10597] By: nick                                  on 2001/06/15  11:08:13
2381         Log: Check that HVs with HvNAME() != NULL are really stashes before
2382              treating them as such. Also be more defensive on the GvCV.
2383              Win32 fork and dprof now working again. 
2384      Branch: perlio
2385            ! sv.c
2386 ____________________________________________________________________________
2387 [ 10596] By: nick                                  on 2001/06/15  10:11:20
2388         Log: Integrate mainline.
2389      Branch: perlio
2390           +> Cross/README
2391           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
2392           !> Porting/config_H config_h.SH configure.com epoc/config.sh
2393           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
2394           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
2395           !> vos/config.ga.h win32/config.bc win32/config.gc
2396           !> win32/config.vc win32/config_H.bc win32/config_H.gc
2397           !> win32/config_H.vc
2398 ____________________________________________________________________________
2399 [ 10595] By: nick                                  on 2001/06/15  09:37:17
2400         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
2401              - Win32 (VC++) now builds but fails:
2402              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
2403              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
2404              write.t    - open(...,"|-") not implemented on Win32 
2405      Branch: perlio
2406            ! makedef.pl
2407 ____________________________________________________________________________
2408 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
2409         Log: Integrate perlio.
2410      Branch: perl
2411           !> perlio.c win32/makefile.mk
2412 ____________________________________________________________________________
2413 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
2414         Log: Metaconfig unit changes for #10592.
2415      Branch: metaconfig
2416            + U/modified/i_varhdr.U U/modified/startsh.U
2417            - U/a_dvisory/crosscompile.U U/target/Target.U
2418            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
2419            ! U/compline/bitpbyte.U U/compline/byteorder.U
2420            ! U/compline/ccflags.U U/compline/charsize.U
2421            ! U/compline/d_casti32.U U/compline/d_castneg.U
2422            ! U/compline/d_closedir.U U/compline/d_fd_set.U
2423            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
2424            ! U/compline/d_keepsig.U U/compline/d_open3.U
2425            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
2426            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
2427            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
2428            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
2429            ! U/compline/doublesize.U U/compline/floatsize.U
2430            ! U/compline/nblock_io.U U/compline/orderlib.U
2431            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
2432            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
2433            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
2434            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
2435            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
2436            ! U/modified/spitshell.U U/threads/archname.U
2437            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
2438            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
2439            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
2440            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
2441            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
2442      Branch: metaconfig/U/perl
2443            + Cross.U
2444            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
2445            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
2446            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
2447            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
2448            ! stdio_streams.U uselfs.U
2449 ____________________________________________________________________________
2450 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
2451         Log: The first steps towards cross-compilation.
2452              
2453              Abstract execution of compiled test executables with $run,
2454              and abstract transfer of files with $to and $from.
2455              
2456              Under cross-compilation the $run, $to, and $from will point
2457              to appropriate wrapper scripts, by default ssh and scp,
2458              but also rsh, rcp, and cp are supported.  If not
2459              cross-compiling, they will be set to '', ':', and ':',
2460              respectively.
2461              
2462              With these patches I was able to get Configure for
2463              iPAQ ARM Linux on an Intel Linux about 95% right
2464              (only a few tests failed to execute or they produced
2465              incorrect results), and I was able to compile
2466              a functional miniperl.
2467              
2468              The symbol crosscompile renamed to be usecrosscompile,
2469              the corresponding C symbol from CROSSCOMPILE to
2470              USE_CROSS_COMPILE.
2471      Branch: perl
2472            ! Configure Cross/README Makefile.SH Porting/Glossary
2473            ! Porting/config.sh Porting/config_H config_h.SH configure.com
2474            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
2475            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
2476            ! vos/config.ga.def vos/config.ga.h win32/config.bc
2477            ! win32/config.gc win32/config.vc win32/config_H.bc
2478            ! win32/config_H.gc win32/config_H.vc
2479 ____________________________________________________________________________
2480 [ 10591] By: nick                                  on 2001/06/14  20:00:12
2481         Log: Steps along the road toward Win32 building again.
2482      Branch: perlio
2483            ! perlio.c win32/makefile.mk
2484 ____________________________________________________________________________
2485 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
2486         Log: Integrate perlio.
2487      Branch: perl
2488           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
2489 ____________________________________________________________________________
2490 [ 10589] By: nick                                  on 2001/06/14  13:54:07
2491         Log: Routine regen_config_h for Win32
2492      Branch: perlio
2493            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2494 ____________________________________________________________________________
2495 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
2496         Log: Integrate perlio.
2497      Branch: perl
2498           +> perlyline.pl
2499           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
2500 ____________________________________________________________________________
2501 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
2502         Log: A placeholder.
2503      Branch: perl
2504            + Cross/README
2505 ____________________________________________________________________________
2506 [ 10586] By: nick                                  on 2001/06/14  08:25:07
2507         Log: Add new step to run_byacc which:
2508              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
2509              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
2510      Branch: perlio
2511            + perlyline.pl
2512            ! MANIFEST Makefile.SH perly.c
2513 ____________________________________________________________________________
2514 [ 10585] By: nick                                  on 2001/06/14  08:22:29
2515         Log: Integrate mainline
2516      Branch: perlio
2517           +> locale.c numeric.c
2518           !> Changes cygwin/Makefile.SHs embed.h embed.pl
2519           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
2520           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
2521           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
2522           !> x2p/Makefile.SH
2523 ____________________________________________________________________________
2524 [ 10584] By: nick                                  on 2001/06/14  08:05:53
2525         Log: Hack to remove insecure directories from PATH so test will run.
2526      Branch: perlio
2527            ! t/lib/filefind.t
2528 ____________________________________________________________________________
2529 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
2530         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
2531      Branch: perl
2532            - t/lib/mbimbf.t
2533            ! MANIFEST
2534 ____________________________________________________________________________
2535 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
2536         Log: Detypo.
2537      Branch: perl
2538            ! x2p/Makefile.SH
2539 ____________________________________________________________________________
2540 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
2541         Log: de-$CONFIG continues.
2542      Branch: perl
2543            ! cygwin/Makefile.SHs x2p/Makefile.SH
2544 ____________________________________________________________________________
2545 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
2546         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
2547              From: Nicholas Clark <nick@ccl4.org>
2548              Date: Wed, 13 Jun 2001 21:20:13 +0100
2549              Message-ID: <20010613212013.D98663@plum.flirble.org>
2550      Branch: perl
2551            ! opcode.pl
2552 ____________________________________________________________________________
2553 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
2554         Log: Subject: splitting util.c
2555              From: Hugo <hv@crypt.compulink.co.uk>
2556              Date: Thu, 14 Jun 2001 00:41:08 +0100
2557              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
2558      Branch: perl
2559            + locale.c numeric.c
2560            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
2561            ! pod/perlapi.pod proto.h util.c
2562 ____________________________________________________________________________
2563 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
2564         Log: Upgrade to Math::BigInt 1.34 from Tels.
2565      Branch: perl
2566            + t/lib/mbimbf.t
2567            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
2568            ! t/lib/bigfltpm.t t/lib/bigintpm.t
2569 ____________________________________________________________________________
2570 [ 10577] By: nick                                  on 2001/06/13  19:02:48
2571         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
2572      Branch: perlio
2573           !> (integrate 125 files)
2574 ____________________________________________________________________________
2575 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
2576         Log: Update Changes.
2577      Branch: perl
2578            ! Changes patchlevel.h
2579 ____________________________________________________________________________
2580 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
2581         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
2582              From: "Craig A. Berry" <craigberry@mac.com>
2583              Date: Wed, 13 Jun 2001 13:24:28 -0500
2584              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
2585      Branch: perl
2586            ! ext/re/Makefile.PL
2587 ____________________________________________________________________________
2588 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
2589         Log: Mc.u.c. for #10573.
2590      Branch: metaconfig
2591            ! U/threads/usethreads.U
2592 ____________________________________________________________________________
2593 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
2594         Log: It would be also be good if I could type.
2595      Branch: perl
2596            ! Configure
2597 ____________________________________________________________________________
2598 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
2599         Log: Metaconfig unit change for #10571.
2600      Branch: metaconfig
2601            ! U/threads/usethreads.U
2602 ____________________________________________________________________________
2603 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
2604         Log: A non-empty default is a good thing.
2605      Branch: perl
2606            ! Configure
2607 ____________________________________________________________________________
2608 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
2609         Log: Metaconfig unit change for #10569.
2610      Branch: metaconfig
2611            ! U/threads/usethreads.U
2612 ____________________________________________________________________________
2613 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
2614         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
2615              extremely experimental, not even prompted for.
2616      Branch: perl
2617            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2618            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
2619            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
2620            ! win32/config.bc win32/config.gc win32/config.vc
2621 ____________________________________________________________________________
2622 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
2623         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
2624      Branch: perl
2625            ! pod/perlfaq6.pod
2626 ____________________________________________________________________________
2627 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
2628         Log: Integrate perlio; conflicts, accept Nick's versions.
2629      Branch: perl
2630           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
2631           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
2632 ____________________________________________________________________________
2633 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
2634         Log: Subject: Re: ext/ + -Wall
2635              From: Doug MacEachern <dougm@covalent.net>
2636              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
2637              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
2638      Branch: perl
2639            ! XSUB.h lib/ExtUtils/xsubpp perl.h
2640 ____________________________________________________________________________
2641 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
2642         Log: Similar logic as DB_File.xs, using the modern macros and
2643              defines them to older ones for older Perls where PERL_VERSION
2644              is not defined, from Doug MacEachern.
2645      Branch: perl
2646            ! ext/Storable/Storable.xs
2647 ____________________________________________________________________________
2648 [ 10564] By: nick                                  on 2001/06/13  15:22:01
2649         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
2650              and using that instead (name lookups are sequential search for now).
2651      Branch: perlio
2652            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
2653            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
2654 ____________________________________________________________________________
2655 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
2656         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
2657              From: "Richard Soderberg" <rs@crystalflame.net>
2658              Date: Sat, 26 May 2001 06:44:20 -0700
2659              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
2660      Branch: perl
2661            ! sv.c t/op/glob.t
2662 ____________________________________________________________________________
2663 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
2664         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
2665              From: "Craig A. Berry" <craigberry@mac.com>
2666              Date: Tue, 12 Jun 2001 23:55:26 -0500
2667              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
2668      Branch: perl
2669            ! ext/re/Makefile.PL ext/re/re.xs
2670 ____________________________________________________________________________
2671 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
2672         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
2673              suggested by NI-S.
2674      Branch: perl
2675            ! XSUB.h malloc.c perl.h
2676 ____________________________________________________________________________
2677 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
2678         Log: Regen toc.
2679      Branch: perl
2680            ! pod/perltoc.pod
2681 ____________________________________________________________________________
2682 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
2683         Log: Subject: [patch] perl.gprof control
2684              From: Doug MacEachern <dougm@covalent.net>
2685              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
2686              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
2687      Branch: perl
2688            ! miniperlmain.c perl.h
2689 ____________________________________________________________________________
2690 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
2691         Log: Subject: Re: ext/ + -Wall
2692              From: Doug MacEachern <dougm@covalent.net>
2693              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
2694              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
2695              
2696              Document ax and break up dXSARGS.
2697      Branch: perl
2698            ! XSUB.h pod/perlapi.pod
2699 ____________________________________________________________________________
2700 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
2701         Log: More AIX tweakage from Merijn.
2702      Branch: perl
2703            ! hints/aix.sh
2704 ____________________________________________________________________________
2705 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
2706         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
2707              From: "Craig A. Berry" <craigberry@mac.com>
2708              Date: Tue, 12 Jun 2001 22:57:45 -0500
2709              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
2710      Branch: perl
2711            ! vms/descrip_mms.template
2712 ____________________________________________________________________________
2713 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
2714         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
2715              From: "Craig A. Berry" <craigberry@mac.com>
2716              Date: Tue, 12 Jun 2001 22:21:39 -0500
2717              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
2718      Branch: perl
2719            ! configure.com util.c
2720 ____________________________________________________________________________
2721 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
2722         Log: New AIX dynaloading code from Jens-Uwe Mager.
2723              Does break binary compatibility.
2724      Branch: perl
2725            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
2726 ____________________________________________________________________________
2727 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
2728         Log: VMS DEC C compiler found nits by Peter Prymmer.
2729      Branch: perl
2730            ! util.c
2731 ____________________________________________________________________________
2732 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
2733         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
2734              From: Peter Prymmer <pvhp@forte.com>
2735              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
2736              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
2737      Branch: perl
2738            ! t/lib/filecomp.t
2739 ____________________________________________________________________________
2740 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
2741         Log: I wonder how many $CONFIGs still lurk in the shadows.
2742      Branch: perl
2743            ! pod/Makefile.SH x2p/cflags.SH
2744 ____________________________________________________________________________
2745 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
2746         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
2747      Branch: perl
2748            ! pod/checkpods.PL
2749 ____________________________________________________________________________
2750 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
2751         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
2752      Branch: perl
2753            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
2754 ____________________________________________________________________________
2755 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
2756         Log: Subject: [patch] rid local_patches warnings
2757              From: Doug MacEachern <dougm@covalent.net>
2758              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
2759              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
2760      Branch: perl
2761            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
2762 ____________________________________________________________________________
2763 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
2764         Log: Subject: Re: ext/ + -Wall
2765              From: Doug MacEachern <dougm@covalent.net>
2766              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
2767              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
2768      Branch: perl
2769            ! ext/attrs/attrs.xs
2770 ____________________________________________________________________________
2771 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
2772         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
2773              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
2774              Date: Tue, 12 Jun 2001 14:36:20 -0400
2775              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
2776      Branch: perl
2777            ! pod/perlretut.pod
2778 ____________________________________________________________________________
2779 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
2780         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
2781              From: Mike Guy <mjtg@cam.ac.uk>
2782              Date: Tue, 12 Jun 2001 19:10:31 +0100
2783              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
2784              
2785              Subject: Re: [ID 20010612.001] out of memory during regex compilation
2786              From: Mike Guy <mjtg@cam.ac.uk>
2787              Date: Tue, 12 Jun 2001 19:21:01 +0100
2788              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
2789      Branch: perl
2790            ! pod/perlop.pod
2791 ____________________________________________________________________________
2792 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
2793         Log: AIX tweaks from Merijn H. Brand.
2794      Branch: perl
2795            ! hints/aix.sh
2796 ____________________________________________________________________________
2797 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
2798         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
2799              From: "Brendan O'Dea" <bod@compusol.com.au>
2800              Date: Wed, 13 Jun 2001 05:16:47 +1000
2801              Message-ID: <20010613051647.A8945@compusol.com.au>
2802      Branch: maint-5.6/perl
2803            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
2804 ____________________________________________________________________________
2805 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
2806         Log: Subject: Small bcopy cleanup
2807              From: Andy Dougherty <doughera@lafayette.edu>
2808              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
2809              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
2810      Branch: perl
2811            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
2812 ____________________________________________________________________________
2813 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
2814         Log: Subject: [PATCH] Re: ext/ + -Wall
2815              From: Nicholas Clark <nick@ccl4.org>
2816              Date: Wed, 13 Jun 2001 00:04:30 +0100
2817              Message-ID: <20010613000430.M5901@plum.flirble.org>
2818      Branch: perl
2819            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
2820 ____________________________________________________________________________
2821 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
2822         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
2823              From: Nicholas Clark <nick@ccl4.org>
2824              Date: Tue, 12 Jun 2001 23:53:07 +0100
2825              Message-ID: <20010612235307.L5901@plum.flirble.org>
2826      Branch: perl
2827            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
2828 ____________________________________________________________________________
2829 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
2830         Log: MPE/iX tweaks from Mark Bixby.
2831      Branch: perl
2832            ! hints/mpeix.sh mpeix/mpeixish.h util.c
2833 ____________________________________________________________________________
2834 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
2835         Log: Update Changes.
2836      Branch: perl
2837            ! Changes patchlevel.h
2838 ____________________________________________________________________________
2839 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
2840         Log: One less -Wall whine (found under DEBUGGING).
2841      Branch: perl
2842            ! x2p/Makefile.SH x2p/a2p.c
2843 ____________________________________________________________________________
2844 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
2845         Log: s/case-independent/case-insensitive/g
2846      Branch: perl
2847            ! pod/perldebug.pod
2848 ____________________________________________________________________________
2849 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
2850         Log: As suggested in    
2851              
2852              Subject: Re: ext/ + -Wall
2853              From: Gurusamy Sarathy <gsar@ActiveState.com>
2854              Date: Mon, 11 Jun 2001 23:34:31 -0700
2855              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
2856      Branch: perl
2857            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
2858            ! perl.h
2859 ____________________________________________________________________________
2860 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
2861         Log: Subject: ext/ + -Wall
2862              From: Doug MacEachern <dougm@covalent.net>
2863              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
2864              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
2865      Branch: perl
2866            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
2867            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
2868            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
2869            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
2870            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
2871            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
2872            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
2873            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
2874            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
2875            ! lib/ExtUtils/xsubpp
2876 ____________________________________________________________________________
2877 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
2878         Log: Subject: [PATCH] anonymous stashes
2879              From: Abhijit Menon-Sen <ams@wiw.org>
2880              Date: Tue, 12 Jun 2001 12:47:04 +0530
2881              Message-ID: <20010612124704.A29029@lustre.linux.in>
2882      Branch: perl
2883            ! dump.c gv.c sv.c xsutils.c
2884 ____________________________________________________________________________
2885 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
2886         Log: One more test for $^S.
2887      Branch: perl
2888            ! t/op/magic.t
2889 ____________________________________________________________________________
2890 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
2891         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
2892              From: Abhijit Menon-Sen <ams@wiw.org>
2893              Date: Tue, 12 Jun 2001 17:35:55 +0530
2894              Message-ID: <20010612173555.A32426@lustre.linux.in>
2895      Branch: perl
2896            ! mg.c t/op/magic.t
2897 ____________________________________________________________________________
2898 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
2899         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
2900              From: Mike Guy <mjtg@cam.ac.uk>
2901              Date: Tue, 12 Jun 2001 13:14:15 +0100
2902              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
2903      Branch: perl
2904            ! pod/perlop.pod
2905 ____________________________________________________________________________
2906 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
2907         Log: AUTHORS updates.
2908      Branch: perl
2909            ! AUTHORS
2910 ____________________________________________________________________________
2911 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
2912         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
2913              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
2914              Content-Transfer-Encoding: 7bit
2915              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
2916      Branch: perl
2917            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
2918 ____________________________________________________________________________
2919 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
2920         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
2921              From: "Philip Newton" <Philip.Newton@gmx.net>
2922              Date: Mon, 11 Jun 2001 07:08:03 +0200
2923              Message-Id: <200106120802.LAA08992@taas.iki.fi>
2924      Branch: perl
2925            ! t/base/term.t
2926 ____________________________________________________________________________
2927 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
2928         Log: Cleanup the a2p.c for -Wall.
2929      Branch: perl
2930            ! x2p/Makefile.SH x2p/a2p.c
2931 ____________________________________________________________________________
2932 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
2933         Log: File::Find update for MacOS from Chris Nandor.
2934      Branch: perl
2935            ! lib/File/Find.pm t/lib/filefind.t
2936 ____________________________________________________________________________
2937 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
2938         Log: gcc -Wall nits picked out by a non-UNIX system
2939              (courtesy of Mark Bixby)
2940      Branch: perl
2941            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
2942            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
2943            ! pp_sys.c util.c
2944 ____________________________________________________________________________
2945 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
2946         Log: Metaconfig unit change for #10522.  (The d_modfl changes
2947              placate metalint.)
2948      Branch: metaconfig/U/perl
2949            ! d_modfl.U d_u32align.U
2950 ____________________________________________________________________________
2951 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
2952         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
2953              be "./try 2>&1 >/dev/null".
2954      Branch: perl
2955            ! Configure
2956 ____________________________________________________________________________
2957 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
2958         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
2959              From: "Craig A. Berry" <craigberry@mac.com>
2960              Date: Mon, 11 Jun 2001 14:00:32 -0500
2961              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
2962      Branch: perl
2963            ! configure.com
2964 ____________________________________________________________________________
2965 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
2966         Log: Move the full \p\P lists to perlunicode.
2967      Branch: perl
2968            ! pod/perlretut.pod pod/perlunicode.pod
2969 ____________________________________________________________________________
2970 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
2971         Log: VOS build tweak for 5.6.1 from Paul Green.
2972      Branch: maint-5.6/perl
2973            ! vos/build.cm
2974 ____________________________________________________________________________
2975 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
2976         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
2977              From: "Craig A. Berry" <craigberry@mac.com>
2978              Date: Fri, 8 Jun 2001 18:08:18 -0500
2979              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
2980      Branch: perl
2981            ! vms/vms.c
2982 ____________________________________________________________________________
2983 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
2984         Log: Update Changes.
2985      Branch: perl
2986            ! Changes patchlevel.h
2987 ____________________________________________________________________________
2988 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
2989         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
2990      Branch: perl
2991            ! vos/config.alpha.h vos/config.ga.h
2992 ____________________________________________________________________________
2993 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
2994         Log: VOS updates from Paul Green for @10476.
2995      Branch: perl
2996            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
2997            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
2998            ! vos/config.ga.h vos/configure_perl.cm
2999 ____________________________________________________________________________
3000 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
3001         Log: Subject: [PATCH] Not many people know this ...
3002              From: Mike Guy <mjtg@cam.ac.uk>
3003              Date: Mon, 11 Jun 2001 14:55:15 +0100
3004              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
3005      Branch: perl
3006            ! pod/perldebug.pod
3007 ____________________________________________________________________________
3008 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
3009         Log: Add final commas to lists as suggested by Philip Newton.
3010      Branch: perl
3011            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
3012 ____________________________________________________________________________
3013 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
3014         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
3015              Date: Sun, 10 Jun 2001 23:35:38 -0400
3016              From: Chris Nandor <pudge@pobox.com>
3017              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
3018      Branch: perl
3019            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
3020            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
3021            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
3022            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
3023            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
3024            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
3025            ! t/op/write.t t/pragma/strict.t
3026 ____________________________________________________________________________
3027 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
3028         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
3029              From: Chris Nandor <pudge@pobox.com>
3030              Date: Mon, 11 Jun 2001 08:24:28 -0400
3031              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
3032      Branch: perl
3033            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
3034            ! t/lib/io_dir.t
3035 ____________________________________________________________________________
3036 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
3037         Log: One more run_byacc (a hand-tweaked version had slipped in).
3038      Branch: perl
3039            ! perly.c vms/perly_c.vms
3040 ____________________________________________________________________________
3041 [ 10509] By: nick                                  on 2001/06/11  07:49:15
3042         Log: Integrate mainline
3043      Branch: perlio
3044           !> Makefile.SH embed.h embed.pl global.sym
3045           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
3046           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
3047           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
3048           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
3049 ____________________________________________________________________________
3050 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
3051         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
3052              From: Mike Guy <mjtg@cam.ac.uk>
3053              Reply-To: mjtg@cam.ac.uk
3054              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
3055      Branch: perl
3056            ! lib/ExtUtils/Manifest.pm
3057 ____________________________________________________________________________
3058 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
3059         Log: Subject: [PATCH] ExtUtils::Constant
3060              From: Nicholas Clark <nick@ccl4.org>
3061              Date: Sun, 10 Jun 2001 23:25:41 +0100
3062              Message-ID: <20010610232540.C76396@plum.flirble.org>
3063      Branch: perl
3064            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
3065 ____________________________________________________________________________
3066 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
3067         Log: Integrate perlio.
3068      Branch: perl
3069           !> iperlsys.h
3070 ____________________________________________________________________________
3071 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
3072         Log: Move the grok_number and its lieutenant grok_numeric_radix
3073              from sv.c statics to util.c and public.
3074      Branch: perl
3075            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
3076            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
3077 ____________________________________________________________________________
3078 [ 10504] By: nick                                  on 2001/06/10  17:47:06
3079         Log: Fix (valid) -Wall warnings in perlio.c
3080      Branch: perlio
3081            ! iperlsys.h
3082 ____________________________________________________________________________
3083 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
3084         Log: Update perly_c.diff, update perly.fixer to edit away
3085              some of the -Wall noise.
3086      Branch: perl
3087            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
3088 ____________________________________________________________________________
3089 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
3090         Log: Check the version of byacc.
3091      Branch: perl
3092            ! Makefile.SH
3093 ____________________________________________________________________________
3094 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
3095         Log: Subject: [PATCH] perly.y overhaul
3096              From: Simon Cozens <simon@netthink.co.uk>
3097              Date: Sun, 10 Jun 2001 16:56:54 +0100
3098              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
3099              
3100              Plus make run_byacc.
3101      Branch: perl
3102            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
3103 ____________________________________________________________________________
3104 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
3105         Log: Integrate perlio.
3106      Branch: perl
3107           !> perlio.c perlsfio.h
3108 ____________________________________________________________________________
3109 [ 10499] By: nick                                  on 2001/06/10  15:01:08
3110         Log: Integrate mainline
3111      Branch: perlio
3112           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
3113           !> t/pragma/locale.t util.c
3114 ____________________________________________________________________________
3115 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
3116         Log: Put some meat on the perl572delta bones.  The list of
3117              selected bug fixes needs more work, as does still the
3118              whole document.
3119      Branch: perl
3120            ! pod/perl572delta.pod
3121 ____________________________________________________________________________
3122 [ 10497] By: nick                                  on 2001/06/10  12:27:51
3123         Log: Paper over a crack or two with USE_SFIO
3124      Branch: perlio
3125            ! perlio.c perlsfio.h
3126 ____________________________________________________________________________
3127 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
3128         Log: Update Changes.
3129      Branch: perl
3130            ! Changes patchlevel.h
3131 ____________________________________________________________________________
3132 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
3133         Log: Subject: Re: pragma/locale.t #107
3134              From: Hugo <hv@crypt.compulink.co.uk>
3135              Date: Sun, 10 Jun 2001 11:23:30 +0100
3136              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
3137              
3138              Encapsulate the scan of the decimal radix separator.
3139      Branch: perl
3140            ! embed.h embed.pl proto.h sv.c
3141 ____________________________________________________________________________
3142 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
3143         Log: Try to grok numbers both with the locale specific separator
3144              and with the usual "." (if different from the lss); add a test
3145              to locale.t to do also a little bit of math in addition to just
3146              equalness testing; remove extraneous logic as suggested in
3147              
3148              Subject: Re: pragma/locale.t #107
3149              From: Nicholas Clark <nick@ccl4.org>
3150              Date: Sat, 9 Jun 2001 22:37:36 +0100
3151              Message-ID: <20010609223735.Y76396@plum.flirble.org>
3152      Branch: perl
3153            ! sv.c t/pragma/locale.t
3154 ____________________________________________________________________________
3155 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
3156         Log: Metaconfig unit change for #10492.
3157      Branch: metaconfig/U/perl
3158            ! Extensions.U
3159 ____________________________________________________________________________
3160 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
3161         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
3162              From: Artur Bergman <artur@contiller.se> 
3163              Date: Sat, 09 Jun 2001 21:03:51 +0200
3164              Message-ID: <B7483FB6.1398%artur@contiller.se>
3165      Branch: perl
3166            ! Configure
3167 ____________________________________________________________________________
3168 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
3169         Log: Integrate perlio.
3170      Branch: perl
3171           !> perlsfio.h
3172 ____________________________________________________________________________
3173 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
3174         Log: Do locale specific separator if only in locale.
3175      Branch: perl
3176            ! util.c
3177 ____________________________________________________________________________
3178 [ 10489] By: nick                                  on 2001/06/09  19:13:25
3179         Log: Make XS/Typemap compile (but fail) with sfio
3180      Branch: perlio
3181            ! perlsfio.h
3182 ____________________________________________________________________________
3183 [ 10488] By: nick                                  on 2001/06/09  19:12:51
3184         Log: Re-integrate mainline
3185      Branch: perlio
3186           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
3187           !> proto.h sv.c util.c
3188 ____________________________________________________________________________
3189 [ 10487] By: nick                                  on 2001/06/09  16:26:29
3190         Log: Integrate mainline
3191      Branch: perlio
3192           !> (integrate 31 files)
3193 ____________________________________________________________________________
3194 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
3195         Log: Subject: [PATCH] New attempt to clone callack
3196              From: Artur Bergman <artur@contiller.se> 
3197              Date: Thu, 07 Jun 2001 11:52:16 +0200
3198              Message-ID: <B7451B6F.12B7%artur@contiller.se>
3199      Branch: perl
3200            ! embedvar.h intrpvar.h perlapi.h sv.c
3201 ____________________________________________________________________________
3202 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
3203         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
3204      Branch: perl
3205            ! embed.h embed.pl perl.h proto.h sv.c util.c
3206 ____________________________________________________________________________
3207 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
3208         Log: Subject: Re: pragma/locale.t #107
3209              From: Nicholas Clark <nick@ccl4.org>
3210              Date: Sat, 9 Jun 2001 16:26:10 +0100
3211              Message-ID: <20010609162609.V76396@plum.flirble.org>
3212              
3213              A missing NVification.
3214      Branch: perl
3215            ! sv.c
3216 ____________________________________________________________________________
3217 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
3218         Log: Redo the #10482, there already was a test script for formats.
3219      Branch: perl
3220            - t/io/format.t
3221            ! MANIFEST t/op/write.t
3222 ____________________________________________________________________________
3223 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
3224         Log: Twisted format testing, from Merijn.
3225      Branch: perl
3226            + t/io/format.t
3227            ! MANIFEST
3228 ____________________________________________________________________________
3229 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
3230         Log: More \p{In...} testing, combined with \N{...}.
3231      Branch: perl
3232            ! lib/utf8_heavy.pl t/op/pat.t
3233 ____________________________________________________________________________
3234 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
3235         Log: Metaconfig changes for #10479.
3236      Branch: metaconfig
3237            ! U/Glossary.patch
3238      Branch: metaconfig/U/perl
3239            ! d_modfl.U
3240 ____________________________________________________________________________
3241 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
3242         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
3243      Branch: perl
3244            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3245            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
3246            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
3247            ! win32/config.bc win32/config.gc win32/config.vc
3248 ____________________________________________________________________________
3249 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
3250         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
3251              From: "Craig A. Berry" <craigberry@mac.com>
3252              Date: Thu, 7 Jun 2001 14:27:20 -0500
3253              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
3254      Branch: perl
3255            ! vms/perlvms.pod
3256 ____________________________________________________________________________
3257 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
3258         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
3259              From: Gisle Aas <gisle@ActiveState.com>
3260              Date: 07 Jun 2001 17:04:29 -0700
3261              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
3262      Branch: perl
3263            ! ext/re/re.xs
3264 ____________________________________________________________________________
3265 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
3266         Log: Update Changes.
3267      Branch: perl
3268            ! Changes patchlevel.h
3269 ____________________________________________________________________________
3270 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
3271         Log: Regen Glossary et alia.
3272      Branch: perl
3273            ! Porting/Glossary Porting/config.sh Porting/config_H
3274 ____________________________________________________________________________
3275 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
3276         Log: Metaconfig unit changes for #10473.
3277      Branch: metaconfig/U/perl
3278            ! d_modfl.U
3279 ____________________________________________________________________________
3280 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
3281         Log: Harumph, also AIX will spill its guts (i.e. dump core)
3282              if an executable contains modfl() but it hasn't been
3283              compiled right (in the case of AIX, with cc -qlongdouble).
3284      Branch: perl
3285            ! Configure
3286 ____________________________________________________________________________
3287 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
3288         Log: integrate change#10471 from mainline
3289              
3290              in change#10451, check that CvOUTSIDE is a CV before looking in
3291              (it can apparently be SVt_NULL during global destruction)
3292      Branch: maint-5.6/perl
3293           !> op.c
3294 ____________________________________________________________________________
3295 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
3296         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
3297              (it can apparently be SVt_NULL during global destruction)
3298      Branch: perl
3299            ! op.c
3300 ____________________________________________________________________________
3301 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
3302         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
3303              From: Robin Barker <rmb1@cise.npl.co.uk>
3304              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
3305              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
3306      Branch: perl
3307            ! lib/diagnostics.pm pod/perldiag.pod
3308 ____________________________________________________________________________
3309 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
3310         Log: Subject: [PATCH perl@10439] long =item
3311              From: Robin Barker <rmb1@cise.npl.co.uk>
3312              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
3313              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
3314      Branch: perl
3315            ! README.amiga lib/Attribute/Handlers.pm
3316            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
3317 ____________________________________________________________________________
3318 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
3319         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
3320              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
3321              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
3322              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
3323      Branch: perl
3324            ! pod/perlguts.pod
3325 ____________________________________________________________________________
3326 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
3327         Log: Integrate perlio.
3328      Branch: perl
3329           !> sv.c
3330 ____________________________________________________________________________
3331 [ 10466] By: nick                                  on 2001/06/07  10:25:40
3332         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
3333              whitespace tweaks.
3334              Still coredumps in pragma/overload.t - what a nice hard fail that is...
3335      Branch: perlio
3336            ! sv.c
3337 ____________________________________________________________________________
3338 [ 10465] By: nick                                  on 2001/06/07  08:41:58
3339         Log: Raw integrate of mainline for S_grok_number debug
3340              (sv.c has MULTIPLICITY issues as well as whatever else ...)
3341      Branch: perlio
3342            - plan9/perlplan9.doc plan9/perlplan9.pod
3343           !> (integrate 46 files)
3344 ____________________________________________________________________________
3345 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
3346         Log: The proper prototyping for #10463.
3347      Branch: perl
3348            ! embed.h embed.pl proto.h sv.c
3349 ____________________________________________________________________________
3350 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
3351         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
3352              From: Nicholas Clark <nick@ccl4.org>
3353              Date: Thu, 7 Jun 2001 00:29:59 +0100
3354              Message-ID: <20010607002959.Z76396@plum.flirble.org>
3355      Branch: perl
3356            ! sv.c
3357 ____________________________________________________________________________
3358 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
3359         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
3360              From: "Craig A. Berry" <craigberry@mac.com>
3361              Date: Wed, 06 Jun 2001 17:54:30 -0500
3362              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
3363      Branch: perl
3364            ! vms/perlvms.pod
3365 ____________________________________________________________________________
3366 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
3367         Log: Podify the remaining README.platform files;
3368              merge README.plan9 and plan9/perlplan9.pod;
3369              delete plan9/perlplan9.* (the perlplan.doc needs to
3370              be regenerated in Plan 9); make the =head1 and =head2
3371              in the README.platform to be a little more verbose
3372              (skipped README.os2 not to anger Ilya) so that they
3373              look better in the toc; regen toc.
3374      Branch: perl
3375            - plan9/perlplan9.doc plan9/perlplan9.pod
3376            ! MANIFEST README.aix README.amiga README.apollo README.beos
3377            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
3378            ! README.hpux README.hurd README.machten README.macos
3379            ! README.micro README.mint README.mpeix README.os390
3380            ! README.plan9 README.qnx README.solaris README.threads
3381            ! README.tru64 README.vmesa README.vms README.vos README.win32
3382            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
3383            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
3384 ____________________________________________________________________________
3385 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
3386         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
3387              From: Mike Guy <mjtg@cam.ac.uk>
3388              Reply-To: mjtg@cam.ac.uk
3389              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
3390      Branch: perl
3391            ! pod/perlguts.pod
3392 ____________________________________________________________________________
3393 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
3394         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
3395              From: Mike Guy <mjtg@cam.ac.uk>
3396              Reply-To: mjtg@cam.ac.uk
3397              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
3398      Branch: perl
3399            ! pod/perlsec.pod
3400 ____________________________________________________________________________
3401 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
3402         Log: Disable long doubles from pre-5.0 Tru64s.
3403      Branch: perl
3404            ! README.tru64 hints/dec_osf.sh
3405 ____________________________________________________________________________
3406 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
3407         Log: The #10455 exposed that modfl() is fundamentally busted
3408              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
3409              testing it.
3410      Branch: perl
3411            ! hints/dec_osf.sh
3412 ____________________________________________________________________________
3413 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
3414         Log: Metaconfig unit change for #10455.
3415      Branch: metaconfig/U/perl
3416            ! d_modfl.U
3417 ____________________________________________________________________________
3418 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
3419         Log: Configure check for geborken modfl(), inspired by
3420              
3421              Subject: Re: [20010118.017] op/int.t failure 
3422              From: Hugo <hv@crypt.compulink.co.uk>
3423              Date: Tue, 05 Jun 2001 13:43:27 +0100
3424              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
3425      Branch: perl
3426            ! Configure
3427 ____________________________________________________________________________
3428 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
3429         Log: Integrate changes #10450 and #10451 from maintperl:
3430              
3431              optimize change#10448 slightly (don't repeat search in eval""s lexical
3432              scope, since that has already been searched)
3433              
3434              change#9108 needs subtler treatment for case of closures created
3435              within eval""
3436      Branch: perl
3437           !> op.c t/op/misc.t
3438 ____________________________________________________________________________
3439 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
3440         Log: MakeMaker magic to compile (when no dynamic loading)
3441              List/Util.xsc as (ListUtil.c and) ListUtil.o since
3442              POSIX-BC (BS2000) linker has an evil limitation of
3443              being unable to include in the same executable several
3444              object files with the same name - case-insensitively -
3445              because otherwise we conflict with util.c.
3446              Strictly speaking currently required only in POSIX-BC
3447              but probably will do no harm elsewhere where static
3448              linking is required.
3449      Branch: perl
3450            ! ext/List/Util/Makefile.PL
3451 ____________________________________________________________________________
3452 [ 10452] By: nick                                  on 2001/06/06  08:59:51
3453         Log: Integrate mainline.
3454      Branch: perlio
3455           +> lib/Attribute/Handlers/demo/Demo.pm
3456           +> lib/Attribute/Handlers/demo/Descriptions.pm
3457           +> lib/Attribute/Handlers/demo/MyClass.pm
3458           +> lib/Attribute/Handlers/demo/demo.pl
3459           +> lib/Attribute/Handlers/demo/demo2.pl
3460           +> lib/Attribute/Handlers/demo/demo3.pl
3461           +> lib/Attribute/Handlers/demo/demo4.pl
3462           +> lib/Attribute/Handlers/demo/demo_call.pl
3463           +> lib/Attribute/Handlers/demo/demo_chain.pl
3464           +> lib/Attribute/Handlers/demo/demo_cycle.pl
3465           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
3466           +> lib/Attribute/Handlers/demo/demo_phases.pl
3467           +> lib/Attribute/Handlers/demo/demo_range.pl
3468           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
3469           +> uts/strtol_wrap.c
3470           !> (integrate 91 files)
3471 ____________________________________________________________________________
3472 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
3473         Log: change#9108 needs subtler treatment for case of closures created
3474              within eval""
3475      Branch: maint-5.6/perl
3476            ! op.c t/op/misc.t
3477 ____________________________________________________________________________
3478 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
3479         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
3480              scope, since that has already been searched)
3481      Branch: maint-5.6/perl
3482            ! op.c
3483 ____________________________________________________________________________
3484 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
3485         Log: Integrate change #10448 from maintperl; lexicals
3486              outside an eval"" weren't resolved correctly inside a subroutine
3487              definition inside the eval"" if they were not already referenced
3488              in the toplevel of the eval""-ed code
3489      Branch: perl
3490           !> cop.h op.c pp_ctl.c t/op/misc.t
3491 ____________________________________________________________________________
3492 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
3493         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
3494              outside an eval"" weren't resolved correctly inside a subroutine
3495              definition inside the eval"" if they were not already referenced
3496              in the toplevel of the eval""-ed code
3497      Branch: maint-5.6/perl
3498            ! cop.h op.c pp_ctl.c t/op/misc.t
3499 ____________________________________________________________________________
3500 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
3501         Log: Subject: [PATCH] perl570delta.pod
3502              From: Peter Scott <Peter@PSDT.com> 
3503              Date: Tue, 05 Jun 2001 18:51:02 -0700
3504              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
3505      Branch: perl
3506            ! pod/perl570delta.pod
3507 ____________________________________________________________________________
3508 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
3509         Log: The fudge factor is no more needed.  I hope.
3510      Branch: perl
3511            ! t/lib/posix.t
3512 ____________________________________________________________________________
3513 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
3514         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
3515              From: Hugo <hv@crypt.compulink.co.uk>
3516              Date: Tue, 05 Jun 2001 12:58:19 +0100
3517              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
3518      Branch: perl
3519            ! util.c
3520 ____________________________________________________________________________
3521 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
3522         Log: Make up prototypes only for those who have the functions
3523              but not the prototypes.
3524      Branch: perl
3525            ! perl.h
3526 ____________________________________________________________________________
3527 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
3528         Log: Subject: Re: Not OK: perl@10439 on win32 
3529              From: Prymmer/Kahn <pvhp@best.com> 
3530              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
3531              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
3532      Branch: perl
3533            ! perl.h util.c
3534 ____________________________________________________________________________
3535 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
3536         Log: The metaconfig units changes for #10441.
3537      Branch: metaconfig
3538            ! U/modified/Extract.U U/modified/Extractall.U
3539            ! U/modified/Finish.U
3540 ____________________________________________________________________________
3541 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
3542         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
3543      Branch: perl
3544            ! Configure
3545 ____________________________________________________________________________
3546 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
3547         Log: Unnecessary fuzziness undone, noted by Mike Guy.
3548      Branch: perl
3549            ! t/op/tr.t
3550 ____________________________________________________________________________
3551 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
3552         Log: Update Changes.
3553      Branch: perl
3554            ! Changes patchlevel.h
3555 ____________________________________________________________________________
3556 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
3557         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
3558              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
3559              leakage patch.
3560      Branch: perl
3561            ! t/op/misc.t
3562 ____________________________________________________________________________
3563 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
3564         Log: Test case for #10433/#10424.
3565      Branch: perl
3566            ! t/op/misc.t
3567 ____________________________________________________________________________
3568 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
3569         Log: Subject: One fix for strtoul not setting errno
3570              From: hom00@utsglobal.com (Hal Morris)
3571              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
3572              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
3573      Branch: perl
3574            + uts/strtol_wrap.c
3575            ! MANIFEST hints/uts.sh
3576 ____________________________________________________________________________
3577 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
3578         Log: Metaconfig units changes for #10434.
3579      Branch: metaconfig
3580            ! U/modified/Cppsym.U
3581      Branch: metaconfig/U/perl
3582            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
3583            + d_syscallproto.U d_usleepproto.U
3584            ! longdblfio.U quadfio.U
3585 ____________________________________________________________________________
3586 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
3587         Log: Configure tweaks; add prototype probes, make the cpp symbols
3588              probe to cast, not whine; test for %Ld and %Lf before %lld and
3589              %llf because the L is the ANSI way.
3590      Branch: perl
3591            ! Configure config_h.SH configure.com epoc/config.sh
3592            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
3593            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
3594            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
3595 ____________________________________________________________________________
3596 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
3597         Log: Sigh.  This is what #10424 was supposed to check in.
3598      Branch: perl
3599            ! op.c sv.c sv.h
3600 ____________________________________________________________________________
3601 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
3602         Log: More verbose failure.
3603      Branch: perl
3604            ! t/op/ver.t
3605 ____________________________________________________________________________
3606 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
3607         Log: The .pm changes to go with #10428.
3608      Branch: perl
3609            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
3610            ! ext/Sys/Syslog/Syslog.pm
3611 ____________________________________________________________________________
3612 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
3613         Log: On second thoughts show to utf8 skippage message only
3614              on failures, it's too confusing otherwise,
3615      Branch: perl
3616            ! t/pragma/locale.t
3617 ____________________________________________________________________________
3618 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
3619         Log: Do not import anything from Encode.
3620      Branch: perl
3621            ! ext/MIME/Base64/QuotedPrint.pm
3622 ____________________________________________________________________________
3623 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
3624         Log: The #10402 didn't take.  Weird.
3625      Branch: perl
3626            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
3627            ! ext/Sys/Syslog/Syslog.xs
3628 ____________________________________________________________________________
3629 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
3630         Log: Eradicate traces of 'asciirange' re subpragma.
3631      Branch: perl
3632            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
3633            ! pod/perldiag.pod
3634 ____________________________________________________________________________
3635 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
3636         Log: use is a compile-time thing.
3637      Branch: perl
3638            ! ext/MIME/Base64/QuotedPrint.pm
3639 ____________________________________________________________________________
3640 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
3641         Log: Subject: [PATCH perl@10419] -Wall casting patch
3642              From: Robin Barker <rmb1@cise.npl.co.uk>
3643              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
3644              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
3645      Branch: perl
3646            ! ext/Devel/DProf/DProf.xs mg.c
3647 ____________________________________________________________________________
3648 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
3649         Log: Subject: [PATCH #2] introducing SVpad_TYPED
3650              From: Abhijit Menon-Sen <ams@wiw.org>
3651              Date: Mon, 4 Jun 2001 12:26:02 +0530
3652              Message-ID: <20010604122602.A5775@lustre.linux.in>
3653      Branch: perl
3654            ! op.c sv.c sv.h
3655 ____________________________________________________________________________
3656 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
3657         Log: testsuite for change#10192 (from Gisle Aas)
3658      Branch: perl
3659            + t/op/override.t
3660            ! MANIFEST
3661 ____________________________________________________________________________
3662 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
3663         Log: integrate changes#10414-10416 from mainline
3664              
3665              Potential buffer overrun if the radix separator is more than
3666              one byte.  Also, under locales, prefer the locale-specific
3667              separator over the old boring ".".
3668              
3669              "10.", that is, decimal numbers can have no decimal part at all.
3670              
3671              The non-locale places need love, too.
3672      Branch: maint-5.6/perl
3673           !> perl.h sv.c
3674 ____________________________________________________________________________
3675 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
3676         Log: Missed from #10420.
3677      Branch: perl
3678            ! epoc/config.sh
3679 ____________________________________________________________________________
3680 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
3681         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
3682              often this prototype goes with HAS_SETRESUID_PROTO.
3683      Branch: perl
3684            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3685            ! config_h.SH configure.com perl.h uconfig.h
3686 ____________________________________________________________________________
3687 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
3688         Log: Update Changes.
3689      Branch: perl
3690            ! Changes patchlevel.h
3691 ____________________________________________________________________________
3692 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
3693         Log: -Wall "subscript has type `char'" cleanup.
3694      Branch: perl
3695            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
3696 ____________________________________________________________________________
3697 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
3698         Log: Various "cast to pointer from integer of different size"
3699              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
3700              wide but I32 (int) only 32 bits wide).
3701              
3702              WARNING: the classnum and tagnum changes in Storable.xs
3703              may not be wise, they may be breaking binary compatibility
3704              (in 64-bit platforms), asked Raphael Manfredi about the changes.
3705      Branch: perl
3706            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
3707            ! mg.c proto.h
3708 ____________________________________________________________________________
3709 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
3710         Log: The non-locale places need love, too.
3711      Branch: perl
3712            ! perl.h
3713 ____________________________________________________________________________
3714 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
3715         Log: "10.", that is, decimal numbers can have no decimal part at all.
3716      Branch: perl
3717            ! perl.h
3718 ____________________________________________________________________________
3719 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
3720         Log: Potential buffer overrun if the radix separator is more than
3721              one byte.  Also, under locales, prefer the locale-specific
3722              separator over the old boring ".".
3723      Branch: perl
3724            ! perl.h sv.c
3725 ____________________________________________________________________________
3726 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
3727         Log: Integrate change #10412 from maintperl; locale is now
3728              per-cop, not per-op; plus retweak the locale.t to always
3729              list the skipped utf8 locales.
3730      Branch: perl
3731            ! t/pragma/locale.t
3732           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
3733           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
3734 ____________________________________________________________________________
3735 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
3736         Log: rationalize locale handling to fix the bugs uncovered by change#10394
3737              
3738              the major issue was that the runtime was looking at PL_hints rather
3739              than op_private to notice whether locale was enabled
3740              
3741              the secondary issue was that many locale-sensitive numeric ops didn't
3742              have HINT_LOCALE propagated into their op_private
3743              
3744              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
3745              instead of per-op, just like HINT_BYTE and the hints for lexical
3746              warnings (this makes the hint available to every op via PL_curcop)
3747              
3748              pragma/locale.t may need to be reworked with these fixes in mind
3749              (it currently passes its tests)
3750      Branch: maint-5.6/perl
3751            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
3752            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
3753 ____________________________________________________________________________
3754 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
3755         Log: More verbose debugging.
3756      Branch: perl
3757            ! t/pragma/locale.t
3758 ____________________________________________________________________________
3759 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
3760         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
3761              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
3762              Date: Sat, 2 Jun 2001 22:53:33 +0100
3763              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
3764      Branch: perl
3765            ! regcomp.c t/pragma/warn/regcomp
3766 ____________________________________________________________________________
3767 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
3768         Log: Mention that lexicalizing $a or $b is a bad idea if one
3769              wants to use sort().
3770      Branch: perl
3771            ! pod/perlvar.pod
3772 ____________________________________________________________________________
3773 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
3774         Log: Tweak the test to be happy if the accuracy is 'good enough'.
3775      Branch: perl
3776            ! t/lib/posix.t
3777 ____________________________________________________________________________
3778 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
3779         Log: Upgrade to Attribute::Handlers 0.70.
3780              
3781              NOTE: this unearthed the "too late for CHECK block" bug,
3782              that's why the 1_compile.t change.
3783      Branch: perl
3784            + lib/Attribute/Handlers/demo/Demo.pm
3785            + lib/Attribute/Handlers/demo/Descriptions.pm
3786            + lib/Attribute/Handlers/demo/MyClass.pm
3787            + lib/Attribute/Handlers/demo/demo.pl
3788            + lib/Attribute/Handlers/demo/demo2.pl
3789            + lib/Attribute/Handlers/demo/demo3.pl
3790            + lib/Attribute/Handlers/demo/demo4.pl
3791            + lib/Attribute/Handlers/demo/demo_call.pl
3792            + lib/Attribute/Handlers/demo/demo_chain.pl
3793            + lib/Attribute/Handlers/demo/demo_cycle.pl
3794            + lib/Attribute/Handlers/demo/demo_hashdir.pl
3795            + lib/Attribute/Handlers/demo/demo_phases.pl
3796            + lib/Attribute/Handlers/demo/demo_range.pl
3797            + lib/Attribute/Handlers/demo/demo_rawdata.pl
3798            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
3799            ! t/lib/attrhand.t
3800 ____________________________________________________________________________
3801 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
3802         Log: One less -Wall whine.
3803      Branch: perl
3804            ! regcomp.c
3805 ____________________________________________________________________________
3806 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
3807         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
3808      Branch: perl
3809           !> t/op/eval.t
3810 ____________________________________________________________________________
3811 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
3812         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
3813              aren't "normally" visible inside eval""s contained in subs unless
3814              a cloned reference to them already exists)
3815              
3816              strangely enough, t/harness did show this up as a failure (harness
3817              needs fixing?)
3818      Branch: maint-5.6/perl
3819            ! t/op/eval.t
3820 ____________________________________________________________________________
3821 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
3822         Log: Update to Text::Balanced 1.85.
3823      Branch: perl
3824            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
3825 ____________________________________________________________________________
3826 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
3827         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
3828              From: Nicholas Clark <nick@ccl4.org>
3829              Date: Sun, 3 Jun 2001 17:54:36 +0100
3830              Message-ID: <20010603175436.E76396@plum.flirble.org> 
3831      Branch: perl
3832            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
3833            ! ext/Sys/Syslog/Syslog.xs
3834 ____________________________________________________________________________
3835 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
3836         Log: Unused variables.
3837      Branch: perl
3838            ! util.c
3839 ____________________________________________________________________________
3840 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
3841         Log: Subject: [PATCH] APIfy op_clear 
3842              From: Simon Cozens <simon@netthink.co.uk>
3843              Date: Sun, 3 Jun 2001 13:51:46 +0100
3844              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
3845              
3846              (despite the subject line, op_null is APIfied by the patch)
3847      Branch: perl
3848            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
3849 ____________________________________________________________________________
3850 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
3851         Log: Subject: [PATCH] t/lib/extutils.t
3852              From: Nicholas Clark <nick@ccl4.org>
3853              Date: Sat, 2 Jun 2001 23:57:05 +0100
3854              Message-ID: <20010602235705.Q12698@plum.flirble.org>
3855      Branch: perl
3856            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
3857 ____________________________________________________________________________
3858 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
3859         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
3860              From: Prymmer/Kahn <pvhp@best.com>
3861              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
3862              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
3863      Branch: perl
3864            ! win32/Makefile win32/makefile.mk
3865 ____________________________________________________________________________
3866 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
3867         Log: Subject: Re: 'decimal digits' macro? 
3868              From: Hugo <hv@crypt.compulink.co.uk>
3869              Date: Sun, 03 Jun 2001 04:26:36 +0100
3870              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
3871      Branch: perl
3872            ! handy.h t/lib/posix.t t/op/tr.t
3873 ____________________________________________________________________________
3874 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
3875         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
3876              From: Hugo <hv@crypt.compulink.co.uk>
3877              Date: Sun, 03 Jun 2001 14:56:30 +0100
3878              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
3879      Branch: perl
3880            ! util.c
3881 ____________________________________________________________________________
3882 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
3883         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
3884      Branch: perl
3885           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
3886           !> vms/perly_c.vms
3887 ____________________________________________________________________________
3888 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
3889         Log: fix leakage of lexicals at file scope into subroutines that were
3890              declared before them; this appears to be a longstanding bug that
3891              meant that lexicals at file scope were never "deintroduced", meaning
3892              their scope range was never properly closed, and their visibility
3893              extended to all subsequent eval""s or requires
3894              
3895              added a test case
3896              
3897              seems to also fix a case of bogus duplicate warnings
3898      Branch: maint-5.6/perl
3899            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
3900            ! vms/perly_c.vms
3901 ____________________________________________________________________________
3902 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
3903         Log: More VMS tweaks from Craig A. Berry.
3904      Branch: perl
3905            ! configure.com t/lib/extutils.t
3906 ____________________________________________________________________________
3907 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
3908         Log: -Wall cleanup continues.
3909      Branch: perl
3910            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
3911            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
3912            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
3913            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
3914            ! run.c toke.c util.c
3915 ____________________________________________________________________________
3916 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
3917         Log: The metaconfig unit change for #10390.
3918      Branch: metaconfig/U/perl
3919            ! gccvers.U
3920 ____________________________________________________________________________
3921 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
3922         Log: Drop the -ansi from the default gcc flags.
3923              
3924              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
3925              that struct cannot be compared with a flat integer, such as STRLEN.
3926              The -ansi will also cause a lot of noise in Solaris because of:
3927              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
3928      Branch: perl
3929            ! Configure
3930 ____________________________________________________________________________
3931 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
3932         Log: Integrate perlio.
3933      Branch: perl
3934           !> pod/perlapi.pod util.c
3935 ____________________________________________________________________________
3936 [ 10388] By: nick                                  on 2001/06/02  08:01:12
3937         Log: Integrate mainline
3938      Branch: perlio
3939           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
3940           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
3941           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
3942           !> t/lib/1_compile.t t/lib/mimeqp.t
3943 ____________________________________________________________________________
3944 [ 10387] By: nick                                  on 2001/06/02  07:39:17
3945         Log: Tweak util.c's atof2 for MULTIPLICITY
3946      Branch: perlio
3947            ! util.c
3948 ____________________________________________________________________________
3949 [ 10386] By: nick                                  on 2001/06/02  07:38:33
3950         Log: Integrate mainline
3951      Branch: perlio
3952           !> (integrate 41 files)
3953 ____________________________________________________________________________
3954 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
3955         Log: Add Attribute::Handlers 0.61 from Damian Conway.
3956      Branch: perl
3957            + lib/Attribute/Handlers.pm t/lib/attrhand.t
3958            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
3959 ____________________________________________________________________________
3960 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
3961         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
3962              From: Peter Prymmer <pvhp@forte.com>
3963              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
3964              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
3965      Branch: perl
3966            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
3967 ____________________________________________________________________________
3968 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
3969         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
3970              From: Jeff Pinyan <jeffp@crusoe.net>
3971              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
3972              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
3973      Branch: perl
3974            ! lib/File/Find.pm
3975 ____________________________________________________________________________
3976 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
3977         Log: Subject: [PATCH perl@10381] configure.com tweaks
3978              From: "Craig A. Berry" <craigberry@mac.com>
3979              Date: Fri, 1 Jun 2001 13:55:43 -0500
3980              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
3981      Branch: perl
3982            ! configure.com
3983 ____________________________________________________________________________
3984 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
3985         Log: Update Changes.
3986      Branch: perl
3987            ! Changes patchlevel.h
3988 ____________________________________________________________________________
3989 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
3990         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
3991              From: Mike Guy <mjtg@cam.ac.uk>
3992              Date: Fri, 01 Jun 2001 18:17:02 +0100
3993              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
3994      Branch: perl
3995            ! lib/perl5db.pl
3996 ____________________________________________________________________________
3997 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
3998         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
3999              From: Hugo <hv@crypt.compulink.co.uk>
4000              Date: Thu, 31 May 2001 20:49:48 +0100
4001              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
4002      Branch: perl
4003            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
4004            ! util.c
4005 ____________________________________________________________________________
4006 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
4007         Log: Zero() is not available in x2p (or, rather, some of its
4008              implementations like memzero() might not be available.)
4009      Branch: perl
4010            ! x2p/hash.c
4011 ____________________________________________________________________________
4012 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
4013         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
4014              From: Michael G Schwern <schwern@pobox.com>
4015              Date: Fri, 1 Jun 2001 12:00:29 +0100
4016              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
4017              
4018              (But use Zero() instead of memset.)
4019      Branch: perl
4020            ! x2p/hash.c
4021 ____________________________________________________________________________
4022 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
4023         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
4024              From: Jeff Pinyan <jeffp@crusoe.net>
4025              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
4026              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
4027      Branch: perl
4028            ! pod/perldiag.pod regcomp.c t/op/pat.t
4029 ____________________________________________________________________________
4030 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
4031         Log: Retract #10324 and #10333; not needed.
4032      Branch: perl
4033            ! hints/irix_6.sh hints/linux.sh
4034 ____________________________________________________________________________
4035 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
4036         Log: The #10370 wasn't quite right.
4037      Branch: perl
4038            ! ext/XS/Typemap/Typemap.xs
4039 ____________________________________________________________________________
4040 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
4041         Log: The metaconfig units changes for #10372.
4042      Branch: metaconfig/U/perl
4043            + d_realpath.U d_sresgproto.U d_sresuproto.U
4044            ! gccvers.U i_db.U
4045 ____________________________________________________________________________
4046 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
4047         Log: Configure tweaks; record the Berkeley DB version,
4048              probe for realpath(), for setresuid() and setresgid()
4049              prototypes; use realpath() (try to be paranoid enough),
4050              use the setres[ug]id prototypes because glibc has the functions
4051              but not their prototypes; add -Wall -ansi to gcc ccflags;
4052              regen toc.
4053      Branch: perl
4054            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4055            ! config_h.SH configure.com epoc/config.sh
4056            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
4057            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
4058            ! vos/config.ga.def win32/config.bc win32/config.gc
4059            ! win32/config.vc
4060 ____________________________________________________________________________
4061 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
4062         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
4063              From: Michael G Schwern <schwern@pobox.com>
4064              Date: Fri, 1 Jun 2001 11:28:14 +0100
4065              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
4066      Branch: perl
4067            ! lib/attributes.pm xsutils.c
4068 ____________________________________________________________________________
4069 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
4070         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
4071              From: Tim Jenness <t.jenness@jach.hawaii.edu>
4072              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
4073              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
4074      Branch: perl
4075            ! ext/XS/Typemap/Typemap.xs
4076 ____________________________________________________________________________
4077 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
4078         Log: Subject: [patch] Cwd.xs optimizations/abstraction
4079              From: Doug MacEachern <dougm@covalent.net>
4080              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
4081              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
4082      Branch: perl
4083            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
4084            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
4085 ____________________________________________________________________________
4086 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
4087         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!])
4088              From: Nicholas Clark <nick@ccl4.org>
4089              Date: Thu, 31 May 2001 23:56:40 +0100
4090              Message-ID: <20010531235640.F12698@plum.flirble.org>
4091              
4092              Make the test work also under only static extensions
4093              (sh Configure -Uusedl fakes this nicely)
4094      Branch: perl
4095            ! t/lib/extutils.t
4096 ____________________________________________________________________________
4097 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
4098         Log: Subject: [PATCH hv.c] Eliminating trigraph
4099              From: Michael G Schwern <schwern@pobox.com>
4100              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
4101              Date: Fri, 1 Jun 2001 11:49:56 +0100
4102      Branch: perl
4103            ! hv.c
4104 ____________________________________________________________________________
4105 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
4106         Log: Subject: Re: [PATCH] Tests for File::Compare 
4107              From: "Philip Newton" <Philip.Newton@gmx.net>
4108              Date: Thu, 31 May 2001 19:44:05 +0200
4109              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
4110              
4111              Unnecessary "quotation marks".
4112      Branch: perl
4113            ! t/lib/filecomp.t
4114 ____________________________________________________________________________
4115 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
4116         Log: Integrate perlio.
4117      Branch: perl
4118           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
4119 ____________________________________________________________________________
4120 [ 10364] By: nick                                  on 2001/06/01  10:13:31
4121         Log: Cleanup dll.base and dll.exp created by GCC builds.
4122      Branch: perlio
4123            ! lib/ExtUtils/MM_Win32.pm
4124 ____________________________________________________________________________
4125 [ 10363] By: nick                                  on 2001/06/01  10:02:17
4126         Log: Make filecomp test work on CRLF platforms by adding binmode.
4127      Branch: perlio
4128            ! t/lib/filecomp.t
4129 ____________________________________________________________________________
4130 [ 10362] By: nick                                  on 2001/06/01  08:37:17
4131         Log: Integrate mainline
4132      Branch: perlio
4133           !> Changes Configure patchlevel.h perlio.c
4134 ____________________________________________________________________________
4135 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
4136         Log: panic:claustrophobia.
4137      Branch: perl
4138            ! perlio.c
4139 ____________________________________________________________________________
4140 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
4141         Log: Update Changes.
4142      Branch: perl
4143            ! Changes patchlevel.h
4144 ____________________________________________________________________________
4145 [ 10359] By: nick                                  on 2001/05/31  12:35:50
4146         Log: Integrate mainline.
4147      Branch: perlio
4148           +> t/lib/filecomp.t
4149           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
4150           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
4151 ____________________________________________________________________________
4152 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
4153         Log: Integrate perlio.
4154      Branch: perl
4155           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
4156           !> win32/config_H.vc
4157 ____________________________________________________________________________
4158 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
4159         Log: Metaconfig unit change for #10356.
4160      Branch: metaconfig
4161            ! U/installdirs/inc_version_list.U
4162 ____________________________________________________________________________
4163 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
4164         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
4165              (idea from Sarathy; implementation from Andy)
4166      Branch: perl
4167            ! Configure
4168 ____________________________________________________________________________
4169 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
4170         Log: More AUTHORS.
4171      Branch: perl
4172            ! AUTHORS
4173 ____________________________________________________________________________
4174 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
4175         Log: Subject: Re: [PATCH] Tests for File::Compare
4176              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
4177              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
4178              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
4179      Branch: perl
4180            + t/lib/filecomp.t
4181            ! MANIFEST t/lib/1_compile.t
4182 ____________________________________________________________________________
4183 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
4184         Log: Subject: [PATCH] DEBUG_* macro cleanups
4185              From: Abhijit Menon-Sen <ams@wiw.org>
4186              Date: Thu, 31 May 2001 12:16:22 +0530
4187              Message-ID: <20010531121622.B4829@lustre.linux.in>
4188              
4189              Subject: Re: [PATCH] DEBUG_* macro cleanups
4190              From: Abhijit Menon-Sen <ams@wiw.org>
4191              Date: Thu, 31 May 2001 13:57:01 +0530
4192              Message-ID: <20010531135701.A21775@lustre.linux.in>
4193              
4194              (The DEBUG_ definitions in perl.h changed to use the
4195              STMT_START and STMT_END.)
4196      Branch: perl
4197            ! perl.h pp_ctl.c sv.c toke.c
4198 ____________________________________________________________________________
4199 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
4200         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
4201              From: Abhijit Menon-Sen <ams@wiw.org>
4202              Date: Thu, 31 May 2001 08:27:55 +0530
4203              Message-ID: <20010531082755.A10018@lustre.linux.in>
4204      Branch: perl
4205            ! ext/Storable/Storable.xs gv.c perl.c
4206 ____________________________________________________________________________
4207 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
4208         Log: Subject: [PATCH] AUTHORS
4209              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
4210              Date: Thu, 31 May 2001 01:27:59 -0500
4211              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
4212              
4213              Subject: Re: [PATCH] AUTHORS
4214              From: "Philip Newton" <Philip.Newton@gmx.net>
4215              Date: Thu, 31 May 2001 10:08:06 +0200
4216              (Message-Id missing?)
4217      Branch: perl
4218            ! AUTHORS
4219 ____________________________________________________________________________
4220 [ 10350] By: nick                                  on 2001/05/31  11:40:43
4221         Log: win32 - dmake regen_config_h
4222      Branch: perlio
4223            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4224 ____________________________________________________________________________
4225 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
4226         Log: Subject: Re: [PATCH util.c] More warning cleanups.
4227              From: "Philip Newton" <Philip.Newton@gmx.net>
4228              Date: Thu, 31 May 2001 07:41:36 +0200
4229              Message-Id: <200105310538.IAA25458@taku.hut.fi>
4230              
4231              Undo C++-ism that snekt in.
4232      Branch: perl
4233            ! util.c
4234 ____________________________________________________________________________
4235 [ 10348] By: nick                                  on 2001/05/31  11:36:46
4236         Log: Tolerate Win32 numerics
4237      Branch: perlio
4238            ! t/pragma/warn/toke
4239 ____________________________________________________________________________
4240 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
4241         Log: Integrate perlio.
4242      Branch: perl
4243           !> perlio.c win32/win32.h
4244 ____________________________________________________________________________
4245 [ 10346] By: nick                                  on 2001/05/31  10:54:55
4246         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
4247              perlio.c change 10255.
4248      Branch: perlio
4249            ! perlio.c
4250 ____________________________________________________________________________
4251 [ 10345] By: nick                                  on 2001/05/31  10:01:57
4252         Log: Conditionaly put back some "unused" dTHX which are used
4253              with PERL_IMPLICIT_SYS
4254      Branch: perlio
4255            ! perlio.c
4256 ____________________________________________________________________________
4257 [ 10344] By: nick                                  on 2001/05/31  10:00:59
4258         Log: Fix Win32 for new spelling IN_BYTES 
4259      Branch: perlio
4260            ! win32/win32.h
4261 ____________________________________________________________________________
4262 [ 10343] By: nick                                  on 2001/05/31  08:01:32
4263         Log: perlio.c -Wall cleaner under MULTIPLICITY
4264              - still minor noise with linux stdio
4265      Branch: perlio
4266            ! perlio.c
4267 ____________________________________________________________________________
4268 [ 10342] By: nick                                  on 2001/05/31  07:52:23
4269         Log: Integrate mainline.
4270      Branch: perlio
4271           !> (integrate 42 files)
4272 ____________________________________________________________________________
4273 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
4274         Log: AUTHORS updates.
4275      Branch: perl
4276            ! AUTHORS
4277 ____________________________________________________________________________
4278 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
4279         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
4280              From: Peter Prymmer <pvhp@forte.com>
4281              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
4282              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
4283      Branch: perl
4284            ! t/lib/md5-file.t
4285 ____________________________________________________________________________
4286 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
4287         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
4288              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
4289              to match the pragma name; various robustness cleanups.
4290      Branch: perl
4291            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
4292            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
4293 ____________________________________________________________________________
4294 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
4295         Log: More -Wall sweeping.
4296      Branch: perl
4297            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
4298            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
4299            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
4300            ! regcomp.c sv.c toke.c utf8.c
4301 ____________________________________________________________________________
4302 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
4303         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
4304              From: Nicholas Clark <nick@ccl4.org>
4305              Date: Wed, 30 May 2001 22:34:41 +0100
4306              Message-ID: <20010530223441.Y86445@plum.flirble.org>
4307      Branch: perl
4308            ! t/op/cmp.t
4309 ____________________________________________________________________________
4310 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
4311         Log: It's is not, it isn't ain't, and it's it's, not its,
4312              if you mean it is. If you don't, it's its. Then too,
4313              it's hers. It isn't her's. It isn't our's either.
4314              It's ours, and likewise yours and theirs.
4315              -- Oxford University Press, Edpress News
4316      Branch: perl
4317            ! lib/autouse.pm
4318 ____________________________________________________________________________
4319 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
4320         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
4321      Branch: perl
4322            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
4323            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
4324            ! x2p/str.c x2p/walk.c xsutils.c
4325 ____________________________________________________________________________
4326 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
4327         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
4328              From: Michael G Schwern <schwern@pobox.com>
4329              Date: Wed, 30 May 2001 17:10:38 +0100
4330              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
4331              
4332              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
4333              From: Abhijit Menon-Sen <ams@wiw.org>
4334              Date: Wed, 30 May 2001 23:16:13 +0530
4335              Message-ID: <20010530231613.A31933@lustre.linux.in>
4336      Branch: perl
4337            ! perl.c t/run/runenv.t
4338 ____________________________________________________________________________
4339 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
4340         Log: (Retracted by #10375.)
4341              
4342              IRIX hints patch from Merijn Broeren.
4343              
4344              TODO: (this and the earlier Linux hints patch) should be solved
4345              at Configure level.  Merijn: -ldb should not be used on any platform
4346              for perl, just when linking DBFile itself. Trying to be helpful here
4347              is counterproductive.
4348      Branch: perl
4349            ! hints/irix_6.sh
4350 ____________________________________________________________________________
4351 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
4352         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
4353              From: Nicholas Clark <nick@ccl4.org>
4354              Date: Wed, 30 May 2001 23:20:58 +0100
4355              Message-ID: <20010530232058.B86445@plum.flirble.org>
4356      Branch: perl
4357            ! doop.c
4358 ____________________________________________________________________________
4359 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
4360         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
4361              From: Michael G Schwern <schwern@pobox.com> 
4362              Date: Wed, 30 May 2001 15:24:20 +0100
4363              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
4364      Branch: perl
4365            ! t/pragma/autouse.t
4366 ____________________________________________________________________________
4367 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
4368         Log: The regex trick wasn't a good idea.
4369      Branch: perl
4370            ! pod/perlfaq4.pod
4371 ____________________________________________________________________________
4372 [ 10329] By: nick                                  on 2001/05/30  18:34:35
4373         Log: Integrate mainline
4374      Branch: perlio
4375           !> (integrate 40 files)
4376 ____________________________________________________________________________
4377 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
4378         Log: Update Changes.
4379      Branch: perl
4380            ! Changes patchlevel.h
4381 ____________________________________________________________________________
4382 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
4383         Log: The metaconfig unit change for #10325.
4384      Branch: metaconfig
4385            + U/modified/afs.U
4386 ____________________________________________________________________________
4387 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
4388         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
4389              is now wrong.
4390      Branch: perl
4391            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
4392 ____________________________________________________________________________
4393 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
4394         Log: Introduce $Config{afsroot}.
4395      Branch: perl
4396            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4397            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
4398            ! win32/config.gc win32/config.vc
4399 ____________________________________________________________________________
4400 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
4401         Log: (Retracted by #10375.)
4402              
4403              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
4404      Branch: perl
4405            ! hints/linux.sh
4406 ____________________________________________________________________________
4407 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
4408         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
4409              (Also Configure tweaks needed; coming up soon.)
4410      Branch: perl
4411            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
4412 ____________________________________________________________________________
4413 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
4414         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
4415              From: Michael G Schwern <schwern@pobox.com>
4416              Date: Sun, 27 May 2001 10:29:43 +0100
4417              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
4418      Branch: perl
4419            ! lib/perl5db.pl
4420 ____________________________________________________________________________
4421 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
4422         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
4423              and Abhijit Menon-Sen.
4424      Branch: perl
4425            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
4426            ! perl.c pp_sys.c regcomp.c
4427 ____________________________________________________________________________
4428 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
4429         Log: Fix the BOOT section to call myU2time properly.
4430      Branch: perl
4431            ! ext/Time/HiRes/HiRes.xs
4432 ____________________________________________________________________________
4433 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
4434         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
4435              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
4436              Date: Wed, 30 May 2001 09:44:29 -0400
4437              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
4438              
4439              Detypo; plus add one more trick.
4440      Branch: perl
4441            ! pod/perlfaq4.pod
4442 ____________________________________________________________________________
4443 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
4444         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)
4445              From: Michael G Schwern <schwern@pobox.com>
4446              Date: Wed, 30 May 2001 14:39:06 +0100
4447              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
4448      Branch: perl
4449            ! lib/autouse.pm t/pragma/autouse.t
4450 ____________________________________________________________________________
4451 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
4452         Log: Subject: Re: AIX and gcc (moving targets)
4453              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4454              Date: Wed, 30 May 2001 15:25:08 +0200
4455              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
4456      Branch: perl
4457            ! ext/Time/HiRes/HiRes.xs
4458 ____________________________________________________________________________
4459 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
4460         Log: Subject: [PATCH t/TEST] sorting tests
4461              From: Michael G Schwern <schwern@pobox.com>
4462              Date: Wed, 30 May 2001 10:24:02 +0100
4463              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
4464      Branch: perl
4465            ! t/TEST
4466 ____________________________________________________________________________
4467 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
4468         Log: Subject: [ID 20010529.002] typos in man page perlre
4469              From: bart@cg681574-a.adubn1.nj.home.com 
4470              Date: Tue, 29 May 2001 13:58:59 -0500
4471              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
4472      Branch: perl
4473            ! pod/perlre.pod
4474 ____________________________________________________________________________
4475 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
4476         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
4477              From: "Craig A. Berry" <craigberry@mac.com>
4478              Date: Tue, 29 May 2001 23:23:45 -0500
4479              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
4480      Branch: perl
4481            ! t/lib/extutils.t t/pragma/autouse.t
4482 ____________________________________________________________________________
4483 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
4484         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)
4485              From: David Dyck <dcd@tc.fluke.com>
4486              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
4487              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
4488      Branch: perl
4489            ! t/lib/filefind.t
4490 ____________________________________________________________________________
4491 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
4492         Log: AIX hints update for gcc from Merijn H. Brand.
4493      Branch: perl
4494            ! hints/aix.sh
4495 ____________________________________________________________________________
4496 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
4497         Log: Retract #10295 and #10296: a more generic solution
4498              is needed (there's something funny with gcc on AIX).
4499      Branch: perl
4500            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
4501 ____________________________________________________________________________
4502 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
4503         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
4504              From: Hugo <hv@crypt.compulink.co.uk>
4505              Date: Wed, 30 May 2001 11:59:19 +0100
4506              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
4507              
4508              localizing $@ has unfortunate semantics - if you die past
4509              a local $@, the die message is lost.
4510      Branch: perl
4511            ! lib/utf8_heavy.pl
4512 ____________________________________________________________________________
4513 [ 10309] By: nick                                  on 2001/05/30  08:23:02
4514         Log: Integrate mainline (autouse works again.)
4515      Branch: perlio
4516           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
4517           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
4518           !> pod/perlvar.pod t/op/cmp.t
4519 ____________________________________________________________________________
4520 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
4521         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
4522              From: David Dyck <dcd@tc.fluke.com>
4523              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
4524              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
4525      Branch: perl
4526            ! lib/File/Find.pm
4527 ____________________________________________________________________________
4528 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
4529         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
4530              From: Nicholas Clark <nick@ccl4.org>
4531              Date: Tue, 29 May 2001 23:16:09 +0100
4532              Message-ID: <20010529231609.U86445@plum.flirble.org>
4533              
4534              Make the test output slightly clearer by distinguishing
4535              between '' and undef.
4536      Branch: perl
4537            ! t/op/cmp.t
4538 ____________________________________________________________________________
4539 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
4540         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
4541              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4542              Date: Tue, 29 May 2001 19:15:19 -0400
4543              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
4544      Branch: perl
4545            ! hints/os2.sh
4546 ____________________________________________________________________________
4547 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
4548         Log: Subject: perlvar.pod addition
4549              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
4550              Date: Fri, 25 May 2001 20:23:12 +0200
4551              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
4552              
4553              Subject: Re: perlvar.pod addition
4554              From: "Abigail" <abigail@foad.org> 
4555              Date: Fri, 25 May 2001 22:00:39 +0200
4556              Message-ID: <20010525200039.28029.qmail@foad.org>
4557              
4558              Mention $a and $b in perlvar.
4559      Branch: perl
4560            ! pod/perlvar.pod
4561 ____________________________________________________________________________
4562 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
4563         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
4564              From: Jeff Pinyan <jeffp@crusoe.net>
4565              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
4566              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
4567      Branch: perl
4568            ! pod/perlvar.pod
4569 ____________________________________________________________________________
4570 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
4571         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
4572              From: Jeff Pinyan <jeffp@crusoe.net>
4573              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
4574              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
4575      Branch: perl
4576            ! pod/perlfaq6.pod
4577 ____________________________________________________________________________
4578 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
4579         Log: Mention Time::localtime and Time::gmtime.
4580      Branch: perl
4581            ! ext/Time/Piece/Piece.pm
4582 ____________________________________________________________________________
4583 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
4584         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
4585              From: Michael G Schwern <schwern@pobox.com>
4586              Date: Tue, 29 May 2001 18:51:32 +0100
4587              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
4588      Branch: perl
4589            ! pod/perlfaq4.pod
4590 ____________________________________________________________________________
4591 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
4592         Log: Retract #10243.
4593      Branch: perl
4594            ! lib/autouse.pm
4595 ____________________________________________________________________________
4596 [ 10299] By: nick                                  on 2001/05/29  18:41:19
4597         Log: Post weekend integrate mainline (fails one test pragma/autouse).
4598      Branch: perlio
4599           +> (branch 29 files)
4600           !> (integrate 91 files)
4601 ____________________________________________________________________________
4602 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
4603         Log: Update Changes.
4604      Branch: perl
4605            ! Changes patchlevel.h
4606 ____________________________________________________________________________
4607 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
4608         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
4609              before Perl_load_module/Perl_call_method and restore the value
4610              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
4611      Branch: perl
4612            ! utf8.c
4613 ____________________________________________________________________________
4614 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
4615         Log: Subject: Re: AIX and gcc (moving targets)
4616              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4617              Date: Tue, 29 May 2001 17:59:40 +0200
4618              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
4619      Branch: perl
4620            ! ext/Storable/Makefile.PL
4621 ____________________________________________________________________________
4622 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
4623         Log: Subject: Re: AIX and gcc (moving targets)
4624              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4625              Date: Tue, 29 May 2001 12:32:57 +0200
4626              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
4627      Branch: perl
4628            ! ext/POSIX/Makefile.PL
4629 ____________________________________________________________________________
4630 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
4631         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
4632              From: Michael G Schwern <schwern@pobox.com>
4633              Date: Tue, 29 May 2001 09:53:29 +0100
4634              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
4635              
4636              (#10280 retracted)
4637      Branch: perl
4638            ! lib/Test/Harness.pm t/lib/test-harness.t
4639 ____________________________________________________________________________
4640 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
4641
4642         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
4643              From: Michael G Schwern <schwern@pobox.com>
4644              Date: Tue, 29 May 2001 09:19:52 +0100
4645              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
4646      Branch: perl
4647            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
4648            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
4649            + t/lib/Test/todo.t
4650            ! MANIFEST lib/Test.pm t/TEST
4651 ____________________________________________________________________________
4652 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
4653         Log: From: Michael G Schwern <schwern@pobox.com>
4654              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
4655              Date: Tue, 29 May 2001 08:26:09 +0100
4656              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
4657      Branch: perl
4658            ! t/TEST
4659 ____________________________________________________________________________
4660 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
4661         Log: Add tests for Time::gmtime and Time::localtime.
4662      Branch: perl
4663            + t/lib/time-gmtime.t t/lib/time-localtime.t
4664            ! MANIFEST t/lib/1_compile.t
4665 ____________________________________________________________________________
4666 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
4667         Log: Add test for File::stat.
4668      Branch: perl
4669            + t/lib/filestat.t
4670            ! MANIFEST t/lib/1_compile.t
4671 ____________________________________________________________________________
4672 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
4673         Log: Add test for Net::servent.
4674      Branch: perl
4675            + t/lib/net-sent.t
4676            ! MANIFEST t/lib/1_compile.t
4677 ____________________________________________________________________________
4678 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
4679         Log: Add test for Net::protoent.
4680      Branch: perl
4681            + t/lib/net-pent.t
4682            ! MANIFEST t/lib/1_compile.t
4683 ____________________________________________________________________________
4684 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
4685         Log: Add test for Net::netent.
4686      Branch: perl
4687            + t/lib/net-nent.t
4688            ! MANIFEST t/lib/1_compile.t
4689 ____________________________________________________________________________
4690 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
4691         Log: Add test for User::grent.  Portability doubtful.
4692      Branch: perl
4693            + t/lib/user-grent.t
4694            ! MANIFEST t/lib/1_compile.t
4695 ____________________________________________________________________________
4696 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
4697         Log: Add test for User::pwent.
4698              Probably will fall down somewhere for portability reasons.
4699      Branch: perl
4700            + t/lib/user-pwent.t
4701            ! MANIFEST t/lib/1_compile.t
4702 ____________________________________________________________________________
4703 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
4704         Log: Metaconfig units changes for #10283.
4705      Branch: metaconfig
4706            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
4707            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
4708            ! U/installdirs/sitescript.U U/modified/Signal.U
4709 ____________________________________________________________________________
4710 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
4711         Log: Subject: [PATCH 5.6.1] signal names in Configure
4712              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4713              Date: Tue, 29 May 2001 03:52:25 -0400
4714              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
4715              
4716              Subject: [PATCH 5.6.1] older perl in Configure
4717              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4718              Date: Tue, 29 May 2001 03:55:40 -0400
4719              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
4720              
4721              Subject: [PATCH 5.6.1] goofs in Configure
4722              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4723              Date: Tue, 29 May 2001 04:13:07 -0400
4724              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
4725              
4726              Configure portability tweaks.
4727      Branch: perl
4728            ! Configure
4729 ____________________________________________________________________________
4730 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
4731         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
4732              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4733              Date: Tue, 29 May 2001 04:07:06 -0400
4734              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
4735      Branch: perl
4736            ! os2/os2.c
4737 ____________________________________________________________________________
4738 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
4739         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
4740              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4741              Date: Tue, 29 May 2001 04:01:38 -0400
4742              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
4743      Branch: perl
4744            ! hints/os2.sh os2/Makefile.SHs
4745 ____________________________________________________________________________
4746 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
4747         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
4748              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4749              Date: Tue, 29 May 2001 03:50:18 -0400
4750              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
4751      Branch: perl
4752            ! lib/Test/Harness.pm
4753 ____________________________________________________________________________
4754 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
4755         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
4756      Branch: perl
4757            ! lib/utf8_heavy.pl
4758 ____________________________________________________________________________
4759 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
4760         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
4761              From: Hugo <hv@crypt.compulink.co.uk>
4762              Date: Tue, 29 May 2001 03:03:45 +0100
4763              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
4764              
4765              Explanation why the $@ always gets the UTF8 flag when under use utf8--
4766              because we told it to have the flag when under use utf8.
4767      Branch: perl
4768            ! pp_ctl.c
4769 ____________________________________________________________________________
4770 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
4771         Log: At least a partial fix for 20010528.004.
4772      Branch: perl
4773            ! lib/utf8_heavy.pl
4774 ____________________________________________________________________________
4775 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
4776         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
4777              From: Nicholas Clark <nick@ccl4.org> 
4778              Date: Mon, 28 May 2001 23:39:38 +0100
4779              Message-ID: <20010528233938.M86445@plum.flirble.org>
4780              
4781              More portable non-zero UV.
4782      Branch: perl
4783            ! t/lib/extutils.t
4784 ____________________________________________________________________________
4785 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
4786         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
4787              From: Nicholas Clark <nick@ccl4.org>
4788              Date: Mon, 28 May 2001 22:46:09 +0100
4789              Message-ID: <20010528224608.L86445@plum.flirble.org>
4790              
4791              Test also "make clean".
4792      Branch: perl
4793            ! t/lib/extutils.t
4794 ____________________________________________________________________________
4795 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
4796         Log: Subject: Re: Would -Wno-unused -Wall be better?
4797              From: Michael G Schwern <schwern@pobox.com>
4798              Date: Tue, 29 May 2001 00:55:54 +0100
4799              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
4800      Branch: perl
4801            ! pp.h
4802 ____________________________________________________________________________
4803 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
4804         Log: Add a test for 20010528.007, fixed in #10272.
4805      Branch: perl
4806            ! t/op/misc.t toke.c
4807 ____________________________________________________________________________
4808 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
4809         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
4810              From: Hugo <hv@crypt.compulink.co.uk>
4811              Date: Tue, 29 May 2001 00:23:23 +0100
4812              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
4813      Branch: perl
4814            ! toke.c
4815 ____________________________________________________________________________
4816 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
4817         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
4818              From: Michael G Schwern <schwern@pobox.com>
4819              Date: Tue, 29 May 2001 00:42:59 +0100
4820              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
4821      Branch: perl
4822            ! t/pragma/autouse.t
4823 ____________________________________________________________________________
4824 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
4825         Log: Some shells seemingly arrange the signal handlers differently
4826              (bug id 20010521.004).
4827      Branch: perl
4828            ! t/lib/sigaction.t
4829 ____________________________________________________________________________
4830 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
4831         Log: Regen perlmodlib.
4832      Branch: perl
4833            ! pod/perlmodlib.pod
4834 ____________________________________________________________________________
4835 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
4836         Log: Update Changes.
4837      Branch: perl
4838            ! Changes patchlevel.h
4839 ____________________________________________________________________________
4840 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
4841         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
4842              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
4843              Date: Mon, 28 May 2001 14:56:35 -0500
4844              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
4845      Branch: perl
4846            ! pod/perlnewmod.pod
4847 ____________________________________________________________________________
4848 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
4849         Log: Regen toc.
4850      Branch: perl
4851            ! pod/perltoc.pod
4852 ____________________________________________________________________________
4853 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
4854         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
4855              From: "Richard Soderberg" <rs@crystalflame.net>
4856              Date: Mon, 28 May 2001 12:31:23 -0700
4857              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
4858      Branch: perl
4859            ! t/op/splice.t
4860 ____________________________________________________________________________
4861 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
4862         Log: The #10260 was too bold: locales and utf8 still do not mix.
4863      Branch: perl
4864            ! t/pragma/locale.t
4865 ____________________________________________________________________________
4866 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
4867         Log: Subject: [PATCH] Pod nitpicks
4868              From: "Richard Soderberg" <rs@crystalflame.net>
4869              Date: Mon, 28 May 2001 10:08:58 -0700
4870              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
4871      Branch: perl
4872            ! pod/perl571delta.pod pod/perlapi.pod sv.h
4873 ____________________________________________________________________________
4874 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
4875         Log: Upgrade to I18N::LangTags 0.22.
4876      Branch: perl
4877            + lib/I18N/LangTags/List.pod
4878            ! MANIFEST lib/I18N/LangTags.pm
4879 ____________________________________________________________________________
4880 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
4881         Log: A slightly more serious bug found by -Mutf8; op/misc and
4882              lib/complex dumped core.
4883      Branch: perl
4884            ! regexec.c
4885 ____________________________________________________________________________
4886 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
4887         Log: Various buglets shaken out by -Mutf8.
4888      Branch: perl
4889            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
4890            ! t/pragma/locale.t
4891 ____________________________________________________________________________
4892 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
4893         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
4894      Branch: perl
4895            ! t/lib/carp.t
4896 ____________________________________________________________________________
4897 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
4898         Log: Subject: [PATCH] todo patch
4899              From: Artur Bergman <artur@contiller.se> 
4900              Date: Mon, 28 May 2001 17:03:51 +0200
4901              Message-ID: <B7383577.F34%artur@contiller.se>
4902      Branch: perl
4903            ! pod/perltodo.pod
4904 ____________________________________________________________________________
4905 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
4906         Log: Subject: typo in perlguts.pod
4907              From: "John P. Linderman" <jpl@research.att.com>
4908              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
4909              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
4910      Branch: perl
4911            ! pod/perlguts.pod
4912 ____________________________________________________________________________
4913 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
4914         Log: Subject: AIX and gcc (moving targets)
4915              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4916              Date: Mon, 28 May 2001 12:54:04 +0200
4917              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
4918      Branch: perl
4919            ! hints/aix.sh
4920 ____________________________________________________________________________
4921 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
4922         Log: Subject: Re: perlio + multiple perl_alloc..destruct
4923              From: Doug MacEachern <dougm@covalent.net>
4924              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
4925              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
4926      Branch: perl
4927            ! perlio.c
4928 ____________________________________________________________________________
4929 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
4930         Log: The #10251 wasn't quite up-to-the-code.
4931      Branch: perl
4932            ! t/op/misc.t
4933 ____________________________________________________________________________
4934 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
4935         Log: Test case for bug 20010526.004, fixed in #10252.
4936      Branch: perl
4937            ! t/op/taint.t
4938 ____________________________________________________________________________
4939 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
4940         Log: Subject: Re: [ID 20010526.004] Taint looses value
4941              From: Hugo <hv@crypt.compulink.co.uk>
4942              Date: Sun, 27 May 2001 20:39:32 +0100
4943              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
4944      Branch: perl
4945            ! sv.c
4946 ____________________________________________________________________________
4947 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
4948         Log: Test case for 20010422.005, fixed by #10250.
4949      Branch: perl
4950            ! t/op/misc.t
4951 ____________________________________________________________________________
4952 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
4953         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
4954              From: Spider Boardman <spider@Orb.Nashua.NH.US>
4955              Date: Mon, 28 May 2001 06:39:12 -0400
4956              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
4957      Branch: perl
4958            ! toke.c
4959 ____________________________________________________________________________
4960 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
4961         Log: Linerewrapping.
4962      Branch: perl
4963            ! lib/open.pm
4964 ____________________________________________________________________________
4965 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
4966         Log: Updates on the modules list.
4967      Branch: perl
4968            ! t/lib/1_compile.t
4969 ____________________________________________________________________________
4970 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
4971         Log: Add a test for PerlIO.
4972              
4973              (I probably got the crlf/raw thing wrong for clrfy platforms...)
4974      Branch: perl
4975            + t/lib/perlio.t
4976            ! MANIFEST lib/PerlIO.pm
4977 ____________________________________________________________________________
4978 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
4979         Log: Add a test for carp et alia.
4980      Branch: perl
4981            + t/lib/carp.t
4982            ! MANIFEST
4983 ____________________________________________________________________________
4984 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
4985         Log: Adding the new test would be swell.
4986      Branch: perl
4987            + t/pragma/autouse.t
4988 ____________________________________________________________________________
4989 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
4990         Log: Add a test for the autouse pragma.
4991      Branch: perl
4992            ! MANIFEST
4993 ____________________________________________________________________________
4994 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
4995         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
4996              From: dLux <dlux@spam.sch.bme.hu>
4997              Date: Sun, 27 May 2001 16:14:26 +0200
4998              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
4999      Branch: perl
5000            ! lib/autouse.pm
5001 ____________________________________________________________________________
5002 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
5003         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
5004              From: "Richard Soderberg" <rs@crystalflame.net>
5005              Date: Mon, 28 May 2001 03:56:36 -0700
5006              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
5007      Branch: perl
5008            ! utils/dprofpp.PL
5009 ____________________________________________________________________________
5010 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
5011         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
5012              From: "Stephen P. Potter" <spp@spotter.yi.org>
5013              Date: Tue, 22 May 2001 11:40:25 -0400
5014              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
5015              
5016              Subject: Re: [ID 20010522.003] Time::Local module bug
5017              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
5018              Date: Tue, 22 May 2001 11:50:19 -0400
5019              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
5020      Branch: perl
5021            ! lib/Time/Local.pm
5022 ____________________________________________________________________________
5023 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
5024         Log: The PERL_DL_NONLAZY can have whitespace in front.
5025      Branch: perl
5026            ! t/lib/extutils.t
5027 ____________________________________________________________________________
5028 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
5029         Log: Document strftime() and strptime().
5030      Branch: perl
5031            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
5032 ____________________________________________________________________________
5033 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
5034         Log: Make Time::Piece::strptime() to be a function, not a method.
5035      Branch: perl
5036            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
5037 ____________________________________________________________________________
5038 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
5039         Log: Tweak the test to be more portable.
5040      Branch: perl
5041            ! t/lib/extutils.t
5042 ____________________________________________________________________________
5043 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
5044         Log: Subject: PATCH: Re: Re: Attributes that tie
5045              From: Leon Brocard <acme@astray.com>
5046              Date: Sun, 27 May 2001 12:37:29 +0100
5047              Message-ID: <20010527123729.A22663@ns0.astray.com>
5048              
5049              Document that variable attributes are not currently usable
5050              for tieing.  (An ugly limitation that should be fixed.)
5051      Branch: perl
5052            ! lib/attributes.pm
5053 ____________________________________________________________________________
5054 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
5055         Log: Microperl tweaks.
5056      Branch: perl
5057            ! Makefile.micro uconfig.h uconfig.sh
5058 ____________________________________________________________________________
5059 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
5060         Log: Add make target for microperl (kind of silly, but convenient).
5061      Branch: perl
5062            ! Makefile.SH
5063 ____________________________________________________________________________
5064 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
5065         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
5066              for microperl.)
5067      Branch: perl
5068            ! doio.c
5069 ____________________________________________________________________________
5070 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
5071         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
5072              From: rspier@pobox.com (Robert Spier)
5073              Date: Sat, 26 May 2001 20:05:23 -0400
5074              Message-ID: <15120.17603.148648.12430@rls.cx>
5075              
5076              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
5077              From: rspier@pobox.com (Robert Spier)
5078              Date: Sun, 27 May 2001 00:23:12 -0400
5079              Message-ID: <15120.33072.511966.767230@rls.cx>
5080      Branch: perl
5081            ! doio.c pod/perlfunc.pod
5082 ____________________________________________________________________________
5083 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
5084         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
5085      Branch: perl
5086            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
5087 ____________________________________________________________________________
5088 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
5089         Log: Add README.tru64.
5090      Branch: perl
5091            + README.tru64
5092 ____________________________________________________________________________
5093 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
5094         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
5095      Branch: perl
5096            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
5097            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
5098            ! MANIFEST
5099 ____________________________________________________________________________
5100 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
5101         Log: Integrate I18N::LangTags from Sean Burke.
5102              
5103              TODO: the language list from RFC 3066 needs to be integrated
5104              and made available somehow.  The list is included in the
5105              I18N-LangTags 0.21 distribution, but it is undocumented
5106              and unconnected to the module.
5107      Branch: perl
5108            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
5109            ! MANIFEST
5110 ____________________________________________________________________________
5111 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
5112         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
5113              envisioned by Sarathy.
5114      Branch: perl
5115            ! t/op/ver.t toke.c
5116 ____________________________________________________________________________
5117 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
5118         Log: Subject: [ID 20010525.001] Pod typo nits fixed
5119              From: lvirden@cas.org
5120              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
5121              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
5122              
5123              minus the perlsolaris decimation plus the
5124              
5125              Subject: Re: [ID 20010525.001] Pod typo nits fixed
5126              From: "Philip Newton" <Philip.Newton@gmx.net>
5127              Date: Fri, 25 May 2001 18:05:55 +0200
5128              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
5129      Branch: perl
5130            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
5131            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
5132            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
5133            ! pod/perlutil.pod pod/perlxstut.pod
5134 ____________________________________________________________________________
5135 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
5136         Log: return clauses are nice.
5137      Branch: perl
5138            ! sv.c
5139 ____________________________________________________________________________
5140 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
5141         Log: Subject: change 10199 backwards?
5142              From: Doug MacEachern <dougm@covalent.net>
5143              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
5144              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
5145      Branch: perl
5146            ! sv.c
5147 ____________________________________________________________________________
5148 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
5149         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
5150              From: Hugo <hv@crypt.compulink.co.uk>
5151              Date: Sat, 26 May 2001 17:05:12 +0100
5152              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
5153      Branch: perl
5154            + t/op/gmagic.t
5155            ! MANIFEST doop.c embed.h embed.pl global.sym
5156            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
5157            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
5158 ____________________________________________________________________________
5159 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
5160         Log: Regen headers for #10221.
5161      Branch: perl
5162            ! global.sym objXSUB.h perlapi.c
5163 ____________________________________________________________________________
5164 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
5165         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
5166              From: Juha Laiho <juha.laiho@Elma.Net>
5167              Date: Thu, 3 May 2001 09:51:30 +0300
5168              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
5169      Branch: perl
5170            ! embed.pl
5171 ____________________________________________________________________________
5172 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
5173         Log: Subject: Re: [PATCH] Re: stability of sort()?
5174              From: "John P. Linderman" <jpl@research.att.com>
5175              Date: Sat, 26 May 2001 13:27:19 -0400
5176              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
5177      Branch: perl
5178            ! pod/perlfunc.pod
5179 ____________________________________________________________________________
5180 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
5181         Log: Integrate perlio.
5182      Branch: perl
5183           !> pod/perlguts.pod
5184 ____________________________________________________________________________
5185 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
5186         Log: Subject: [PATCH perl@10210] PerlIO for VMS
5187              From: "Craig A. Berry" <craigberry@mac.com>
5188              Date: Sat, 26 May 2001 09:34:11 -0500
5189              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
5190      Branch: perl
5191            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
5192            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
5193            ! vms/vmsish.h
5194 ____________________________________________________________________________
5195 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
5196         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
5197              From: David Dyck <dcd@tc.fluke.com>
5198              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
5199              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
5200      Branch: perl
5201            ! lib/perl5db.pl
5202 ____________________________________________________________________________
5203 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
5204         Log: Subject: utf8 regexp tests
5205              From: Hugo <hv@crypt.compulink.co.uk>
5206              Date: Fri, 25 May 2001 22:35:01 +0100
5207              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
5208      Branch: perl
5209            ! t/op/regexp.t
5210 ____________________________________________________________________________
5211 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
5212         Log: Subject: [PATCH] Re: stability of sort()?
5213              From: Nicholas Clark <nick@ccl4.org>
5214              Date: Fri, 25 May 2001 22:40:19 +0100
5215              Message-ID: <20010525224019.B86445@plum.flirble.org>
5216      Branch: perl
5217            ! pod/perlfunc.pod
5218 ____________________________________________________________________________
5219 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
5220         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
5221              From: John Peacock <jpeacock@rowman.com>
5222              Date: Thu, 24 May 2001 22:14:01 -0400
5223              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
5224      Branch: perl
5225            ! mg.c scope.c sv.c
5226 ____________________________________________________________________________
5227 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
5228         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
5229              From: Nicholas Clark <nick@ccl4.org>
5230              Date: Sun, 20 May 2001 19:24:13 +0100
5231              Message-ID: <20010520192413.G83222@plum.flirble.org>
5232      Branch: perl
5233            + lib/ExtUtils/Constant.pm t/lib/extutils.t
5234            ! MANIFEST utils/h2xs.PL
5235 ____________________________________________________________________________
5236 [ 10212] By: nick                                  on 2001/05/26  09:49:28
5237         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
5238              add a few more notes there on use of mortals on the stack.
5239      Branch: perlio
5240            ! pod/perlguts.pod
5241 ____________________________________________________________________________
5242 [ 10211] By: nick                                  on 2001/05/26  09:05:36
5243         Log: Integrate mainline
5244      Branch: perlio
5245           +> t/lib/fcntl.t t/pragma/vars.t
5246           !> (integrate 49 files)
5247 ____________________________________________________________________________
5248 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
5249         Log: Update Changes.
5250      Branch: perl
5251            ! Changes patchlevel.h
5252 ____________________________________________________________________________
5253 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
5254         Log: Based on
5255              
5256              Subject: [PATCH pp.c] Wrapping pack("C",256)
5257              From: Simon Cozens <simon@netthink.co.uk>
5258              Date: Sat, 12 May 2001 17:58:41 +0100
5259              Message-ID: <20010512175841.A6132@netthink.co.uk>
5260      Branch: perl
5261            ! pod/perldiag.pod pp.c t/pragma/warn/pp
5262 ____________________________________________________________________________
5263 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
5264         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
5265              From: "Brendan O'Dea" <bod@compusol.com.au>
5266              Date: Fri, 25 May 2001 11:18:29 +1000
5267              Message-ID: <20010525111829.A28411@compusol.com.au>
5268              
5269              (Slightly modified.)
5270      Branch: perl
5271            ! lib/Term/Cap.pm
5272 ____________________________________________________________________________
5273 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
5274         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
5275              From: Hugo <hv@crypt.compulink.co.uk>
5276              Date: Fri, 25 May 2001 02:13:25 +0100
5277              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
5278      Branch: perl
5279            ! t/op/misc.t
5280 ____________________________________________________________________________
5281 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
5282         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
5283              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
5284              Date: Fri, 25 May 2001 10:25:36 +0900
5285              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
5286      Branch: perl
5287            ! regcomp.c regexec.c
5288 ____________________________________________________________________________
5289 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
5290         Log: Subject: [PATCH #2] stash autovivification and method call error messages
5291              From: Ilmari Karonen <iltzu@sci.fi>
5292              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
5293              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
5294      Branch: perl
5295            ! gv.c pp_hot.c t/op/method.t
5296 ____________________________________________________________________________
5297 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
5298         Log: Add make target and documentation for gprof profiling.
5299      Branch: perl
5300            ! Makefile.SH pod/perlhack.pod
5301 ____________________________________________________________________________
5302 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
5303         Log: Subject: Don't think about UTF8 
5304              From: Mike Guy <mjtg@cam.ac.uk> 
5305              Date: Tue, 22 May 2001 14:35:39 +0100
5306              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
5307      Branch: perl
5308            ! sv.h
5309 ____________________________________________________________________________
5310 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
5311         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
5312              From: Geraint A Edwards <gedge@serf.org> 
5313              Date: Thu, 24 May 2001 22:51:24 +0100
5314              Message-Id: <20010524225124.A34981@cymru.serf.org>
5315      Branch: perl
5316            ! x2p/find2perl.PL
5317 ____________________________________________________________________________
5318 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
5319         Log: DB_File has its own attribute story.
5320      Branch: perl
5321            ! ext/DB_File/DB_File.xs
5322 ____________________________________________________________________________
5323 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
5324         Log: Subject: Re: Making perl with -Wall
5325              From: Andy Dougherty <doughera@lafayette.edu>
5326              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
5327              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
5328      Branch: perl
5329            ! perl.h
5330 ____________________________________________________________________________
5331 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
5332         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
5333              From: "Richard Soderberg" <rs@crystalflame.net>
5334              Date: Thu, 24 May 2001 08:58:16 -0700
5335              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
5336      Branch: perl
5337            ! sv.c
5338 ____________________________________________________________________________
5339 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
5340         Log: IV/UV casting fixes from Nicholas Clark.
5341      Branch: perl
5342            ! perl.h pp_sys.c util.c
5343 ____________________________________________________________________________
5344 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
5345         Log: Subject: Re: Making perl with -Wall
5346              From: Michael G Schwern <schwern@pobox.com>
5347              Date: Thu, 24 May 2001 15:40:28 +0100
5348              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
5349      Branch: perl
5350            ! malloc.c perl.h
5351 ____________________________________________________________________________
5352 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
5353         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
5354              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5355              Date: Tue, 22 May 2001 11:49:37 +0200
5356              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
5357      Branch: metaconfig
5358            ! U/modified/Oldsym.U
5359      Branch: metaconfig/U/perl
5360            ! patchlevel.U
5361      Branch: perl
5362            ! Configure config_h.SH myconfig.SH
5363 ____________________________________________________________________________
5364 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
5365         Log: Under versiononly install also the scripts with the version suffix.
5366              (e.g. .../bin/h2xs5.7.1)
5367      Branch: perl
5368            ! installperl
5369 ____________________________________________________________________________
5370 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
5371         Log: Subject: [PATCH] Stop segfault in mg.c:636
5372              From: "Richard Soderberg" <rs@crystalflame.net>
5373              Date: Thu, 24 May 2001 05:51:52 -0700
5374              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
5375      Branch: perl
5376            ! mg.c
5377 ____________________________________________________________________________
5378 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
5379         Log: Iteration continues; hopefully convergently.
5380      Branch: perl
5381            ! t/lib/b-stash.t
5382 ____________________________________________________________________________
5383 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
5384         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
5385              From: Gisle Aas <gisle@ActiveState.com>
5386              Date: 23 May 2001 16:13:10 -0700
5387              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
5388      Branch: perl
5389            ! op.c toke.c
5390 ____________________________________________________________________________
5391 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
5392         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
5393              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
5394              Date: Thu, 24 May 2001 05:05:22 -0500
5395              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
5396      Branch: perl
5397            ! lib/dumpvar.pl lib/perl5db.pl
5398 ____________________________________________________________________________
5399 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
5400         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
5401              From: David Dyck <dcd@tc.fluke.com>
5402              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
5403              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
5404      Branch: perl
5405            ! lib/perl5db.pl
5406 ____________________________________________________________________________
5407 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
5408         Log: Tiny pod nits on READMEs, mostly whitespace issues.
5409      Branch: perl
5410            ! README.amiga README.dos README.macos README.mpeix README.vmesa
5411            ! README.win32
5412 ____________________________________________________________________________
5413 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
5414         Log: The DG/UX part of the 20010521.005.
5415      Branch: perl
5416            ! README.dgux
5417 ____________________________________________________________________________
5418 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
5419         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
5420              From: Hugo <hv@crypt.compulink.co.uk>
5421              Date: Mon, 21 May 2001 16:32:02 +0100
5422              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
5423      Branch: perl
5424            ! regcomp.c t/op/misc.t
5425 ____________________________________________________________________________
5426 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
5427         Log: Subject: [PATCH] Extra UNIVERSAL tests
5428              From: Mike Guy <mjtg@cam.ac.uk>
5429              Date: Wed, 23 May 2001 12:29:20 +0100
5430              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
5431      Branch: perl
5432            ! t/op/universal.t
5433 ____________________________________________________________________________
5434 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
5435         Log: Subject: [PATCH] Remove EQ keyword
5436              From: Mike Guy <mjtg@cam.ac.uk>
5437              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
5438              Date: Wed, 23 May 2001 11:17:29 +0100
5439      Branch: perl
5440            ! keywords.h keywords.pl
5441 ____________________________________________________________________________
5442 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
5443         Log: Subject: [PATCH] lib/perl5db.pl
5444              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
5445              Date: Wed, 23 May 2001 02:18:03 -0500
5446              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
5447      Branch: perl
5448            ! lib/perl5db.pl
5449 ____________________________________________________________________________
5450 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
5451         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
5452              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
5453              Date: Tue, 22 May 2001 23:34:41 -0500
5454              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
5455      Branch: perl
5456            ! lib/Term/Cap.pm
5457 ____________________________________________________________________________
5458 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
5459         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
5460              From: davem@fdgroup.co.uk
5461              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
5462              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
5463      Branch: perl
5464            ! emacs/e2ctags.pl
5465 ____________________________________________________________________________
5466 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
5467         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
5468              From: Michael G Schwern <schwern@pobox.com>
5469              Date: Tue, 22 May 2001 14:15:09 +0100
5470              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
5471      Branch: perl
5472            ! lib/vars.pm
5473 ____________________________________________________________________________
5474 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
5475         Log: Subject: [PATCH lib/vars.pm] Odd code nit
5476              From: Michael G Schwern <schwern@pobox.com>
5477              Date: Tue, 22 May 2001 14:14:28 +0100
5478              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
5479      Branch: perl
5480            ! lib/vars.pm
5481 ____________________________________________________________________________
5482 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
5483         Log: Use the new use vars feature.
5484      Branch: perl
5485            ! t/lib/b-stash.t
5486 ____________________________________________________________________________
5487 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
5488         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
5489              From: Mike Guy <mjtg@cam.ac.uk>
5490              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
5491              Date: Tue, 22 May 2001 13:11:39 +0100
5492      Branch: perl
5493            + t/pragma/vars.t
5494            ! MANIFEST lib/vars.pm t/lib/1_compile.t
5495 ____________________________________________________________________________
5496 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
5497         Log: -qlongdouble considered harmful by Merijn.
5498      Branch: perl
5499            ! hints/aix.sh
5500 ____________________________________________________________________________
5501 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
5502         Log: Update Changes.
5503      Branch: perl
5504            ! Changes patchlevel.h
5505 ____________________________________________________________________________
5506 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
5507         Log: Add a test of its very own for Fcntl.  Hopefully portable.
5508      Branch: perl
5509            + t/lib/fcntl.t
5510            ! MANIFEST
5511 ____________________________________________________________________________
5512 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
5513         Log: Must be trickier for 'minitest' not to die.
5514      Branch: perl
5515            ! t/op/taint.t
5516 ____________________________________________________________________________
5517 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
5518         Log: Can't declare other people's variables.
5519      Branch: perl
5520            ! t/lib/b-stash.t
5521 ____________________________________________________________________________
5522 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
5523         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
5524      Branch: perl
5525            ! doio.c t/op/taint.t
5526 ____________________________________________________________________________
5527 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
5528         Log: The OS/2 variable needs to be declared.
5529      Branch: perl
5530            ! t/lib/b-stash.t
5531 ____________________________________________________________________________
5532 [ 10170] By: nick                                  on 2001/05/20  16:48:29
5533         Log: Integrate mainline
5534      Branch: perlio
5535           !> (integrate 41 files)
5536 ____________________________________________________________________________
5537 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
5538         Log: Small perlsec updates: clarify the taintedness of filename
5539              globbing; suggest using Scalar::Util::tainted().
5540      Branch: perl
5541            ! pod/perlsec.pod
5542 ____________________________________________________________________________
5543 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
5544         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
5545              From: Dave Mitchell <davem@fdgroup.co.uk>
5546              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
5547              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
5548      Branch: perl
5549            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
5550            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
5551            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
5552            ! xsutils.c
5553 ____________________________________________________________________________
5554 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
5555         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
5556              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5557              Date: Sat, 19 May 2001 04:08:46 -0400
5558              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
5559      Branch: perl
5560            ! lib/ExtUtils/Mksymlists.pm makedef.pl
5561 ____________________________________________________________________________
5562 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
5563         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
5564              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5565              Date: Sat, 19 May 2001 04:30:45 -0400
5566              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
5567      Branch: perl
5568            ! os2/os2.c
5569 ____________________________________________________________________________
5570 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
5571         Log: Subject: [PATCH 5.6.1] build bugs OS/2
5572              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5573              Date: Sat, 19 May 2001 04:35:28 -0400
5574              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
5575      Branch: perl
5576            ! os2/Makefile.SHs os2/os2.c
5577 ____________________________________________________________________________
5578 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
5579         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
5580              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5581              Date: Sat, 19 May 2001 04:04:23 -0400
5582              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
5583              
5584              (In bleadperl patched b-stash.t instead of b.t)
5585      Branch: perl
5586            ! t/lib/b-stash.t t/lib/bigfltpm.t
5587 ____________________________________________________________________________
5588 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
5589         Log: Subject: [PATCH 5.6.1] perl5db
5590              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5591              Date: Sat, 19 May 2001 03:49:09 -0400
5592              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
5593      Branch: perl
5594            ! lib/perl5db.pl
5595 ____________________________________________________________________________
5596 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
5597         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
5598              From: Gisle Aas <gisle@ActiveState.com>
5599              Date: 18 May 2001 14:24:51 -0700
5600              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
5601      Branch: perl
5602            ! pp_ctl.c
5603 ____________________________________________________________________________
5604 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
5605         Log: Subject: [PATCH] Chomp should not always stringify
5606              From: Gisle Aas <gisle@ActiveState.com>
5607              Date: 18 May 2001 07:55:25 -0700
5608              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
5609      Branch: perl
5610            ! doop.c t/op/chop.t
5611 ____________________________________________________________________________
5612 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
5613         Log: Integrate perlio.
5614      Branch: perl
5615           !> pod/perlfunc.pod
5616 ____________________________________________________________________________
5617 [ 10159] By: nick                                  on 2001/05/20  09:39:46
5618         Log: Document some more of open's features.
5619      Branch: perlio
5620            ! pod/perlfunc.pod
5621 ____________________________________________________________________________
5622 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
5623         Log: back out change#10153 (it has compatibility issues such as the
5624              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
5625              benefit for 5.6.x doesn't seem worth the risk)
5626      Branch: maint-5.6/perl
5627            ! toke.c
5628 ____________________________________________________________________________
5629 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
5630         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
5631      Branch: perl
5632            ! x2p/s2p.PL
5633 ____________________________________________________________________________
5634 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
5635         Log: Update Changes.
5636      Branch: perl
5637            ! Changes patchlevel.h
5638 ____________________________________________________________________________
5639 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
5640         Log: Integrate change #10144 from maintperl.
5641              
5642              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
5643      Branch: perl
5644           !> win32/config.bc win32/config.gc win32/config.vc
5645           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
5646 ____________________________________________________________________________
5647 [ 10154] By: nick                                  on 2001/05/18  07:23:03
5648         Log: Integrate mainline.
5649      Branch: perlio
5650           +> README.dgux t/lib/i18n-collate.t utils.lst
5651           !> (integrate 49 files)
5652 ____________________________________________________________________________
5653 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
5654         Log: Integrate change #7224 from mainline into maintperl.
5655              
5656              Allow @+ and @- to be doublequoted, from Simon Cozens. 
5657              (Approved by Larry, see Tom's comment in 20000830.005.)
5658      Branch: maint-5.6/perl
5659           !> toke.c
5660 ____________________________________________________________________________
5661 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
5662         Log: Subject: [PATCH bleadperl] small lookbehind fix
5663              From: Hugo <hv@crypt.compulink.co.uk>
5664              Date: Fri, 18 May 2001 00:07:19 +0100
5665              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
5666      Branch: perl
5667            ! regexec.c
5668 ____________________________________________________________________________
5669 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
5670         Log: Detypos.
5671      Branch: perl
5672            ! installman utils.lst
5673 ____________________________________________________________________________
5674 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
5675         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
5676              in 20001222.001.
5677      Branch: perl
5678            ! t/lib/glob-basic.t
5679 ____________________________________________________________________________
5680 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
5681         Log: Subject: [PATCH] Test for bug 20010515.004
5682              From: Benjamin Sugars <bsugars@canoe.ca>
5683              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
5684              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
5685      Branch: perl
5686            ! t/op/misc.t
5687 ____________________________________________________________________________
5688 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
5689         Log: Integrate #10145 from maintperl.
5690              
5691              fix for ID 20010515.004 (needs test)
5692      Branch: perl
5693           !> pp_hot.c
5694 ____________________________________________________________________________
5695 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
5696         Log: Thinko noticed by Doug MacEachern.
5697      Branch: perl
5698            ! thread.h
5699 ____________________________________________________________________________
5700 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
5701         Log: Subject: Re: [PATCH] HERE mark in regex
5702              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
5703              Date: Thu, 17 May 2001 12:20:33 -0400
5704              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
5705      Branch: perl
5706            ! t/op/re_tests
5707 ____________________________________________________________________________
5708 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
5709         Log: fix for ID 20010515.004 (needs test)
5710      Branch: maint-5.6/perl
5711            ! pp_hot.c
5712 ____________________________________________________________________________
5713 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
5714         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
5715      Branch: maint-5.6/perl
5716            ! win32/config.bc win32/config.gc win32/config.vc
5717            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5718 ____________________________________________________________________________
5719 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
5720         Log: Macrofy the getspecific (and use it also in util.c)
5721      Branch: perl
5722            ! thread.h util.c
5723 ____________________________________________________________________________
5724 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
5725         Log: Use the unchecked thread-specific key fetch also in Tru64.
5726      Branch: perl
5727            ! thread.h
5728 ____________________________________________________________________________
5729 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
5730         Log: Subject: [PATCH 5.6.1]Quick thread speedup
5731              From: Dan Sugalski <dan@sidhe.org> 
5732              Date: Wed, 16 May 2001 18:05:19 -0400
5733              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
5734      Branch: perl
5735            ! thread.h util.c
5736 ____________________________________________________________________________
5737 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
5738         Log: I think this is quite enough testing for a deprecated feature.
5739      Branch: perl
5740            + t/lib/i18n-collate.t
5741            ! MANIFEST t/lib/1_compile.t
5742 ____________________________________________________________________________
5743 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
5744         Log: More HP-UX lore from Jeff Okamoto.
5745      Branch: perl
5746            ! README.hpux
5747 ____________________________________________________________________________
5748 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
5749         Log: Sort utils.lst for easier maintenance.
5750      Branch: perl
5751            ! utils.lst
5752 ____________________________________________________________________________
5753 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
5754         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
5755              From: Tim Jenness <t.jenness@jach.hawaii.edu>
5756              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
5757              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
5758              
5759              Add pod2latex to utils.lst.
5760      Branch: perl
5761            ! MANIFEST utils.lst
5762 ____________________________________________________________________________
5763 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
5764         Log: Subject: Re: [PATCH] HERE mark in regex
5765              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
5766              Date: Wed, 16 May 2001 13:04:43 -0400
5767              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
5768      Branch: perl
5769            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
5770            ! t/op/regmesg.t t/pragma/warn/regcomp
5771 ____________________________________________________________________________
5772 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
5773         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
5774              From: Simon Cozens <simon@netthink.co.uk>
5775              Date: Wed, 16 May 2001 18:02:08 +0100
5776              Message-ID: <20010516180208.A6458@netthink.co.uk>
5777      Branch: perl
5778            ! installman utils.lst
5779 ____________________________________________________________________________
5780 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
5781         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
5782              From: "Philip Newton" <pnewton@gmx.de>
5783              Date: Tue, 15 May 2001 15:09:30 +0200
5784              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
5785              
5786              Test case for #10128.
5787      Branch: perl
5788            ! t/pragma/warn/pp_hot
5789 ____________________________________________________________________________
5790 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
5791         Log: Update Changes.
5792      Branch: perl
5793            ! Changes patchlevel.h
5794 ____________________________________________________________________________
5795 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
5796         Log: Deprecate pseudo-hashes.
5797      Branch: perl
5798            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
5799 ____________________________________________________________________________
5800 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
5801         Log: HP-UX hints update from Merijn.
5802      Branch: perl
5803            ! hints/hpux.sh
5804 ____________________________________________________________________________
5805 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
5806         Log: README.hpux update from Merijn.
5807      Branch: perl
5808            ! README.hpux
5809 ____________________________________________________________________________
5810 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
5811         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
5812              From: Simon Cozens <simon@netthink.co.uk>
5813              Date: Wed, 16 May 2001 15:57:55 +0100
5814              Message-ID: <20010516155755.A4728@netthink.co.uk>
5815      Branch: perl
5816            + utils.lst
5817            ! MANIFEST installman installperl
5818 ____________________________________________________________________________
5819 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
5820         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
5821              From: "Philip Newton" <pnewton@gmx.de>
5822              Date: Tue, 15 May 2001 16:31:05 +0200
5823              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
5824              
5825              Fix PERL_Y2KWARN test to check before rather than after appending.
5826      Branch: perl
5827            ! pp_hot.c
5828 ____________________________________________________________________________
5829 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
5830         Log: Regen Porting stuff.
5831      Branch: perl
5832            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5833            ! config_h.SH
5834 ____________________________________________________________________________
5835 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
5836         Log: Metaconfig unit change for #10125.
5837      Branch: metaconfig
5838            ! U/modified/Oldconfig.U
5839 ____________________________________________________________________________
5840 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
5841         Log: Use OSVERS.
5842      Branch: perl
5843            ! Configure config_h.SH perl.c
5844 ____________________________________________________________________________
5845 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
5846         Log: Regen toc.
5847      Branch: perl
5848            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
5849 ____________________________________________________________________________
5850 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
5851         Log: Adding the README.dgux to the MANIFEST would be a good idea.
5852      Branch: perl
5853            ! MANIFEST
5854 ____________________________________________________________________________
5855 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
5856         Log: Move the stack desire definition to thread.h.
5857      Branch: perl
5858            ! ext/Thread/Thread.xs thread.h
5859 ____________________________________________________________________________
5860 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
5861         Log: DG-UX threading patches, including a README.dgux,
5862              from Takis Psarogiannakopoulos.
5863      Branch: perl
5864            + README.dgux
5865            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
5866 ____________________________________________________________________________
5867 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
5868         Log: Subject: [PATCH B::Deparse] More on /x regexes
5869              From: Robin Houston <robin@kitsite.com>
5870              Date: Tue, 15 May 2001 19:09:35 +0100
5871              Message-ID: <20010515190935.A27268@penderel>
5872      Branch: perl
5873            ! ext/B/B/Deparse.pm
5874 ____________________________________________________________________________
5875 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
5876         Log: Document that the core time() may be rounding rather
5877              than truncating, would have saved at least my confusion.
5878      Branch: perl
5879            ! ext/Time/HiRes/HiRes.pm
5880 ____________________________________________________________________________
5881 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
5882         Log: Subject: perl-current/t/time-hires.t
5883              From: John Peacock <jpeacock@rowman.com>
5884              Date: Fri, 11 May 2001 14:09:41 -0400
5885              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
5886      Branch: perl
5887            ! t/lib/time-hires.t
5888 ____________________________________________________________________________
5889 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
5890         Log: Subject: [PATCH dump.c] Op private flags
5891              From: Simon Cozens <simon@netthink.co.uk>
5892              Date: Sun, 13 May 2001 20:20:36 +0100
5893              Message-ID: <20010513202036.A21896@netthink.co.uk>
5894      Branch: perl
5895            ! dump.c
5896 ____________________________________________________________________________
5897 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
5898         Log: Upgrade to Switch 2.03.
5899      Branch: perl
5900            ! lib/Switch.pm
5901 ____________________________________________________________________________
5902 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
5903         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
5904              to PERL_CONFIG_SH and use it consistently.
5905      Branch: maint-5.6/perl
5906           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
5907           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
5908           !> myconfig.SH writemain.SH
5909 ____________________________________________________________________________
5910 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
5911         Log: Metaconfig units changes for #10113.
5912      Branch: metaconfig
5913            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
5914 ____________________________________________________________________________
5915 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
5916         Log: The problem described in 20010514.031 still wasn't
5917              fully cured, there were remnants of $CONFIG when
5918              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
5919              to avoid future conflicts.
5920      Branch: perl
5921            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
5922            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
5923            ! myconfig.SH writemain.SH
5924 ____________________________________________________________________________
5925 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
5926         Log: Half of #10107 got lost.
5927      Branch: perl
5928            ! ext/B/B/Deparse.pm
5929 ____________________________________________________________________________
5930 [ 10111] By: nick                                  on 2001/05/15  08:39:14
5931         Log: Integrate mainline.
5932      Branch: perlio
5933           +> ext/POSIX/hints/uts.pl
5934            - Todo Todo-5.6 t/camel-III/vstring.t
5935           !> (integrate 48 files)
5936 ____________________________________________________________________________
5937 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
5938         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
5939              From: Robin Houston <robin@kitsite.com>
5940              Date: Mon, 14 May 2001 22:27:08 +0100
5941              Message-ID: <20010514222708.A22963@penderel>
5942      Branch: perl
5943            ! t/TestInit.pm
5944 ____________________________________________________________________________
5945 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
5946         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
5947              From: Robin Houston <robin@kitsite.com>
5948              Date: Mon, 14 May 2001 22:16:43 +0100
5949              Message-ID: <20010514221643.A22437@penderel>
5950      Branch: perl
5951            ! ext/B/B/Deparse.pm
5952 ____________________________________________________________________________
5953 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
5954         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
5955              From: Robin Houston <robin@kitsite.com>
5956              Date: Mon, 14 May 2001 22:03:44 +0100
5957              Message-ID: <20010514220344.A20643@penderel>
5958      Branch: perl
5959            ! ext/B/B/Deparse.pm
5960 ____________________________________________________________________________
5961 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
5962         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
5963              From: Robin Houston <robin@kitsite.com>
5964              Date: Mon, 14 May 2001 22:10:07 +0100
5965              Message-ID: <20010514221007.A21118@penderel>
5966      Branch: perl
5967            ! ext/B/B/Deparse.pm
5968 ____________________________________________________________________________
5969 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
5970         Log: Fix for 20010514.037; substr() didn't invalidate the locale
5971              collation magic.
5972      Branch: perl
5973            ! pp.c
5974 ____________________________________________________________________________
5975 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
5976         Log: Update Changes.
5977      Branch: perl
5978            ! Changes patchlevel.h
5979 ____________________________________________________________________________
5980 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
5981         Log: Retract #10094.
5982      Branch: perl
5983            ! lib/Pod/Text.pm
5984 ____________________________________________________________________________
5985 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
5986         Log: Integrate change #10100 from maintperl.
5987              
5988              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
5989              bug ID 20010514.027)
5990      Branch: perl
5991           !> mg.c pp_ctl.c
5992 ____________________________________________________________________________
5993 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
5994         Log: Document the deprecatedness of suidperl.
5995      Branch: perl
5996            ! INSTALL pod/perlfaq1.pod
5997 ____________________________________________________________________________
5998 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
5999         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
6000              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
6001              Date: Mon, 14 May 2001 09:38:59 -0400
6002              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
6003      Branch: perl
6004            ! lib/ExtUtils/MM_Unix.pm
6005 ____________________________________________________________________________
6006 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
6007         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
6008              bug ID 20010514.027)
6009              
6010              TODO: this needs a testsuite addition
6011      Branch: maint-5.6/perl
6012            ! mg.c pp_ctl.c
6013 ____________________________________________________________________________
6014 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
6015         Log: More DWIMminess for Class::Struct: calling the array or hash
6016              accessors only with one argument, an array or a hash reference,
6017              sets the underlying array or hash.  This mirrors nicely also
6018              the usage in the constructor.
6019              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
6020      Branch: perl
6021            ! lib/Class/Struct.pm t/lib/class-struct.t
6022 ____________________________________________________________________________
6023 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
6024         Log: Reference cmp'ing should go through the whole stringification
6025              process shebang, as pointed out by Sarathy in #10091.
6026      Branch: perl
6027            ! pp.c
6028 ____________________________________________________________________________
6029 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
6030         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
6031              From: Simon Cozens <simon@netthink.co.uk>
6032              Date: Sat, 12 May 2001 16:36:27 +0100
6033              Message-ID: <20010512163627.A5522@netthink.co.uk>
6034              
6035              with some additions salvaged from Todo and Todo-5.6 before
6036              retiring them.
6037      Branch: perl
6038            - Todo Todo-5.6
6039            ! MANIFEST pod/perltodo.pod
6040 ____________________________________________________________________________
6041 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
6042         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
6043              From: "Golubev I. N." <gin@mo.msk.ru>
6044              Date: Mon, 07 May 2001 14:33:34 (GMT)
6045              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
6046      Branch: perl
6047            ! perl.h
6048 ____________________________________________________________________________
6049 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
6050         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
6051              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
6052              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
6053              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
6054      Branch: perl
6055            ! lib/ExtUtils/MM_Unix.pm
6056 ____________________________________________________________________________
6057 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
6058         Log: (Retracted by #10104.)
6059              
6060              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
6061              From: barries <barries@slaysys.com>
6062              Date: Sat, 12 May 2001 01:28:10 -0400
6063              Message-ID: <20010512012810.B26358@jester.slaysys.com>
6064      Branch: perl
6065            ! lib/Pod/Text.pm
6066 ____________________________________________________________________________
6067 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
6068         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
6069              From: Mike Guy <mjtg@cam.ac.uk>
6070              Date: Sat, 12 May 2001 19:24:33 +0100
6071              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
6072      Branch: perl
6073            ! lib/AutoSplit.pm
6074 ____________________________________________________________________________
6075 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
6076         Log: Yet another HP-UX hints tweak from Merijn.
6077      Branch: perl
6078            ! hints/hpux.sh
6079 ____________________________________________________________________________
6080 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
6081         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
6082              isn't defined (changes#9366,9368,9370 from mainline without the
6083              pp_scmp() change)
6084      Branch: maint-5.6/perl
6085            ! pp.c pp.h pp_hot.c
6086 ____________________________________________________________________________
6087 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
6088         Log: The sorting seems to happen now automatically.
6089      Branch: perl
6090            ! t/lib/glob-basic.t
6091 ____________________________________________________________________________
6092 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
6093         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
6094              From: Benjamin Sugars <bsugars@canoe.ca>
6095              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
6096              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
6097      Branch: perl
6098            ! pod/perlfunc.pod
6099 ____________________________________________________________________________
6100 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
6101         Log: Subject: Re: undef(&foo) does not work for XS functions
6102              From: Doug MacEachern <dougm@covalent.net>
6103              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
6104              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
6105      Branch: perl
6106            ! op.c
6107 ____________________________________________________________________________
6108 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
6109         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
6110              From: Peter Prymmer <pvhp@forte.com>
6111              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
6112              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
6113      Branch: perl
6114            ! t/op/append.t
6115 ____________________________________________________________________________
6116 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
6117         Log: Update Changes.
6118      Branch: perl
6119            ! Changes patchlevel.h
6120 ____________________________________________________________________________
6121 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
6122         Log: Remove the 'asciir' re subpragma.  Should instead implement
6123              the 'physical vs logical' range scheme:
6124              
6125              \xAA-\xCC is a native physical range, you want that range of
6126              codepoints in your native encoding.  In EBCDIC the codepoints
6127              in the gaps (between i-j and r-s) should be included.
6128              
6129              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
6130              codepoints in Unicode.
6131              
6132              a-z is a logical range, you want that range of 'logical' codepoints
6133              in your native encoding.  In EBCDIC the codepoints in the gaps
6134              (between i-j and r-s) should not be included.
6135              
6136              Mixed cases (a-\xAA, etc) should either be errors, or maybe
6137              the 'logical' endpoints should be converted to native/Unicode
6138              codepoints, and the range handled as a physical range.
6139              
6140              'Logical endpoints' are to be recognized only in the A-Z, a-z,
6141              and 0-9 ranges.  Probably a warning should be given for mixed
6142              cases like A-z or a-9 (since such expressions are encoding
6143              dependent), with a recommendation to use physical ranges.
6144      Branch: perl
6145            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
6146            ! t/op/regexp.t
6147 ____________________________________________________________________________
6148 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
6149         Log: Make the test to cleanup the test directory tree
6150              both before and after the testing so that we always
6151              have a clean slate to work with.
6152      Branch: perl
6153            ! t/lib/filefind.t
6154 ____________________________________________________________________________
6155 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
6156         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
6157              From: Jon Eveland <jweveland@yahoo.com>
6158              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
6159              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
6160      Branch: perl
6161            ! pod/perlfunc.pod
6162 ____________________________________________________________________________
6163 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
6164         Log: Merge the camel-III/vstring.t with op/ver.t.
6165      Branch: perl
6166            - t/camel-III/vstring.t
6167            ! MANIFEST t/TEST t/harness t/op/ver.t
6168 ____________________________________________________________________________
6169 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
6170         Log: Add test.deparse make target.
6171      Branch: perl
6172            ! Makefile.SH
6173 ____________________________________________________________________________
6174 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
6175         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
6176              From: Robin Houston <robin@kitsite.com>
6177              Date: Fri, 11 May 2001 12:02:22 +0100
6178              Message-ID: <20010511120222.A11529@penderel>
6179      Branch: perl
6180            ! ext/B/B/Deparse.pm t/op/method.t
6181 ____________________________________________________________________________
6182 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
6183         Log: A nicely working combination for UTS from Hal Morris.
6184      Branch: perl
6185            + ext/POSIX/hints/uts.pl
6186            ! MANIFEST hints/uts.sh
6187 ____________________________________________________________________________
6188 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
6189         Log: i_ieeefp=undef for UTS.
6190      Branch: perl
6191            ! hints/uts.sh
6192 ____________________________________________________________________________
6193 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
6194         Log: Subject: RE: rand(0) is rand(1)
6195              From: Larry Shatzer <lshatzer@islanddata.com>
6196              Date: Thu, 10 May 2001 11:09:27 -0700
6197              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
6198      Branch: perl
6199            ! pod/perlfunc.pod
6200 ____________________________________________________________________________
6201 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
6202         Log: Subject: [patch] make op_{clear,null} public
6203              From: Doug MacEachern <dougm@covalent.net>
6204              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
6205              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
6206      Branch: perl
6207            ! embed.h embed.pl op.c proto.h
6208 ____________________________________________________________________________
6209 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
6210         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
6211              From: Robin Houston <robin@kitsite.com>
6212              Date: Thu, 10 May 2001 18:54:59 +0100
6213              Message-ID: <20010510185459.A5995@penderel>
6214      Branch: perl
6215            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
6216 ____________________________________________________________________________
6217 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
6218         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
6219              From: Robin Houston <robin@kitsite.com>
6220              Date: Thu, 10 May 2001 12:56:39 +0100
6221              Message-ID: <20010510125639.A2119@penderel>
6222      Branch: perl
6223            ! ext/B/B/Deparse.pm
6224 ____________________________________________________________________________
6225 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
6226         Log: Retract #10070, not ready yet.
6227      Branch: perl
6228            ! ext/B/B/Deparse.pm
6229 ____________________________________________________________________________
6230 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
6231         Log: The metaconfig unit change for #10071.
6232      Branch: metaconfig
6233            ! U/modified/mallocsrc.U
6234 ____________________________________________________________________________
6235 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
6236         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
6237      Branch: perl
6238            ! Configure
6239 ____________________________________________________________________________
6240 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
6241         Log: (Retracted by #10073)
6242              
6243              Subject: Re: [PATCH t/TEST] B::Deparse tester 
6244              From: Hugo <hv@crypt.compulink.co.uk>
6245              Date: Thu, 10 May 2001 05:48:09 +0100
6246              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
6247      Branch: perl
6248            ! ext/B/B/Deparse.pm
6249 ____________________________________________________________________________
6250 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
6251         Log: Add a for(func()) test.
6252      Branch: perl
6253            ! t/cmd/for.t
6254 ____________________________________________________________________________
6255 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
6256         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
6257              From: Robin Houston <robin@kitsite.com>
6258              Date: Thu, 10 May 2001 13:50:08 +0100
6259              Message-ID: <20010510135008.A2454@penderel>
6260      Branch: perl
6261            ! ext/B/B/Deparse.pm
6262 ____________________________________________________________________________
6263 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
6264         Log: A thinko in #10065.
6265      Branch: perl
6266            ! hv.c
6267 ____________________________________________________________________________
6268 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
6269         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
6270              From: Robin Houston <robin@kitsite.com>
6271              Date: Thu, 10 May 2001 02:10:34 +0100
6272              Message-ID: <20010510021034.A19421@penderel>
6273      Branch: perl
6274            ! ext/B/B.xs ext/B/B/Deparse.pm
6275 ____________________________________________________________________________
6276 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
6277         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
6278              From: Doug MacEachern <dougm@covalent.net>
6279              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
6280              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
6281      Branch: perl
6282            ! hv.c
6283 ____________________________________________________________________________
6284 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
6285         Log: One more workaround for the UTS compiler from Hal Morris.
6286      Branch: perl
6287            ! perl.h
6288 ____________________________________________________________________________
6289 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
6290         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
6291              From: Robin Houston <robin@kitsite.com>
6292              Date: Thu, 10 May 2001 01:02:08 +0100
6293              Message-ID: <20010510010208.A18200@penderel>
6294      Branch: perl
6295            ! ext/B/B/Debug.pm
6296 ____________________________________________________________________________
6297 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
6298         Log: Subject: [PATCH] Simplify deb_curcv() a bit
6299              From: Benjamin Sugars <bsugars@canoe.ca>
6300              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
6301              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
6302      Branch: perl
6303            ! run.c
6304 ____________________________________________________________________________
6305 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
6306         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
6307              From: Benjamin Sugars <bsugars@canoe.ca>
6308              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
6309              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
6310      Branch: perl
6311            ! t/lib/io_scalar.t
6312 ____________________________________________________________________________
6313 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
6314         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
6315              From: Peter Prymmer <pvhp@forte.com>
6316              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
6317              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
6318      Branch: perl
6319            ! t/lib/md5-file.t
6320 ____________________________________________________________________________
6321 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
6322         Log: Subject: [PATCH t/TEST] B::Deparse tester
6323              From: Robin Houston <robin@kitsite.com>
6324              Date: Wed, 9 May 2001 19:17:50 +0100
6325              Message-ID: <20010509191750.A16940@penderel>
6326      Branch: perl
6327            ! ext/B/O.pm t/TEST
6328 ____________________________________________________________________________
6329 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
6330         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
6331              From: Jeff Pinyan <jeffp@crusoe.net>
6332              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
6333              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
6334      Branch: perl
6335            ! lib/Pod/Html.pm
6336 ____________________________________________________________________________
6337 [ 10057] By: nick                                  on 2001/05/09  18:37:56
6338         Log: Integrate mainline.
6339      Branch: perlio
6340           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
6341           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
6342 ____________________________________________________________________________
6343 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
6344         Log: Update Changes.
6345      Branch: perl
6346            ! Changes patchlevel.h
6347 ____________________________________________________________________________
6348 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
6349         Log: Integrate perlio.
6350      Branch: perl
6351           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
6352 ____________________________________________________________________________
6353 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
6354         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
6355              From: Benjamin Sugars <bsugars@canoe.ca>
6356              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
6357              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
6358      Branch: perl
6359            ! perlio.c
6360 ____________________________________________________________________________
6361 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
6362         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
6363              From: Benjamin Sugars <bsugars@canoe.ca>
6364              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
6365              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
6366      Branch: perl
6367            ! ext/PerlIO/Scalar/Scalar.xs
6368 ____________________________________________________________________________
6369 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
6370         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
6371              From: Jeff Pinyan <jeffp@crusoe.net>
6372              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
6373              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
6374      Branch: perl
6375            ! lib/Pod/Html.pm
6376 ____________________________________________________________________________
6377 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
6378         Log: EPOC tweak from Olaf Flebbe.
6379      Branch: perl
6380            ! epoc/epocish.h
6381 ____________________________________________________________________________
6382 [ 10050] By: nick                                  on 2001/05/09  14:37:57
6383         Log: win32, regen_config_h
6384      Branch: perlio
6385            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6386 ____________________________________________________________________________
6387 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
6388         Log: Integrate perlio.
6389      Branch: perl
6390           !> pp_sys.c
6391 ____________________________________________________________________________
6392 [ 10048] By: nick                                  on 2001/05/09  11:59:50
6393         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
6394              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
6395      Branch: perlio
6396            ! pp_sys.c
6397 ____________________________________________________________________________
6398 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
6399         Log: Integrate perlio.
6400      Branch: perl
6401           !> run.c
6402 ____________________________________________________________________________
6403 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
6404         Log: Subject: Re: Less warnings during configure
6405              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6406              Date: Wed, 09 May 2001 13:12:49 +0200
6407              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
6408      Branch: perl
6409            ! hints/hpux.sh
6410 ____________________________________________________________________________
6411 [ 10045] By: nick                                  on 2001/05/09  09:56:59
6412         Log: MULTIPLICITY/DEBUGGING build fix.
6413      Branch: perlio
6414            ! run.c
6415 ____________________________________________________________________________
6416 [ 10044] By: nick                                  on 2001/05/09  09:46:37
6417         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
6418      Branch: perlio
6419           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
6420            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
6421           !> (integrate 65 files)
6422 ____________________________________________________________________________
6423 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
6424         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
6425              From: Robin Houston <robin@kitsite.com>
6426              Date: Tue, 8 May 2001 19:38:00 +0100
6427              Message-ID: <20010508193800.A4389@penderel>
6428              
6429              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
6430              From: Robin Houston <robin@kitsite.com>
6431              Date: Tue, 8 May 2001 20:03:57 +0100
6432              Message-ID: <20010508200357.A4614@penderel>
6433              
6434              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
6435              From: Robin Houston <robin@kitsite.com>
6436              Date: Wed, 9 May 2001 00:12:05 +0100
6437              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
6438      Branch: perl
6439            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
6440 ____________________________________________________________________________
6441 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
6442         Log: Retract #10031.
6443      Branch: perl
6444            ! pod/perlfunc.pod
6445 ____________________________________________________________________________
6446 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
6447         Log: The metaconfig unit changes for #10040.
6448      Branch: metaconfig/U/perl
6449            ! Checkcc.U d_dlsymun.U dlsrc.U
6450 ____________________________________________________________________________
6451 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
6452         Log: The Configure half of
6453              
6454              Subject: Less warnings during configure
6455              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6456              Date: Tue, 08 May 2001 08:44:02 +0200
6457              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
6458      Branch: perl
6459            ! Configure
6460 ____________________________________________________________________________
6461 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
6462         Log: Subject: Less warnings during configure
6463              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6464              Date: Tue, 08 May 2001 08:44:02 +0200
6465              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
6466      Branch: perl
6467            ! hints/hpux.sh
6468 ____________________________________________________________________________
6469 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
6470         Log: Don't forget to whine about \d__\d.
6471      Branch: perl
6472            ! t/pragma/warn/toke toke.c
6473 ____________________________________________________________________________
6474 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
6475         Log: Allow underscores also in the exponent part.
6476      Branch: perl
6477            ! t/pragma/warn/toke toke.c
6478 ____________________________________________________________________________
6479 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
6480         Log: CodeMagicCD doesn't look like an *I*DE.
6481      Branch: perl
6482            ! pod/perlfaq3.pod
6483 ____________________________________________________________________________
6484 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
6485         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
6486              to be consistently down).
6487      Branch: perl
6488            ! pod/perlfaq3.pod
6489 ____________________________________________________________________________
6490 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
6491         Log: Upgrade to Text::Balanced 1.84.
6492      Branch: perl
6493            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
6494 ____________________________________________________________________________
6495 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
6496         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
6497              From: Benjamin Sugars <bsugars@canoe.ca>
6498              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
6499              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
6500      Branch: perl
6501            ! run.c
6502 ____________________________________________________________________________
6503 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
6504         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
6505              From: Peter Prymmer <pvhp@forte.com>
6506              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
6507              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
6508      Branch: perl
6509            ! t/pod/plainer.t
6510 ____________________________________________________________________________
6511 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
6512         Log: (Retracted by #10042)
6513              
6514              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
6515              From: "Philip Newton" <pnewton@gmx.de>
6516              Date: Tue, 8 May 2001 09:18:10 +0200
6517              Message-ID: <3AF7B9D2.28861.603732@localhost>
6518      Branch: perl
6519            ! pod/perlfunc.pod
6520 ____________________________________________________________________________
6521 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
6522         Log: Subject: [PATCH B::Deparse] Document known bugs
6523              From: Robin Houston <robin@kitsite.com>
6524              Date: Tue, 8 May 2001 01:53:34 +0100
6525              Message-ID: <20010508015334.A32394@penderel>
6526      Branch: perl
6527            ! ext/B/B/Deparse.pm
6528 ____________________________________________________________________________
6529 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
6530         Log: Subject: Re: Perl book, magazine and website updates.
6531              From: "Philip Newton" <pnewton@gmx.de>
6532              Date: Mon, 7 May 2001 17:03:58 +0200
6533              Message-ID: <3AF6D57E.5387.1E29930@localhost>
6534      Branch: perl
6535            ! pod/perlfaq2.pod
6536 ____________________________________________________________________________
6537 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
6538         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
6539              From: Peter Prymmer <pvhp@forte.com>
6540              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
6541              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
6542      Branch: perl
6543            ! t/io/fflush.t
6544 ____________________________________________________________________________
6545 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
6546         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
6547              From: Robin Houston <robin@kitsite.com>
6548              Date: Tue, 8 May 2001 01:14:55 +0100
6549              Message-ID: <20010508011455.A32162@penderel>
6550      Branch: perl
6551            ! ext/B/B/Deparse.pm
6552 ____________________________________________________________________________
6553 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
6554         Log: Typo in #10025.
6555      Branch: perl
6556            ! hints/uts.sh
6557 ____________________________________________________________________________
6558 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
6559         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
6560      Branch: perl
6561            ! hints/uts.sh
6562 ____________________________________________________________________________
6563 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
6564         Log: Subject: Re: [ID 20010506.045] question about hash syntax
6565              From: Peter Scott <Peter@PSDT.com>
6566              Date: Sun, 06 May 2001 13:10:40 -0700
6567              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
6568      Branch: perl
6569            ! pod/perl56delta.pod
6570 ____________________________________________________________________________
6571 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
6572         Log: Configure should figure out the list of dynamic extensions
6573              just fine in UTS-- and in fact it does, as reported by Hal Morris.
6574      Branch: perl
6575            ! hints/uts.sh
6576 ____________________________________________________________________________
6577 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
6578         Log: Update Changes.
6579      Branch: perl
6580            ! Changes patchlevel.h
6581 ____________________________________________________________________________
6582 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
6583         Log: Subject: [PATCH regcomp.c] Insecure regexes
6584              From: Robin Houston <robin@kitsite.com>
6585              Date: Mon, 7 May 2001 21:56:12 +0100
6586              Message-ID: <20010507215612.A31114@penderel>
6587      Branch: perl
6588            ! regcomp.c
6589 ____________________________________________________________________________
6590 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
6591         Log: Drop the foobar.perl.com references for now until Simon
6592              gets them sorted out.
6593      Branch: perl
6594            ! pod/perlfaq2.pod
6595 ____________________________________________________________________________
6596 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
6597         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
6598              From: Prymmer/Kahn <pvhp@best.com>
6599              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
6600              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
6601      Branch: perl
6602            ! lib/Devel/SelfStubber.pm
6603 ____________________________________________________________________________
6604 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
6605         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
6606              From: Prymmer/Kahn <pvhp@best.com>
6607              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
6608              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
6609      Branch: perl
6610            ! win32/Makefile
6611 ____________________________________________________________________________
6612 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
6613         Log: s/WebTechnique's/WebTechniques/
6614      Branch: perl
6615            ! pod/perlfaq2.pod
6616 ____________________________________________________________________________
6617 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
6618         Log: Llama 3 updates from Randal.
6619      Branch: perl
6620            ! pod/perlfaq2.pod
6621 ____________________________________________________________________________
6622 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
6623         Log: Subject: [PATCH] Help -Dt show correct pad variables
6624              From: Benjamin Sugars <ben.sugars@home.com>
6625              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
6626              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
6627      Branch: perl
6628            ! embed.h embed.pl proto.h run.c
6629 ____________________________________________________________________________
6630 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
6631         Log: Subject: [PATCH] Document C<our $foo : shared>
6632              From: Benjamin Sugars <ben.sugars@home.com>
6633              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
6634              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
6635      Branch: perl
6636            ! pod/perlfunc.pod
6637 ____________________________________________________________________________
6638 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
6639         Log: Subject: [PATCH B::Deparse] undefined folded constants
6640              From: Robin Houston <robin@kitsite.com>
6641              Date: Sun, 6 May 2001 17:19:09 +0100
6642              Message-ID: <20010506171909.A7046@penderel>
6643      Branch: perl
6644            ! ext/B/B/Deparse.pm
6645 ____________________________________________________________________________
6646 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
6647         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
6648              From: Robin Houston <robin@kitsite.com>
6649              Message-ID: <20010506164654.A6848@penderel>
6650              Date: Sun, 6 May 2001 16:46:54 +0100
6651      Branch: perl
6652            ! ext/B/B/Deparse.pm
6653 ____________________________________________________________________________
6654 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
6655         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
6656              From: Robin Houston <robin@kitsite.com>
6657              Date: Sun, 6 May 2001 14:47:02 +0100
6658              Message-ID: <20010506144702.A6308@penderel>
6659      Branch: perl
6660            ! t/op/my_stash.t
6661 ____________________________________________________________________________
6662 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
6663         Log: Subject: Perl book, magazine and website updates.
6664              From: Simon Cozens <simon@netthink.co.uk>
6665              Date: Sun, 6 May 2001 16:55:36 +0100
6666              Message-ID: <20010506165536.A1795@netthink.co.uk>
6667      Branch: perl
6668            ! pod/perlbook.pod pod/perlfaq2.pod
6669 ____________________________________________________________________________
6670 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
6671         Log: Tweaks on the Tru64 prof options.
6672      Branch: perl
6673            ! pod/perlhack.pod
6674 ____________________________________________________________________________
6675 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
6676         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
6677              From: Robin Houston <robin@kitsite.com>
6678              Date: Sun, 6 May 2001 14:40:51 +0100
6679              Message-ID: <20010506144051.A6279@penderel>
6680      Branch: perl
6681            ! t/pod/testp2pt.pl
6682 ____________________________________________________________________________
6683 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
6684         Log: Subject: [PATCH B::Deparse] scoping
6685              From: Robin Houston <robin@kitsite.com>
6686              Date: Sun, 6 May 2001 14:36:56 +0100
6687              Message-ID: <20010506143656.A4006@penderel>
6688      Branch: perl
6689            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
6690 ____________________________________________________________________________
6691 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
6692         Log: Document the undefinedness of bitshifting out of range.
6693      Branch: perl
6694            ! pod/perlop.pod
6695 ____________________________________________________________________________
6696 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
6697         Log: Retract #10003 and update the IDE descriptions a bit.
6698      Branch: perl
6699            ! pod/perlfaq3.pod
6700 ____________________________________________________________________________
6701 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
6702         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
6703              From: Prymmer/Kahn <pvhp@best.com>
6704              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
6705              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
6706      Branch: perl
6707            ! win32/Makefile win32/buildext.pl win32/config.bc
6708            ! win32/config.gc win32/config.vc
6709 ____________________________________________________________________________
6710 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
6711         Log: (Retracted by #10005.)
6712      Branch: perl
6713            ! pod/perlfaq3.pod
6714 ____________________________________________________________________________
6715 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
6716         Log: It's "psed", not "sed".
6717      Branch: perl
6718            ! x2p/s2p.PL
6719 ____________________________________________________________________________
6720 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
6721         Log: Update Changes.
6722      Branch: perl
6723            ! Changes patchlevel.h
6724 ____________________________________________________________________________
6725 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
6726         Log: Subject: Re: bleadperl make install fails due to "psed"
6727              From: andreas.koenig@anima.de (Andreas J. Koenig)
6728              Date: 05 May 2001 18:23:28 +0200
6729              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
6730      Branch: perl
6731            ! x2p/Makefile.SH x2p/s2p.PL
6732 ____________________________________________________________________________
6733 [  9999] By: jhi                                   on 2001/05/05  18:28:09
6734         Log: AUTHORS updates.
6735      Branch: perl
6736            ! AUTHORS
6737 ____________________________________________________________________________
6738 [  9998] By: jhi                                   on 2001/05/05  18:16:00
6739         Log: Updates on the pods related to the modules included since 5.6.
6740              
6741              TODO: perltodo really could use major updating.
6742      Branch: perl
6743            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
6744            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
6745            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
6746            ! pod/perlsyn.pod pod/perltodo.pod
6747 ____________________________________________________________________________
6748 [  9997] By: jhi                                   on 2001/05/05  17:35:17
6749         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
6750              from Kurt Skauen.
6751      Branch: perl
6752            + hints/atheos.sh
6753            ! MANIFEST
6754 ____________________________________________________________________________
6755 [  9996] By: jhi                                   on 2001/05/05  17:25:00
6756         Log: Add preemptive #undefs for some of the shorter and more prone
6757              to collision regcomp.h #defines.  (Background: the MASK collided
6758              with a system header #define in Rhapsody.)
6759      Branch: perl
6760            ! regcomp.h
6761 ____________________________________________________________________________
6762 [  9995] By: jhi                                   on 2001/05/05  13:24:21
6763         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
6764              From: Nicholas Clark <nick@ccl4.org>
6765              Date: Sat, 5 May 2001 14:46:39 +0100
6766              Message-ID: <20010505144639.O53513@plum.flirble.org>
6767              
6768              Add a test for the constants (if any) being processed correctly.
6769      Branch: perl
6770            ! utils/h2xs.PL
6771 ____________________________________________________________________________
6772 [  9994] By: jhi                                   on 2001/05/05  02:11:03
6773         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
6774              From: Peter Prymmer <pvhp@forte.com>
6775              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
6776              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
6777      Branch: perl
6778            ! t/lib/b-stash.t
6779 ____________________________________________________________________________
6780 [  9993] By: jhi                                   on 2001/05/05  02:03:49
6781         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
6782              From: Peter Prymmer <pvhp@forte.com>
6783              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
6784              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
6785      Branch: perl
6786            ! perlio.c vms/vmsish.h
6787 ____________________________________________________________________________
6788 [  9992] By: jhi                                   on 2001/05/04  17:21:12
6789         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
6790              From: Robin Barker <rmb1@cise.npl.co.uk>
6791              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
6792              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
6793      Branch: perl
6794            + t/pod/plainer.t
6795            ! MANIFEST
6796 ____________________________________________________________________________
6797 [  9991] By: jhi                                   on 2001/05/04  16:47:45
6798         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
6799              From: Robin Barker <rmb1@cise.npl.co.uk>
6800              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
6801              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
6802      Branch: perl
6803            ! regcomp.c
6804 ____________________________________________________________________________
6805 [  9990] By: jhi                                   on 2001/05/04  14:37:20
6806         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
6807              From: Prymmer/Kahn <pvhp@best.com>
6808              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
6809              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
6810      Branch: perl
6811            ! t/lib/b-stash.t
6812 ____________________________________________________________________________
6813 [  9989] By: jhi                                   on 2001/05/04  14:03:58
6814         Log: Introduce perl572delta, update Todo, add the missing
6815              mention about signal safety since 5.7.1 (though this
6816              requires verification and more details.)
6817      Branch: perl
6818            + pod/perl572delta.pod
6819            ! MANIFEST Todo pod/perl571delta.pod
6820 ____________________________________________________________________________
6821 [  9988] By: jhi                                   on 2001/05/04  12:41:51
6822         Log: Subject: [PATCH perl@9944] long =item
6823              From: Robin Barker <rmb1@cise.npl.co.uk>
6824              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
6825              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
6826      Branch: perl
6827            ! ext/Time/HiRes/HiRes.pm
6828 ____________________________________________________________________________
6829 [  9987] By: jhi                                   on 2001/05/04  12:39:19
6830         Log: The #9901 had removed one line essential for EBCDIC.
6831      Branch: perl
6832            ! regcomp.c
6833 ____________________________________________________________________________
6834 [  9986] By: jhi                                   on 2001/05/04  12:30:23
6835         Log: Subject: cygwin/Makefile.SHs INSTALL patch
6836              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
6837              Date: Mon, 08 Jan 2001 04:59:21 +0200
6838              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
6839      Branch: perl
6840            ! cygwin/Makefile.SHs
6841 ____________________________________________________________________________
6842 [  9985] By: jhi                                   on 2001/05/04  03:51:39
6843         Log: Encode/IO doc tweaks.
6844      Branch: perl
6845            ! ext/Encode/Encode.pm
6846 ____________________________________________________________________________
6847 [  9984] By: jhi                                   on 2001/05/04  03:29:34
6848         Log: Remove GDBM_File from the dynamic extensions for UTS,
6849              GDBM is not a standard feature.
6850      Branch: perl
6851            ! hints/uts.sh
6852 ____________________________________________________________________________
6853 [  9983] By: jhi                                   on 2001/05/04  03:22:59
6854         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
6855      Branch: perl
6856            ! pod/perlretut.pod
6857 ____________________________________________________________________________
6858 [  9982] By: jhi                                   on 2001/05/03  23:21:03
6859         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
6860              From: Benjamin Sugars <bsugars@canoe.ca>
6861              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
6862              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
6863      Branch: perl
6864            ! dump.c
6865 ____________________________________________________________________________
6866 [  9981] By: jhi                                   on 2001/05/03  23:20:05
6867         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
6868              From: Benjamin Sugars <bsugars@canoe.ca>
6869              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
6870              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
6871      Branch: perl
6872            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
6873 ____________________________________________________________________________
6874 [  9980] By: jhi                                   on 2001/05/03  23:15:29
6875         Log: Integrate perlio.
6876      Branch: perl
6877           !> ext/Encode/Encode.pm
6878 ____________________________________________________________________________
6879 [  9979] By: jhi                                   on 2001/05/03  16:54:59
6880         Log: Install psed man page.
6881      Branch: perl
6882            ! installman
6883 ____________________________________________________________________________
6884 [  9978] By: jhi                                   on 2001/05/03  16:45:58
6885         Log: Remove unused files; noted by Sarathy.
6886      Branch: perl
6887            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
6888            ! MANIFEST
6889 ____________________________________________________________________________
6890 [  9977] By: jhi                                   on 2001/05/03  16:42:30
6891         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
6892              From: Andy Dougherty <doughera@lafayette.edu>
6893              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
6894              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
6895      Branch: perl
6896            ! INSTALL
6897 ____________________________________________________________________________
6898 [  9976] By: nick                                  on 2001/05/03  16:40:42
6899         Log: Allow $answer = encode($object,$text); like it says in docs.
6900      Branch: perlio
6901            ! ext/Encode/Encode.pm
6902 ____________________________________________________________________________
6903 [  9975] By: nick                                  on 2001/05/03  16:22:30
6904         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
6905              to be in scope (fair enough), and also a package variable (our) for eval to see it.
6906      Branch: perlio
6907            ! ext/Encode/Encode.pm
6908 ____________________________________________________________________________
6909 [  9974] By: nick                                  on 2001/05/03  15:48:17
6910         Log: Integrate mainline.
6911      Branch: perlio
6912           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
6913           +> t/lib/filter-simple.t t/lib/next.t
6914           !> (integrate 70 files)
6915 ____________________________________________________________________________
6916 [  9973] By: jhi                                   on 2001/05/03  13:09:09
6917         Log: Update Changes.
6918      Branch: perl
6919            ! Changes patchlevel.h
6920 ____________________________________________________________________________
6921 [  9972] By: jhi                                   on 2001/05/03  12:58:33
6922         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
6923              From: Prymmer/Kahn <pvhp@best.com>
6924              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
6925              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
6926      Branch: perl
6927            ! t/io/fflush.t
6928 ____________________________________________________________________________
6929 [  9971] By: jhi                                   on 2001/05/03  12:57:26
6930         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
6931              From: Prymmer/Kahn <pvhp@best.com>
6932              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
6933              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
6934      Branch: perl
6935            ! win32/FindExt.pm
6936 ____________________________________________________________________________
6937 [  9970] By: jhi                                   on 2001/05/03  02:42:46
6938         Log: Can't croak sans thread context, from Doug MacEachern.
6939      Branch: perl
6940            ! toke.c
6941 ____________________________________________________________________________
6942 [  9969] By: jhi                                   on 2001/05/03  01:23:48
6943         Log: Subject: Random input test and Perl
6944              From: Ilya Zakharevich <ilya@math.berkeley.edu>
6945              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
6946              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
6947      Branch: perl
6948            ! toke.c
6949 ____________________________________________________________________________
6950 [  9968] By: jhi                                   on 2001/05/02  22:17:21
6951         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
6952              From: Peter Prymmer <pvhp@forte.com>
6953              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
6954              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
6955      Branch: perl
6956            ! pod/perlfunc.pod pod/perlport.pod
6957 ____________________________________________________________________________
6958 [  9967] By: jhi                                   on 2001/05/02  20:12:45
6959         Log: Workaround for UTS compiler casting bug from Hal Morris.
6960      Branch: perl
6961            ! perl.h
6962 ____________________________________________________________________________
6963 [  9966] By: jhi                                   on 2001/05/02  18:31:37
6964         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
6965              From: Dan Sugalski <dan@sidhe.org>
6966              Date: Wed, 02 May 2001 15:23:22 -0400
6967              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
6968      Branch: perl
6969            ! perl.c vms/vms.c
6970 ____________________________________________________________________________
6971 [  9965] By: jhi                                   on 2001/05/02  18:21:29
6972         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
6973      Branch: perl
6974            ! pod/perlfunc.pod
6975 ____________________________________________________________________________
6976 [  9964] By: jhi                                   on 2001/05/02  18:15:01
6977         Log: Document large files in INSTALL, document also the %x
6978              limitation if not use64bitint, closes bug 20010326.007.
6979      Branch: perl
6980            ! INSTALL
6981 ____________________________________________________________________________
6982 [  9963] By: jhi                                   on 2001/05/02  17:24:47
6983         Log: perlmodlib tweaks; regen pods.
6984      Branch: perl
6985            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
6986            ! pod/perltoc.pod
6987 ____________________________________________________________________________
6988 [  9962] By: jhi                                   on 2001/05/02  17:14:00
6989         Log: Fix for a segfault, from Marc Lehmann.
6990      Branch: perl
6991            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
6992 ____________________________________________________________________________
6993 [  9961] By: jhi                                   on 2001/05/02  15:55:53
6994         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
6995              From: "Philip Newton" <pnewton@gmx.de>
6996              Date: Wed, 2 May 2001 18:39:03 +0200
6997              Message-ID: <3AF05447.15525.173B588@localhost>
6998      Branch: perl
6999            ! pod/perlop.pod
7000 ____________________________________________________________________________
7001 [  9960] By: jhi                                   on 2001/05/02  15:35:37
7002         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
7003              From: Dan Sugalski <dan@sidhe.org>
7004              Date: Wed, 02 May 2001 11:37:27 -0400
7005              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
7006      Branch: perl
7007            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
7008            ! thread.h vms/vms.c vms/vmsish.h
7009 ____________________________________________________________________________
7010 [  9959] By: jhi                                   on 2001/05/02  15:21:08
7011         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
7012              From: Benjamin Sugars <bsugars@canoe.ca>
7013              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
7014              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
7015      Branch: perl
7016            ! ext/PerlIO/Scalar/Scalar.xs
7017 ____________________________________________________________________________
7018 [  9958] By: jhi                                   on 2001/05/02  15:15:53
7019         Log: Bug in #9915, spotted by Mike Guy.
7020      Branch: perl
7021            ! installperl
7022 ____________________________________________________________________________
7023 [  9957] By: jhi                                   on 2001/05/02  13:26:01
7024         Log: Add a test for not griping about references as array
7025              indices if the reference has magic in it (overloaded
7026              methods).
7027      Branch: perl
7028            ! pod/perldiag.pod t/pragma/warn/pp_hot
7029 ____________________________________________________________________________
7030 [  9956] By: jhi                                   on 2001/05/02  13:07:01
7031         Log: Retracted a bit too much in #9952.
7032      Branch: perl
7033            ! t/pragma/sub_lval.t
7034 ____________________________________________________________________________
7035 [  9955] By: jhi                                   on 2001/05/02  13:05:38
7036         Log: Test for #9952.
7037      Branch: perl
7038            ! t/op/tie.t
7039 ____________________________________________________________________________
7040 [  9954] By: jhi                                   on 2001/05/02  11:48:18
7041         Log: Additional note on the encoding example: one cannot
7042              convert string constants in-place.
7043      Branch: perl
7044            ! ext/Encode/Encode.pm
7045 ____________________________________________________________________________
7046 [  9953] By: jhi                                   on 2001/05/02  11:43:51
7047         Log: Note that if you have recent enough Perl you already
7048              have Filter::Util::Call.
7049      Branch: perl
7050            ! lib/Filter/Simple.pm
7051 ____________________________________________________________________________
7052 [  9952] By: jhi                                   on 2001/05/02  11:31:53
7053         Log: Retract changes #8254 and #8255, causes coredump in
7054              'tie FH, "main"', reported by Abigail, culprit found by
7055              Benjamin Sugars.  Mirrors maintperl change #9950.
7056      Branch: perl
7057            ! op.c t/pragma/sub_lval.t
7058 ____________________________________________________________________________
7059 [  9951] By: jhi                                   on 2001/05/02  11:14:29
7060         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
7061      Branch: perl
7062            + t/lib/MyFilter.pm
7063 ____________________________________________________________________________
7064 [  9950] By: gsar                                  on 2001/05/02  03:17:11
7065         Log: revert integration of changes#8254,8255 in change#8620 (causes
7066              a coredump in C<tie FH, 'foo'>; the idea itself may need better
7067              rationalization)
7068      Branch: maint-5.6/perl
7069            ! op.c t/pragma/sub_lval.t
7070 ____________________________________________________________________________
7071 [  9949] By: gsar                                  on 2001/05/02  02:56:32
7072         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
7073              
7074              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
7075              
7076              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
7077      Branch: maint-5.6/perl
7078           !> hints/svr5.sh
7079 ____________________________________________________________________________
7080 [  9948] By: gsar                                  on 2001/05/02  02:49:15
7081         Log: pod/find.t breaks on VMS (from Craig Berry)
7082      Branch: maint-5.6/perl
7083            ! t/pod/find.t
7084 ____________________________________________________________________________
7085 [  9947] By: jhi                                   on 2001/05/02  02:43:09
7086         Log: Add an encoding conversion example.
7087      Branch: perl
7088            ! ext/Encode/Encode.pm
7089 ____________________________________________________________________________
7090 [  9946] By: jhi                                   on 2001/05/02  01:34:22
7091         Log: Another coat of paint but still nowhere finished.
7092              Need to decide on the semantics of strptime(): should
7093              strptime() be a function instead of a method?  To do
7094              the week/monthname-strptiming the i18n/l10n bullet needs
7095              to be bitten with gusto.
7096      Branch: perl
7097            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
7098 ____________________________________________________________________________
7099 [  9945] By: jhi                                   on 2001/05/01  23:40:52
7100         Log: Update Changes.
7101      Branch: perl
7102            ! Changes patchlevel.h
7103 ____________________________________________________________________________
7104 [  9944] By: jhi                                   on 2001/05/01  23:33:37
7105         Log: Add known-to-be-tested modules to the list-to-be-skipped.
7106      Branch: perl
7107            ! t/lib/1_compile.t
7108 ____________________________________________________________________________
7109 [  9943] By: jhi                                   on 2001/05/01  23:24:40
7110         Log: Subject: BorlandC++ fix
7111              From: "Vadim Konovalov" <watman@inbox.ru>
7112              Date: Mon, 30 Apr 2001 20:12:26 -0700
7113              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
7114      Branch: perl
7115            ! win32/makefile.mk
7116 ____________________________________________________________________________
7117 [  9942] By: jhi                                   on 2001/05/01  23:18:02
7118         Log: Update to Filter::Simple 0.60, create a test for it.
7119      Branch: perl
7120            + t/lib/filter-simple.t
7121            ! MANIFEST lib/Filter/Simple.pm
7122 ____________________________________________________________________________
7123 [  9941] By: jhi                                   on 2001/05/01  19:47:24
7124         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
7125              From: Hugo <hv@crypt.compulink.co.uk>
7126              Date: Tue, 01 May 2001 20:12:20 +0100
7127              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
7128      Branch: perl
7129            ! pp_hot.c t/op/re_tests
7130 ____________________________________________________________________________
7131 [  9940] By: jhi                                   on 2001/05/01  19:42:16
7132         Log: Integrate perlio.
7133      Branch: perl
7134           !> lib/base.pm t/lib/fields.t
7135 ____________________________________________________________________________
7136 [  9939] By: jhi                                   on 2001/05/01  19:39:51
7137         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
7138              From: Benjamin Sugars <bsugars@canoe.ca>
7139              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
7140              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
7141      Branch: perl
7142            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
7143 ____________________________________________________________________________
7144 [  9938] By: jhi                                   on 2001/05/01  19:34:09
7145         Log: Add NEXT, a pseudo-class for method redispatching.
7146              <Damian>NEXT.pm probably offers more bang-for-buck
7147              than anything else I've ever written.</Damian>
7148      Branch: perl
7149            + lib/NEXT.pm t/lib/next.t
7150            ! MANIFEST
7151 ____________________________________________________________________________
7152 [  9937] By: jhi                                   on 2001/05/01  19:21:41
7153         Log: Update to Switch 2.02.
7154      Branch: perl
7155            ! lib/Switch.pm t/lib/switch.t
7156 ____________________________________________________________________________
7157 [  9936] By: nick                                  on 2001/05/01  19:09:21
7158         Log: Fix for base.pm clobbering $VERSION
7159      Branch: perlio
7160            ! lib/base.pm
7161 ____________________________________________________________________________
7162 [  9935] By: nick                                  on 2001/05/01  18:54:38
7163         Log: Test for base.pm clobbering $VERSION.
7164      Branch: perlio
7165            ! t/lib/fields.t
7166 ____________________________________________________________________________
7167 [  9934] By: jhi                                   on 2001/05/01  18:39:10
7168         Log: Add information about Scalar::Util::blessed.
7169      Branch: perl
7170            ! pod/perlobj.pod
7171 ____________________________________________________________________________
7172 [  9933] By: jhi                                   on 2001/05/01  18:33:51
7173         Log: Subject: Extra UNIVERSAL documentation
7174              From: Mike Guy <mjtg@cam.ac.uk>
7175              Date: Tue, 01 May 2001 20:12:11 +0100
7176              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
7177      Branch: perl
7178            ! pod/perlobj.pod
7179 ____________________________________________________________________________
7180 [  9932] By: jhi                                   on 2001/05/01  18:26:54
7181         Log: Subject: Autoflush in tests as appropriate
7182              From: Mike Guy <mjtg@cam.ac.uk>
7183              Date: Tue, 01 May 2001 20:05:31 +0100
7184              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
7185      Branch: perl
7186            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
7187            ! t/op/taint.t
7188 ____________________________________________________________________________
7189 [  9931] By: jhi                                   on 2001/05/01  18:02:29
7190         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
7191              From: Benjamin Sugars <bsugars@canoe.ca>
7192              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
7193              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
7194      Branch: perl
7195            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
7196 ____________________________________________________________________________
7197 [  9930] By: jhi                                   on 2001/05/01  15:12:26
7198         Log: Subject: Re: Finally got a round tuit
7199              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7200              Date: Tue, 01 May 2001 14:14:10 +0200
7201              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
7202              
7203              The -DP part, slightly modified.
7204      Branch: perl
7205            ! perl.c
7206 ____________________________________________________________________________
7207 [  9929] By: jhi                                   on 2001/05/01  14:17:15
7208         Log: Subject: Re: Finally got a round tuit
7209              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7210              Date: Tue, 01 May 2001 16:34:06 +0200
7211              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
7212              
7213              cpp and optimization tweaks for HP-UX.
7214      Branch: perl
7215            ! hints/hpux.sh
7216 ____________________________________________________________________________
7217 [  9928] By: jhi                                   on 2001/05/01  13:24:20
7218         Log: Tune the scan_num() comments to reality.
7219      Branch: perl
7220            ! toke.c
7221 ____________________________________________________________________________
7222 [  9927] By: jhi                                   on 2001/05/01  13:14:01
7223         Log: Subject: [PATCH B::Deparse] optimised sort
7224              From: Robin Houston <robin@kitsite.com>
7225              Date: Tue, 1 May 2001 14:07:12 +0100
7226              Message-ID: <20010501140712.A4266@penderel>
7227      Branch: perl
7228            ! ext/B/B/Deparse.pm
7229 ____________________________________________________________________________
7230 [  9926] By: jhi                                   on 2001/05/01  13:10:53
7231         Log: Subject: [PATCH t/lib/b-deparse.t] 
7232              From: Robin Houston <robin@kitsite.com>
7233              Date: Tue, 1 May 2001 13:37:42 +0100
7234              Message-ID: <20010501133742.A4082@penderel>
7235      Branch: perl
7236            ! t/lib/b-deparse.t
7237 ____________________________________________________________________________
7238 [  9925] By: jhi                                   on 2001/05/01  13:10:13
7239         Log: Subject: [PATCH B::Deparse] for(;;), sort
7240              From: Robin Houston <robin@kitsite.com>
7241              Date: Tue, 1 May 2001 13:35:00 +0100
7242              Message-ID: <20010501133500.A4061@penderel>
7243      Branch: perl
7244            ! ext/B/B/Deparse.pm
7245 ____________________________________________________________________________
7246 [  9924] By: jhi                                   on 2001/05/01  13:09:22
7247         Log: Subject: [PATCH B::Deparse] do, warn, use
7248              From: Robin Houston <robin@kitsite.com>
7249              Date: Tue, 1 May 2001 13:31:03 +0100
7250              Message-ID: <20010501133103.A4041@penderel>
7251      Branch: perl
7252            ! ext/B/B/Deparse.pm
7253 ____________________________________________________________________________
7254 [  9923] By: jhi                                   on 2001/05/01  11:45:36
7255         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
7256              From: Benjamin Sugars <ben.sugars@home.com>
7257              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
7258              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
7259      Branch: perl
7260            + t/io/fflush.t
7261            ! MANIFEST
7262 ____________________________________________________________________________
7263 [  9922] By: jhi                                   on 2001/05/01  11:35:42
7264         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
7265              From: Peter Prymmer <pvhp@forte.com>
7266              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
7267              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
7268      Branch: perl
7269            ! t/lib/selfstubber.t
7270 ____________________________________________________________________________
7271 [  9921] By: jhi                                   on 2001/04/30  16:34:33
7272         Log: Subject: [PATCH B::Concise] suppress warning
7273              From: Robin Houston <robin@kitsite.com>
7274              Date: Mon, 30 Apr 2001 16:09:49 +0100
7275              Message-ID: <20010430160949.A25086@penderel>
7276      Branch: perl
7277            ! ext/B/B/Concise.pm
7278 ____________________________________________________________________________
7279 [  9920] By: jhi                                   on 2001/04/30  13:56:04
7280         Log: Strip the *markers* from #9919.
7281      Branch: perl
7282            ! pod/perlfaq.pod pod/perlfaq5.pod
7283 ____________________________________________________________________________
7284 [  9919] By: jhi                                   on 2001/04/30  13:54:04
7285         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
7286              From: Gwyn Judd <b.judd@xtra.co.nz>
7287              Date: Sun, 29 Apr 2001 01:47:49 +1200
7288              Message-ID: <20010429014749.A4418@thislove>
7289      Branch: perl
7290            ! pod/perlfaq.pod pod/perlfaq5.pod
7291 ____________________________________________________________________________
7292 [  9918] By: jhi                                   on 2001/04/30  13:13:54
7293         Log: More_tweakage.
7294      Branch: perl
7295            ! pod/perldata.pod pod/perldiag.pod
7296 ____________________________________________________________________________
7297 [  9917] By: jhi                                   on 2001/04/30  13:01:27
7298         Log: Update Changes.
7299      Branch: perl
7300            ! Changes patchlevel.h
7301 ____________________________________________________________________________
7302 [  9916] By: jhi                                   on 2001/04/30  12:57:03
7303         Log: T_w_e_a_k_a_g_e.
7304      Branch: perl
7305            ! pod/perldata.pod pod/perldiag.pod
7306 ____________________________________________________________________________
7307 [  9915] By: jhi                                   on 2001/04/30  12:39:29
7308         Log: Install s2p also as psed.
7309              
7310              TODO: psed documentation?
7311      Branch: perl
7312            ! installperl
7313 ____________________________________________________________________________
7314 [  9914] By: jhi                                   on 2001/04/30  12:29:21
7315         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
7316              From: Jens Hamisch <jens@Strawberry.COM>
7317              Date: Fri, 27 Apr 2001 17:00:36 +0200
7318              Message-ID: <20010427170036.K1372@Strawberry.COM>
7319              
7320              SOCKS5_VERSION_NAME is the right symbol to detect
7321              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
7322              function called socks5_init() is available, and even that is
7323              not universal, most SOCKS5 installations use SOCKSinit()).
7324      Branch: perl
7325            ! perlio.c
7326 ____________________________________________________________________________
7327 [  9913] By: jhi                                   on 2001/04/30  12:22:15
7328         Log: Allow a zero timeout on IO::Socket accept and connect--
7329              though one really shouldn't do that.  Based on
7330              
7331              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
7332              From: "John Holdsworth" <coldwave@bigfoot.com>
7333              Date: Sun, 4 Feb 2001 12:48:18 +0100
7334              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
7335      Branch: perl
7336            ! ext/IO/lib/IO/Socket.pm
7337 ____________________________________________________________________________
7338 [  9912] By: jhi                                   on 2001/04/30  11:27:27
7339         Log: Save the spot of regprev (see #9911) for binary compatibility;
7340              regen API.
7341      Branch: perl
7342            ! embedvar.h perlapi.h thrdvar.h
7343 ____________________________________________________________________________
7344 [  9911] By: jhi                                   on 2001/04/30  11:22:03
7345         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
7346              From: Hugo <hv@crypt.compulink.co.uk>
7347              Date: Sun, 29 Apr 2001 17:09:30 +0100
7348              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
7349      Branch: perl
7350            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
7351 ____________________________________________________________________________
7352 [  9910] By: jhi                                   on 2001/04/30  11:15:12
7353         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
7354              a dummy for PL_numeric_radix); no pressing reason to break
7355              binary compatibility; regen API.
7356      Branch: perl
7357            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
7358            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
7359 ____________________________________________________________________________
7360 [  9909] By: jhi                                   on 2001/04/30  10:56:08
7361         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
7362              From: Walt Mankowski <waltman@netaxs.com>
7363              Date: Sun, 29 Apr 2001 21:53:48 -0400
7364              Message-ID: <20010429215348.A3971@netaxs.com>
7365      Branch: perl
7366            ! pod/perlfunc.pod
7367 ____________________________________________________________________________
7368 [  9908] By: jhi                                   on 2001/04/30  10:49:40
7369         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
7370      Branch: perl
7371            ! t/lib/selfstubber.t
7372 ____________________________________________________________________________
7373 [  9907] By: nick                                  on 2001/04/30  09:26:50
7374         Log: Integrate mainline.
7375      Branch: perlio
7376           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
7377 ____________________________________________________________________________
7378 [  9906] By: jhi                                   on 2001/04/29  23:24:20
7379         Log: Abigail spotted a thinko in #9905.
7380      Branch: perl
7381            ! pod/perldiag.pod
7382 ____________________________________________________________________________
7383 [  9905] By: jhi                                   on 2001/04/29  15:55:39
7384         Log: Changed the underscore/undebar syntax in numeric constants;
7385              now any grouping will do, as long as the underscores are not
7386              consecutive (so "zero-grouping" is out), and they do not begin
7387              or end the integer or fractional parts.
7388      Branch: perl
7389            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
7390 ____________________________________________________________________________
7391 [  9904] By: nick                                  on 2001/04/29  15:43:22
7392         Log: Integrate mainline.
7393      Branch: perlio
7394           +> (branch 98 files)
7395            - lib/unicode/Block.pl
7396            - lib/unicode/In/AlphabeticPresentationForms.pl
7397            - lib/unicode/In/Arabic.pl
7398            - lib/unicode/In/ArabicPresentationForms-A.pl
7399            - lib/unicode/In/ArabicPresentationForms-B.pl
7400            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
7401            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
7402            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
7403            - lib/unicode/In/BopomofoExtended.pl
7404            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
7405            - lib/unicode/In/CJKCompatibility.pl
7406            - lib/unicode/In/CJKCompatibilityForms.pl
7407            - lib/unicode/In/CJKCompatibilityIdeographs.pl
7408            - lib/unicode/In/CJKRadicalsSupplement.pl
7409            - lib/unicode/In/CJKSymbolsandPunctuation.pl
7410            - lib/unicode/In/CJKUnifiedIdeographs.pl
7411            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
7412            - lib/unicode/In/Cherokee.pl
7413            - lib/unicode/In/CombiningDiacriticalMarks.pl
7414            - lib/unicode/In/CombiningHalfMarks.pl
7415            - lib/unicode/In/CombiningMarksforSymbols.pl
7416            - lib/unicode/In/ControlPictures.pl
7417            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
7418            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
7419            - lib/unicode/In/EnclosedAlphanumerics.pl
7420            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
7421            - lib/unicode/In/Ethiopic.pl
7422            - lib/unicode/In/GeneralPunctuation.pl
7423            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
7424            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
7425            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
7426            - lib/unicode/In/HalfwidthandFullwidthForms.pl
7427            - lib/unicode/In/HangulCompatibilityJamo.pl
7428            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
7429            - lib/unicode/In/Hebrew.pl
7430            - lib/unicode/In/HighPrivateUseSurrogates.pl
7431            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
7432            - lib/unicode/In/IPAExtensions.pl
7433            - lib/unicode/In/IdeographicDescriptionCharacters.pl
7434            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
7435            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
7436            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
7437            - lib/unicode/In/Latin-1Supplement.pl
7438            - lib/unicode/In/LatinExtended-A.pl
7439            - lib/unicode/In/LatinExtended-B.pl
7440            - lib/unicode/In/LatinExtendedAdditional.pl
7441            - lib/unicode/In/LetterlikeSymbols.pl
7442            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
7443            - lib/unicode/In/MathematicalOperators.pl
7444            - lib/unicode/In/MiscellaneousSymbols.pl
7445            - lib/unicode/In/MiscellaneousTechnical.pl
7446            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
7447            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
7448            - lib/unicode/In/OpticalCharacterRecognition.pl
7449            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
7450            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
7451            - lib/unicode/In/SmallFormVariants.pl
7452            - lib/unicode/In/SpacingModifierLetters.pl
7453            - lib/unicode/In/Specials.pl
7454            - lib/unicode/In/SuperscriptsandSubscripts.pl
7455            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
7456            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
7457            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
7458            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
7459            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
7460           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
7461           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
7462           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
7463           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
7464           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
7465           !> utf8.c win32/Makefile
7466 ____________________________________________________________________________
7467 [  9903] By: jhi                                   on 2001/04/29  14:30:53
7468         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
7469              From: Prymmer/Kahn <pvhp@best.com>
7470              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
7471              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
7472      Branch: perl
7473            ! win32/Makefile
7474 ____________________________________________________________________________
7475 [  9902] By: jhi                                   on 2001/04/29  02:52:44
7476         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
7477              From: "Abigail" <abigail@foad.org>
7478              Date: Sun, 29 Apr 2001 03:14:25 +0200
7479              Message-ID: <20010429011425.24503.qmail@foad.org>
7480      Branch: perl
7481            ! ext/IO/lib/IO/Seekable.pm
7482 ____________________________________________________________________________
7483 [  9901] By: jhi                                   on 2001/04/29  02:04:46
7484         Log: In character classes one couldn't have 0x80..0xff characters
7485              at the left hand side if there were 0x100.. characters in the
7486              character class.
7487      Branch: perl
7488            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
7489            ! t/op/pat.t utf8.c
7490 ____________________________________________________________________________
7491 [  9900] By: jhi                                   on 2001/04/28  22:55:04
7492         Log: Forgot the latest mktables.PL from #9899.
7493      Branch: perl
7494            ! lib/unicode/mktables.PL
7495 ____________________________________________________________________________
7496 [  9899] By: jhi                                   on 2001/04/28  22:53:28
7497         Log: Explain the \p{} and \P{} error message better and
7498              have prettier prettyprint in In.pl.
7499      Branch: perl
7500            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
7501            ! pod/perldiag.pod
7502 ____________________________________________________________________________
7503 [  9898] By: jhi                                   on 2001/04/28  21:03:34
7504         Log: Add one possible explanation for the "Invalid [] range" error.
7505      Branch: perl
7506            ! pod/perldiag.pod
7507 ____________________________________________________________________________
7508 [  9897] By: jhi                                   on 2001/04/28  17:18:26
7509         Log: Add a level of indirection to the implementation of \p{InFoo}
7510              so that we don't have to have long filenames.  (Nothing changes
7511              in the user interface.)   The indirection is defined in
7512              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
7513              Also rename some the character classes by removing '-' from
7514              the classnames, and finally renamed Block.pl as Blocks.pl.
7515      Branch: perl
7516            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
7517            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
7518            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
7519            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
7520            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
7521            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
7522            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
7523            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
7524            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
7525            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
7526            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
7527            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
7528            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
7529            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
7530            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
7531            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
7532            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
7533            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
7534            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
7535            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
7536            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
7537            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
7538            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
7539            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
7540            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
7541            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
7542            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
7543            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
7544            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
7545            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
7546            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
7547            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
7548            + lib/unicode/In/94.pl lib/unicode/In/95.pl
7549            - lib/unicode/Block.pl
7550            - lib/unicode/In/AlphabeticPresentationForms.pl
7551            - lib/unicode/In/Arabic.pl
7552            - lib/unicode/In/ArabicPresentationForms-A.pl
7553            - lib/unicode/In/ArabicPresentationForms-B.pl
7554            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
7555            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
7556            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
7557            - lib/unicode/In/BopomofoExtended.pl
7558            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
7559            - lib/unicode/In/CJKCompatibility.pl
7560            - lib/unicode/In/CJKCompatibilityForms.pl
7561            - lib/unicode/In/CJKCompatibilityIdeographs.pl
7562            - lib/unicode/In/CJKRadicalsSupplement.pl
7563            - lib/unicode/In/CJKSymbolsandPunctuation.pl
7564            - lib/unicode/In/CJKUnifiedIdeographs.pl
7565            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
7566            - lib/unicode/In/Cherokee.pl
7567            - lib/unicode/In/CombiningDiacriticalMarks.pl
7568            - lib/unicode/In/CombiningHalfMarks.pl
7569            - lib/unicode/In/CombiningMarksforSymbols.pl
7570            - lib/unicode/In/ControlPictures.pl
7571            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
7572            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
7573            - lib/unicode/In/EnclosedAlphanumerics.pl
7574            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
7575            - lib/unicode/In/Ethiopic.pl
7576            - lib/unicode/In/GeneralPunctuation.pl
7577            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
7578            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
7579            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
7580            - lib/unicode/In/HalfwidthandFullwidthForms.pl
7581            - lib/unicode/In/HangulCompatibilityJamo.pl
7582            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
7583            - lib/unicode/In/Hebrew.pl
7584            - lib/unicode/In/HighPrivateUseSurrogates.pl
7585            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
7586            - lib/unicode/In/IPAExtensions.pl
7587            - lib/unicode/In/IdeographicDescriptionCharacters.pl
7588            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
7589            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
7590            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
7591            - lib/unicode/In/Latin-1Supplement.pl
7592            - lib/unicode/In/LatinExtended-A.pl
7593            - lib/unicode/In/LatinExtended-B.pl
7594            - lib/unicode/In/LatinExtendedAdditional.pl
7595            - lib/unicode/In/LetterlikeSymbols.pl
7596            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
7597            - lib/unicode/In/MathematicalOperators.pl
7598            - lib/unicode/In/MiscellaneousSymbols.pl
7599            - lib/unicode/In/MiscellaneousTechnical.pl
7600            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
7601            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
7602            - lib/unicode/In/OpticalCharacterRecognition.pl
7603            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
7604            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
7605            - lib/unicode/In/SmallFormVariants.pl
7606            - lib/unicode/In/SpacingModifierLetters.pl
7607            - lib/unicode/In/Specials.pl
7608            - lib/unicode/In/SuperscriptsandSubscripts.pl
7609            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
7610            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
7611            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
7612            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
7613            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
7614            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
7615            ! pod/perlunicode.pod
7616 ____________________________________________________________________________
7617 [  9896] By: jhi                                   on 2001/04/28  14:33:17
7618         Log: Update the information on shared library path on HP-UX.
7619      Branch: perl
7620            ! INSTALL
7621 ____________________________________________________________________________
7622 [  9895] By: jhi                                   on 2001/04/28  14:32:30
7623         Log: Because #9894 seems to do the trick, this workaround can be removed.
7624      Branch: perl
7625            ! t/lib/selfstubber.t
7626 ____________________________________________________________________________
7627 [  9894] By: jhi                                   on 2001/04/28  14:26:13
7628         Log: For PerlIO flush the children's file handles (on fork/exec/system).
7629      Branch: perl
7630            ! perl.h
7631 ____________________________________________________________________________
7632 [  9893] By: jhi                                   on 2001/04/28  14:23:15
7633         Log: Test tweak for #9891.
7634      Branch: perl
7635            ! t/lib/b-deparse.t
7636 ____________________________________________________________________________
7637 [  9892] By: jhi                                   on 2001/04/28  14:10:13
7638         Log: New HP-UX hints from Merijn.
7639      Branch: perl
7640            ! hints/hpux.sh
7641 ____________________________________________________________________________
7642 [  9891] By: jhi                                   on 2001/04/28  14:07:27
7643         Log: Subject: [PATCH B::Deparse] non-block scopes
7644              From: Robin Houston <robin@kitsite.com>
7645              Date: Fri, 27 Apr 2001 19:15:14 +0100
7646              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
7647      Branch: perl
7648            ! ext/B/B/Deparse.pm
7649 ____________________________________________________________________________
7650 [  9890] By: nick                                  on 2001/04/27  19:41:25
7651         Log: Integrate mainline
7652      Branch: perlio
7653           +> t/lib/selfstubber.t
7654           !> (integrate 50 files)
7655 ____________________________________________________________________________
7656 [  9889] By: jhi                                   on 2001/04/27  18:23:46
7657         Log: Subject: Re: selfstubber test fail on bleadperl
7658              From: Mike Guy <mjtg@cam.ac.uk>
7659              Date: Fri, 27 Apr 2001 19:31:18 +0100
7660              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
7661      Branch: perl
7662            ! t/lib/selfstubber.t
7663 ____________________________________________________________________________
7664 [  9888] By: jhi                                   on 2001/04/27  16:20:54
7665         Log: Test tweak for #9886.
7666      Branch: perl
7667            ! t/lib/b-deparse.t
7668 ____________________________________________________________________________
7669 [  9887] By: jhi                                   on 2001/04/27  16:16:33
7670         Log: Buffering issue at least in Solaris (even with perlio).
7671      Branch: perl
7672            ! t/lib/selfstubber.t
7673 ____________________________________________________________________________
7674 [  9886] By: jhi                                   on 2001/04/27  14:59:23
7675         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
7676              From: Robin Houston <robin@kitsite.com>
7677              Date: Fri, 27 Apr 2001 16:53:20 +0100
7678              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
7679      Branch: perl
7680            ! ext/B/B/Deparse.pm
7681 ____________________________________________________________________________
7682 [  9885] By: jhi                                   on 2001/04/27  14:23:51
7683         Log: Update Changes.
7684      Branch: perl
7685            ! Changes patchlevel.h
7686 ____________________________________________________________________________
7687 [  9884] By: jhi                                   on 2001/04/27  14:14:12
7688         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
7689              From: "Philip Newton" <pnewton@gmx.de>
7690              Date: Fri, 27 Apr 2001 16:40:13 +0200
7691              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
7692      Branch: perl
7693            ! pod/perldata.pod
7694 ____________________________________________________________________________
7695 [  9883] By: jhi                                   on 2001/04/27  13:28:19
7696         Log: Add LOG_PERROR; prettify the "removed".
7697      Branch: perl
7698            ! ext/Sys/Syslog/Syslog.xs
7699 ____________________________________________________________________________
7700 [  9882] By: jhi                                   on 2001/04/27  13:13:18
7701         Log: h2xs tweaks: use NV instead of double, "quote" the removed
7702              prefixes for clarity (especially when nothing is removed),
7703              slight pod reformats.
7704      Branch: perl
7705            ! utils/h2xs.PL
7706 ____________________________________________________________________________
7707 [  9881] By: jhi                                   on 2001/04/27  12:58:48
7708         Log: Don't bother creating existing directories.
7709      Branch: perl
7710            ! utils/h2xs.PL
7711 ____________________________________________________________________________
7712 [  9880] By: jhi                                   on 2001/04/27  12:45:39
7713         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
7714              From: Mike Schilli <m@perlmeister.com>
7715              Date: Wed, 25 Apr 2001 01:29:21 -0700
7716              Message-id: <3AE68AE1.6A981723@perlmeister.com>
7717      Branch: perl
7718            ! utils/h2xs.PL
7719 ____________________________________________________________________________
7720 [  9879] By: jhi                                   on 2001/04/27  12:40:55
7721         Log: break is not yet Perl.  Added the template license also to README.
7722      Branch: perl
7723            ! utils/h2xs.PL
7724 ____________________________________________________________________________
7725 [  9878] By: jhi                                   on 2001/04/27  03:08:20
7726         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
7727              From: Tim Jenness <t.jenness@jach.hawaii.edu>
7728              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
7729              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
7730      Branch: perl
7731            ! t/lib/xs-typemap.t
7732 ____________________________________________________________________________
7733 [  9877] By: jhi                                   on 2001/04/26  23:54:40
7734         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
7735              From: "Abigail" <abigail@foad.org>
7736              Date: Fri, 27 Apr 2001 01:44:28 +0200
7737              Message-ID: <20010426234428.19786.qmail@foad.org>
7738      Branch: perl
7739            ! utils/h2xs.PL
7740 ____________________________________________________________________________
7741 [  9876] By: jhi                                   on 2001/04/26  23:52:06
7742         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
7743              From: Peter Prymmer <pvhp@forte.com>
7744              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
7745              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
7746      Branch: perl
7747            ! t/lib/selfstubber.t
7748 ____________________________________________________________________________
7749 [  9875] By: jhi                                   on 2001/04/26  23:48:10
7750         Log: Deparse nits.
7751      Branch: perl
7752            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
7753 ____________________________________________________________________________
7754 [  9874] By: jhi                                   on 2001/04/26  22:46:05
7755         Log: Document ANYOF_CLASS.
7756      Branch: perl
7757            ! regcomp.h
7758 ____________________________________________________________________________
7759 [  9873] By: jhi                                   on 2001/04/26  22:35:03
7760         Log: Subject: Re: [PATCH @9846] dumping ANYOF
7761              From: Hugo <hv@crypt.compulink.co.uk>
7762              Date: Thu, 26 Apr 2001 23:33:38 +0100
7763              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
7764      Branch: perl
7765            ! regcomp.c regcomp.h
7766 ____________________________________________________________________________
7767 [  9872] By: jhi                                   on 2001/04/26  22:34:31
7768         Log: Subject: [PATCH] more for Devel::SelfStubber
7769              From: Nicholas Clark <nick@ccl4.org>
7770              Date: Fri, 27 Apr 2001 00:13:52 +0100
7771              Message-ID: <20010427001351.K88186@plum.flirble.org>
7772      Branch: perl
7773            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
7774 ____________________________________________________________________________
7775 [  9871] By: jhi                                   on 2001/04/26  21:59:17
7776         Log: Subject: [PATCH B::Deparse] formats must be flush left
7777              From: Robin Houston <robin@kitsite.com>
7778              Date: Thu, 26 Apr 2001 23:54:29 +0100
7779              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
7780      Branch: perl
7781            ! ext/B/B/Deparse.pm
7782 ____________________________________________________________________________
7783 [  9870] By: jhi                                   on 2001/04/26  21:57:37
7784         Log: If some of the constants are prefixes of others,
7785              the prefixes may never get recognized.  (See 20010426.006.)
7786      Branch: perl
7787            ! utils/h2xs.PL
7788 ____________________________________________________________________________
7789 [  9869] By: jhi                                   on 2001/04/26  21:50:42
7790         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
7791              From: Chris Bongaarts <cab@tc.umn.edu>
7792              Date: Thu, 26 Apr 2001 17:10:31 -0500
7793              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
7794      Branch: perl
7795            ! ext/Sys/Syslog/Syslog.xs
7796 ____________________________________________________________________________
7797 [  9868] By: jhi                                   on 2001/04/26  21:35:12
7798         Log: Further cuts and more docs from Graham Barr.
7799      Branch: perl
7800            ! ext/List/Util/lib/List/Util.pm
7801            ! ext/List/Util/lib/Scalar/Util.pm
7802 ____________________________________________________________________________
7803 [  9867] By: jhi                                   on 2001/04/26  21:18:57
7804         Log: Subject: [PATCH 5.7.1] DB_File-1.77
7805              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
7806              Date: Thu, 26 Apr 2001 22:37:53 +0100
7807              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
7808      Branch: perl
7809            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
7810            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
7811 ____________________________________________________________________________
7812 [  9866] By: jhi                                   on 2001/04/26  21:12:31
7813         Log: Subject: [PATCH B::Deparse] fix easy bugs
7814              From: Robin Houston <robin@kitsite.com>
7815              Date: Thu, 26 Apr 2001 23:03:33 +0100
7816              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
7817      Branch: perl
7818            ! ext/B/B/Deparse.pm
7819 ____________________________________________________________________________
7820 [  9865] By: jhi                                   on 2001/04/26  20:26:13
7821         Log: Update Changes.
7822      Branch: perl
7823            ! Changes patchlevel.h
7824 ____________________________________________________________________________
7825 [  9864] By: jhi                                   on 2001/04/26  19:27:48
7826         Log: Dethinko from Robin Houston.
7827      Branch: perl
7828            ! ext/B/B/Deparse.pm
7829 ____________________________________________________________________________
7830 [  9863] By: jhi                                   on 2001/04/26  19:10:35
7831         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
7832              From: Robin Houston <robin@kitsite.com>
7833              Date: Thu, 26 Apr 2001 21:08:32 +0100
7834              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
7835      Branch: perl
7836            ! ext/B/B/Deparse.pm
7837 ____________________________________________________________________________
7838 [  9862] By: jhi                                   on 2001/04/26  19:04:23
7839         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
7840              From: Robin Houston <robin@kitsite.com>
7841              Date: Thu, 26 Apr 2001 20:52:50 +0100
7842              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
7843      Branch: perl
7844            ! ext/B/B/Deparse.pm
7845 ____________________________________________________________________________
7846 [  9861] By: jhi                                   on 2001/04/26  18:56:14
7847         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
7848              From: Mike Guy <mjtg@cam.ac.uk>
7849              Date: Thu, 26 Apr 2001 14:22:40 +0100
7850              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
7851      Branch: perl
7852            ! pod/perlobj.pod
7853 ____________________________________________________________________________
7854 [  9860] By: jhi                                   on 2001/04/26  18:46:42
7855         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
7856              From: Robin Houston <robin@kitsite.com>
7857              Date: Thu, 26 Apr 2001 20:34:29 +0100
7858              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
7859              
7860              Hashes do not interpolate.
7861      Branch: perl
7862            ! ext/B/B/Deparse.pm
7863 ____________________________________________________________________________
7864 [  9859] By: jhi                                   on 2001/04/26  18:43:51
7865         Log: Subject: The Time::Piece conspiracy unmasked!!!
7866              From: Mike Guy <mjtg@cam.ac.uk>
7867              Date: Thu, 26 Apr 2001 19:02:50 +0100
7868              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
7869              
7870              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
7871              From: Mike Guy <mjtg@cam.ac.uk>
7872              Date: Thu, 26 Apr 2001 19:08:21 +0100
7873              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
7874              
7875              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
7876              From: Graham Barr <gbarr@pobox.com>
7877              Date: Thu, 26 Apr 2001 19:12:03 +0100
7878              Message-ID: <20010426191203.A70835@pobox.com>
7879              
7880              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
7881      Branch: perl
7882            ! ext/List/Util/lib/List/Util.pm
7883            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
7884 ____________________________________________________________________________
7885 [  9858] By: jhi                                   on 2001/04/26  18:17:42
7886         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
7887              From: Robin Houston <robin@kitsite.com>
7888              Date: Thu, 26 Apr 2001 16:09:35 +0100
7889              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
7890      Branch: perl
7891            ! t/comp/proto.t
7892 ____________________________________________________________________________
7893 [  9857] By: jhi                                   on 2001/04/26  18:04:59
7894         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
7895              From: barries <barries@slaysys.com>
7896              Date: Thu, 26 Apr 2001 12:01:10 -0400
7897              Message-ID: <20010426120110.E29698@jester.slaysys.com>
7898      Branch: perl
7899            ! pod/perldiag.pod
7900 ____________________________________________________________________________
7901 [  9856] By: jhi                                   on 2001/04/26  18:03:33
7902         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
7903              Date: Thu, 26 Apr 2001 17:13:41 +0100
7904              From: Robin Houston <robin@kitsite.com>
7905              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
7906              
7907              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
7908              From: Robin Houston <robin@kitsite.com>
7909              Date: Thu, 26 Apr 2001 18:44:29 +0100
7910              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
7911      Branch: perl
7912            ! ext/B/B/Deparse.pm
7913 ____________________________________________________________________________
7914 [  9855] By: jhi                                   on 2001/04/26  17:56:04
7915         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
7916              From: Robin Houston <robin@kitsite.com>
7917              Date: Thu, 26 Apr 2001 17:04:08 +0100
7918              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
7919      Branch: perl
7920            ! ext/B/B/Deparse.pm
7921 ____________________________________________________________________________
7922 [  9854] By: jhi                                   on 2001/04/26  17:47:26
7923         Log: Subject: Re: Short test case for undef %stash:: crash
7924              From: Benjamin Sugars <bsugars@canoe.ca> 
7925              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
7926              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
7927              Changed and moved the perldiag entry.
7928      Branch: perl
7929            ! gv.c pod/perldiag.pod
7930 ____________________________________________________________________________
7931 [  9853] By: jhi                                   on 2001/04/26  14:35:16
7932         Log: Beginnings of strptime().  Do not touch the wet paint.
7933      Branch: perl
7934            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
7935 ____________________________________________________________________________
7936 [  9852] By: jhi                                   on 2001/04/26  13:17:21
7937         Log: Retract #9851, core dumps from pod2man.
7938      Branch: perl
7939            ! regcomp.c
7940 ____________________________________________________________________________
7941 [  9851] By: jhi                                   on 2001/04/26  11:54:41
7942         Log: (Retracted by #9852.)
7943              
7944              Subject: [PATCH @9846] dumping ANYOF
7945              From: Hugo <hv@crypt.compulink.co.uk>
7946              Date: Thu, 26 Apr 2001 05:32:38 +0100
7947              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
7948      Branch: perl
7949            ! regcomp.c
7950 ____________________________________________________________________________
7951 [  9850] By: jhi                                   on 2001/04/26  02:34:44
7952         Log: If ccflags was empty the _previous_ $* containing all the
7953              environment variables and Configure variables was used,
7954              which lead, among other bad things, into $ccflags being your
7955              uname -a output, which lead into test compile with cc failing,
7956              which lead into gcc being selected, which didn't work that well
7957              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
7958              with large files, et cetera.
7959      Branch: perl
7960            ! hints/hpux.sh
7961 ____________________________________________________________________________
7962 [  9849] By: jhi                                   on 2001/04/26  01:44:57
7963         Log: Make selfstubber test more portable.
7964      Branch: perl
7965            ! t/lib/selfstubber.t
7966 ____________________________________________________________________________
7967 [  9848] By: jhi                                   on 2001/04/26  00:50:26
7968         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
7969              From: Benjamin Sugars <ben.sugars@home.com>
7970              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
7971              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
7972      Branch: perl
7973            ! ext/Cwd/Cwd.xs
7974 ____________________________________________________________________________
7975 [  9847] By: jhi                                   on 2001/04/26  00:46:58
7976         Log: Subject: [PATCH: perl@9841] VMS updates
7977              From: Peter Prymmer <pvhp@forte.com>
7978              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
7979              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
7980      Branch: perl
7981            ! README.vms configure.com vms/descrip_mms.template
7982            ! vms/ext/filespec.t
7983 ____________________________________________________________________________
7984 [  9846] By: jhi                                   on 2001/04/26  00:11:56
7985         Log: re 'debug' was broken by #9084.
7986      Branch: perl
7987            ! ext/re/re.xs
7988 ____________________________________________________________________________
7989 [  9845] By: jhi                                   on 2001/04/25  22:33:17
7990         Log: Subject: [PATCH] test for Devel::SelfStubber
7991              From: Nicholas Clark <nick@ccl4.org>
7992              Date: Thu, 26 Apr 2001 00:00:54 +0100
7993              Message-ID: <20010426000054.D89026@plum.flirble.org>
7994      Branch: perl
7995            + t/lib/selfstubber.t
7996            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
7997 ____________________________________________________________________________
7998 [  9844] By: jhi                                   on 2001/04/25  22:29:32
7999         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
8000              From: Paul Johnson <paul@pjcj.net>
8001              Date: Thu, 26 Apr 2001 00:46:08 +0200
8002              Message-ID: <20010426004608.H2338@pjcj.net>
8003      Branch: perl
8004            ! ext/B/B/Concise.pm
8005 ____________________________________________________________________________
8006 [  9843] By: jhi                                   on 2001/04/25  22:28:28
8007         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
8008              From: Peter Prymmer <pvhp@forte.com>
8009              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
8010              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
8011      Branch: perl
8012            ! ext/Cwd/Cwd.xs
8013 ____________________________________________________________________________
8014 [  9842] By: jhi                                   on 2001/04/25  20:58:12
8015         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
8016              From: John Peacock <jpeacock@rowman.com>
8017              Date: Wed, 25 Apr 2001 17:30:26 -0400
8018              Message-ID: <3AE741F2.B3217464@rowman.com>
8019      Branch: perl
8020            ! lib/Math/BigInt.pm t/lib/bigintpm.t
8021 ____________________________________________________________________________
8022 [  9841] By: jhi                                   on 2001/04/25  20:07:05
8023         Log: Update Changes.
8024      Branch: perl
8025            ! Changes patchlevel.h
8026 ____________________________________________________________________________
8027 [  9840] By: jhi                                   on 2001/04/25  19:56:51
8028         Log: Yet another HP-UX hints version from Merijn.
8029      Branch: perl
8030            ! hints/hpux.sh
8031 ____________________________________________________________________________
8032 [  9839] By: jhi                                   on 2001/04/25  19:53:04
8033         Log: abs_path() didn't terminate the filename correctly,
8034              in DIRNAMLENless systems like HP-UX this would fail.
8035      Branch: perl
8036            ! ext/Cwd/Cwd.xs
8037 ____________________________________________________________________________
8038 [  9838] By: jhi                                   on 2001/04/25  16:37:26
8039         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
8040              From: Mike Guy <mjtg@cam.ac.uk>
8041              Date: Wed, 25 Apr 2001 18:31:47 +0100
8042              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
8043      Branch: perl
8044            ! op.c
8045 ____________________________________________________________________________
8046 [  9837] By: jhi                                   on 2001/04/25  16:21:53
8047         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
8048              From: Jon Eveland <jweveland@yahoo.com>
8049              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
8050              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
8051      Branch: perl
8052            ! lib/perl5db.pl
8053 ____________________________________________________________________________
8054 [  9836] By: jhi                                   on 2001/04/25  14:17:50
8055         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
8056              From: "Philip Newton" <pnewton@gmx.de>
8057              Date: Wed, 25 Apr 2001 17:05:58 +0200
8058              Message-ID: <3AE703F6.3234.1833C45@localhost>
8059      Branch: perl
8060            ! Porting/patching.pod
8061 ____________________________________________________________________________
8062 [  9835] By: jhi                                   on 2001/04/25  13:58:07
8063         Log: It would seem that both ar and full_ar need to be overridden
8064              for HP-UX to avoid the GNU ar.
8065      Branch: perl
8066            ! hints/hpux.sh
8067 ____________________________________________________________________________
8068 [  9834] By: jhi                                   on 2001/04/25  13:50:40
8069         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
8070              From: "Philip Newton" <pnewton@gmx.de>
8071              Date: Wed, 25 Apr 2001 16:09:23 +0200
8072              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
8073              
8074              Detypo.
8075      Branch: perl
8076            ! t/op/misc.t
8077 ____________________________________________________________________________
8078 [  9833] By: jhi                                   on 2001/04/25  12:36:11
8079         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
8080      Branch: perl
8081            ! hints/hpux.sh
8082 ____________________________________________________________________________
8083 [  9832] By: jhi                                   on 2001/04/25  12:33:36
8084         Log: New version of HP-UX hints from Merijn.
8085      Branch: perl
8086            ! hints/hpux.sh
8087 ____________________________________________________________________________
8088 [  9831] By: jhi                                   on 2001/04/25  03:39:45
8089         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
8090      Branch: perl
8091            ! hints/hpux.sh
8092 ____________________________________________________________________________
8093 [  9830] By: jhi                                   on 2001/04/25  02:53:25
8094         Log: The tzname[] bit is not needed by util.c -- and causes
8095              heartburn in VMS (and it missing was probably the cause of
8096              the Mac OS X trouble).  Ouch.
8097      Branch: perl
8098            ! ext/POSIX/POSIX.xs util.c
8099 ____________________________________________________________________________
8100 [  9829] By: jhi                                   on 2001/04/25  00:10:06
8101         Log: Metaconfig unit change for #9828.
8102      Branch: metaconfig
8103            ! U/compline/ccflags.U
8104 ____________________________________________________________________________
8105 [  9828] By: jhi                                   on 2001/04/25  00:04:18
8106         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
8107              (which is actually the reason for the change, we need to pass
8108              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
8109              EP/IX, OS/2, and TitanOS, based on the hints files.
8110      Branch: perl
8111            ! Configure config_h.SH
8112 ____________________________________________________________________________
8113 [  9827] By: jhi                                   on 2001/04/24  23:49:20
8114         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
8115              the $cat must have an absolute path.
8116      Branch: perl
8117            ! makedepend.SH
8118 ____________________________________________________________________________
8119 [  9826] By: jhi                                   on 2001/04/24  23:40:53
8120         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
8121      Branch: perl
8122            ! README.amiga
8123 ____________________________________________________________________________
8124 [  9825] By: jhi                                   on 2001/04/24  23:35:35
8125         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
8126              From: "Philip Newton" <pnewton@gmx.de>
8127              Date: Tue, 24 Apr 2001 18:52:49 +0200
8128              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
8129      Branch: perl
8130            ! x2p/find2perl.PL
8131 ____________________________________________________________________________
8132 [  9824] By: jhi                                   on 2001/04/24  23:33:07
8133         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
8134              Some gcc specifics dropped out due to extensive rewriting;
8135              will be put back later as needed.
8136      Branch: perl
8137            ! hints/hpux.sh
8138 ____________________________________________________________________________
8139 [  9823] By: jhi                                   on 2001/04/24  23:27:57
8140         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
8141      Branch: perl
8142            ! ext/POSIX/POSIX.xs
8143 ____________________________________________________________________________
8144 [  9822] By: jhi                                   on 2001/04/24  23:25:21
8145         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
8146              From: Tim Jenness <t.jenness@jach.hawaii.edu>
8147              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
8148              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
8149      Branch: perl
8150            ! ext/XS/Typemap/Typemap.xs
8151 ____________________________________________________________________________
8152 [  9821] By: jhi                                   on 2001/04/24  23:24:10
8153         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
8154              From: "Abigail" <abigail@foad.org>
8155              Date: Tue, 24 Apr 2001 23:12:03 +0200
8156              Message-ID: <20010424211203.7901.qmail@foad.org>
8157      Branch: perl
8158            ! pod/perlport.pod
8159 ____________________________________________________________________________
8160 [  9820] By: jhi                                   on 2001/04/24  23:23:15
8161         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
8162              From: Matt Sergeant <matt@sergeant.org>
8163              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
8164              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
8165      Branch: perl
8166            ! pod/perlfaq4.pod
8167 ____________________________________________________________________________
8168 [  9819] By: nick                                  on 2001/04/24  18:49:43
8169         Log: Integrate mainline.
8170      Branch: perlio
8171           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
8172           !> (integrate 37 files)
8173 ____________________________________________________________________________
8174 [  9818] By: jhi                                   on 2001/04/24  14:35:23
8175         Log: Update Changes.
8176      Branch: perl
8177            ! Changes patchlevel.h
8178 ____________________________________________________________________________
8179 [  9817] By: jhi                                   on 2001/04/24  14:09:17
8180         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
8181              From: "Philip Newton" <pnewton@gmx.de>
8182              Date: Tue, 24 Apr 2001 12:58:12 +0200
8183              Message-ID: <3AE57864.8304.B77A0A@localhost> 
8184              
8185              plus add CPAN to the list of modules that have their own tests.
8186      Branch: perl
8187            ! t/lib/1_compile.t
8188 ____________________________________________________________________________
8189 [  9816] By: jhi                                   on 2001/04/24  14:07:03
8190         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
8191              From: Michael G Schwern <schwern@pobox.com>
8192              Date: Sat, 21 Apr 2001 22:35:00 +0100
8193              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
8194      Branch: perl
8195            ! t/lib/1_compile.t
8196 ____________________________________________________________________________
8197 [  9815] By: jhi                                   on 2001/04/24  13:54:32
8198         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
8199              From: Robin Houston <robin@kitsite.com>
8200              Date: Tue, 24 Apr 2001 15:51:18 +0100
8201              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
8202      Branch: perl
8203            ! ext/B/B/Deparse.pm
8204 ____________________________________________________________________________
8205 [  9814] By: jhi                                   on 2001/04/24  13:17:34
8206         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
8207              From: Bill Glicker <billg@burrelles.com>
8208              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
8209              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
8210      Branch: perl
8211            ! hints/svr5.sh
8212 ____________________________________________________________________________
8213 [  9813] By: jhi                                   on 2001/04/24  12:54:23
8214         Log: Prevent path disclosure (probing for existence of filenames)
8215              using suidperl; bug id 20010322.218.
8216      Branch: perl
8217            ! perl.c pod/perldiag.pod
8218 ____________________________________________________________________________
8219 [  9812] By: jhi                                   on 2001/04/24  12:08:36
8220         Log: Retract #9811.
8221      Branch: perl
8222            ! ext/POSIX/POSIX.xs
8223 ____________________________________________________________________________
8224 [  9811] By: jhi                                   on 2001/04/24  11:57:35
8225         Log: (Retracted by #9812.)
8226      Branch: perl
8227            ! ext/POSIX/POSIX.xs
8228 ____________________________________________________________________________
8229 [  9810] By: jhi                                   on 2001/04/24  03:32:35
8230         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
8231      Branch: perl
8232            ! util.c
8233 ____________________________________________________________________________
8234 [  9809] By: jhi                                   on 2001/04/24  03:16:13
8235         Log: The Math::BigFloat::import() was broken.
8236              (Fixes bug id 20010422.002.)
8237      Branch: perl
8238            ! lib/Math/BigFloat.pm
8239 ____________________________________________________________________________
8240 [  9808] By: jhi                                   on 2001/04/24  01:11:40
8241         Log: Additional dependencies; should help for parallel makes
8242              not to fail on missing lib/lib.pm or lib/re.pm.
8243      Branch: perl
8244            ! Makefile.SH
8245 ____________________________________________________________________________
8246 [  9807] By: jhi                                   on 2001/04/24  00:57:01
8247         Log: Update the test failure disclaimer.
8248      Branch: perl
8249            ! t/pragma/warn/pp_hot
8250 ____________________________________________________________________________
8251 [  9806] By: jhi                                   on 2001/04/24  00:54:04
8252         Log: Add make target "install-all" which is alias for "install"
8253              to cater for case-preserving filesystems like HFS+.
8254      Branch: perl
8255            ! INSTALL Makefile.SH
8256 ____________________________________________________________________________
8257 [  9805] By: jhi                                   on 2001/04/24  00:47:28
8258         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
8259              From: Peter Prymmer <pvhp@forte.com>
8260              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
8261              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
8262              
8263              (Ken William's message forwarded from macosx@perl.org)
8264      Branch: perl
8265            ! hints/darwin.sh
8266 ____________________________________________________________________________
8267 [  9804] By: jhi                                   on 2001/04/23  23:57:35
8268         Log: Cut-and-pasto.
8269      Branch: perl
8270            ! perlio.c
8271 ____________________________________________________________________________
8272 [  9803] By: jhi                                   on 2001/04/23  23:52:25
8273         Log: More PerlIO robustness.
8274      Branch: perl
8275            ! perlio.c
8276 ____________________________________________________________________________
8277 [  9802] By: jhi                                   on 2001/04/23  23:43:35
8278         Log: Make the "STD* opened only for ..." errors more consistent.
8279      Branch: perl
8280            ! doio.c
8281 ____________________________________________________________________________
8282 [  9801] By: jhi                                   on 2001/04/23  23:34:26
8283         Log: Test case for #9800.
8284      Branch: perl
8285            ! t/op/misc.t
8286 ____________________________________________________________________________
8287 [  9800] By: jhi                                   on 2001/04/23  23:14:43
8288         Log: Avoid coredump on 'close STDERR; die' by making
8289              the PerlIO calls more robust.  Also use SETERRNO()
8290              instead of errno = to be more VMS-ready.
8291      Branch: perl
8292            ! perlio.c
8293 ____________________________________________________________________________
8294 [  9799] By: jhi                                   on 2001/04/23  21:41:10
8295         Log: Subject: test for ID 20010423.002
8296              From: Robin Houston <robin@kitsite.com>
8297              Date: Mon, 23 Apr 2001 16:52:21 +0100
8298              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
8299      Branch: perl
8300            ! t/op/avhv.t
8301 ____________________________________________________________________________
8302 [  9798] By: jhi                                   on 2001/04/23  21:40:07
8303         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
8304              From: David Dyck <dcd@tc.fluke.com>
8305              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
8306              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
8307      Branch: perl
8308            ! installperl
8309 ____________________________________________________________________________
8310 [  9797] By: jhi                                   on 2001/04/23  21:37:56
8311         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
8312              From: Benjamin Sugars <bsugars@canoe.ca>
8313              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
8314              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
8315      Branch: perl
8316            ! ext/Cwd/Cwd.xs lib/Cwd.pm
8317 ____________________________________________________________________________
8318 [  9796] By: jhi                                   on 2001/04/23  21:29:24
8319         Log: Synchronize h2xs and pod2man some more on the documentation
8320              templates they propose.
8321      Branch: perl
8322            ! pod/pod2man.PL utils/h2xs.PL
8323 ____________________________________________________________________________
8324 [  9795] By: jhi                                   on 2001/04/23  17:30:40
8325         Log: Add one more naughty test for base64; make encoding logic cleaner.
8326      Branch: perl
8327            ! t/lib/mimeb64.t
8328 ____________________________________________________________________________
8329 [  9794] By: jhi                                   on 2001/04/23  13:51:32
8330         Log: Update Changes.
8331      Branch: perl
8332            ! Changes patchlevel.h
8333 ____________________________________________________________________________
8334 [  9793] By: jhi                                   on 2001/04/23  13:44:18
8335         Log: Duplicate lines.
8336      Branch: perl
8337            ! MANIFEST
8338 ____________________________________________________________________________
8339 [  9792] By: jhi                                   on 2001/04/23  13:39:13
8340         Log: Subject: Re: PATCH 5.7.1
8341              From: Mark-Jason Dominus <mjd@plover.com>
8342              Date: Mon, 23 Apr 2001 10:30:21 -0400
8343              Message-ID: <20010423143021.17335.qmail@plover.com>
8344      Branch: perl
8345            ! perl.h sv.c
8346 ____________________________________________________________________________
8347 [  9791] By: jhi                                   on 2001/04/23  13:32:40
8348         Log: Add the CPAN.pm 1.59_54 tests.
8349      Branch: perl
8350            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
8351            ! MANIFEST
8352 ____________________________________________________________________________
8353 [  9790] By: jhi                                   on 2001/04/23  13:21:55
8354         Log: Subject: Deparse nit
8355              From: Robin Houston <robin@kitsite.com>
8356              Date: Mon, 23 Apr 2001 12:38:20 +0100
8357              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
8358      Branch: perl
8359            ! ext/B/B/Deparse.pm
8360 ____________________________________________________________________________
8361 [  9789] By: jhi                                   on 2001/04/23  13:19:07
8362         Log: Subject: [PATCH] bug 20010423.002
8363              From: Robin Houston <robin@kitsite.com>
8364              Date: Mon, 23 Apr 2001 13:12:30 +0100
8365              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
8366      Branch: perl
8367            ! pp.c
8368 ____________________________________________________________________________
8369 [  9788] By: jhi                                   on 2001/04/23  13:02:49
8370         Log: Subject: PATCH [5.7.1] hv.c unused #define
8371              From: Mark-Jason Dominus <mjd@plover.com>
8372              Date: Sun, 22 Apr 2001 14:17:49 -0400
8373              Message-ID: <20010422181749.26976.qmail@plover.com>
8374      Branch: perl
8375            ! hv.c
8376 ____________________________________________________________________________
8377 [  9787] By: jhi                                   on 2001/04/23  13:02:02
8378         Log: Subject: PATCH 5.7.1
8379              From: Mark-Jason Dominus <mjd@plover.com>
8380              Date: Sun, 22 Apr 2001 15:12:57 -0400
8381              Message-ID: <20010422191258.6539.qmail@plover.com>
8382              
8383              plus Sarathy's STMT_START + STMT_END suggestion.
8384      Branch: perl
8385            ! perl.h
8386 ____________________________________________________________________________
8387 [  9786] By: jhi                                   on 2001/04/23  12:53:25
8388         Log: Fix for
8389              
8390              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
8391              From: dLux <dlux@spam.sch.bme.hu>
8392              Date: Mon, 23 Apr 2001 01:25:26 +0200
8393              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
8394              
8395              (SvGROW really does return a char *.)
8396      Branch: perl
8397            ! pod/perlapi.pod sv.h
8398 ____________________________________________________________________________
8399 [  9785] By: jhi                                   on 2001/04/23  04:34:04
8400         Log: Time::Piece work continues.  $t->day removed since
8401              I think it's too confusing.  Now has normal and
8402              abbreviated length weekday names and month names,
8403              the names change with _names(), not _list().
8404              Now has strftime() in Perl, _strftime() is
8405              the libc version (to which strftime() falls back
8406              if it doesn't know the format.  To do: the reverse
8407              of strftime, strptime(), and the localisation of both.
8408      Branch: perl
8409            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
8410            ! t/lib/time-piece.t
8411 ____________________________________________________________________________
8412 [  9784] By: jhi                                   on 2001/04/23  02:41:46
8413         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
8414              From: andreas.koenig@anima.de (Andreas J. Koenig)
8415              Date: 23 Apr 2001 05:20:55 +0200
8416              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
8417      Branch: perl
8418            ! t/pragma/overload.t
8419 ____________________________________________________________________________
8420 [  9783] By: jhi                                   on 2001/04/22  23:32:42
8421         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
8422              From: Robin Houston <robin@kitsite.com>
8423              Date: Mon, 23 Apr 2001 00:38:18 +0100
8424              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
8425      Branch: perl
8426            ! ext/B/B/Deparse.pm
8427 ____________________________________________________________________________
8428 [  9782] By: jhi                                   on 2001/04/22  20:55:43
8429         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
8430              From: Simon Cozens <simon@netthink.co.uk>
8431              Date: Sun, 22 Apr 2001 18:47:25 +0100
8432              Message-ID: <20010422184725.A14411@netthink.co.uk>
8433      Branch: perl
8434            ! sv.c t/pragma/overload.t
8435 ____________________________________________________________________________
8436 [  9781] By: jhi                                   on 2001/04/22  20:52:13
8437         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
8438              From: Robin Houston <robin@kitsite.com>
8439              Date: Sun, 22 Apr 2001 22:14:50 +0100
8440              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
8441      Branch: perl
8442            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
8443 ____________________________________________________________________________
8444 [  9780] By: nick                                  on 2001/04/22  20:40:31
8445         Log: Integrate mainline.
8446      Branch: perlio
8447           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
8448           +> t/lib/b-stash.t
8449           !> (integrate 38 files)
8450 ____________________________________________________________________________
8451 [  9779] By: jhi                                   on 2001/04/22  15:16:03
8452         Log: Subject: IO::Socket::INET patch
8453              From: andrew deryabin <djsf@technarchy.ru>
8454              Date: Sat, 21 Apr 2001 17:46:52 +0400
8455              Message-ID: <20010421174652.B1426@technarchy>
8456      Branch: perl
8457            ! ext/IO/lib/IO/Socket/INET.pm
8458 ____________________________________________________________________________
8459 [  9778] By: jhi                                   on 2001/04/22  15:14:33
8460         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
8461              From: Mark-Jason Dominus <mjd@plover.com>
8462              Date: Sat, 21 Apr 2001 21:27:49 -0400
8463              Message-ID: <20010422012749.27024.qmail@plover.com>
8464      Branch: perl
8465            ! regcomp.c
8466 ____________________________________________________________________________
8467 [  9777] By: jhi                                   on 2001/04/22  15:10:51
8468         Log: Subject: Re: Regex debugger patch 
8469              From: Mark-Jason Dominus <mjd@plover.com>
8470              Date: Sat, 21 Apr 2001 21:48:51 -0400
8471              Message-ID: <20010422014851.27165.qmail@plover.com>
8472      Branch: perl
8473            ! pod/perldebguts.pod
8474 ____________________________________________________________________________
8475 [  9776] By: jhi                                   on 2001/04/22  15:09:48
8476         Log: Subject: Re: Regex debugger patch
8477              From: Mark-Jason Dominus <mjd@plover.com>
8478              Date: Sat, 21 Apr 2001 14:24:39 -0400
8479              Message-ID: <20010421182439.16508.qmail@plover.com>
8480              
8481              Regex debugger backend.
8482      Branch: perl
8483            ! regcomp.c regexp.h
8484 ____________________________________________________________________________
8485 [  9775] By: jhi                                   on 2001/04/21  16:45:40
8486         Log: Subject: [PATCH] Typo in utf8.h
8487              From: Jesús Quiroga <jquiroga@pobox.com>
8488              Date: Sat, 21 Apr 2001 19:25:33 +0200
8489              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
8490      Branch: perl
8491            ! utf8.h
8492 ____________________________________________________________________________
8493 [  9774] By: jhi                                   on 2001/04/21  16:43:52
8494         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
8495              From: Joe Orton <jorton@redhat.com>
8496              Date: Tue, 17 Apr 2001 15:50:43 +0100
8497              Message-Id: <20010417155043.D19132@eu.c2.net>
8498      Branch: perl
8499            ! hints/svr5.sh
8500 ____________________________________________________________________________
8501 [  9773] By: jhi                                   on 2001/04/21  15:30:15
8502         Log: Subject: Patch utils/h2xs.PL
8503              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
8504              Date: Sat, 21 Apr 2001 10:32:16 -0500
8505              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
8506              
8507              Add MAILING list and LICENSE templates.
8508      Branch: perl
8509            ! utils/h2xs.PL
8510 ____________________________________________________________________________
8511 [  9772] By: jhi                                   on 2001/04/21  15:28:36
8512         Log: Subject: perlfaq2.patch for 5.7.1
8513              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
8514              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
8515              Date: Fri, 20 Apr 2001 16:42:19 -0500
8516              
8517              rm an extra tab, a blurb about the xx.cpan to clarify
8518              which countries actually have that and dejanews is history
8519              as well as most of that nonsensical entry.
8520      Branch: perl
8521            ! pod/perlfaq2.pod
8522 ____________________________________________________________________________
8523 [  9771] By: jhi                                   on 2001/04/21  15:27:17
8524         Log: Subject: perlfaq1.patch for 5.7.1
8525              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
8526              Date: Fri, 20 Apr 2001 16:57:36 -0500
8527              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
8528              
8529              Evil URLs must die. Especially when they are broken.
8530      Branch: perl
8531            ! pod/perlfaq1.pod
8532 ____________________________________________________________________________
8533 [  9770] By: jhi                                   on 2001/04/21  15:23:38
8534         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
8535              From: Michael G Schwern <schwern@pobox.com>
8536              Date: Sat, 21 Apr 2001 16:11:12 +0100
8537              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
8538      Branch: perl
8539            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
8540            + t/lib/b-stash.t
8541            ! MANIFEST ext/B/B.pm t/lib/b.t
8542 ____________________________________________________________________________
8543 [  9769] By: jhi                                   on 2001/04/21  15:03:32
8544         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
8545              From: Michael G Schwern <schwern@pobox.com>
8546              Date: Sat, 21 Apr 2001 09:48:00 +0100
8547              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
8548      Branch: perl
8549            ! utils/h2ph.PL
8550 ____________________________________________________________________________
8551 [  9768] By: jhi                                   on 2001/04/21  14:33:49
8552         Log: PerlIO and Encode doc cleanup and tweaks.
8553      Branch: perl
8554            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
8555            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
8556 ____________________________________________________________________________
8557 [  9767] By: jhi                                   on 2001/04/21  12:40:16
8558         Log: Integrate perlio.
8559      Branch: perl
8560           !> doio.c
8561 ____________________________________________________________________________
8562 [  9766] By: nick                                  on 2001/04/20  18:28:35
8563         Log: Avoid core dump on
8564              open(STDOUT,">",\$foo);
8565      Branch: perlio
8566            ! doio.c
8567 ____________________________________________________________________________
8568 [  9765] By: jhi                                   on 2001/04/20  13:23:43
8569         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
8570              From: Robin Houston <robin@kitsite.com>
8571              Date: Fri, 20 Apr 2001 14:29:22 +0100
8572              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
8573      Branch: perl
8574            ! ext/B/B.pm ext/B/B/Deparse.pm
8575 ____________________________________________________________________________
8576 [  9764] By: jhi                                   on 2001/04/20  13:19:33
8577         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
8578              From: Peter Prymmer <pvhp@forte.com>
8579              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
8580              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
8581      Branch: perl
8582            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
8583            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
8584            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
8585            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
8586 ____________________________________________________________________________
8587 [  9763] By: jhi                                   on 2001/04/20  12:36:39
8588         Log: Subject: Re: A new PerlIO coredump
8589              From: Nick Ing-Simmons <nik@tiuk.ti.com>
8590              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
8591              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
8592      Branch: perl
8593            ! doio.c
8594 ____________________________________________________________________________
8595 [  9762] By: jhi                                   on 2001/04/19  23:02:30
8596         Log: Update Changes.
8597      Branch: perl
8598            ! Changes patchlevel.h
8599 ____________________________________________________________________________
8600 [  9761] By: jhi                                   on 2001/04/19  22:59:19
8601         Log: More cleanup cleanup.
8602      Branch: perl
8603            ! Makefile.SH win32/Makefile win32/makefile.mk
8604 ____________________________________________________________________________
8605 [  9760] By: jhi                                   on 2001/04/19  22:50:31
8606         Log: lib/Time is non-empty, let's not rmdir it.
8607      Branch: perl
8608            ! Makefile.SH
8609 ____________________________________________________________________________
8610 [  9759] By: jhi                                   on 2001/04/19  22:36:51
8611         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
8612              From: Robin Houston <robin@kitsite.com>
8613              Date: Fri, 20 Apr 2001 00:18:53 +0100
8614              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
8615      Branch: perl
8616            ! ext/B/B/Deparse.pm
8617 ____________________________________________________________________________
8618 [  9758] By: jhi                                   on 2001/04/19  22:36:00
8619         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
8620              From: Peter Prymmer <pvhp@forte.com>
8621              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
8622              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
8623      Branch: perl
8624            ! ext/Cwd/Cwd.xs
8625 ____________________________________________________________________________
8626 [  9757] By: nick                                  on 2001/04/19  18:53:54
8627         Log: Blind (untested) integrate of mainline.
8628      Branch: perlio
8629           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
8630           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
8631           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
8632           !> (integrate 53 files)
8633 ____________________________________________________________________________
8634 [  9756] By: jhi                                   on 2001/04/19  16:59:23
8635         Log: Document and test Time::Piece.
8636      Branch: perl
8637            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
8638            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
8639 ____________________________________________________________________________
8640 [  9755] By: jhi                                   on 2001/04/19  12:13:29
8641         Log: A better fix for the \x{12345678} trouble from NI-S.
8642      Branch: perl
8643            ! utf8.c
8644 ____________________________________________________________________________
8645 [  9754] By: jhi                                   on 2001/04/19  11:56:07
8646         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
8647              From: Robin Houston <robin@kitsite.com>
8648              Date: Wed, 18 Apr 2001 17:58:33 +0100
8649              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
8650      Branch: perl
8651            ! ext/B/B/Deparse.pm op.c
8652 ____________________________________________________________________________
8653 [  9753] By: jhi                                   on 2001/04/19  04:21:52
8654         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
8655              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
8656              Date: Thu, 19 Apr 2001 01:11:41 -0400
8657              Message-ID: <20010419011141.A5798@cpan.org>
8658      Branch: perl
8659            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
8660 ____________________________________________________________________________
8661 [  9752] By: jhi                                   on 2001/04/19  02:41:10
8662         Log: The new time utils need to be thread-aware, too.
8663      Branch: perl
8664            ! util.c
8665 ____________________________________________________________________________
8666 [  9751] By: jhi                                   on 2001/04/19  02:26:47
8667         Log: Compilation nit noticed by AIX compiler.
8668      Branch: perl
8669            ! perlio.c
8670 ____________________________________________________________________________
8671 [  9750] By: jhi                                   on 2001/04/19  02:20:06
8672         Log: The new time utils need to be public.
8673      Branch: perl
8674            ! embed.pl
8675 ____________________________________________________________________________
8676 [  9749] By: jhi                                   on 2001/04/19  01:42:39
8677         Log: Regen toc.
8678      Branch: perl
8679            ! pod/perltoc.pod
8680 ____________________________________________________________________________
8681 [  9748] By: jhi                                   on 2001/04/19  01:41:10
8682         Log: Add Time::Piece, a slight rewrite of Time::Object,
8683              from Matt Sergeant.
8684      Branch: perl
8685            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
8686            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
8687            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
8688            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
8689            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
8690            ! win32/makefile.mk
8691 ____________________________________________________________________________
8692 [  9747] By: jhi                                   on 2001/04/19  00:55:35
8693         Log: The new metaconfig unit from strftime.
8694      Branch: metaconfig/U/perl
8695            + d_strftime.U
8696 ____________________________________________________________________________
8697 [  9746] By: jhi                                   on 2001/04/19  00:54:54
8698         Log: Move the strftime() wrapper from POSIX.xs to util.c
8699              as my_strftime(), requires HAS_STRFTIME.
8700      Branch: perl
8701            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8702            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
8703            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
8704            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
8705            ! vos/config.ga.h win32/config.bc win32/config.gc
8706            ! win32/config.vc
8707 ____________________________________________________________________________
8708 [  9745] By: jhi                                   on 2001/04/18  23:11:03
8709         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
8710              in preparation of Time::Piece.
8711      Branch: perl
8712            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
8713 ____________________________________________________________________________
8714 [  9744] By: jhi                                   on 2001/04/18  22:33:12
8715         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
8716              From: Peter Prymmer <pvhp@forte.com>
8717              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
8718              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
8719      Branch: perl
8720            ! t/lib/exporter.t
8721 ____________________________________________________________________________
8722 [  9743] By: jhi                                   on 2001/04/18  22:32:23
8723         Log: Subject: Fwd: pod2html leaves cache files lying around?
8724              From: Rajesh Vaidheeswarran <rv@gnu.org>
8725              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
8726              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
8727      Branch: perl
8728            ! lib/Pod/Html.pm
8729 ____________________________________________________________________________
8730 [  9742] By: jhi                                   on 2001/04/18  20:31:49
8731         Log: Update Changes.
8732      Branch: perl
8733            ! Changes patchlevel.h
8734 ____________________________________________________________________________
8735 [  9741] By: jhi                                   on 2001/04/18  20:23:02
8736         Log: Declare hints only if needed.
8737      Branch: perl
8738            ! ext/B/B/Deparse.pm
8739 ____________________________________________________________________________
8740 [  9740] By: jhi                                   on 2001/04/18  19:06:05
8741         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
8742              bug noticed by Robin Houston; basically the code of detecting
8743              value wraparound was acting differently under different compilers
8744              and platforms.  The workaround is to remove the overflow check
8745              for now, a real fix would be to do the overflow (portably) right.
8746      Branch: perl
8747            ! t/op/pat.t utf8.c
8748 ____________________________________________________________________________
8749 [  9739] By: jhi                                   on 2001/04/18  19:01:23
8750         Log: Subject: [PATCH B::Deparse] some pragma support
8751              From: Robin Houston <robin@kitsite.com>
8752              Date: Wed, 18 Apr 2001 19:32:12 +0100
8753              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
8754      Branch: perl
8755            ! ext/B/B/Deparse.pm
8756 ____________________________________________________________________________
8757 [  9738] By: jhi                                   on 2001/04/18  15:16:37
8758         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
8759              From: Benjamin Sugars <bsugars@canoe.ca>
8760              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
8761              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
8762      Branch: perl
8763            ! t/op/glob.t
8764 ____________________________________________________________________________
8765 [  9737] By: jhi                                   on 2001/04/18  13:24:50
8766         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
8767              From: Tim Jenness <t.jenness@jach.hawaii.edu>
8768              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
8769              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
8770      Branch: perl
8771            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
8772            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
8773 ____________________________________________________________________________
8774 [  9736] By: jhi                                   on 2001/04/18  04:15:14
8775         Log: The #9735 also changes the subtest 12.
8776      Branch: perl
8777            ! t/lib/b.t
8778 ____________________________________________________________________________
8779 [  9735] By: jhi                                   on 2001/04/18  03:55:17
8780         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
8781              From: David Dyck <dcd@tc.fluke.com>
8782              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
8783              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
8784      Branch: perl
8785            ! ext/B/B/Deparse.pm
8786 ____________________________________________________________________________
8787 [  9734] By: jhi                                   on 2001/04/18  03:54:11
8788         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
8789              From: Gisle Aas <gisle@ActiveState.com>
8790              Date: 17 Apr 2001 19:06:45 -0700
8791              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
8792      Branch: perl
8793            ! pp_hot.c t/op/misc.t
8794 ____________________________________________________________________________
8795 [  9733] By: jhi                                   on 2001/04/17  22:25:22
8796         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
8797              From: "Abigail" <abigail@foad.org>
8798              Date: Wed, 18 Apr 2001 01:17:46 +0200
8799              Message-ID: <20010417231746.21657.qmail@foad.org>
8800      Branch: perl
8801            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
8802 ____________________________________________________________________________
8803 [  9732] By: jhi                                   on 2001/04/17  20:47:56
8804         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
8805              From: Robin Houston <robin@kitsite.com>
8806              Date: Tue, 17 Apr 2001 22:37:42 +0100
8807              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
8808      Branch: perl
8809            ! ext/B/B/Deparse.pm
8810 ____________________________________________________________________________
8811 [  9731] By: nick                                  on 2001/04/17  20:46:35
8812         Log: Re-sync for t/lib/b.t fix
8813      Branch: perlio
8814           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
8815 ____________________________________________________________________________
8816 [  9730] By: jhi                                   on 2001/04/17  20:45:29
8817         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
8818              From: Robin Houston <robin@kitsite.com>
8819              Date: Tue, 17 Apr 2001 22:29:36 +0100
8820              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
8821      Branch: perl
8822            ! ext/B/B.xs ext/B/B/Deparse.pm
8823 ____________________________________________________________________________
8824 [  9729] By: jhi                                   on 2001/04/17  20:43:11
8825         Log: Subject: Deparse - parenthesise args to undeclared subs
8826              From: Robin Houston <robin@kitsite.com>
8827              Date: Tue, 17 Apr 2001 21:31:05 +0100
8828              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
8829      Branch: perl
8830            ! ext/B/B/Deparse.pm
8831 ____________________________________________________________________________
8832 [  9728] By: jhi                                   on 2001/04/17  18:57:30
8833         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
8834              From: Benjamin Sugars <ben.sugars@home.com>
8835              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
8836              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
8837      Branch: perl
8838            ! t/lib/cwd.t
8839 ____________________________________________________________________________
8840 [  9727] By: jhi                                   on 2001/04/17  18:20:20
8841         Log: Subject: [PATCH B::Deparse] ambient pragmas
8842              From: Robin Houston <robin@kitsite.com>
8843              Date: Tue, 17 Apr 2001 20:01:59 +0100
8844              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
8845      Branch: perl
8846            ! ext/B/B/Deparse.pm t/lib/b.t
8847 ____________________________________________________________________________
8848 [  9726] By: nick                                  on 2001/04/17  16:33:51
8849         Log: Integrate mainline (t/lib/b.t fails test 2...)
8850      Branch: perlio
8851           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
8852           +> ext/List/Util/README ext/List/Util/Util.xs
8853           +> ext/List/Util/lib/List/Util.pm
8854           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
8855           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
8856           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
8857           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
8858           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
8859           !> (integrate 31 files)
8860 ____________________________________________________________________________
8861 [  9725] By: jhi                                   on 2001/04/17  12:14:24
8862         Log: Subject: multiple B::* changes
8863              From: Robin Houston <robin@kitsite.com>
8864              Date: Thu, 12 Apr 2001 20:12:27 +0100
8865              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
8866      Branch: perl
8867            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
8868 ____________________________________________________________________________
8869 [  9724] By: jhi                                   on 2001/04/17  11:59:05
8870         Log: Thread-awareness from Doug MacEachern.
8871      Branch: perl
8872            ! ext/List/Util/Util.xs
8873 ____________________________________________________________________________
8874 [  9723] By: jhi                                   on 2001/04/17  11:57:41
8875         Log: Make the test more portable.
8876      Branch: perl
8877            ! t/lib/cwd.t
8878 ____________________________________________________________________________
8879 [  9722] By: jhi                                   on 2001/04/17  11:53:50
8880         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
8881              From: Benjamin Sugars <ben.sugars@home.com>
8882              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
8883              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
8884      Branch: perl
8885            ! t/lib/cwd.t
8886 ____________________________________________________________________________
8887 [  9721] By: jhi                                   on 2001/04/17  11:52:17
8888         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
8889              From: Benjamin Sugars <bsugars@canoe.ca>
8890              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
8891              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
8892      Branch: perl
8893            ! op.c
8894 ____________________________________________________________________________
8895 [  9720] By: jhi                                   on 2001/04/17  11:35:42
8896         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
8897              From: Chris Nandor <pudge@pobox.com>
8898              Date: Tue, 17 Apr 2001 00:30:49 -0400
8899              Message-Id: <p05100207b701768712de@[10.0.1.177]>
8900      Branch: perl
8901            ! ext/File/Glob/bsd_glob.c gv.c
8902 ____________________________________________________________________________
8903 [  9719] By: jhi                                   on 2001/04/17  11:32:13
8904         Log: Subject: [PATCH] Tweten->West
8905              From: Casey West <casey@geeknest.com>
8906              Date: Mon, 16 Apr 2001 12:11:22 -0400
8907              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
8908      Branch: perl
8909            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
8910            ! pod/perltie.pod
8911 ____________________________________________________________________________
8912 [  9718] By: jhi                                   on 2001/04/16  03:22:52
8913         Log: Update Changes.
8914      Branch: perl
8915            ! Changes patchlevel.h
8916 ____________________________________________________________________________
8917 [  9717] By: jhi                                   on 2001/04/16  03:06:28
8918         Log: Regen toc.
8919      Branch: perl
8920            ! pod/perltoc.pod
8921 ____________________________________________________________________________
8922 [  9716] By: jhi                                   on 2001/04/16  02:58:42
8923         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
8924              From: Prymmer/Kahn <pvhp@best.com>
8925              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
8926              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
8927      Branch: perl
8928            ! utf8.c
8929 ____________________________________________________________________________
8930 [  9715] By: jhi                                   on 2001/04/15  23:40:35
8931         Log: Subject: Re: Net::Ping patch, adds stream protocol
8932              From: bronson@rinspin.com (Scott Bronson)
8933              Date: Tue, 10 Apr 2001 23:58:33 -0700
8934              Message-ID: <20010410235833.N29719@rinspin.com>
8935      Branch: perl
8936            ! lib/Net/Ping.pm
8937 ____________________________________________________________________________
8938 [  9714] By: jhi                                   on 2001/04/15  23:31:46
8939         Log: Printing out the ok messages helps successful testing.
8940      Branch: perl
8941            ! t/lib/time-hires.t
8942 ____________________________________________________________________________
8943 [  9713] By: jhi                                   on 2001/04/15  21:43:24
8944         Log: Update Douglas Wegscheid's email.
8945      Branch: perl
8946            ! AUTHORS
8947 ____________________________________________________________________________
8948 [  9712] By: jhi                                   on 2001/04/15  21:40:41
8949         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
8950              From: Michael G Schwern <schwern@pobox.com>
8951              Date: Sat, 14 Apr 2001 22:40:50 +0100
8952              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
8953      Branch: perl
8954            + t/lib/exporter.t
8955            ! MANIFEST lib/Exporter/Heavy.pm
8956 ____________________________________________________________________________
8957 [  9711] By: jhi                                   on 2001/04/15  21:39:21
8958         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
8959              From: Michael G Schwern <schwern@pobox.com>
8960              Date: Sat, 14 Apr 2001 22:13:59 +0100
8961              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
8962      Branch: perl
8963            ! t/op/loopctl.t
8964 ____________________________________________________________________________
8965 [  9710] By: jhi                                   on 2001/04/15  21:30:19
8966         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
8967              From: Michael G Schwern <schwern@pobox.com>
8968              Date: Sat, 14 Apr 2001 22:05:32 +0100
8969              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
8970      Branch: perl
8971            ! t/pragma/warnings.t
8972 ____________________________________________________________________________
8973 [  9709] By: jhi                                   on 2001/04/15  19:34:09
8974         Log: Integrate changes #9706,9707 from maintperl into mainline.
8975              
8976              change#7210 broke .packlist generation
8977              
8978              ExtUtils::Installed doesn't quote regex metacharacters in paths
8979              before using them in match; also make it work for dosish platforms
8980      Branch: perl
8981           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
8982 ____________________________________________________________________________
8983 [  9708] By: jhi                                   on 2001/04/15  19:31:01
8984         Log: Test also the scalar aspect of getitimer().
8985      Branch: perl
8986            ! t/lib/time-hires.t
8987 ____________________________________________________________________________
8988 [  9707] By: gsar                                  on 2001/04/15  17:24:20
8989         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
8990              before using them in match; also make it work for dosish platforms
8991      Branch: maint-5.6/perl
8992            ! lib/ExtUtils/Installed.pm
8993 ____________________________________________________________________________
8994 [  9706] By: gsar                                  on 2001/04/15  17:21:59
8995         Log: change#7210 broke .packlist generation (listed only filename
8996              rather than fully qualified path name)
8997      Branch: maint-5.6/perl
8998            ! lib/ExtUtils/Install.pm
8999 ____________________________________________________________________________
9000 [  9705] By: jhi                                   on 2001/04/15  12:36:33
9001         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
9002      Branch: perl
9003            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
9004            ! t/lib/time-hires.t
9005 ____________________________________________________________________________
9006 [  9704] By: jhi                                   on 2001/04/15  10:49:08
9007         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
9008              From: Prymmer/Kahn <pvhp@best.com>
9009              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
9010              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
9011      Branch: perl
9012            ! lib/utf8.pm pod/perlebcdic.pod
9013 ____________________________________________________________________________
9014 [  9703] By: jhi                                   on 2001/04/15  02:26:26
9015         Log: I keep forgetting to sort MANIFEST.
9016      Branch: perl
9017            ! MANIFEST
9018 ____________________________________________________________________________
9019 [  9702] By: jhi                                   on 2001/04/15  02:07:47
9020         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
9021              Now we have blessed, reftype, tainted, first, reduce, ...
9022      Branch: perl
9023            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
9024            + ext/List/Util/README ext/List/Util/Util.xs
9025            + ext/List/Util/lib/List/Util.pm
9026            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
9027            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
9028            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
9029            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
9030            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
9031            ! MANIFEST
9032 ____________________________________________________________________________
9033 [  9701] By: jhi                                   on 2001/04/14  15:05:25
9034         Log: Subject: RE: dprofpp.pl updates 
9035              From: Carl Eklof <CEklof@endeca.com>
9036              Date: Thu, 12 Apr 2001 18:45:46 -0400
9037              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
9038      Branch: perl
9039            ! utils/dprofpp.PL
9040 ____________________________________________________________________________
9041 [  9700] By: jhi                                   on 2001/04/14  14:44:55
9042         Log: Do not just blindly add CR.
9043      Branch: perl
9044            ! Porting/makerel
9045 ____________________________________________________________________________
9046 [  9699] By: jhi                                   on 2001/04/13  13:17:01
9047         Log: Update Changes.
9048      Branch: perl
9049            ! Changes patchlevel.h
9050 ____________________________________________________________________________
9051 [  9698] By: jhi                                   on 2001/04/13  12:44:48
9052         Log: Integrate perlio.
9053      Branch: perl
9054           !> ext/PerlIO/Scalar/Scalar.xs
9055 ____________________________________________________________________________
9056 [  9697] By: jhi                                   on 2001/04/13  12:29:15
9057         Log: Add more debug output to the test.
9058      Branch: perl
9059            ! t/lib/cwd.t
9060 ____________________________________________________________________________
9061 [  9696] By: nick                                  on 2001/04/13  10:14:29
9062         Log: Fix core dump on binmode($fh,'Scalar')
9063      Branch: perlio
9064            ! ext/PerlIO/Scalar/Scalar.xs
9065 ____________________________________________________________________________
9066 [  9695] By: nick                                  on 2001/04/13  09:05:42
9067         Log: Integrate mainline
9068      Branch: perlio
9069           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
9070           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
9071           +> t/lib/time-hires.t
9072           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
9073           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
9074           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
9075           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
9076           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
9077           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
9078           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
9079 ____________________________________________________________________________
9080 [  9694] By: jhi                                   on 2001/04/12  22:23:35
9081         Log: Integrate change #9693 from maintperl into mainline.
9082              
9083              $VERSION and Version() on the same line provokes a warning from
9084              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
9085      Branch: perl
9086           !> lib/Devel/SelfStubber.pm
9087 ____________________________________________________________________________
9088 [  9693] By: gsar                                  on 2001/04/12  21:55:56
9089         Log: $VERSION and Version() on the same line provokes a warning from
9090              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
9091      Branch: maint-5.6/perl
9092            ! lib/Devel/SelfStubber.pm
9093 ____________________________________________________________________________
9094 [  9692] By: jhi                                   on 2001/04/12  13:54:00
9095         Log: This is at least 5.005.
9096      Branch: perl
9097            ! ext/Time/HiRes/HiRes.xs
9098 ____________________________________________________________________________
9099 [  9691] By: jhi                                   on 2001/04/12  13:37:20
9100         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
9101      Branch: perl
9102            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
9103            ! win32/Makefile win32/makefile.mk
9104 ____________________________________________________________________________
9105 [  9690] By: jhi                                   on 2001/04/12  01:34:46
9106         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
9107      Branch: perl
9108            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
9109            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
9110            + t/lib/time-hires.t
9111            ! MANIFEST
9112 ____________________________________________________________________________
9113 [  9689] By: jhi                                   on 2001/04/12  00:28:39
9114         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
9115              From: Gisle Aas <gisle@ActiveState.com>
9116              Date: 11 Apr 2001 16:36:11 -0700
9117              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
9118      Branch: perl
9119            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
9120 ____________________________________________________________________________
9121 [  9688] By: jhi                                   on 2001/04/12  00:27:39
9122         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
9123              From: Gisle Aas <gisle@ActiveState.com>
9124              Date: 11 Apr 2001 11:13:24 -0700
9125              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
9126      Branch: perl
9127            ! ext/MIME/Base64/Base64.xs
9128 ____________________________________________________________________________
9129 [  9687] By: jhi                                   on 2001/04/11  19:51:47
9130         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
9131      Branch: perl
9132            ! Todo-5.6
9133 ____________________________________________________________________________
9134 [  9686] By: jhi                                   on 2001/04/11  16:54:25
9135         Log: Subject: [PATCH opcode.pl] Documentation of table format
9136              From: Simon Cozens <simon@netthink.co.uk>
9137              Date: Wed, 11 Apr 2001 12:59:31 +0100
9138              Message-ID: <20010411125931.A25681@netthink.co.uk>
9139      Branch: perl
9140            ! opcode.pl
9141 ____________________________________________________________________________
9142 [  9685] By: jhi                                   on 2001/04/11  16:53:15
9143         Log: Subject: [PATCH] prototype("CORE::recv")
9144              From: Simon Cozens <simon@netthink.co.uk>
9145              Date: Wed, 11 Apr 2001 13:24:35 +0100
9146              Message-ID: <20010411132435.A26169@netthink.co.uk>
9147      Branch: perl
9148            ! pp.c t/comp/proto.t
9149 ____________________________________________________________________________
9150 [  9684] By: jhi                                   on 2001/04/11  16:47:13
9151         Log: FAQ (and AUTHORS) update from Dan Carson: the information
9152              was several years obsolete, Term::Readkey has been updated
9153              to have the functionality.
9154      Branch: perl
9155            ! AUTHORS pod/perlfaq5.pod
9156 ____________________________________________________________________________
9157 [  9683] By: jhi                                   on 2001/04/11  12:15:46
9158         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
9159              From: Calle Dybedahl <calle@lysator.liu.se>
9160              Date: 10 Apr 2001 16:44:16 +0200
9161              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
9162      Branch: perl
9163            ! ext/MIME/Base64/Base64.xs
9164 ____________________________________________________________________________
9165 [  9682] By: jhi                                   on 2001/04/11  12:12:26
9166         Log: A more minimal fix for 20010410.006 from Hugo.
9167      Branch: perl
9168            ! regexec.c
9169 ____________________________________________________________________________
9170 [  9681] By: jhi                                   on 2001/04/11  11:34:23
9171         Log: Integrate changes #9678,9679 from maintline into mainperl.
9172              
9173              addendum to change#9676
9174              
9175              up $File::Glob::VERSION; add a note pointing out the version of
9176              the OpenBSD glob bsd_glob.c resembles
9177      Branch: perl
9178           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
9179           !> ext/File/Glob/bsd_glob.h
9180 ____________________________________________________________________________
9181 [  9680] By: jhi                                   on 2001/04/11  11:30:38
9182         Log: Bad test numbering in integrate in #9677.
9183              Fixes ID 20010411.001.
9184      Branch: perl
9185            ! t/op/pat.t
9186 ____________________________________________________________________________
9187 [  9679] By: gsar                                  on 2001/04/11  03:38:40
9188         Log: up $File::Glob::VERSION; add a note pointing out the version of
9189              the OpenBSD glob bsd_glob.c resembles
9190      Branch: maint-5.6/perl
9191            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
9192            ! ext/File/Glob/bsd_glob.h
9193 ____________________________________________________________________________
9194 [  9678] By: gsar                                  on 2001/04/11  03:09:48
9195         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
9196              revision 1.8.10.1 found here:
9197              
9198              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
9199      Branch: maint-5.6/perl
9200            ! ext/File/Glob/bsd_glob.c
9201 ____________________________________________________________________________
9202 [  9677] By: jhi                                   on 2001/04/11  02:54:39
9203         Log: Integrate changes #9675,9676 from maintperl into mainline.
9204              
9205              fix for bug 20010410.006, undo change#7115
9206              
9207              port the OpenBSD glob() security patch
9208      Branch: perl
9209           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
9210           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
9211           !> t/op/pat.t
9212 ____________________________________________________________________________
9213 [  9676] By: gsar                                  on 2001/04/11  02:19:02
9214         Log: port the glob() security patch found at:
9215              
9216              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
9217              
9218              CERT advisory for the issue is here:
9219              
9220              http://www.cert.org/advisories/CA-2001-07.html
9221              
9222              Note that the security scare is only relevant for those who are
9223              foolish enough to build suidperl (which is now officially discouraged)
9224      Branch: maint-5.6/perl
9225            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
9226            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
9227 ____________________________________________________________________________
9228 [  9675] By: gsar                                  on 2001/04/10  23:52:11
9229         Log: fix for bug 20010410.006
9230              
9231              undo change#7115 (came into maint-5.6 as change#8156)
9232              
9233              add tests to keep it from coming back
9234      Branch: maint-5.6/perl
9235            ! regexec.c t/op/pat.t
9236 ____________________________________________________________________________
9237 [  9674] By: nick                                  on 2001/04/10  20:39:31
9238         Log: Integrate mainline
9239      Branch: perlio
9240           +> Porting/testall.atom
9241           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
9242           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
9243           !> t/lib/lc-uk.t t/pod/find.t
9244 ____________________________________________________________________________
9245 [  9673] By: nick                                  on 2001/04/10  18:46:14
9246         Log: Integrate against change 9670 aka perl-5.7.1
9247      Branch: perlio
9248           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
9249           !> (integrate 53 files)
9250 ____________________________________________________________________________
9251 [  9672] By: jhi                                   on 2001/04/10  13:45:01
9252         Log: Add a script for doing cumulative profile of the test suite.
9253              (Requires ATOM, that is, Tru64.)
9254      Branch: perl
9255            + Porting/testall.atom
9256            ! MANIFEST
9257 ____________________________________________________________________________
9258 [  9671] By: jhi                                   on 2001/04/10  12:38:53
9259         Log: Missing std block.
9260      Branch: perl
9261            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
9262            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
9263            ! t/pod/find.t
9264 ____________________________________________________________________________
9265 [  9670] By: jhi                                   on 2001/04/10  01:25:58
9266         Log: This is 5.7.1.
9267      Branch: perl
9268            ! patchlevel.h
9269 ____________________________________________________________________________
9270 [  9669] By: jhi                                   on 2001/04/10  01:09:14
9271         Log: Update Changes.
9272      Branch: perl
9273            ! Changes patchlevel.h
9274 ____________________________________________________________________________
9275 [  9668] By: jhi                                   on 2001/04/10  01:00:38
9276         Log: Regen toc.
9277      Branch: perl
9278            ! pod/perltoc.pod
9279 ____________________________________________________________________________
9280 [  9667] By: jhi                                   on 2001/04/10  00:52:16
9281         Log: Update perlhist.
9282      Branch: perl
9283            ! pod/perlhist.pod
9284 ____________________________________________________________________________
9285 [  9666] By: jhi                                   on 2001/04/09  23:38:59
9286         Log: Slight wording tweaks from Damian to #9658.
9287      Branch: perl
9288            ! pod/perlobj.pod
9289 ____________________________________________________________________________
9290 [  9665] By: jhi                                   on 2001/04/09  19:56:06
9291         Log: Subject: [PATCH perlutil.pod] Nit
9292              From: Simon Cozens <simon@netthink.co.uk>
9293              Date: Mon, 9 Apr 2001 20:29:44 +0100
9294              Message-ID: <20010409202944.A14796@the.earth.li>
9295      Branch: perl
9296            ! pod/perlutil.pod
9297 ____________________________________________________________________________
9298 [  9664] By: jhi                                   on 2001/04/09  19:54:42
9299         Log: Subject: Re: perl571delta.pod@9631
9300              From: Mike Guy <mjtg@cam.ac.uk>
9301              Date: Mon, 09 Apr 2001 18:09:14 +0100
9302              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
9303      Branch: perl
9304            ! pod/perl571delta.pod
9305 ____________________________________________________________________________
9306 [  9663] By: jhi                                   on 2001/04/09  13:43:35
9307         Log: Update Changes.
9308      Branch: perl
9309            ! Changes patchlevel.h
9310 ____________________________________________________________________________
9311 [  9662] By: jhi                                   on 2001/04/09  13:24:46
9312         Log: tweak tweak.
9313      Branch: perl
9314            ! AUTHORS pod/perl571delta.pod
9315 ____________________________________________________________________________
9316 [  9661] By: jhi                                   on 2001/04/09  13:15:13
9317         Log: Thinko in manual patch applying.
9318      Branch: perl
9319            ! sv.c
9320 ____________________________________________________________________________
9321 [  9660] By: jhi                                   on 2001/04/09  13:07:53
9322         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
9323              From: Robin Barker <rmb1@cise.npl.co.uk> 
9324              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
9325              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
9326              
9327              (This corrects the case where the "isn't numeric" string contains \0s
9328              and is longer than the temporary buffer, and contains \0 at the point
9329              the string would be truncated by "...".) 
9330      Branch: perl
9331            ! sv.c
9332 ____________________________________________________________________________
9333 [  9659] By: jhi                                   on 2001/04/09  12:57:41
9334         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
9335      Branch: perl
9336            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
9337            ! t/lib/cgi-function.t t/lib/cgi-html.t
9338 ____________________________________________________________________________
9339 [  9658] By: jhi                                   on 2001/04/09  12:48:47
9340         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
9341              From: Ilmari Karonen <iltzu@sci.fi>
9342              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
9343              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
9344              
9345              Rearrange and rewrite the Method Invocation section
9346              to explain the concepts in nicer order.
9347      Branch: perl
9348            ! pod/perlobj.pod
9349 ____________________________________________________________________________
9350 [  9657] By: jhi                                   on 2001/04/09  12:35:58
9351         Log: Upgrade to podlators 1.09, from Russ Allbery.
9352      Branch: perl
9353            ! lib/Pod/Man.pm lib/Pod/Text.pm
9354 ____________________________________________________________________________
9355 [  9656] By: jhi                                   on 2001/04/09  12:31:53
9356         Log: perl571delta.
9357      Branch: perl
9358            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
9359 ____________________________________________________________________________
9360 [  9655] By: jhi                                   on 2001/04/09  12:20:09
9361         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
9362              From: Prymmer/Kahn <pvhp@best.com>
9363              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
9364              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
9365      Branch: perl
9366            ! lib/utf8.pm pod/perlunicode.pod
9367 ____________________________________________________________________________
9368 [  9654] By: gsar                                  on 2001/04/09  03:38:33
9369         Log: here lies 5.6.1
9370      Branch: maint-5.6/perl
9371            ! Changes
9372 ____________________________________________________________________________
9373 [  9653] By: jhi                                   on 2001/04/09  03:25:24
9374         Log: Update perlhist.
9375      Branch: perl
9376            ! pod/perlhist.pod
9377 ____________________________________________________________________________
9378 [  9652] By: jhi                                   on 2001/04/09  03:18:49
9379         Log: perl571delta tweaking continues.
9380      Branch: perl
9381            ! pod/perl571delta.pod
9382 ____________________________________________________________________________
9383 [  9651] By: gsar                                  on 2001/04/09  03:11:19
9384         Log: update Changes, patchlevel.h &c.
9385      Branch: maint-5.6/perl
9386            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
9387            ! pod/perltoc.pod
9388 ____________________________________________________________________________
9389 [  9650] By: jhi                                   on 2001/04/09  02:40:24
9390         Log: Integrate the perlfork half of #9513 from maintperl into mainline
9391              (the perlunicode half is obsolete)
9392      Branch: perl
9393            ! pod/perlfork.pod
9394 ____________________________________________________________________________
9395 [  9649] By: gsar                                  on 2001/04/09  02:35:43
9396         Log: tweak perldelta as suggested by Jarkko
9397      Branch: maint-5.6/perl
9398            ! pod/perldelta.pod
9399 ____________________________________________________________________________
9400 [  9648] By: jhi                                   on 2001/04/09  02:13:04
9401         Log: Integrate change #9646 from maintperl into mainline.
9402              
9403              add note about ithreads and Thread.pm
9404      Branch: perl
9405           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
9406 ____________________________________________________________________________
9407 [  9647] By: jhi                                   on 2001/04/09  02:10:18
9408         Log: Bad assumption that shortsize == 2.
9409      Branch: perl
9410            ! t/lib/xs-typemap.t
9411 ____________________________________________________________________________
9412 [  9646] By: gsar                                  on 2001/04/09  00:48:04
9413         Log: add note about ithreads and Thread.pm (too many people are
9414              confused by the fact that Thread.pm is built and installed
9415              under non-5005threads but doesn't work)
9416      Branch: maint-5.6/perl
9417            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
9418 ____________________________________________________________________________
9419 [  9645] By: gsar                                  on 2001/04/09  00:19:03
9420         Log: update perldelta.pod for changes in 5.6.1
9421      Branch: maint-5.6/perl
9422            ! Changes pod/perldelta.pod
9423 ____________________________________________________________________________
9424 [  9644] By: jhi                                   on 2001/04/08  20:37:00
9425         Log: Integrate change #9639 from maintperl into mainline:
9426              on windows, many of the README.* pods were being copied to
9427              the wrong location
9428      Branch: perl
9429           !> win32/Makefile win32/makefile.mk
9430 ____________________________________________________________________________
9431 [  9643] By: jhi                                   on 2001/04/08  20:07:11
9432         Log: Integrate change #9624 from maintperl into mainline:
9433              the pod tests were not okay.  (t/pod/find.t changes ignored)
9434      Branch: perl
9435           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
9436           !> t/pod/include.t t/pod/included.t t/pod/lref.t
9437           !> t/pod/multiline_items.t t/pod/nested_items.t
9438           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
9439           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
9440 ____________________________________________________________________________
9441 [  9642] By: jhi                                   on 2001/04/08  19:57:17
9442         Log: Integrate change #9638 from maintperl into mainline:
9443              update to latest JPL from the anoncvs repository
9444      Branch: perl
9445           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
9446           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
9447           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
9448 ____________________________________________________________________________
9449 [  9641] By: jhi                                   on 2001/04/08  19:53:30
9450         Log: perl571delta updates.
9451      Branch: perl
9452            ! lib/Filter/Simple.pm pod/perl571delta.pod
9453 ____________________________________________________________________________
9454 [  9640] By: gsar                                  on 2001/04/08  19:20:46
9455         Log: integrate change#9634 from mainline
9456              
9457              Fix the perlmodlib generation (didn't understand separate .pod
9458              files; didn't understand -- as the name-thing separator).
9459              Update the CPAN mirrors list.
9460      Branch: maint-5.6/perl
9461            ! pod/perlmodlib.pod
9462           !> pod/perlmodlib.PL
9463 ____________________________________________________________________________
9464 [  9639] By: gsar                                  on 2001/04/08  18:57:31
9465         Log: on windows, many of the README.* pods were being copied to the wrong
9466              location
9467      Branch: maint-5.6/perl
9468            ! win32/Makefile win32/makefile.mk
9469 ____________________________________________________________________________
9470 [  9638] By: gsar                                  on 2001/04/08  18:38:25
9471         Log: update to latest JPL from the anoncvs repository
9472      Branch: maint-5.6/perl
9473            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
9474            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
9475            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
9476 ____________________________________________________________________________
9477 [  9637] By: jhi                                   on 2001/04/08  17:53:53
9478         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
9479      Branch: perl
9480            ! pod/perl571delta.pod
9481 ____________________________________________________________________________
9482 [  9636] By: jhi                                   on 2001/04/08  17:18:32
9483         Log: Regen toc.
9484      Branch: perl
9485            ! pod/perltoc.pod
9486 ____________________________________________________________________________
9487 [  9635] By: jhi                                   on 2001/04/08  17:16:33
9488         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
9489              From: "Craig A. Berry" <craigberry@mac.com>
9490              Date: Sun, 08 Apr 2001 12:30:16 -0500
9491              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
9492      Branch: perl
9493            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
9494 ____________________________________________________________________________
9495 [  9634] By: jhi                                   on 2001/04/08  17:09:19
9496         Log: Fix the perlmodlib generation (didn't understand separate .pod
9497              files; didn't understand -- as the name-thing separator).
9498              
9499              Update the CPAN mirrors list.
9500      Branch: perl
9501            ! pod/perlmodlib.PL pod/perlmodlib.pod
9502 ____________________________________________________________________________
9503 [  9633] By: jhi                                   on 2001/04/08  16:49:17
9504         Log: Sort MANIFEST.
9505      Branch: perl
9506            ! MANIFEST
9507 ____________________________________________________________________________
9508 [  9632] By: gsar                                  on 2001/04/08  16:36:06
9509         Log: add $Tie::RefHash::VERSION
9510      Branch: maint-5.6/perl
9511            ! lib/Tie/RefHash.pm
9512 ____________________________________________________________________________
9513 [  9631] By: jhi                                   on 2001/04/08  16:10:15
9514         Log: perl571delta updates based on p5p feedback; still needs
9515              lots of examples.
9516      Branch: perl
9517            ! pod/perl571delta.pod
9518 ____________________________________________________________________________
9519 [  9630] By: jhi                                   on 2001/04/08  15:59:13
9520         Log: Update the list of supported platforms to talk about 5.7.1
9521              (and 5.6.1)
9522      Branch: perl
9523            ! pod/perlport.pod
9524 ____________________________________________________________________________
9525 [  9629] By: jhi                                   on 2001/04/08  15:55:41
9526         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
9527              from maintperl into mainline: perlport updates.
9528      Branch: perl
9529            ! pod/perlport.pod
9530 ____________________________________________________________________________
9531 [  9628] By: jhi                                   on 2001/04/08  15:53:17
9532         Log: perlsolaris.pod copied to wrong directory.
9533      Branch: perl
9534            ! win32/makefile.mk
9535 ____________________________________________________________________________
9536 [  9627] By: jhi                                   on 2001/04/08  14:48:18
9537         Log: Subject: Typos in perl571delta.pod
9538              From: "Stephen P. Potter" <spp@spotter.yi.org>
9539              Date: Sat, 07 Apr 2001 20:37:05 -0400
9540              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
9541      Branch: perl
9542            ! pod/perl571delta.pod
9543 ____________________________________________________________________________
9544 [  9626] By: jhi                                   on 2001/04/08  14:39:04
9545         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
9546      Branch: perl
9547            ! gv.c
9548 ____________________________________________________________________________
9549 [  9625] By: nick                                  on 2001/04/08  10:14:23
9550         Log: Integrate mainline
9551      Branch: perlio
9552           +> pod/perl570delta.pod pod/perl571delta.pod
9553           !> (integrate 27 files)
9554 ____________________________________________________________________________
9555 [  9624] By: gsar                                  on 2001/04/08  06:08:17
9556         Log: test in t/pod/* were busted
9557              
9558              these tests are still not enabled in t/{harness,TEST}
9559      Branch: maint-5.6/perl
9560            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
9561            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
9562            ! t/pod/multiline_items.t t/pod/nested_items.t
9563            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
9564            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
9565 ____________________________________________________________________________
9566 [  9623] By: gsar                                  on 2001/04/08  03:37:01
9567         Log: integrate change#9470 from mainline
9568              
9569              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
9570      Branch: maint-5.6/perl
9571           !> ext/Socket/Socket.xs
9572 ____________________________________________________________________________
9573 [  9622] By: jhi                                   on 2001/04/07  22:40:47
9574         Log: Update Changes.
9575      Branch: perl
9576            ! Changes patchlevel.h
9577 ____________________________________________________________________________
9578 [  9621] By: jhi                                   on 2001/04/07  22:34:16
9579         Log: Update AUTHORS.
9580      Branch: perl
9581            ! AUTHORS
9582 ____________________________________________________________________________
9583 [  9620] By: jhi                                   on 2001/04/07  22:12:47
9584         Log: Forgot to bump the number of tests in #9164.
9585      Branch: perl
9586            ! t/op/array.t
9587 ____________________________________________________________________________
9588 [  9619] By: jhi                                   on 2001/04/07  22:09:50
9589         Log: Bump patchlevel to 5.7.1.
9590      Branch: perl
9591            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9592            ! config_h.SH patchlevel.h
9593 ____________________________________________________________________________
9594 [  9618] By: jhi                                   on 2001/04/07  22:02:41
9595         Log: Populate perl571delta.
9596      Branch: perl
9597            ! pod/perl571delta.pod
9598 ____________________________________________________________________________
9599 [  9617] By: jhi                                   on 2001/04/07  22:01:23
9600         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
9601              to forget it later; do not change patchlevel.h yet or regenerate
9602              Configure yet.
9603      Branch: perl
9604            ! epoc/config.sh win32/Makefile win32/config_H.bc
9605            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
9606 ____________________________________________________________________________
9607 [  9616] By: jhi                                   on 2001/04/07  17:46:33
9608         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
9609      Branch: perl
9610            ! pod/perl571delta.pod
9611 ____________________________________________________________________________
9612 [  9615] By: jhi                                   on 2001/04/07  17:33:21
9613         Log: Change the toc configuration.
9614      Branch: perl
9615            ! pod/buildtoc.PL pod/perl.pod
9616 ____________________________________________________________________________
9617 [  9614] By: jhi                                   on 2001/04/07  17:29:47
9618         Log: Subject: PATCH: $[
9619              From: Robin Houston <robin@kitsite.com>
9620              Date: Fri, 6 Apr 2001 18:10:14 +0100
9621              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
9622      Branch: perl
9623            ! op.c t/op/array.t
9624 ____________________________________________________________________________
9625 [  9613] By: jhi                                   on 2001/04/07  17:28:26
9626         Log: Subject: [PATCH perl@9424] isn't numeric warning
9627              From: Robin Barker <rmb1@cise.npl.co.uk>
9628              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
9629              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
9630      Branch: perl
9631            ! sv.c t/pragma/warn/sv
9632 ____________________________________________________________________________
9633 [  9612] By: jhi                                   on 2001/04/07  17:26:45
9634         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
9635              From: Mike Guy <mjtg@cam.ac.uk>
9636              Date: Fri, 06 Apr 2001 12:47:06 +0100
9637              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
9638      Branch: perl
9639            ! dump.c t/lib/peek.t
9640 ____________________________________________________________________________
9641 [  9611] By: jhi                                   on 2001/04/07  17:21:35
9642         Log: Create perl571delta and seed it off with the perldelta changes
9643              since 5.7.0; remove those changes from perldelta and rename it
9644              as perl570delta; recreate perldelta but leave it almost empty.
9645      Branch: perl
9646            + pod/perl570delta.pod pod/perl571delta.pod
9647            ! MANIFEST pod/perldelta.pod
9648 ____________________________________________________________________________
9649 [  9610] By: jhi                                   on 2001/04/07  16:56:32
9650         Log: Denit.
9651      Branch: perl
9652            ! pod/perldelta.pod
9653 ____________________________________________________________________________
9654 [  9609] By: jhi                                   on 2001/04/07  16:38:32
9655         Log: Retract #9523: needs more thought.
9656      Branch: perl
9657            ! Makefile.SH
9658 ____________________________________________________________________________
9659 [  9608] By: jhi                                   on 2001/04/07  14:59:20
9660         Log: atmark() code cleanaup.
9661      Branch: perl
9662            ! ext/IO/IO.xs
9663 ____________________________________________________________________________
9664 [  9607] By: jhi                                   on 2001/04/07  14:48:14
9665         Log: Integrate change #9605 from maintperl into mainline.
9666              
9667              can't optimize away scope entry if tr/// is present
9668      Branch: perl
9669           !> op.c t/op/tr.t
9670 ____________________________________________________________________________
9671 [  9606] By: jhi                                   on 2001/04/07  14:43:59
9672         Log: Integrate perlio.
9673      Branch: perl
9674           +> win32/FindExt.pm
9675           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
9676           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
9677 ____________________________________________________________________________
9678 [  9605] By: gsar                                  on 2001/04/07  11:52:40
9679         Log: can't optimize away scope entry if tr/// is present
9680      Branch: maint-5.6/perl
9681            ! op.c t/op/tr.t
9682 ____________________________________________________________________________
9683 [  9604] By: nick                                  on 2001/04/07  11:39:45
9684         Log: Split out extension finding code from buildext.pl into FindExt.pm
9685              Use it to get Config.pm's idea of available extensions in line
9686              with what is built.
9687      Branch: perlio
9688            + win32/FindExt.pm
9689            ! MANIFEST win32/buildext.pl win32/config_sh.PL
9690            ! win32/makefile.mk
9691 ____________________________________________________________________________
9692 [  9603] By: nick                                  on 2001/04/07  09:11:38
9693         Log: Cleanup correction for failed :Via() layer, also set an error code.
9694      Branch: perlio
9695            ! ext/PerlIO/Via/Via.xs
9696 ____________________________________________________________________________
9697 [  9602] By: nick                                  on 2001/04/07  08:38:04
9698         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
9699              style. So don't use binmode() on the handles so that Win32 etc. see
9700              same sequence and produce same digests.
9701      Branch: perlio
9702            ! t/lib/md5-file.t
9703 ____________________________________________________________________________
9704 [  9601] By: nick                                  on 2001/04/07  08:36:26
9705         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
9706              Else it complains and so crlf layer (say) does not get pushed.
9707      Branch: perlio
9708            ! perlio.c
9709 ____________________________________________________________________________
9710 [  9600] By: jhi                                   on 2001/04/06  23:00:09
9711         Log: Integrate change #9599 from perlio into mainline.
9712      Branch: perl
9713           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
9714           !> win32/config_H.vc
9715 ____________________________________________________________________________
9716 [  9599] By: nick                                  on 2001/04/06  21:42:43
9717         Log: Quote $VERSION in Encode.pm.
9718              regen_config_h as requested.
9719      Branch: perlio
9720            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
9721            ! win32/config_H.vc
9722 ____________________________________________________________________________
9723 [  9598] By: nick                                  on 2001/04/06  20:34:59
9724         Log: Integrate mainline
9725      Branch: perlio
9726           +> README.macos
9727           !> (integrate 39 files)
9728 ____________________________________________________________________________
9729 [  9597] By: gsar                                  on 2001/04/06  18:06:35
9730         Log: integrate change#9464 from mainline (addendum to change#8313)
9731              
9732              Subject: [PATCH @9452] Better peep()ing for foreach() loops
9733      Branch: maint-5.6/perl
9734           !> op.c
9735 ____________________________________________________________________________
9736 [  9596] By: jhi                                   on 2001/04/06  17:26:03
9737         Log: The d_casti32=undef is good for you even when not use64bitall.
9738      Branch: perl
9739            ! hints/hpux.sh
9740 ____________________________________________________________________________
9741 [  9595] By: gsar                                  on 2001/04/06  14:57:17
9742         Log: add a low-impact fix to accomodate darwin-ism
9743      Branch: maint-5.6/perl
9744            ! ext/Errno/Errno_pm.PL
9745 ____________________________________________________________________________
9746 [  9594] By: jhi                                   on 2001/04/06  14:55:14
9747         Log: Integrate changes #9528,9593 from mainline into maintperl;
9748              tweaking the editor/IDE/shell list.
9749      Branch: maint-5.6/perl
9750           !> pod/perlfaq3.pod
9751 ____________________________________________________________________________
9752 [  9593] By: jhi                                   on 2001/04/06  14:51:39
9753         Log: Make the editor/IDE/shell list a little bit airier.
9754      Branch: perl
9755            ! pod/perlfaq3.pod
9756 ____________________________________________________________________________
9757 [  9592] By: gsar                                  on 2001/04/06  14:45:18
9758         Log: integrate change#9477 from mainline (base.pm doc tweak)
9759              
9760              missing doc entry for fmod()
9761      Branch: maint-5.6/perl
9762            ! lib/Math/BigFloat.pm
9763           !> lib/base.pm
9764 ____________________________________________________________________________
9765 [  9591] By: jhi                                   on 2001/04/06  13:55:48
9766         Log: Regen toc.
9767      Branch: perl
9768            ! pod/perltoc.pod
9769 ____________________________________________________________________________
9770 [  9590] By: jhi                                   on 2001/04/06  13:54:52
9771         Log: Math::BigFloat patches from John Peacock.  The equivalent
9772              of #9586 from maintperl but reworked by John to work with
9773              the bleadperl.
9774      Branch: perl
9775            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
9776 ____________________________________________________________________________
9777 [  9589] By: jhi                                   on 2001/04/06  13:42:23
9778         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
9779      Branch: perl
9780            ! ext/Digest/MD5/Makefile.PL
9781 ____________________________________________________________________________
9782 [  9588] By: jhi                                   on 2001/04/06  13:31:45
9783         Log: Integrate changes #9584,9587 from maintperl into mainline.
9784              
9785              keep eval"" CVs alive until the end of the statement in which
9786              they're called
9787              
9788              add README.macos (from Chris Nandor)
9789              
9790              tyop in change#9555
9791      Branch: perl
9792           +> README.macos
9793           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
9794           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
9795           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
9796           !> win32/makefile.mk
9797 ____________________________________________________________________________
9798 [  9587] By: gsar                                  on 2001/04/06  07:31:30
9799         Log: add README.macos (from Chris Nandor)
9800              
9801              tyop in change#9555
9802      Branch: maint-5.6/perl
9803            + README.macos
9804            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
9805            ! win32/Makefile win32/makefile.mk
9806 ____________________________________________________________________________
9807 [  9586] By: gsar                                  on 2001/04/06  07:08:54
9808         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
9809      Branch: maint-5.6/perl
9810            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
9811 ____________________________________________________________________________
9812 [  9585] By: gsar                                  on 2001/04/06  06:58:44
9813         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
9814              from mainline
9815              
9816              Subject: [PATCH] Base64 update to perlfaq9.pod
9817              
9818              Subject: [PATCH AUTHORS] Housekeeping
9819              
9820              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
9821              Mac OS X (Darwin) has extra pwent fields.
9822              
9823              Subject: [PATCH B::*] print control-character vars readably
9824              Needs EBCDICification.
9825              
9826              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
9827              
9828              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
9829              
9830              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
9831              
9832              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
9833              
9834              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
9835              
9836              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
9837              
9838              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
9839              
9840              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
9841              
9842              FreeBSD hints tweak from Anton Berezin.
9843              
9844              Subject: [PATCH foolperl & bleadperl] README.vms update
9845              
9846              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
9847      Branch: maint-5.6/perl
9848           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
9849           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
9850           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
9851 ____________________________________________________________________________
9852 [  9584] By: gsar                                  on 2001/04/06  04:09:00
9853         Log: keep eval"" CVs alive until the end of the statement in which
9854              they're called; this avoids a coredump ensuing from search for
9855              lexicals in code such as:
9856              
9857              sub bug {
9858              my $s = @_;
9859              eval q[sub { eval 'sub { &$s }' }];
9860              }
9861              bug("x")->()->();
9862              
9863              this code still doesn't work as intended (as it has remained
9864              since time immemorial), but it doesn't provoke a coredump anymore
9865      Branch: maint-5.6/perl
9866            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
9867            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
9868 ____________________________________________________________________________
9869 [  9583] By: jhi                                   on 2001/04/05  23:52:51
9870         Log: Update Changes.
9871      Branch: perl
9872            ! Changes patchlevel.h
9873 ____________________________________________________________________________
9874 [  9582] By: jhi                                   on 2001/04/05  23:11:23
9875         Log: Slight doc tweak.
9876      Branch: perl
9877            ! pod/perlunicode.pod
9878 ____________________________________________________________________________
9879 [  9581] By: jhi                                   on 2001/04/05  23:04:11
9880         Log: Integrate perlio.
9881      Branch: perl
9882           !> pod/perlunicode.pod
9883 ____________________________________________________________________________
9884 [  9580] By: jhi                                   on 2001/04/05  23:03:29
9885         Log: Test for #9579.
9886      Branch: perl
9887            ! t/op/do.t
9888 ____________________________________________________________________________
9889 [  9579] By: jhi                                   on 2001/04/05  22:54:17
9890         Log: Subject: [PATCH] Propagate calling context for do '...'
9891              From: Gisle Aas <gisle@ActiveState.com>
9892              Date: 04 Apr 2001 20:17:29 -0700
9893              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
9894      Branch: perl
9895            ! pod/perlfunc.pod pp_ctl.c
9896 ____________________________________________________________________________
9897 [  9578] By: jhi                                   on 2001/04/05  22:52:51
9898         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
9899              From: Peter Prymmer <pvhp@forte.com>
9900              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
9901              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
9902      Branch: perl
9903            ! README.vms
9904 ____________________________________________________________________________
9905 [  9577] By: jhi                                   on 2001/04/05  22:48:22
9906         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
9907              From: "Craig A. Berry" <craigberry@mac.com>
9908              Date: Thu, 5 Apr 2001 13:43:28 -0500
9909              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
9910      Branch: perl
9911            ! README.vms
9912 ____________________________________________________________________________
9913 [  9576] By: jhi                                   on 2001/04/05  22:31:38
9914         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
9915              From: Michael G Schwern <schwern@pobox.com>
9916              Date: Thu, 5 Apr 2001 21:53:21 +0100
9917              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
9918      Branch: perl
9919            ! lib/base.pm t/lib/fields.t
9920 ____________________________________________________________________________
9921 [  9575] By: jhi                                   on 2001/04/05  22:26:10
9922         Log: FreeBSD hints tweak from Anton Berezin.
9923      Branch: perl
9924            ! hints/freebsd.sh
9925 ____________________________________________________________________________
9926 [  9574] By: jhi                                   on 2001/04/05  22:24:03
9927         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
9928              From: David Dyck <dcd@tc.fluke.com>
9929              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
9930              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
9931      Branch: perl
9932            ! t/op/oct.t
9933 ____________________________________________________________________________
9934 [  9573] By: jhi                                   on 2001/04/05  22:23:06
9935         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
9936              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
9937              From: David Dyck <dcd@tc.fluke.com>
9938              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
9939      Branch: perl
9940            ! pp.c
9941 ____________________________________________________________________________
9942 [  9572] By: jhi                                   on 2001/04/05  22:14:47
9943         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
9944              From: Robin Houston <robin@kitsite.com>
9945              Date: Thu, 5 Apr 2001 20:56:48 +0100
9946              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
9947      Branch: perl
9948            ! ext/B/B/Deparse.pm
9949 ____________________________________________________________________________
9950 [  9571] By: jhi                                   on 2001/04/05  22:12:53
9951         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
9952              From: Robin Houston <robin@kitsite.com>
9953              Date: Thu, 5 Apr 2001 19:55:51 +0100
9954              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
9955      Branch: perl
9956            ! ext/B/B/Deparse.pm
9957 ____________________________________________________________________________
9958 [  9570] By: jhi                                   on 2001/04/05  22:11:06
9959         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
9960              From: Robin Houston <robin@kitsite.com>
9961              Date: Thu, 5 Apr 2001 20:16:29 +0100
9962              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
9963      Branch: perl
9964            ! ext/B/B/Deparse.pm
9965 ____________________________________________________________________________
9966 [  9569] By: nick                                  on 2001/04/05  21:32:26
9967         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
9968      Branch: perlio
9969            ! pod/perlunicode.pod
9970 ____________________________________________________________________________
9971 [  9568] By: nick                                  on 2001/04/05  19:38:09
9972         Log: Integrate mainline
9973      Branch: perlio
9974           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
9975           !> (integrate 35 files)
9976 ____________________________________________________________________________
9977 [  9567] By: jhi                                   on 2001/04/05  18:31:45
9978         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
9979              From: Robin Houston <robin@kitsite.com>
9980              Date: Thu, 5 Apr 2001 18:03:23 +0100
9981              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
9982      Branch: perl
9983            ! ext/B/B/Deparse.pm
9984 ____________________________________________________________________________
9985 [  9566] By: jhi                                   on 2001/04/05  18:29:35
9986         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
9987              From: Robin Houston <robin@kitsite.com>
9988              Date: Thu, 5 Apr 2001 16:45:18 +0100
9989              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
9990      Branch: perl
9991            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
9992 ____________________________________________________________________________
9993 [  9565] By: jhi                                   on 2001/04/05  18:24:23
9994         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
9995              From: Robin Houston <robin@kitsite.com>
9996              Date: Thu, 5 Apr 2001 14:50:09 +0100
9997              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
9998      Branch: perl
9999            ! ext/B/B/Deparse.pm
10000 ____________________________________________________________________________
10001 [  9564] By: jhi                                   on 2001/04/05  18:23:03
10002         Log: Subject: [PATCH B::*] print control-character vars readably
10003              From: Robin Houston <robin@kitsite.com>
10004              Date: Thu, 5 Apr 2001 14:27:38 +0100
10005              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
10006              
10007              Needs EBCDICification.
10008      Branch: perl
10009            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
10010            ! ext/B/B/Terse.pm
10011 ____________________________________________________________________________
10012 [  9563] By: jhi                                   on 2001/04/05  18:20:32
10013         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
10014              Date: Thu, 5 Apr 2001 13:21:42 -0400
10015              From: Paul Schinder <schinder@pobox.com>
10016              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
10017              
10018              Mac OS X (Darwin) has extra pwent fields.
10019      Branch: perl
10020            ! t/op/pwent.t
10021 ____________________________________________________________________________
10022 [  9562] By: jhi                                   on 2001/04/05  17:57:51
10023         Log: Regen toc.
10024      Branch: perl
10025            ! pod/perltoc.pod
10026 ____________________________________________________________________________
10027 [  9561] By: jhi                                   on 2001/04/05  17:47:33
10028         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
10029      Branch: metaconfig
10030            ! U/Glossary.patch
10031      Branch: metaconfig/U/perl
10032            + d_u32align.U
10033            ! d_cmsghdr_s.U d_msghdr_s.U
10034 ____________________________________________________________________________
10035 [  9560] By: jhi                                   on 2001/04/05  17:47:01
10036         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
10037              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
10038              Introduce probes for struct msghdr, struct cmsghdr,
10039              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
10040              ualarm, usleep, for possible later extension work.
10041      Branch: perl
10042            + t/lib/md5-align.t
10043            ! Configure MANIFEST Porting/Glossary Porting/config.sh
10044            ! Porting/config_H config_h.SH configure.com epoc/config.sh
10045            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
10046            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
10047            ! vos/config.ga.h win32/config.bc win32/config.gc
10048            ! win32/config.vc
10049 ____________________________________________________________________________
10050 [  9559] By: jhi                                   on 2001/04/05  13:03:04
10051         Log: Be traditional in your cpp (for the Errno extension).
10052      Branch: perl
10053            ! hints/darwin.sh
10054 ____________________________________________________________________________
10055 [  9558] By: jhi                                   on 2001/04/05  13:00:05
10056         Log: Add $Config{cppflags} to the gcc incantation.
10057      Branch: perl
10058            ! ext/Errno/Errno_pm.PL
10059 ____________________________________________________________________________
10060 [  9557] By: jhi                                   on 2001/04/05  04:22:39
10061         Log: Introduce Sean Burke's Class::ISA 0.32.
10062      Branch: perl
10063            + lib/Class/ISA.pm t/lib/class-isa.t
10064            ! MANIFEST
10065 ____________________________________________________________________________
10066 [  9556] By: jhi                                   on 2001/04/05  04:09:50
10067         Log: Subject: [PATCH AUTHORS] Housekeeping
10068              From: Paul Johnson <paul@pjcj.net> 
10069              Date: Wed, 4 Apr 2001 22:45:47 +0200
10070              Message-ID: <20010404224547.D9548@pjcj.net>
10071      Branch: perl
10072            ! AUTHORS
10073 ____________________________________________________________________________
10074 [  9555] By: jhi                                   on 2001/04/05  04:06:33
10075         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
10076              From: Gisle Aas <gisle@ActiveState.com>
10077              Date: 04 Apr 2001 14:23:04 -0700
10078              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
10079      Branch: perl
10080            ! pod/perlfaq9.pod
10081 ____________________________________________________________________________
10082 [  9554] By: jhi                                   on 2001/04/05  04:05:49
10083         Log: Downgrade also the "Wide character" diagnostic.
10084      Branch: perl
10085            ! pod/perldiag.pod
10086 ____________________________________________________________________________
10087 [  9553] By: jhi                                   on 2001/04/05  04:00:33
10088         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
10089              maintperl into mainline.
10090              
10091              "double" should be "NV"; standard typemap is missing entry
10092              for NV
10093              
10094              s/djSP/dSP/
10095              
10096              Downgrade "Wide character in print" to a warning.
10097              
10098              B::Deparse fix for ${^FOO} and documentation for PVX() method
10099              (from Robin Houston)
10100              
10101              tr/// doesn't null-terminate the result in some situations
10102              (from Gisle Aas)
10103      Branch: perl
10104           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
10105           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
10106           !> t/io/utf8.t t/op/tr.t
10107 ____________________________________________________________________________
10108 [  9552] By: jhi                                   on 2001/04/05  03:52:50
10109         Log: Retract changes #9542 and #9538 (from maintperl, integrated
10110              at #9540), shouldn't be needed because of the perlio changes.
10111      Branch: perl
10112            ! util.c
10113 ____________________________________________________________________________
10114 [  9551] By: gsar                                  on 2001/04/05  00:18:34
10115         Log: tr/// doesn't null-terminate the result in some situations
10116              (from Gisle Aas)
10117      Branch: maint-5.6/perl
10118            ! doop.c t/op/tr.t
10119 ____________________________________________________________________________
10120 [  9550] By: gsar                                  on 2001/04/04  20:04:17
10121         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
10122              (from Robin Houston)
10123      Branch: maint-5.6/perl
10124            ! ext/B/B.pm ext/B/B/Deparse.pm
10125 ____________________________________________________________________________
10126 [  9549] By: nick                                  on 2001/04/04  18:56:15
10127         Log: Downgrade "Wide character in print" to a warning.
10128      Branch: perlio
10129            ! doio.c t/io/utf8.t
10130 ____________________________________________________________________________
10131 [  9548] By: gsar                                  on 2001/04/04  18:51:49
10132         Log: integrate changes#9460,9462,9482,9521,9522
10133              
10134              Subject: PATCH: B::Debug should show LOOP-specific fields
10135              
10136              Subject: B::Deparse precedence bug. (Patch included.)
10137              
10138              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
10139              
10140              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
10141              
10142              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
10143      Branch: maint-5.6/perl
10144           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
10145           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
10146 ____________________________________________________________________________
10147 [  9547] By: gsar                                  on 2001/04/04  18:49:16
10148         Log: s/djSP/dSP/
10149      Branch: maint-5.6/perl
10150            ! ext/Thread/Thread.xs
10151 ____________________________________________________________________________
10152 [  9546] By: nick                                  on 2001/04/04  18:44:00
10153         Log: Integrate mainline.
10154      Branch: perlio
10155           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
10156           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
10157 ____________________________________________________________________________
10158 [  9545] By: gsar                                  on 2001/04/04  18:38:52
10159         Log: integrate change#8837 from mainline
10160              
10161              Subject: [patch] -Wall cleanup round 2
10162      Branch: maint-5.6/perl
10163           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
10164           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
10165           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
10166           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
10167           !> ext/SDBM_File/SDBM_File.xs
10168 ____________________________________________________________________________
10169 [  9544] By: gsar                                  on 2001/04/04  17:49:57
10170         Log: "double" should be "NV"; standard typemap is missing entry
10171              for NV
10172      Branch: maint-5.6/perl
10173            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
10174 ____________________________________________________________________________
10175 [  9543] By: jhi                                   on 2001/04/04  14:13:18
10176         Log: Thou shalt not (just) match for English error messages.
10177      Branch: perl
10178            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
10179            ! os2/OS2/Process/Process.pm
10180 ____________________________________________________________________________
10181 [  9542] By: jhi                                   on 2001/04/04  13:20:39
10182         Log: Make the stdio tricks of fflush_all() to exist only if
10183              stdio is being used.
10184      Branch: perl
10185            ! util.c
10186 ____________________________________________________________________________
10187 [  9541] By: jhi                                   on 2001/04/04  04:20:24
10188         Log: Subject: Re: [PATCH] Lighten up glob
10189              From: Benjamin Sugars <bsugars@canoe.ca>
10190              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
10191              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
10192      Branch: perl
10193            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
10194            ! util.c
10195 ____________________________________________________________________________
10196 [  9540] By: jhi                                   on 2001/04/04  04:03:57
10197         Log: Integrate changes #9538,9539 from maintperl into mainline.
10198              
10199              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
10200              for use with _fwalk() (fix for change#7705)
10201              
10202              another tweak needed for SunOS 4.1.x build (from Mike Guy)
10203              (cp -f is not portable)
10204      Branch: perl
10205           !> Makefile.SH util.c
10206 ____________________________________________________________________________
10207 [  9539] By: gsar                                  on 2001/04/04  03:01:14
10208         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
10209      Branch: maint-5.6/perl
10210            ! Makefile.SH
10211 ____________________________________________________________________________
10212 [  9538] By: gsar                                  on 2001/04/04  01:00:38
10213         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
10214              for use with _fwalk() (fix for change#7705)
10215      Branch: maint-5.6/perl
10216            ! util.c
10217 ____________________________________________________________________________
10218 [  9537] By: nick                                  on 2001/04/03  19:24:55
10219         Log: Integrate mainline
10220      Branch: perlio
10221           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
10222           +> lib/unicode/PropList.html
10223            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
10224           !> (integrate 69 files)
10225 ____________________________________________________________________________
10226 [  9536] By: jhi                                   on 2001/04/03  18:02:31
10227         Log: Integrate change #9533 from maintperl into mainline.
10228              
10229              better fix for change#9517 to accomodate UNC paths like
10230              \\server\share\foo, and paths with trailing backslash
10231              like c:\this\
10232      Branch: perl
10233           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
10234 ____________________________________________________________________________
10235 [  9535] By: jhi                                   on 2001/04/03  17:58:07
10236         Log: Change the push/unshift warning to be of class syntax, not misc.
10237      Branch: perl
10238            ! op.c pod/perldiag.pod t/pragma/warn/op
10239 ____________________________________________________________________________
10240 [  9534] By: jhi                                   on 2001/04/03  15:03:46
10241         Log: Change the push/unshift warning (#9532) to talk about "no values"
10242              instead of "no arguments".
10243      Branch: perl
10244            ! op.c pod/perldiag.pod t/pragma/warn/op
10245 ____________________________________________________________________________
10246 [  9533] By: gsar                                  on 2001/04/03  14:30:07
10247         Log: better fix for change#9517 to accomodate UNC paths like
10248              \\server\share\foo, and paths with trailing backslash
10249              like c:\this\
10250      Branch: maint-5.6/perl
10251            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
10252 ____________________________________________________________________________
10253 [  9532] By: jhi                                   on 2001/04/03  13:11:46
10254         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
10255              From: Robin Houston <robin@kitsite.com>
10256              Date: Mon, 2 Apr 2001 15:03:29 +0100
10257              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
10258      Branch: perl
10259            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
10260 ____________________________________________________________________________
10261 [  9531] By: jhi                                   on 2001/04/03  13:06:34
10262         Log: Integrate change #9530 from maintperl into mainline.
10263              
10264              accomodate VMS "mailbox overflow" quirk in testsuite (from
10265              Craig Berry)
10266      Branch: perl
10267           !> t/lib/socket.t
10268 ____________________________________________________________________________
10269 [  9530] By: gsar                                  on 2001/04/03  04:56:41
10270         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
10271              Craig Berry)
10272      Branch: maint-5.6/perl
10273            ! t/lib/socket.t
10274 ____________________________________________________________________________
10275 [  9529] By: jhi                                   on 2001/04/03  02:34:34
10276         Log: Update Changes.
10277      Branch: perl
10278            ! Changes patchlevel.h
10279 ____________________________________________________________________________
10280 [  9528] By: jhi                                   on 2001/04/03  01:27:57
10281         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
10282              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
10283              To: perl5-porters@perl.org
10284              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
10285      Branch: perl
10286            ! pod/perlfaq3.pod
10287 ____________________________________________________________________________
10288 [  9527] By: jhi                                   on 2001/04/03  01:22:09
10289         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
10290              From: Peter Prymmer <pvhp@forte.com>
10291              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
10292              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
10293      Branch: perl
10294            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
10295 ____________________________________________________________________________
10296 [  9526] By: jhi                                   on 2001/04/03  01:18:25
10297         Log: The metaconfig unit changes for #9525.
10298      Branch: metaconfig
10299            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
10300      Branch: metaconfig/U/perl
10301            ! use64bits.U
10302 ____________________________________________________________________________
10303 [  9525] By: jhi                                   on 2001/04/03  01:17:30
10304         Log: Configure sanity checks:
10305              * if use64bitall is attempted but pointers are only 32-bit,
10306              'downgrade' to use64bitint
10307              * if use64bitint is attempted but there's no quad type,
10308              forget about use64bitint (well, the default for it is 'n',
10309              the user can still override this)
10310              * if pointers are 64 bits, do not try to use Perl's malloc
10311      Branch: perl
10312            ! Configure
10313 ____________________________________________________________________________
10314 [  9524] By: gsar                                  on 2001/04/03  01:09:12
10315         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
10316      Branch: maint-5.6/perl
10317            ! pp_sys.c
10318 ____________________________________________________________________________
10319 [  9523] By: jhi                                   on 2001/04/03  00:02:31
10320         Log: (Retracted by #9609)
10321              
10322              Make it harder for parallel makes to enter 'test' before
10323              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
10324              should be unhappy enough, but sometimes parallel makes seem
10325              to sneak past both in Tru64 and AIX.)
10326      Branch: perl
10327            ! Makefile.SH
10328 ____________________________________________________________________________
10329 [  9522] By: jhi                                   on 2001/04/02  22:35:31
10330         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
10331              Date: Mon, 2 Apr 2001 22:54:10 +0100
10332              From: Robin Houston <robin@kitsite.com>
10333              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
10334      Branch: perl
10335            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
10336 ____________________________________________________________________________
10337 [  9521] By: jhi                                   on 2001/04/02  22:32:23
10338         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
10339              From: Robin Houston <robin@kitsite.com>
10340              Date: Mon, 2 Apr 2001 20:24:03 +0100
10341              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
10342      Branch: perl
10343            ! ext/B/B/Concise.pm
10344 ____________________________________________________________________________
10345 [  9520] By: jhi                                   on 2001/04/02  22:30:43
10346         Log: Subject: [PATCH] REALLY pedantic hv.h nit
10347              From: Simon Cozens <simon@netthink.co.uk>
10348              Date: Mon, 2 Apr 2001 15:43:06 +0100
10349              Message-ID: <20010402154306.A21711@netthink.co.uk>
10350      Branch: perl
10351            ! hv.h
10352 ____________________________________________________________________________
10353 [  9519] By: jhi                                   on 2001/04/02  22:28:04
10354         Log: Based on
10355              
10356              Subject: [foolperl] EPOC fix
10357              From: Olaf Flebbe <O.Flebbe@science-computing.de>
10358              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
10359              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
10360      Branch: perl
10361            ! pp_sys.c
10362 ____________________________________________________________________________
10363 [  9518] By: jhi                                   on 2001/04/02  22:22:34
10364         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
10365              
10366              README.win32 tweaks; add a note about alternative location for
10367              getting a gcc-2.95.2 that will build perl properly on windows
10368              
10369              add some notes about gutsy threading matters
10370              
10371              many of the utilities interpolate literal paths within doublequotes
10372              (fails on dosish platforms where path contains backslashes)
10373      Branch: perl
10374           !> README.win32 pod/perlguts.pod utils/perldoc.PL
10375           !> x2p/find2perl.PL x2p/s2p.PL
10376 ____________________________________________________________________________
10377 [  9517] By: gsar                                  on 2001/04/02  19:52:21
10378         Log: many of the utilities interpolate literal paths within doublequotes
10379              (fails on dosish platforms where path contains backslashes)
10380      Branch: maint-5.6/perl
10381            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
10382 ____________________________________________________________________________
10383 [  9516] By: gsar                                  on 2001/04/02  05:49:37
10384         Log: a foolish release
10385      Branch: maint-5.6/perl
10386            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
10387            ! pod/perltoc.pod
10388 ____________________________________________________________________________
10389 [  9515] By: gsar                                  on 2001/04/02  05:04:29
10390         Log: add missing changelog summaries
10391      Branch: maint-5.6/perl
10392            ! Changes
10393 ____________________________________________________________________________
10394 [  9514] By: gsar                                  on 2001/04/02  04:07:13
10395         Log: add some notes about gutsy threading matters
10396      Branch: maint-5.6/perl
10397            ! pod/perlguts.pod
10398 ____________________________________________________________________________
10399 [  9513] By: gsar                                  on 2001/04/02  03:25:21
10400         Log: add more prominent caveat notices about experimental features
10401      Branch: maint-5.6/perl
10402            ! pod/perlfork.pod pod/perlunicode.pod
10403 ____________________________________________________________________________
10404 [  9512] By: gsar                                  on 2001/04/02  02:54:33
10405         Log: integrate changes#9479,9509 from mainline
10406              
10407              [PATCH] File::Glob stuff for Mac OS
10408              
10409              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
10410      Branch: maint-5.6/perl
10411           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
10412           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
10413           !> t/lib/glob-taint.t
10414 ____________________________________________________________________________
10415 [  9511] By: gsar                                  on 2001/04/02  02:38:24
10416         Log: README.win32 tweaks; add a note about alternative location for
10417              getting a gcc-2.95.2 that will build perl properly on windows
10418      Branch: maint-5.6/perl
10419            ! README.win32
10420 ____________________________________________________________________________
10421 [  9510] By: jhi                                   on 2001/04/01  20:45:10
10422         Log: An ambiguosity warning.
10423      Branch: perl
10424            ! t/lib/trig.t
10425 ____________________________________________________________________________
10426 [  9509] By: jhi                                   on 2001/04/01  19:53:47
10427         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
10428              From: Jonathan Stowe <gellyfish@gellyfish.com>
10429              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
10430              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
10431      Branch: perl
10432            ! ext/File/Glob/bsd_glob.c
10433 ____________________________________________________________________________
10434 [  9508] By: jhi                                   on 2001/04/01  19:35:03
10435         Log: Update Changes.
10436      Branch: perl
10437            ! Changes patchlevel.h
10438 ____________________________________________________________________________
10439 [  9507] By: jhi                                   on 2001/04/01  19:24:01
10440         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
10441              from mainline to maintperl: pod tweaks.
10442      Branch: maint-5.6/perl
10443           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
10444           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
10445           !> pod/perlvar.pod
10446 ____________________________________________________________________________
10447 [  9506] By: jhi                                   on 2001/04/01  19:11:53
10448         Log: Commit Sarathy to April release of 5.6.1 :-)
10449      Branch: perl
10450            ! pod/perlfaq1.pod
10451 ____________________________________________________________________________
10452 [  9505] By: jhi                                   on 2001/04/01  19:03:15
10453         Log: Subject: PATCH 5.6.0 (perldebug.pod)
10454              From: Mark-Jason Dominus <mjd@plover.com>
10455              Date: Sun, 01 Apr 2001 14:25:11 -0400
10456              Message-ID: <20010401182511.9247.qmail@plover.com>
10457      Branch: perl
10458            ! pod/perldebug.pod
10459 ____________________________________________________________________________
10460 [  9504] By: jhi                                   on 2001/04/01  18:43:09
10461         Log: Add great_circle_direction().
10462      Branch: perl
10463            ! lib/Math/Trig.pm t/lib/trig.t
10464 ____________________________________________________________________________
10465 [  9503] By: jhi                                   on 2001/04/01  17:29:12
10466         Log: Unicode ReadMe update for Unicode 3.1.
10467      Branch: perl
10468            ! lib/unicode/ReadMe.txt
10469 ____________________________________________________________________________
10470 [  9502] By: jhi                                   on 2001/04/01  17:18:40
10471         Log: Integrate change #9501 from maintperl into mainline.
10472              
10473              fix the perlembed notes on multiple interpreters
10474              
10475              fix ExtUtils::Embed to work passably on Windows
10476      Branch: perl
10477           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
10478 ____________________________________________________________________________
10479 [  9501] By: gsar                                  on 2001/04/01  07:21:57
10480         Log: fix the perlembed notes on multiple interpreters
10481              
10482              fix ExtUtils::Embed to work passably on Windows
10483      Branch: maint-5.6/perl
10484            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
10485 ____________________________________________________________________________
10486 [  9500] By: jhi                                   on 2001/04/01  05:58:23
10487         Log: Test for #9499.
10488      Branch: perl
10489            ! t/op/tr.t
10490 ____________________________________________________________________________
10491 [  9499] By: jhi                                   on 2001/04/01  05:55:46
10492         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
10493      Branch: perl
10494            ! embed.h embed.pl op.c proto.h
10495 ____________________________________________________________________________
10496 [  9498] By: jhi                                   on 2001/04/01  05:44:34
10497         Log: Protect the workaround hunk more.
10498      Branch: perl
10499            ! toke.c
10500 ____________________________________________________________________________
10501 [  9497] By: jhi                                   on 2001/04/01  00:24:25
10502         Log: Integrate changes #9493,9494,9495,9496 from maintperl
10503              into mainline.
10504              
10505              fix a broken workaround for Borland compiler in change#4739
10506              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
10507              
10508              nits spotted by Borland compiler
10509              
10510              avoid redefinition warnings under Borland 5.02
10511              
10512              various nits identified by the Borland 5.5 compiler; remove suppression
10513              of a few warnings
10514      Branch: perl
10515           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
10516           !> win32/win32.h
10517 ____________________________________________________________________________
10518 [  9496] By: gsar                                  on 2001/03/31  23:22:28
10519         Log: various nits identified by the Borland 5.5 compiler; remove suppression
10520              of a few warnings
10521      Branch: maint-5.6/perl
10522            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
10523 ____________________________________________________________________________
10524 [  9495] By: gsar                                  on 2001/03/31  21:03:08
10525         Log: avoid redefinition warnings under Borland 5.02
10526      Branch: maint-5.6/perl
10527            ! win32/makefile.mk
10528 ____________________________________________________________________________
10529 [  9494] By: gsar                                  on 2001/03/31  20:18:59
10530         Log: nits spotted by Borland compiler
10531      Branch: maint-5.6/perl
10532            ! utf8.h win32/win32.h
10533 ____________________________________________________________________________
10534 [  9493] By: gsar                                  on 2001/03/31  20:18:05
10535         Log: fix a broken workaround for Borland compiler in change#4739
10536              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
10537      Branch: maint-5.6/perl
10538            ! toke.c
10539 ____________________________________________________________________________
10540 [  9492] By: jhi                                   on 2001/03/31  18:36:24
10541         Log: Integrate change #9491 from maintperl into mainline.
10542              
10543              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
10544              directory is relative (need to fetch the full path name *before*
10545              the chdir!)
10546      Branch: perl
10547           !> lib/Cwd.pm
10548 ____________________________________________________________________________
10549 [  9491] By: gsar                                  on 2001/03/31  17:01:56
10550         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
10551              directory is relative (need to fetch the full path name *before*
10552              the chdir!)
10553              
10554              this is a followup patch for change#6749
10555      Branch: maint-5.6/perl
10556            ! lib/Cwd.pm
10557 ____________________________________________________________________________
10558 [  9490] By: jhi                                   on 2001/03/31  15:50:18
10559         Log: Subject: Re: [PATCH] av.h cosmetics
10560              From: Simon Cozens <simon@netthink.co.uk>
10561              Date: Sat, 31 Mar 2001 13:09:59 +0100
10562              Message-ID: <20010331130959.A22000@netthink.co.uk>
10563              
10564              Document AvALLOC.
10565      Branch: perl
10566            ! pod/perlguts.pod
10567 ____________________________________________________________________________
10568 [  9489] By: jhi                                   on 2001/03/31  15:48:44
10569         Log: Subject: [PATCH] Re: Math::Big* v1.21
10570              From: Tels <perl_dummy@bloodgate.com>
10571              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
10572              Message-Id: <200103311125.GAA377738@www08.hway.net>
10573      Branch: perl
10574            ! pod/perlop.pod
10575 ____________________________________________________________________________
10576 [  9488] By: jhi                                   on 2001/03/31  03:39:51
10577         Log: Debug output tweak.
10578      Branch: perl
10579            ! t/lib/cwd.t
10580 ____________________________________________________________________________
10581 [  9487] By: jhi                                   on 2001/03/31  03:33:02
10582         Log: OverVMSification.
10583      Branch: perl
10584            ! t/lib/cwd.t
10585 ____________________________________________________________________________
10586 [  9486] By: jhi                                   on 2001/03/31  03:01:40
10587         Log: Missed MANIFESTations in #9483.
10588      Branch: perl
10589            ! MANIFEST
10590 ____________________________________________________________________________
10591 [  9485] By: jhi                                   on 2001/03/31  02:58:17
10592         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
10593              From: Peter Prymmer <pvhp@forte.com>
10594              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
10595              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
10596      Branch: perl
10597            ! regexec.c t/lib/cwd.t
10598 ____________________________________________________________________________
10599 [  9484] By: jhi                                   on 2001/03/31  01:04:41
10600         Log: Obsolete file (see #3938)
10601      Branch: perl
10602            - lib/unicode/README.Ethiopic
10603            ! MANIFEST
10604 ____________________________________________________________________________
10605 [  9483] By: jhi                                   on 2001/03/31  00:52:42
10606         Log: Update to Unicode 3.1.
10607              (Rename Names.txt to NamesList.txt.)
10608      Branch: perl
10609            + lib/unicode/NamesList.txt lib/unicode/PropList.html
10610            - lib/unicode/Names.txt
10611            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
10612            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
10613            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
10614            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
10615            ! lib/unicode/UCD.html lib/unicode/Unicode.html
10616            ! lib/unicode/rename lib/unicode/version
10617 ____________________________________________________________________________
10618 [  9482] By: jhi                                   on 2001/03/30  23:33:44
10619         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
10620              From: Robin Houston <robin@kitsite.com>
10621              Date: Fri, 30 Mar 2001 20:07:22 +0100
10622              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
10623      Branch: perl
10624            ! ext/B/B/Deparse.pm
10625 ____________________________________________________________________________
10626 [  9481] By: jhi                                   on 2001/03/30  23:20:25
10627         Log: Subject: Re: [PATCH] CwdXS, Take 2
10628              From: Benjamin Sugars <bsugars@canoe.ca>
10629              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
10630              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
10631      Branch: perl
10632            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
10633            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
10634 ____________________________________________________________________________
10635 [  9480] By: jhi                                   on 2001/03/30  22:52:38
10636         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
10637              From: David Dyck <dcd@tc.fluke.com>
10638              Date: Fri, 30 Mar 2001 14:44:13 -0800
10639              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
10640              
10641              The t/rantests flags file creation was accidentally
10642              removed by #9217.
10643      Branch: perl
10644            ! Makefile.SH
10645 ____________________________________________________________________________
10646 [  9479] By: jhi                                   on 2001/03/30  22:45:45
10647         Log: Subject: [PATCH] File::Glob stuff for Mac OS
10648              From: Chris Nandor <pudge@pobox.com>
10649              Date: Fri, 30 Mar 2001 16:51:00 -0500
10650              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
10651      Branch: perl
10652            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
10653            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
10654            ! t/lib/glob-taint.t
10655 ____________________________________________________________________________
10656 [  9478] By: jhi                                   on 2001/03/30  22:43:12
10657         Log: Subject: fix for win32/buildext.pl
10658              From: "Vadim Konovalov" <watman@inbox.ru>
10659              Date: Sat, 31 Mar 2001 00:50:36 +0400
10660              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
10661      Branch: perl
10662            ! win32/buildext.pl
10663 ____________________________________________________________________________
10664 [  9477] By: jhi                                   on 2001/03/30  22:41:16
10665         Log: Subject: small base.pm doc patch
10666              From: Leon Brocard <acme@astray.com>
10667              Date: Fri, 30 Mar 2001 21:49:57 +0100
10668              Message-ID: <20010330214957.B8733@ns0.astray.com>
10669      Branch: perl
10670            ! lib/base.pm
10671 ____________________________________________________________________________
10672 [  9476] By: jhi                                   on 2001/03/30  18:16:57
10673         Log: Subject: [PATCH] av.h cosmetics
10674              From: Simon Cozens <simon@netthink.co.uk>
10675              Date: Fri, 30 Mar 2001 18:12:28 +0100
10676              Message-ID: <20010330181228.A9319@netthink.co.uk>
10677      Branch: perl
10678            ! av.h
10679 ____________________________________________________________________________
10680 [  9475] By: jhi                                   on 2001/03/30  18:15:50
10681         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
10682              From: "Philip Newton" <pnewton@gmx.de>
10683              Date: Fri, 30 Mar 2001 19:06:57 +0200
10684              Message-ID: <3AC4D951.14815.1AC7068@localhost>
10685      Branch: perl
10686            ! pod/perlhack.pod
10687 ____________________________________________________________________________
10688 [  9474] By: jhi                                   on 2001/03/30  18:14:02
10689         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
10690              From: Benjamin Sugars <bsugars@canoe.ca>
10691              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
10692              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
10693      Branch: perl
10694            ! t/lib/glob-basic.t
10695 ____________________________________________________________________________
10696 [  9473] By: jhi                                   on 2001/03/30  16:09:24
10697         Log: Update Changes.
10698      Branch: perl
10699            ! Changes patchlevel.h
10700 ____________________________________________________________________________
10701 [  9472] By: jhi                                   on 2001/03/30  15:16:08
10702         Log: Integrate perlio.
10703      Branch: perl
10704           !> t/lib/cwd.t t/lib/glob-basic.t
10705 ____________________________________________________________________________
10706 [  9471] By: nick                                  on 2001/03/30  14:47:10
10707         Log: Should be (^O eq 'MSWin32') not 'Win32'
10708              Fail #12 seems real - chdir is in wrong dir.
10709      Branch: perlio
10710            ! t/lib/cwd.t
10711 ____________________________________________________________________________
10712 [  9470] By: jhi                                   on 2001/03/30  14:41:11
10713         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
10714              From: Radu Greab <radu@netsoft.ro>
10715              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
10716              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
10717              
10718              Replace #9352.
10719      Branch: perl
10720            ! ext/Socket/Socket.xs pp_sys.c
10721 ____________________________________________________________________________
10722 [  9469] By: jhi                                   on 2001/03/30  14:37:51
10723         Log: Subject: PATCH pod/perldiag.pod
10724              From: Robin Houston <robin@kitsite.com>
10725              Date: Fri, 30 Mar 2001 14:10:36 +0100
10726              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
10727      Branch: perl
10728            ! pod/perldiag.pod t/lib/glob-basic.t
10729 ____________________________________________________________________________
10730 [  9468] By: jhi                                   on 2001/03/30  14:36:36
10731         Log: Subject: Better diagnostic in io/fs.t
10732              From: andreas.koenig@anima.de (Andreas J. Koenig)
10733              Date: 30 Mar 2001 10:11:43 +0200
10734              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
10735      Branch: perl
10736            ! t/io/fs.t
10737 ____________________________________________________________________________
10738 [  9467] By: nick                                  on 2001/03/30  14:25:43
10739         Log: Skip order test of glob if case-ignoring system cannot 
10740              create a.test and A.test
10741      Branch: perlio
10742            ! t/lib/glob-basic.t
10743 ____________________________________________________________________________
10744 [  9466] By: nick                                  on 2001/03/30  13:03:12
10745         Log: Integrate mainline.
10746      Branch: perlio
10747            - ext/re/hints/aix.pl
10748           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
10749           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
10750           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
10751           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
10752 ____________________________________________________________________________
10753 [  9465] By: jhi                                   on 2001/03/30  03:53:37
10754         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
10755              the tests sometimes hang, sometimes not.)
10756      Branch: perl
10757            ! t/lib/io_multihomed.t t/lib/io_sock.t
10758 ____________________________________________________________________________
10759 [  9464] By: jhi                                   on 2001/03/30  02:56:04
10760         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
10761              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
10762              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
10763              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
10764      Branch: perl
10765            ! op.c
10766 ____________________________________________________________________________
10767 [  9463] By: jhi                                   on 2001/03/30  02:34:48
10768         Log: Test for #9462.
10769      Branch: perl
10770            ! t/lib/b.t
10771 ____________________________________________________________________________
10772 [  9462] By: jhi                                   on 2001/03/30  02:29:37
10773         Log: Subject: B::Deparse precedence bug. (Patch included.)
10774              From: Jeremy Madea <jmadea@inktomi.com>
10775              Date: Thu, 29 Mar 2001 12:05:02 -0800
10776              Message-ID: <20010329120502.A24881@dr.inktomi.com>
10777      Branch: perl
10778            ! ext/B/B/Deparse.pm
10779 ____________________________________________________________________________
10780 [  9461] By: jhi                                   on 2001/03/30  02:18:41
10781         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
10782              From: Peter Prymmer <pvhp@forte.com>
10783              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
10784              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
10785      Branch: perl
10786            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
10787            ! t/lib/md5-file.t
10788 ____________________________________________________________________________
10789 [  9460] By: jhi                                   on 2001/03/30  02:17:07
10790         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
10791              From: Robin Houston <robin@kitsite.com>
10792              Date: Thu, 29 Mar 2001 20:47:56 +0100
10793              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
10794      Branch: perl
10795            ! ext/B/B/Debug.pm
10796 ____________________________________________________________________________
10797 [  9459] By: jhi                                   on 2001/03/30  02:16:05
10798         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
10799              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
10800              Date: Wed, 28 Mar 2001 18:02:20 -0600
10801              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
10802      Branch: perl
10803            ! lib/ExtUtils/MM_VMS.pm
10804 ____________________________________________________________________________
10805 [  9458] By: jhi                                   on 2001/03/30  02:07:58
10806         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
10807              From: "Joshua E. Rodd" <jrodd@pbs.org>
10808              Date: Wed, 28 Mar 2001 17:29:12 -0500
10809              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
10810      Branch: perl
10811            ! pod/perlop.pod
10812 ____________________________________________________________________________
10813 [  9457] By: jhi                                   on 2001/03/30  02:04:33
10814         Log: Subject: ext/re/aix.pl can go
10815              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10816              Date: Thu, 29 Mar 2001 12:03:28 +0200
10817              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
10818      Branch: perl
10819            - ext/re/hints/aix.pl
10820            ! MANIFEST
10821 ____________________________________________________________________________
10822 [  9456] By: jhi                                   on 2001/03/30  02:03:32
10823         Log: Integrate perlio.
10824      Branch: perl
10825           !> ext/Encode/Encode.xs installperl
10826 ____________________________________________________________________________
10827 [  9455] By: nick                                  on 2001/03/29  21:11:46
10828         Log: DLL name has changed so installperl needs to know
10829              (Why isn't it working it out or passed it?)
10830      Branch: perlio
10831            ! installperl
10832 ____________________________________________________________________________
10833 [  9454] By: nick                                  on 2001/03/29  20:56:12
10834         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
10835              and we don't get undef warnings.
10836      Branch: perlio
10837            ! ext/Encode/Encode.xs
10838 ____________________________________________________________________________
10839 [  9453] By: nick                                  on 2001/03/29  17:58:48
10840         Log: Integrate mainline
10841      Branch: perlio
10842           !> Changes patchlevel.h
10843 ____________________________________________________________________________
10844 [  9452] By: jhi                                   on 2001/03/29  16:44:55
10845         Log: Update Changes.
10846      Branch: perl
10847            ! Changes patchlevel.h
10848 ____________________________________________________________________________
10849 [  9451] By: nick                                  on 2001/03/29  16:31:38
10850         Log: Integrate mainline
10851      Branch: perlio
10852           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
10853           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
10854           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
10855           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
10856           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
10857 ____________________________________________________________________________
10858 [  9450] By: jhi                                   on 2001/03/29  16:29:17
10859         Log: Integrate perlio.
10860      Branch: perl
10861           !> win32/buildext.pl
10862 ____________________________________________________________________________
10863 [  9449] By: jhi                                   on 2001/03/29  15:50:01
10864         Log: Update Changes.
10865      Branch: perl
10866            ! Changes patchlevel.h
10867 ____________________________________________________________________________
10868 [  9448] By: nick                                  on 2001/03/29  15:47:15
10869         Log: Make sure buildext.pl finds Errno.pm
10870      Branch: perlio
10871            ! win32/buildext.pl
10872 ____________________________________________________________________________
10873 [  9447] By: jhi                                   on 2001/03/29  15:39:34
10874         Log: Integrate perlio.
10875      Branch: perl
10876           !> win32/makefile.mk
10877 ____________________________________________________________________________
10878 [  9446] By: nick                                  on 2001/03/29  15:30:03
10879         Log: Integrate win32/makefile.mk with mainline.
10880      Branch: perlio
10881           !> win32/makefile.mk
10882 ____________________________________________________________________________
10883 [  9445] By: nick                                  on 2001/03/29  15:27:32
10884         Log: Fix breakage ... 
10885      Branch: perlio
10886            ! win32/makefile.mk
10887 ____________________________________________________________________________
10888 [  9444] By: jhi                                   on 2001/03/29  15:03:08
10889         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
10890              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
10891              Date: Thu, 29 Mar 2001 10:32:59 +0400
10892              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
10893      Branch: perl
10894            ! win32/makefile.mk
10895 ____________________________________________________________________________
10896 [  9443] By: jhi                                   on 2001/03/29  15:02:12
10897         Log: Integrate perlio.
10898      Branch: perl
10899           +> win32/buildext.pl
10900           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
10901           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
10902 ____________________________________________________________________________
10903 [  9442] By: nick                                  on 2001/03/29  14:59:11
10904         Log: Work in progress - determine win32 extensions to build via script.
10905      Branch: perlio
10906            + win32/buildext.pl
10907            ! MANIFEST win32/makefile.mk
10908 ____________________________________________________________________________
10909 [  9441] By: jhi                                   on 2001/03/29  14:51:47
10910         Log: Reintroduce the use of external pwd.
10911      Branch: perl
10912            ! t/lib/cwd.t
10913 ____________________________________________________________________________
10914 [  9440] By: jhi                                   on 2001/03/29  14:42:58
10915         Log: use warnings instead of -w.
10916      Branch: perl
10917            ! utils/h2xs.PL
10918 ____________________________________________________________________________
10919 [  9439] By: jhi                                   on 2001/03/29  14:41:52
10920         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
10921              From: Jonathan Stowe <gellyfish@gellyfish.com>
10922              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
10923              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
10924      Branch: perl
10925            ! utils/h2xs.PL
10926 ____________________________________________________________________________
10927 [  9438] By: jhi                                   on 2001/03/29  14:39:38
10928         Log: Subject: [PATCH perl@9424] minor pod nits
10929              From: Robin Barker <rmb1@cise.npl.co.uk>
10930              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
10931              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
10932      Branch: perl
10933            ! pod/perlhack.pod pod/perliol.pod
10934 ____________________________________________________________________________
10935 [  9437] By: jhi                                   on 2001/03/29  14:29:16
10936         Log: Subject: [PATCH perl@9424] typemap cast warning
10937              From: Robin Barker <rmb1@cise.npl.co.uk>
10938              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
10939              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
10940      Branch: perl
10941            ! lib/ExtUtils/typemap
10942 ____________________________________________________________________________
10943 [  9436] By: jhi                                   on 2001/03/29  14:26:03
10944         Log: Subject: [PATCH perl@9424] printf warning
10945              From: Robin Barker <rmb1@cise.npl.co.uk>
10946              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
10947              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
10948      Branch: perl
10949            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
10950            ! ext/Storable/Storable.xs toke.c
10951 ____________________________________________________________________________
10952 [  9435] By: nick                                  on 2001/03/29  14:23:31
10953         Log: Win32 has name conflict with ERROR
10954      Branch: perlio
10955            ! ext/PerlIO/Via/Via.xs
10956 ____________________________________________________________________________
10957 [  9434] By: jhi                                   on 2001/03/29  14:17:48
10958         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
10959              From: Peter Prymmer <pvhp@forte.com>
10960              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
10961              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
10962      Branch: perl
10963            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
10964 ____________________________________________________________________________
10965 [  9433] By: jhi                                   on 2001/03/29  13:52:44
10966         Log: test-prep target was missing.
10967      Branch: perl
10968            ! Makefile.SH
10969 ____________________________________________________________________________
10970 [  9432] By: nick                                  on 2001/03/29  12:40:03
10971         Log: Make as-shipped compiler default to MSVC6 
10972      Branch: perlio
10973            ! win32/makefile.mk
10974 ____________________________________________________________________________
10975 [  9431] By: nick                                  on 2001/03/29  12:12:16
10976         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
10977              akin to PerlIO::Scalar.
10978      Branch: perlio
10979            ! perlio.c perlio.h
10980 ____________________________________________________________________________
10981 [  9430] By: nick                                  on 2001/03/29  10:56:35
10982         Log: Integrate mainline.
10983      Branch: perlio
10984           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
10985           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
10986           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
10987           !> win32/makefile.mk win32/win32sck.c
10988 ____________________________________________________________________________
10989 [  9429] By: nick                                  on 2001/03/29  09:03:43
10990         Log: Noticed that two tests were skipped as perlio:: package
10991              isn't there any more. Changed the skip condition.
10992              Avoid core-dump if sv_utf8_upgrade() called on something
10993              that does not become SvPOK after SvPV() (e.g. a ref).
10994      Branch: perlio
10995            ! sv.c t/io/utf8.t t/lib/io_scalar.t
10996 ____________________________________________________________________________
10997 [  9428] By: jhi                                   on 2001/03/29  01:31:47
10998         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
10999              From: Benjamin Sugars <bsugars@canoe.ca> 
11000              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
11001              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
11002      Branch: perl
11003            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
11004            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
11005            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
11006 ____________________________________________________________________________
11007 [  9427] By: jhi                                   on 2001/03/29  00:49:30
11008         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
11009              From: "Vadim Konovalov" <watman@inbox.ru>
11010              Date: Thu, 29 Mar 2001 01:50:12 +0400
11011              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
11012      Branch: perl
11013            ! win32/makefile.mk win32/win32sck.c
11014 ____________________________________________________________________________
11015 [  9426] By: gsar                                  on 2001/03/29  00:28:04
11016         Log: dmake can only handle == and != in comparisons; support building
11017              with Borland's VCL libraries (from Vadim Konovalov)
11018      Branch: maint-5.6/perl
11019            ! win32/makefile.mk
11020 ____________________________________________________________________________
11021 [  9425] By: nick                                  on 2001/03/28  19:29:56
11022         Log: Integrate (@snapshot)
11023      Branch: perlio
11024           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
11025 ____________________________________________________________________________
11026 [  9424] By: jhi                                   on 2001/03/28  19:03:16
11027         Log: Update Changes.
11028      Branch: perl
11029            ! Changes patchlevel.h
11030 ____________________________________________________________________________
11031 [  9423] By: jhi                                   on 2001/03/28  18:52:09
11032         Log: Rmdir lib/XS on cleanup.
11033      Branch: perl
11034            ! Makefile.SH
11035 ____________________________________________________________________________
11036 [  9422] By: jhi                                   on 2001/03/28  18:49:34
11037         Log: Integrate perlio.
11038      Branch: perl
11039           !> t/op/utf8decode.t
11040 ____________________________________________________________________________
11041 [  9421] By: nick                                  on 2001/03/28  18:46:44
11042         Log: Loose duplicate chunk.
11043      Branch: perlio
11044            ! t/op/utf8decode.t
11045 ____________________________________________________________________________
11046 [  9420] By: nick                                  on 2001/03/28  18:44:11
11047         Log: Integrate mainline.
11048      Branch: perlio
11049           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
11050           !> vms/vmsish.h
11051 ____________________________________________________________________________
11052 [  9419] By: jhi                                   on 2001/03/28  18:42:05
11053         Log: Can't trust external pwds
11054              (either shell builtins or external programs)
11055      Branch: perl
11056            ! t/lib/cwd.t
11057 ____________________________________________________________________________
11058 [  9418] By: jhi                                   on 2001/03/28  18:34:05
11059         Log: Integrate perlio.
11060      Branch: perl
11061            - lib/perlio.pm
11062           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
11063           !> t/op/utf8decode.t
11064 ____________________________________________________________________________
11065 [  9417] By: nick                                  on 2001/03/28  18:24:02
11066         Log: PerlIO.pm / perlio.pm conflict.
11067              Update some pods.
11068              Make t/op/utf8decode.t a text file.
11069      Branch: perlio
11070            - lib/perlio.pm
11071            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
11072            ! t/op/utf8decode.t
11073 ____________________________________________________________________________
11074 [  9416] By: jhi                                   on 2001/03/28  18:06:07
11075         Log: Integrate change #9409 from mainline to maintperl.
11076              
11077              Yet another tweak on AIX dynaloading.
11078      Branch: maint-5.6/perl
11079           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
11080 ____________________________________________________________________________
11081 [  9415] By: gsar                                  on 2001/03/28  17:13:01
11082         Log: integrate changes#9377,9385,9401 from mainline
11083              
11084              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
11085              
11086              If directory entries compare equal case-insensitively,
11087              retry case-sensitively.
11088              
11089              Subject: [PATCH] B::Terse and warnings
11090      Branch: maint-5.6/perl
11091           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
11092           !> t/pragma/warn/perl
11093 ____________________________________________________________________________
11094 [  9414] By: jhi                                   on 2001/03/28  17:11:12
11095         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
11096              From: "Craig A. Berry" <craigberry@mac.com>
11097              Date: Wed, 28 Mar 2001 10:55:20 -0600
11098              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
11099      Branch: perl
11100            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
11101 ____________________________________________________________________________
11102 [  9413] By: jhi                                   on 2001/03/28  17:03:12
11103         Log: Dup hunk.
11104      Branch: perl
11105            ! t/op/utf8decode.t
11106 ____________________________________________________________________________
11107 [  9412] By: jhi                                   on 2001/03/28  17:02:36
11108         Log: Forced integrate from perlio.
11109      Branch: perl
11110           !> t/op/utf8decode.t
11111 ____________________________________________________________________________
11112 [  9411] By: nick                                  on 2001/03/28  16:50:03
11113         Log: Integrate mainline.
11114      Branch: perlio
11115           +> t/lib/cwd.t
11116           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
11117           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
11118           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
11119           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
11120           !> t/pragma/warn/perl
11121 ____________________________________________________________________________
11122 [  9410] By: jhi                                   on 2001/03/28  16:44:23
11123         Log: Subject: Re: [PATCH] 9403 cannot be tested
11124              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11125              Date: Wed, 28 Mar 2001 18:33:56 +0200
11126              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
11127      Branch: perl
11128            ! makedef.pl
11129 ____________________________________________________________________________
11130 [  9409] By: jhi                                   on 2001/03/28  16:12:45
11131         Log: Yet another tweak on AIX dynaloading.
11132      Branch: perl
11133            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
11134 ____________________________________________________________________________
11135 [  9408] By: jhi                                   on 2001/03/28  15:52:55
11136         Log: Subject: [PATCH] 9403 cannot be tested
11137              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
11138              Date: Wed, 28 Mar 2001 17:23:00 +0200
11139              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
11140              
11141              A missing symbol.
11142      Branch: perl
11143            ! makedef.pl
11144 ____________________________________________________________________________
11145 [  9407] By: jhi                                   on 2001/03/28  15:47:43
11146         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
11147      Branch: perl
11148            ! t/op/utf8decode.t
11149           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
11150           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
11151 ____________________________________________________________________________
11152 [  9406] By: jhi                                   on 2001/03/28  15:37:08
11153         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
11154              From: Benjamin Sugars <bsugars@canoe.ca> 
11155              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
11156              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
11157      Branch: perl
11158            + t/lib/cwd.t
11159            ! MANIFEST
11160 ____________________________________________________________________________
11161 [  9405] By: jhi                                   on 2001/03/28  15:13:18
11162         Log: pp_ne() needs a CORRECT boolean.
11163      Branch: perl
11164            ! pp.c
11165 ____________________________________________________________________________
11166 [  9404] By: jhi                                   on 2001/03/28  15:09:23
11167         Log: pp_ne() needs a boolean, not an integer.
11168      Branch: perl
11169            ! pp.c
11170 ____________________________________________________________________________
11171 [  9403] By: jhi                                   on 2001/03/28  14:47:43
11172         Log: (Retracted by #9404.)
11173      Branch: perl
11174            ! pp.c
11175 ____________________________________________________________________________
11176 [  9402] By: jhi                                   on 2001/03/28  14:43:59
11177         Log: Subject: Re: [PATCH] Typemap testing
11178              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
11179              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
11180              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
11181      Branch: perl
11182            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
11183            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
11184 ____________________________________________________________________________
11185 [  9401] By: jhi                                   on 2001/03/28  14:42:14
11186         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
11187              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
11188              Date: Sun, 25 Mar 2001 21:59:15 +0100
11189              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
11190              
11191              A variable will be checked for the "use once" warnings if:
11192              
11193              1. It is in the scope of a use warnings 'once'
11194              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
11195              
11196              Otherwise it won't be checked at all.
11197              
11198              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
11199              
11200              The enclosed patch partially fixes this issue. What I didn't
11201              get to work was the case where the "used once" warning is enabled
11202              in any file other than the main file.
11203      Branch: perl
11204            ! gv.c t/pragma/warn/perl
11205 ____________________________________________________________________________
11206 [  9400] By: nick                                  on 2001/03/28  14:38:24
11207         Log: More EBCDIC tweaks:
11208              - one more swash issue &~(0xA0-1) did not do the right thing,
11209              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
11210              - add "use re 'asciirange'" to make [!-~] etc. work
11211              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
11212              - Choose a key for t/op/each.t test which gets encoded.
11213              - Skip utf8decode if this is UTF-EBCDIC.
11214      Branch: perlio
11215            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
11216            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
11217 ____________________________________________________________________________
11218 [  9399] By: jhi                                   on 2001/03/28  14:21:00
11219         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
11220              Andreas Schwab.
11221      Branch: perl
11222            ! pp.c
11223 ____________________________________________________________________________
11224 [  9398] By: jhi                                   on 2001/03/28  00:55:56
11225         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
11226              From: David Dyck <dcd@tc.fluke.com>
11227              Date: Tue, 27 Mar 2001 15:16:24 -0800
11228              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
11229      Branch: perl
11230            ! ext/IO/lib/IO/Socket.pm
11231 ____________________________________________________________________________
11232 [  9397] By: jhi                                   on 2001/03/27  21:52:49
11233         Log: Integrate perlio.
11234      Branch: perl
11235           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
11236           +> ext/PerlIO/Via/Via.xs
11237           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
11238 ____________________________________________________________________________
11239 [  9396] By: nick                                  on 2001/03/27  21:45:13
11240         Log: Integrate mainline.
11241      Branch: perlio
11242           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
11243           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
11244 ____________________________________________________________________________
11245 [  9395] By: nick                                  on 2001/03/27  21:18:58
11246         Log: Outline docs for PerlIO and PerlIO::Scalar
11247      Branch: perlio
11248            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
11249 ____________________________________________________________________________
11250 [  9394] By: nick                                  on 2001/03/27  20:50:13
11251         Log: PerlIO::Via layer (alpha-ish).
11252      Branch: perlio
11253            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
11254            + ext/PerlIO/Via/Via.xs
11255            ! MANIFEST
11256 ____________________________________________________________________________
11257 [  9393] By: jhi                                   on 2001/03/27  20:49:55
11258         Log: Retract #9329 now that 9390 should take care of the matter.
11259      Branch: perl
11260            ! utils/h2xs.PL
11261 ____________________________________________________________________________
11262 [  9390] By: jhi                                   on 2001/03/27  20:47:50
11263         Log: Subject: Autoloading Errno.pm when %! is encountered
11264              From: Robin Houston <robin@kitsite.com>
11265              Date: Tue, 27 Mar 2001 20:57:11 +0100
11266              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
11267      Branch: perl
11268            ! embed.h embed.pl gv.c proto.h t/op/magic.t
11269 ____________________________________________________________________________
11270 [  9389] By: jhi                                   on 2001/03/27  20:24:31
11271         Log: Integrate perlio.
11272      Branch: perl
11273           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
11274           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
11275           !> utf8.c
11276 ____________________________________________________________________________
11277 [  9388] By: jhi                                   on 2001/03/27  20:21:38
11278         Log: Better have a three-element array if one is going to assign
11279              to the third element of that array. (from Tim Jenness)
11280      Branch: perl
11281            ! ext/XS/Typemap/Typemap.xs
11282 ____________________________________________________________________________
11283 [  9387] By: nick                                  on 2001/03/27  20:15:43
11284         Log: Integrate mainline.
11285      Branch: perlio
11286           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
11287           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
11288           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
11289           +> t/lib/xs-typemap.t
11290           !> (integrate 34 files)
11291 ____________________________________________________________________________
11292 [  9386] By: jhi                                   on 2001/03/27  20:04:18
11293         Log: Subject: Re: perl@9359 breaks HTML::Parser
11294              From: Gisle Aas <gisle@ActiveState.com>
11295              Date: 27 Mar 2001 11:30:24 -0800
11296              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
11297              
11298              Clarify the UTF-8 issues of the API docs.
11299              (Slightly reworded and expanded.)
11300      Branch: perl
11301            ! pod/perlapi.pod sv.c sv.h
11302 ____________________________________________________________________________
11303 [  9385] By: jhi                                   on 2001/03/27  19:44:25
11304         Log: If directory entries compare equal case-insensitively,
11305              retry case-sensitively.
11306      Branch: perl
11307            ! ext/File/Glob/bsd_glob.c
11308 ____________________________________________________________________________
11309 [  9384] By: nick                                  on 2001/03/27  19:38:50
11310         Log: Various EBCDIC fixes:
11311              - major revelation that swash code is encoding aware,
11312              (or thought it was) - now it is ;-)
11313              - With that out of the way fix a slab of tr/// cases.
11314              - Fix Encode 'Unicode' to be true Unicode so tests pass.
11315              - As anticipated Base64.xs needed tweaks.
11316              - Until tr/// works right avoid old_encode64 in MIME tests.
11317      Branch: perlio
11318            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
11319            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
11320 ____________________________________________________________________________
11321 [  9383] By: jhi                                   on 2001/03/27  18:34:41
11322         Log: Add the std test suite BEGIN block.
11323      Branch: perl
11324            ! t/lib/xs-typemap.t
11325 ____________________________________________________________________________
11326 [  9382] By: jhi                                   on 2001/03/27  15:16:07
11327         Log: Add debugging output to the test.
11328      Branch: perl
11329            ! t/lib/glob-basic.t
11330 ____________________________________________________________________________
11331 [  9381] By: jhi                                   on 2001/03/27  15:08:10
11332         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
11333      Branch: perl
11334            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
11335            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
11336            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
11337            + t/lib/xs-typemap.t
11338            ! MANIFEST
11339 ____________________________________________________________________________
11340 [  9380] By: jhi                                   on 2001/03/27  14:48:34
11341         Log: Subject: [PATCH] Typemap testing
11342              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
11343              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
11344              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
11345              
11346              (The first part of the patch.)
11347      Branch: perl
11348            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
11349 ____________________________________________________________________________
11350 [  9379] By: jhi                                   on 2001/03/27  14:44:56
11351         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
11352              From: Benjamin Sugars <bsugars@canoe.ca> 
11353              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
11354              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
11355      Branch: perl
11356            ! t/lib/glob-basic.t
11357 ____________________________________________________________________________
11358 [  9378] By: jhi                                   on 2001/03/27  14:42:30
11359         Log: Subject: [PATCH] perlvar nit
11360              From: Simon Cozens <simon@netthink.co.uk>
11361              Date: Tue, 27 Mar 2001 01:12:01 +0100
11362              Message-ID: <20010327011201.A19179@netthink.co.uk>
11363      Branch: perl
11364            ! pod/perlvar.pod
11365 ____________________________________________________________________________
11366 [  9377] By: jhi                                   on 2001/03/27  14:36:26
11367         Log: Subject: [PATCH] B::Terse and warnings
11368              From: Benjamin Sugars <ben.sugars@home.com>
11369              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
11370              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
11371      Branch: perl
11372            ! ext/B/B.pm ext/B/B/Terse.pm
11373 ____________________________________________________________________________
11374 [  9376] By: jhi                                   on 2001/03/27  14:31:31
11375         Log: Document sockatmark() some.
11376      Branch: perl
11377            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
11378            ! pod/perltoc.pod
11379 ____________________________________________________________________________
11380 [  9375] By: jhi                                   on 2001/03/27  14:00:24
11381         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
11382              noted by Gisle and fixed by NI-S.
11383      Branch: perl
11384            ! sv.c
11385 ____________________________________________________________________________
11386 [  9374] By: jhi                                   on 2001/03/27  05:50:01
11387         Log: Regen toc.
11388      Branch: perl
11389            ! pod/perltoc.pod
11390 ____________________________________________________________________________
11391 [  9373] By: jhi                                   on 2001/03/27  05:43:51
11392         Log: Pixie documenting.
11393      Branch: perl
11394            ! Makefile.SH pod/perlhack.pod
11395 ____________________________________________________________________________
11396 [  9372] By: jhi                                   on 2001/03/27  05:29:34
11397         Log: Metaconfig unit changes for #9371.
11398      Branch: metaconfig
11399            ! U/modified/myhostname.U
11400      Branch: metaconfig/U/perl
11401            + d_sockatmark.U
11402            ! gccvers.U
11403 ____________________________________________________________________________
11404 [  9371] By: jhi                                   on 2001/03/27  05:29:07
11405         Log: Add sockatmark() probing.
11406      Branch: perl
11407            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11408            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
11409            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
11410            ! vos/config.ga.h win32/config.bc win32/config.gc
11411            ! win32/config.vc
11412 ____________________________________________________________________________
11413 [  9370] By: jhi                                   on 2001/03/26  22:01:18
11414         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
11415              Really need to benchmark this.
11416      Branch: perl
11417            ! pp.c
11418 ____________________________________________________________________________
11419 [  9369] By: nick                                  on 2001/03/26  21:59:30
11420         Log: Integrate mainline.
11421      Branch: perlio
11422            ! ext/MIME/Base64/QuotedPrint.pm
11423           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
11424           !> patchlevel.h pod/perlhack.pod pp_sys.c
11425 ____________________________________________________________________________
11426 [  9368] By: jhi                                   on 2001/03/26  21:47:03
11427         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
11428              
11429              TODO1: perlbench.
11430              TODO2: le, lt, ge, gt?  Yech.
11431      Branch: perl
11432            ! pp.c
11433 ____________________________________________________________________________
11434 [  9367] By: jhi                                   on 2001/03/26  21:34:57
11435         Log: Too much cut-and-paste in #9363.
11436      Branch: perl
11437            ! pp_sys.c
11438 ____________________________________________________________________________
11439 [  9366] By: jhi                                   on 2001/03/26  21:20:53
11440         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
11441              From: Andreas Schwab <schwab@suse.de>
11442              Date: 26 Mar 2001 17:29:04 +0200
11443              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
11444              
11445              (The patch for 5.6.0 or so, this is a guess for bleadperl)
11446      Branch: perl
11447            ! pp_hot.c
11448 ____________________________________________________________________________
11449 [  9365] By: jhi                                   on 2001/03/26  21:07:54
11450         Log: Integrate perlio.
11451      Branch: perl
11452           !> perlio.c
11453 ____________________________________________________________________________
11454 [  9364] By: nick                                  on 2001/03/26  20:30:48
11455         Log: REFCNT botch in layer name cache hash.
11456      Branch: perlio
11457            ! perlio.c
11458 ____________________________________________________________________________
11459 [  9363] By: jhi                                   on 2001/03/26  18:44:32
11460         Log: Subject: [PATCH] socket() leaks file descriptors
11461              From: Benjamin Sugars <bsugars@canoe.ca>
11462              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
11463              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
11464              
11465              Also sockpair() fixed similarly.
11466      Branch: perl
11467            ! pp_sys.c
11468 ____________________________________________________________________________
11469 [  9362] By: jhi                                   on 2001/03/26  18:37:52
11470         Log: Integrate perlio.
11471      Branch: perl
11472           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
11473 ____________________________________________________________________________
11474 [  9361] By: nick                                  on 2001/03/26  17:32:06
11475         Log: Implement flush of linebuffered streams on read of a tty.
11476      Branch: perlio
11477            ! perlio.c perliol.h
11478 ____________________________________________________________________________
11479 [  9360] By: nick                                  on 2001/03/26  17:12:32
11480         Log: Memory tweaks and notes for OEMVS.
11481      Branch: perlio
11482            ! README.os390 miniperlmain.c t/op/pat.t
11483 ____________________________________________________________________________
11484 [  9359] By: jhi                                   on 2001/03/26  02:12:54
11485         Log: Update Changes.
11486      Branch: perl
11487            ! Changes patchlevel.h
11488 ____________________________________________________________________________
11489 [  9358] By: jhi                                   on 2001/03/26  02:05:32
11490         Log: Document the most common pixie options.
11491      Branch: perl
11492            ! pod/perlhack.pod
11493 ____________________________________________________________________________
11494 [  9357] By: jhi                                   on 2001/03/26  01:25:28
11495         Log: For perl.pixie check *before* compiling that optimize is -g,
11496              as for perl.third.
11497      Branch: perl
11498            ! Makefile.SH
11499 ____________________________________________________________________________
11500 [  9356] By: jhi                                   on 2001/03/26  01:13:41
11501         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
11502      Branch: perl
11503            ! Makefile.SH
11504 ____________________________________________________________________________
11505 [  9355] By: jhi                                   on 2001/03/26  01:11:19
11506         Log: Remove t/perl.third.
11507      Branch: perl
11508            ! Makefile.SH
11509 ____________________________________________________________________________
11510 [  9354] By: jhi                                   on 2001/03/26  00:23:38
11511         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
11512              IO::Sockatmark().
11513      Branch: perl
11514            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
11515 ____________________________________________________________________________
11516 [  9353] By: jhi                                   on 2001/03/25  22:25:04
11517         Log: Integrate perlio.
11518      Branch: perl
11519           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
11520           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
11521           !> pp_hot.c win32/makefile.mk
11522 ____________________________________________________________________________
11523 [  9352] By: jhi                                   on 2001/03/25  22:21:41
11524         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
11525              From: Radu Greab <radu@netsoft.ro>
11526              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
11527              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
11528      Branch: perl
11529            ! pp_sys.c
11530 ____________________________________________________________________________
11531 [  9351] By: nick                                  on 2001/03/25  22:15:02
11532         Log: Fix readline in list mode to tell rest of world that it has
11533              things on the stack. Otherwise if perl code gets invoked
11534              underneath it it scribbles over results-so-far.
11535              (Why TIEHANDLE has not tripped on this is a mystery.)
11536      Branch: perlio
11537            ! pp_hot.c
11538 ____________________________________________________________________________
11539 [  9350] By: nick                                  on 2001/03/25  22:10:13
11540         Log: win32/makefile.mk typos
11541      Branch: perlio
11542            ! win32/makefile.mk
11543 ____________________________________________________________________________
11544 [  9349] By: nick                                  on 2001/03/25  21:31:14
11545         Log: Integrate now-non-binary file.
11546      Branch: perlio
11547           !> t/lib/mimeqp.t
11548 ____________________________________________________________________________
11549 [  9348] By: nick                                  on 2001/03/25  21:27:24
11550         Log: Make it text
11551      Branch: perlio
11552            ! t/lib/mimeqp.t
11553 ____________________________________________________________________________
11554 [  9347] By: nick                                  on 2001/03/25  21:25:37
11555         Log: Integrate mainline.
11556      Branch: perlio
11557           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
11558           !> lib/Term/ReadLine.pm t/lib/md5-file.t
11559 ____________________________________________________________________________
11560 [  9346] By: nick                                  on 2001/03/25  20:58:15
11561         Log: Add destruct time hook to PerlIO (for work-in-process implementing
11562              layers in perl code. In such cases layers need to be popped before
11563              we loose the ability to run perl code.)
11564              Also back-out "PerlIO::object" hook - it isn't going to work like that...
11565      Branch: perlio
11566            ! perl.c perlio.c perlio.h perliol.h
11567 ____________________________________________________________________________
11568 [  9345] By: nick                                  on 2001/03/25  20:49:11
11569         Log: Avoid at leasy one of undefined warnings in Encode.
11570      Branch: perlio
11571            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
11572 ____________________________________________________________________________
11573 [  9344] By: jhi                                   on 2001/03/25  20:37:43
11574         Log: A workaround for using Term::ReadLine in emacs minibuffer
11575              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
11576              additional tweaks from Ilya Zakharevich.
11577      Branch: perl
11578            ! lib/Term/ReadLine.pm
11579 ____________________________________________________________________________
11580 [  9343] By: nick                                  on 2001/03/25  20:21:14
11581         Log: Missing return value.
11582      Branch: perlio
11583            ! ext/PerlIO/Scalar/Scalar.xs
11584 ____________________________________________________________________________
11585 [  9342] By: jhi                                   on 2001/03/25  16:21:00
11586         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
11587              to equal the CPAN versions since no code changes have been made.
11588      Branch: perl
11589            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
11590            ! t/lib/md5-file.t
11591 ____________________________________________________________________________
11592 [  9341] By: jhi                                   on 2001/03/25  16:01:48
11593         Log: Escape 8-bit characters.
11594      Branch: perl
11595            ! t/lib/mimeqp.t
11596 ____________________________________________________________________________
11597 [  9340] By: gsar                                  on 2001/03/25  15:50:53
11598         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
11599              chars)
11600      Branch: perl
11601            + t/lib/mimeqp.t
11602 ____________________________________________________________________________
11603 [  9339] By: gsar                                  on 2001/03/25  15:48:50
11604         Log: delete mimeqp.t for later with text mode set
11605      Branch: perl
11606            - t/lib/mimeqp.t
11607 ____________________________________________________________________________
11608 [  9338] By: nick                                  on 2001/03/25  09:01:57
11609         Log: Integrate mainline.
11610      Branch: perlio
11611           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
11612           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
11613           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
11614           +> t/lib/mimeb64u.t t/lib/mimeqp.t
11615           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
11616           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
11617           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
11618 ____________________________________________________________________________
11619 [  9337] By: jhi                                   on 2001/03/25  04:23:24
11620         Log: Add MIME::Base64 here and there.  Again, a lot of
11621              optimism is in the air.
11622      Branch: perl
11623            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
11624            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
11625 ____________________________________________________________________________
11626 [  9336] By: jhi                                   on 2001/03/25  04:12:43
11627         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
11628              this by ear as I do not do Win32 programming.)
11629      Branch: perl
11630            ! win32/Makefile win32/makefile.mk
11631 ____________________________________________________________________________
11632 [  9335] By: jhi                                   on 2001/03/25  04:03:50
11633         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
11634      Branch: perl
11635            ! t/lib/md5-file.t
11636 ____________________________________________________________________________
11637 [  9334] By: jhi                                   on 2001/03/25  03:58:53
11638         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
11639      Branch: perl
11640            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
11641            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
11642            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
11643            + t/lib/mimeb64u.t t/lib/mimeqp.t
11644            ! MANIFEST
11645 ____________________________________________________________________________
11646 [  9333] By: jhi                                   on 2001/03/24  20:14:37
11647         Log: Integrate perlio.
11648      Branch: perl
11649           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
11650 ____________________________________________________________________________
11651 [  9332] By: nick                                  on 2001/03/24  19:40:34
11652         Log: Fix un-init variable leading to spurious "Out of Memory!"
11653      Branch: perlio
11654            ! doio.c
11655 ____________________________________________________________________________
11656 [  9331] By: nick                                  on 2001/03/24  19:09:59
11657         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
11658              and update layers internals doc.
11659      Branch: perlio
11660            ! pod/perlfunc.pod pod/perliol.pod
11661 ____________________________________________________________________________
11662 [  9330] By: jhi                                   on 2001/03/24  18:42:11
11663         Log: The length might be uninitialized garbage if the *svp is the undef.
11664      Branch: perl
11665            ! doio.c
11666 ____________________________________________________________________________
11667 [  9329] By: jhi                                   on 2001/03/24  18:26:57
11668         Log: (Retracted by #9393)
11669
11670              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
11671              From: Simon Cozens <simon@netthink.co.uk>
11672              Date: Sat, 24 Mar 2001 17:13:17 +0000
11673              Message-ID: <20010324171317.A13406@netthink.co.uk>
11674      Branch: perl
11675            ! utils/h2xs.PL
11676 ____________________________________________________________________________
11677 [  9328] By: nick                                  on 2001/03/24  17:22:02
11678         Log: Integrate mainline.
11679      Branch: perlio
11680           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
11681           !> lib/unicode/version
11682 ____________________________________________________________________________
11683 [  9327] By: nick                                  on 2001/03/24  17:16:02
11684         Log: Integrate mainline.
11685      Branch: perlio
11686           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
11687           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
11688           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
11689           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
11690           +> t/lib/md5-file.t
11691           !> MANIFEST Makefile.SH configure.com djgpp/config.over
11692           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
11693           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
11694           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
11695           !> win32/makefile.mk
11696 ____________________________________________________________________________
11697 [  9326] By: jhi                                   on 2001/03/24  17:00:42
11698         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
11699      Branch: perl
11700            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
11701            ! lib/unicode/version
11702 ____________________________________________________________________________
11703 [  9325] By: jhi                                   on 2001/03/24  16:22:33
11704         Log: Subject: Re: B::Deparse bug (5.6.0)
11705              From: Robin Houston <robin@kitsite.com>
11706              Date: Sat, 24 Mar 2001 14:33:09 +0000
11707              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
11708      Branch: perl
11709            ! op.c pp.c t/lib/b.t t/op/repeat.t
11710 ____________________________________________________________________________
11711 [  9324] By: jhi                                   on 2001/03/24  16:21:56
11712         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
11713              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
11714              these additions may be too optimistic.
11715      Branch: perl
11716            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
11717            ! hints/uwin.sh hints/vmesa.sh
11718 ____________________________________________________________________________
11719 [  9323] By: jhi                                   on 2001/03/24  16:06:01
11720         Log: Integrate perlio.
11721      Branch: perl
11722           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
11723           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
11724            ! Makefile.SH
11725           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
11726           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
11727           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
11728           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
11729           !> win32/makefile.mk win32/perlhost.h win32/win32.c
11730           !> win32/win32iop.h
11731 ____________________________________________________________________________
11732 [  9322] By: nick                                  on 2001/03/24  14:39:12
11733         Log: Routine Win32 regen_config_h - no real changes.
11734      Branch: perlio
11735            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11736 ____________________________________________________________________________
11737 [  9321] By: nick                                  on 2001/03/24  14:31:49
11738         Log: PerlIO fixups for Win32:
11739              - provide win33_popenlist() - non-functional as yet.
11740              - avoid need for aTHX in PerlIO_debug calls - even if not 
11741              enabled args are still evaluated so Win32 has trouble during fork().
11742              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
11743              - Fixup makedef.pl for latest set of symbols.
11744      Branch: perlio
11745            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
11746            ! win32/perlhost.h win32/win32.c win32/win32iop.h
11747 ____________________________________________________________________________
11748 [  9320] By: nick                                  on 2001/03/24  14:26:58
11749         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
11750              was gibberish - broke it on WIn32 at least.
11751      Branch: perlio
11752            ! ext/POSIX/POSIX.xs
11753 ____________________________________________________________________________
11754 [  9319] By: nick                                  on 2001/03/24  11:29:41
11755         Log: Generated files.
11756      Branch: perlio
11757            ! embed.h global.sym objXSUB.h perlapi.c proto.h
11758 ____________________________________________________________________________
11759 [  9318] By: nick                                  on 2001/03/24  10:29:37
11760         Log: Implement:
11761              1.  open($fh,"+<",undef);  # add test to t/io/open.t
11762              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
11763      Branch: perlio
11764            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
11765            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
11766            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
11767            ! t/io/open.t t/io/utf8.t
11768 ____________________________________________________________________________
11769 [  9317] By: jhi                                   on 2001/03/23  23:41:25
11770         Log: AIX does seems to have optimization problems with its C compilers.
11771      Branch: perl
11772            ! hints/aix.sh
11773 ____________________________________________________________________________
11774 [  9316] By: jhi                                   on 2001/03/23  23:40:46
11775         Log: Integrate perlio.
11776      Branch: perl
11777           +> lib/PerlIO.pm
11778           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
11779           !> perliol.h
11780 ____________________________________________________________________________
11781 [  9315] By: jhi                                   on 2001/03/23  22:16:30
11782         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
11783      Branch: perl
11784            ! t/lib/md5-file.t
11785 ____________________________________________________________________________
11786 [  9314] By: nick                                  on 2001/03/23  20:49:02
11787         Log: Perlio internals re-organized.
11788              - open process creates AV of layer/arg pairs
11789              (appends layers from open() or open.pm to default list).
11790              - push arg is now an SV.
11791              - layer ->Open get passed the AV
11792              - open is no longer mandatory method.
11793              - topmost layer that has ->Open method does the open
11794              - any layers above are pushed once that returns.
11795              - vtable re-ordered so dummy layers need only provide push/pop methods.
11796      Branch: perlio
11797            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
11798 ____________________________________________________________________________
11799 [  9313] By: nick                                  on 2001/03/23  16:27:41
11800         Log: Check in a stable (working) version before next round of tweaks.
11801              Changes include:
11802              - Move default layers code out of doio.c and into perlio.c
11803              - Single routine for parsing layer specification strings.
11804              - Skeleton support for demand loading of layers
11805              - Core-dump avoidance if PERLIO environment specifies loadable layer
11806              (does not _work_ as need IO to load and need load to do IO ...)
11807      Branch: perlio
11808            + lib/PerlIO.pm
11809            ! MANIFEST doio.c perlio.c
11810 ____________________________________________________________________________
11811 [  9312] By: gsar                                  on 2001/03/23  16:25:25
11812         Log: add execute bit to files with shebang lines in the repository;
11813              avoid clobbering execute bit in Porting/makerel 
11814      Branch: maint-5.6/perl
11815            ! (edit 144 files)
11816 ____________________________________________________________________________
11817 [  9311] By: jhi                                   on 2001/03/23  14:25:35
11818         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
11819      Branch: perl
11820            ! MANIFEST
11821 ____________________________________________________________________________
11822 [  9310] By: jhi                                   on 2001/03/23  13:45:04
11823         Log: Subject: [PATCH] Net::Ping
11824              From: Colin McMillen <mcmi0037@tc.umn.edu>
11825              Date: Thu, 22 Mar 2001 19:30:31 -0600
11826              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
11827      Branch: perl
11828            ! lib/Net/Ping.pm
11829 ____________________________________________________________________________
11830 [  9309] By: jhi                                   on 2001/03/23  13:39:13
11831         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
11832      Branch: perl
11833            ! t/lib/md5-aaa.t t/lib/md5-file.t
11834 ____________________________________________________________________________
11835 [  9308] By: jhi                                   on 2001/03/23  13:20:34
11836         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
11837              - bump the version to 2.14
11838              - drop the base64 tests since they require MIME::Base64
11839              - drop the rfc1321.txt
11840              - drop the hints/dec_osf.pl since it's only needed for
11841              pre-5.005_03 Perls
11842              Todo:
11843              - the U32 alignment testing is now removed; it needs to
11844              be reintroduced as as a Config variable (meaning also
11845              as a Configure test)
11846              - get the new EBCDIC md5sum for MD5.pm
11847              - test in Win32 to see how badly I botched the makefiles
11848      Branch: perl
11849            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
11850            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
11851            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
11852            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
11853            + t/lib/md5-file.t
11854            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
11855            ! win32/Makefile win32/makefile.mk
11856 ____________________________________________________________________________
11857 [  9307] By: jhi                                   on 2001/03/23  12:56:14
11858         Log: Integrate change #9306 from maintperl into mainline,
11859              AIX dynaloader for AIXes without <load.h>.
11860      Branch: perl
11861           !> ext/DynaLoader/hints/aix.pl
11862 ____________________________________________________________________________
11863 [  9306] By: jhi                                   on 2001/03/23  12:51:36
11864         Log: There are AIXes without /usr/include/load.h,
11865              patch from H.Merijn Brand.
11866      Branch: maint-5.6/perl
11867            ! ext/DynaLoader/hints/aix.pl
11868 ____________________________________________________________________________
11869 [  9305] By: nick                                  on 2001/03/23  11:00:42
11870         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
11871      Branch: perlio
11872            ! ext/Encode/Encode.xs perlio.c perlio.h
11873 ____________________________________________________________________________
11874 [  9304] By: nick                                  on 2001/03/23  10:20:46
11875         Log: Render -Duseperlio functional again.
11876              - this is "quick fix" which calls PerlIO_apply_layers after opening,
11877              which is what old scheme did. New scheme needs to change that
11878              to make open(...,\$scalar) etc. work but this will do for now.
11879      Branch: perlio
11880            ! perlio.c
11881 ____________________________________________________________________________
11882 [  9303] By: nick                                  on 2001/03/23  09:53:20
11883         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
11884              -Uuseperlio now works again.
11885              -Duseperlio is still poorly. Don't merge yet...
11886      Branch: perlio
11887            ! doio.c perlio.h
11888 ____________________________________________________________________________
11889 [  9302] By: nick                                  on 2001/03/22  22:26:51
11890         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
11891              type code.
11892              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
11893              is its main caller. In particular now has access to "extra" args, and
11894              can tell when an open handle is "reopened" (or duped?).
11895              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
11896              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
11897              PerlIO_open() et. al. (i.e. other way round).
11898              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
11899              with args close to PerlIO_openn().
11900      Branch: perlio
11901            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
11902 ____________________________________________________________________________
11903 [  9301] By: jhi                                   on 2001/03/22  20:58:04
11904         Log: Integrate perlio.
11905      Branch: perl
11906           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
11907           !> t/io/open.t util.c
11908 ____________________________________________________________________________
11909 [  9300] By: nick                                  on 2001/03/22  17:36:32
11910         Log: Don't include $@ in not ok message.
11911      Branch: perlio
11912            ! t/io/open.t
11913 ____________________________________________________________________________
11914 [  9299] By: gsar                                  on 2001/03/22  16:53:45
11915         Log: back out changes#7532,7521 for now (appears to have problems
11916              on IRIX)
11917      Branch: maint-5.6/perl
11918            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
11919            ! ext/POSIX/typemap pod/perlvar.pod
11920 ____________________________________________________________________________
11921 [  9298] By: nick                                  on 2001/03/22  14:35:46
11922         Log: Give a meaning to '&' in n-arg open case:
11923              open($fh,"<&",$scalar);
11924              $scalar can be:
11925              - an integer which does "fdopen"
11926              open($fh,"<&",2); # like open($fh,"<&2")
11927              - something that will yield a file handle via sv_2io()
11928              useful for dup'ing anonymous handles.
11929              e.g.:
11930              open(my $fh,"<&",\*STDIN);
11931              open(my $dup,"<&",$fh);
11932      Branch: perlio
11933            ! doio.c t/io/open.t
11934 ____________________________________________________________________________
11935 [  9297] By: nick                                  on 2001/03/22  13:34:35
11936         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
11937      Branch: perlio
11938            ! util.c
11939 ____________________________________________________________________________
11940 [  9296] By: nick                                  on 2001/03/22  12:51:20
11941         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
11942      Branch: perlio
11943            ! perl.c
11944 ____________________________________________________________________________
11945 [  9295] By: nick                                  on 2001/03/22  11:59:44
11946         Log: If stdin, stdout or stderr get opened in unexpected read/write state
11947              then warn at time of open not at time of use.
11948      Branch: perlio
11949            ! doio.c pp_hot.c pp_sys.c
11950 ____________________________________________________________________________
11951 [  9294] By: nick                                  on 2001/03/22  10:54:35
11952         Log: Die on n-arg open(...,"",xxx,yyy,...)
11953              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
11954              - die on read/write cases so we can decide what it means later.
11955      Branch: perlio
11956            ! doio.c embed.pl iperlsys.h util.c
11957 ____________________________________________________________________________
11958 [  9293] By: nick                                  on 2001/03/22  09:02:45
11959         Log: perlio tweaks (reported by Nick Clark)
11960              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
11961              error check in Pendinf_read().
11962      Branch: perlio
11963            ! perlio.c
11964 ____________________________________________________________________________
11965 [  9292] By: gsar                                  on 2001/03/22  07:12:00
11966         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
11967              fixes)
11968      Branch: maint-5.6/perl
11969           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
11970 ____________________________________________________________________________
11971 [  9291] By: jhi                                   on 2001/03/22  06:06:44
11972         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
11973      Branch: perl
11974            ! t/op/re_tests
11975 ____________________________________________________________________________
11976 [  9290] By: jhi                                   on 2001/03/22  05:57:01
11977         Log: Move MacOS Classic higher in the list of supported platforms.
11978      Branch: maint-5.6/perl
11979            ! pod/perlport.pod
11980 ____________________________________________________________________________
11981 [  9289] By: gsar                                  on 2001/03/22  05:35:04
11982         Log: revert part of change#6438 for compatibility (av_reify()
11983              appears to be needed to implement av_splice()ish things
11984              in XS)
11985      Branch: maint-5.6/perl
11986            ! embed.pl global.sym objXSUB.h perlapi.c
11987 ____________________________________________________________________________
11988 [  9288] By: gsar                                  on 2001/03/22  03:09:19
11989         Log: update copyright year
11990      Branch: maint-5.6/perl
11991            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
11992            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
11993            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
11994            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
11995            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
11996            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
11997            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
11998            ! x2p/walk.c
11999 ____________________________________________________________________________
12000 [  9287] By: jhi                                   on 2001/03/21  20:30:54
12001         Log: Integrate perlio.
12002      Branch: perl
12003           !> ext/Data/Dumper/Dumper.xs
12004 ____________________________________________________________________________
12005 [  9286] By: gsar                                  on 2001/03/21  19:49:54
12006         Log: makefile.mk tweak
12007      Branch: maint-5.6/perl
12008            ! win32/Makefile win32/makefile.mk
12009 ____________________________________________________________________________
12010 [  9285] By: nick                                  on 2001/03/21  19:07:13
12011         Log: Multiplicity fix for Dumper.
12012      Branch: perlio
12013            ! ext/Data/Dumper/Dumper.xs
12014 ____________________________________________________________________________
12015 [  9284] By: nick                                  on 2001/03/21  19:01:07
12016         Log: Integrate mainline - (does not build xTHX issue in Dumper).
12017      Branch: perlio
12018           !> (integrate 27 files)
12019 ____________________________________________________________________________
12020 [  9283] By: jhi                                   on 2001/03/21  17:17:35
12021         Log: Integrate change #9282 from mainline into maintperl,
12022              4-arg UTF-8 substr().
12023      Branch: maint-5.6/perl
12024           !> pp.c
12025 ____________________________________________________________________________
12026 [  9282] By: jhi                                   on 2001/03/21  17:15:43
12027         Log: The #9270 would have leaked a scalar if pp_substr()
12028              returned early.
12029      Branch: perl
12030            ! pp.c
12031 ____________________________________________________________________________
12032 [  9281] By: gsar                                  on 2001/03/21  17:03:14
12033         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
12034      Branch: maint-5.6/perl
12035            ! win32/makefile.mk
12036 ____________________________________________________________________________
12037 [  9280] By: gsar                                  on 2001/03/21  17:01:20
12038         Log: some tweaks to change#9278 (fork() emulation should be enabled
12039              by setting BUILD_FLAVOR instead of changing the defaults)
12040      Branch: maint-5.6/perl
12041            ! win32/makefile.mk
12042 ____________________________________________________________________________
12043 [  9279] By: gsar                                  on 2001/03/21  16:47:19
12044         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
12045      Branch: maint-5.6/perl
12046            ! ext/File/Glob/Glob.pm
12047           !> lib/Cwd.pm
12048 ____________________________________________________________________________
12049 [  9278] By: jhi                                   on 2001/03/21  14:35:10
12050         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
12051              From: "Vadim Konovalov" <watman@inbox.ru>
12052              Date: Wed, 21 Mar 2001 01:53:51 +0300
12053              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
12054      Branch: maint-5.6/perl
12055            ! win32/makefile.mk win32/win32sck.c
12056 ____________________________________________________________________________
12057 [  9277] By: jhi                                   on 2001/03/21  13:58:28
12058         Log: Integrate change #9270 from mainline to maintperl:
12059              continued 4-arg UTF-8 substr() fixing.
12060      Branch: maint-5.6/perl
12061           !> pp.c t/op/substr.t
12062 ____________________________________________________________________________
12063 [  9276] By: jhi                                   on 2001/03/21  13:33:00
12064         Log: More pixie cleaning.
12065      Branch: perl
12066            ! Makefile.SH
12067 ____________________________________________________________________________
12068 [  9275] By: jhi                                   on 2001/03/21  03:54:17
12069         Log: Update Changes.
12070      Branch: perl
12071            ! Changes patchlevel.h
12072 ____________________________________________________________________________
12073 [  9274] By: jhi                                   on 2001/03/21  03:48:24
12074         Log: First stab at making Data::Dumper to grok Unicode.
12075              
12076              TODO: tests, EBCDICify.
12077      Branch: perl
12078            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
12079 ____________________________________________________________________________
12080 [  9273] By: jhi                                   on 2001/03/21  02:23:00
12081         Log: Fix for
12082              
12083              Subject: Memory leak in unquoted print   
12084              From: Benjamin Sugars <bsugars@canoe.ca> 
12085              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
12086              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
12087      Branch: perl
12088            ! perlio.c
12089 ____________________________________________________________________________
12090 [  9272] By: jhi                                   on 2001/03/21  01:33:17
12091         Log: Subject: Re: [PATCH] POSIX::getcwd()
12092              From: Benjamin Sugars <bsugars@canoe.ca> 
12093              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
12094              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
12095      Branch: perl
12096            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
12097 ____________________________________________________________________________
12098 [  9271] By: jhi                                   on 2001/03/21  01:22:52
12099         Log: Subject: [PATCH] Cwd.pm docs
12100              From: Benjamin Sugars <bsugars@canoe.ca>
12101              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
12102              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
12103      Branch: perl
12104            ! lib/Cwd.pm
12105 ____________________________________________________________________________
12106 [  9270] By: jhi                                   on 2001/03/21  01:16:29
12107         Log: Continue 4-arg substr() UTF-8 fixage.
12108      Branch: perl
12109            ! pp.c t/op/substr.t
12110 ____________________________________________________________________________
12111 [  9269] By: jhi                                   on 2001/03/21  00:46:14
12112         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
12113              
12114              revert the leak fix in change#9142 (problem needs a more experimental
12115              fix unsuitable for 5.6.1)
12116              
12117              do alphabetical sorting by default (for csh compatibility)
12118              
12119              cut-n-paste goof in change#9264
12120              
12121              VMS piping fixes (from Charles Lane)
12122      Branch: perl
12123           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
12124           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
12125           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
12126 ____________________________________________________________________________
12127 [  9268] By: jhi                                   on 2001/03/21  00:37:04
12128         Log: Integrate perlio.
12129      Branch: perl
12130           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
12131           !> utf8.c utf8.h utfebcdic.h
12132 ____________________________________________________________________________
12133 [  9267] By: nick                                  on 2001/03/20  20:04:39
12134         Log: More EBCDIC stuff:
12135              - Loose the extra level of function on ASCII.
12136              - spotted a chr(0) issue in sv.c
12137              - re-work of UTF-X tr/// ranges to work in Unicode
12138              space. Still issues with the "0xff is illegal UTF-8" hack.
12139              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
12140              (why do it once when you can do it all over the place :-(
12141              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
12142              need utf8.pm for swashes.
12143              - Simplified and commented scan_const() in toke.c
12144              Still something wrong regexp and tr (swashes?).
12145      Branch: perlio
12146            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
12147            ! utf8.c utf8.h utfebcdic.h
12148 ____________________________________________________________________________
12149 [  9266] By: gsar                                  on 2001/03/20  19:16:43
12150         Log: VMS piping fixes (from Charles Lane)
12151      Branch: maint-5.6/perl
12152            ! vms/vms.c vms/vmspipe.com
12153 ____________________________________________________________________________
12154 [  9265] By: gsar                                  on 2001/03/20  17:53:52
12155         Log: cut-n-paste goof in change#9264
12156      Branch: maint-5.6/perl
12157            ! ext/File/Glob/Glob.xs
12158 ____________________________________________________________________________
12159 [  9264] By: gsar                                  on 2001/03/20  17:43:47
12160         Log: do alphabetical sorting by default (for csh compatibility);
12161              bsd_glob() does ASCII sort by default as usual, unless
12162              GLOB_ALPHASORT was specified
12163      Branch: maint-5.6/perl
12164            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
12165            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
12166            ! ext/File/Glob/bsd_glob.h
12167 ____________________________________________________________________________
12168 [  9263] By: gsar                                  on 2001/03/20  16:40:08
12169         Log: integrate change#9255 from mainline (unicode fix)
12170              
12171              substr($bytestr, i, n, $charstr)
12172      Branch: maint-5.6/perl
12173           !> Todo-5.6 pp.c t/op/substr.t
12174 ____________________________________________________________________________
12175 [  9262] By: gsar                                  on 2001/03/20  15:57:41
12176         Log: revert the leak fix in change#9142 (problem needs a more experimental
12177              fix unsuitable for 5.6.1)
12178      Branch: maint-5.6/perl
12179            ! scope.c
12180 ____________________________________________________________________________
12181 [  9261] By: jhi                                   on 2001/03/20  14:26:25
12182         Log: Integrate changes #9259,9260 from maintperl into mainline.
12183              
12184              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
12185              
12186              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
12187      Branch: perl
12188           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
12189 ____________________________________________________________________________
12190 [  9260] By: jhi                                   on 2001/03/20  14:05:46
12191         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
12192              From: Robin Barker <rmb1@cise.npl.co.uk>
12193              Date: Tue, 20 Mar 2001 10:12:04 GMT
12194              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
12195      Branch: maint-5.6/perl
12196            ! run.c
12197 ____________________________________________________________________________
12198 [  9259] By: jhi                                   on 2001/03/20  14:04:39
12199         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
12200              From: Chris Nandor <pudge@pobox.com>
12201              Date: Tue, 20 Mar 2001 00:40:56 -0500
12202              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
12203      Branch: maint-5.6/perl
12204            ! ext/POSIX/POSIX.xs lib/File/Path.pm
12205 ____________________________________________________________________________
12206 [  9258] By: jhi                                   on 2001/03/20  05:09:34
12207         Log: Update Changes.
12208      Branch: perl
12209            ! Changes patchlevel.h
12210 ____________________________________________________________________________
12211 [  9257] By: jhi                                   on 2001/03/20  05:04:25
12212         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
12213      Branch: perl
12214            ! t/op/tr.t
12215 ____________________________________________________________________________
12216 [  9256] By: jhi                                   on 2001/03/20  04:43:12
12217         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
12218              From: Peter Prymmer <pvhp@forte.com>
12219              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
12220              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
12221      Branch: maint-5.6/perl
12222            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
12223 ____________________________________________________________________________
12224 [  9255] By: jhi                                   on 2001/03/19  23:17:17
12225         Log: substr($bytestr, i, n, $charstr)
12226
12227              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
12228      Branch: perl
12229            ! Todo-5.6 pp.c t/op/substr.t
12230 ____________________________________________________________________________
12231 [  9254] By: jhi                                   on 2001/03/19  22:25:09
12232         Log: Rearrange the make test target prerequisites so that
12233              in a parallel make 'all' is finished before 'test'.
12234      Branch: perl
12235            ! Makefile.SH
12236 ____________________________________________________________________________
12237 [  9253] By: jhi                                   on 2001/03/19  21:48:07
12238         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
12239              From: Robin Houston <robin@kitsite.com>
12240              Date: Mon, 19 Mar 2001 15:48:41 +0000
12241              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
12242      Branch: perl
12243            ! pp_ctl.c
12244 ____________________________________________________________________________
12245 [  9252] By: jhi                                   on 2001/03/19  21:42:27
12246         Log: Integrate perlio.
12247      Branch: perl
12248           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
12249           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
12250           !> utfebcdic.h vms/perly_c.vms
12251 ____________________________________________________________________________
12252 [  9251] By: jhi                                   on 2001/03/19  21:31:28
12253         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
12254              
12255              Dynaloading in 64-bit AIX with vac.
12256      Branch: perl
12257           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
12258           !> hints/aix.sh
12259 ____________________________________________________________________________
12260 [  9250] By: jhi                                   on 2001/03/19  21:18:00
12261         Log: A more robust solution for the 64bitall AIX dynaloading
12262              problem, from Jens-Uwe Mager.
12263      Branch: maint-5.6/perl
12264            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
12265 ____________________________________________________________________________
12266 [  9249] By: nick                                  on 2001/03/19  20:59:37
12267         Log: Integrate mainline.
12268      Branch: perlio
12269           !> (integrate 42 files)
12270 ____________________________________________________________________________
12271 [  9248] By: nick                                  on 2001/03/19  20:22:07
12272         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
12273              (Building on OS390 uses native YACC and YYDEBUG has other
12274              side effects.)
12275      Branch: perlio
12276            ! perly.c perly.y vms/perly_c.vms
12277 ____________________________________________________________________________
12278 [  9247] By: jhi                                   on 2001/03/19  19:59:53
12279         Log: 64-bit AIX dynaloading problem (see #9244) idea
12280              from Jens-Uwe Mager.
12281      Branch: maint-5.6/perl
12282            ! ext/DynaLoader/dl_aix.xs
12283 ____________________________________________________________________________
12284 [  9246] By: nick                                  on 2001/03/19  19:27:57
12285         Log: More EBCDIC fixes.
12286      Branch: perlio
12287            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
12288            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
12289 ____________________________________________________________________________
12290 [  9245] By: jhi                                   on 2001/03/19  19:05:19
12291         Log: Integrate change #9243 from mainline into maintperl.
12292              
12293              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
12294      Branch: maint-5.6/perl
12295           !> README.vmesa
12296 ____________________________________________________________________________
12297 [  9244] By: jhi                                   on 2001/03/19  19:03:15
12298         Log: Get 64bitall AIX building, but still does not test okay:
12299              dynaloading anything fails, for example for op/defins:
12300              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
12301              (update: fixed by #9247,9250)
12302      Branch: maint-5.6/perl
12303            ! hints/aix.sh
12304 ____________________________________________________________________________
12305 [  9243] By: jhi                                   on 2001/03/19  19:00:16
12306         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
12307              From: Robin Barker <rmb1@cise.npl.co.uk>
12308              Date: Mon, 19 Mar 2001 18:01:57 GMT
12309              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
12310      Branch: perl
12311            ! README.vmesa
12312 ____________________________________________________________________________
12313 [  9242] By: jhi                                   on 2001/03/19  18:58:43
12314         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
12315              
12316              TODO: tests.
12317      Branch: perl
12318            ! doop.c op.c
12319 ____________________________________________________________________________
12320 [  9241] By: gsar                                  on 2001/03/19  17:34:46
12321         Log: VMSify tests (from Charles Lane)
12322      Branch: maint-5.6/perl
12323            ! t/lib/filehand.t t/lib/texttabs.t
12324 ____________________________________________________________________________
12325 [  9240] By: jhi                                   on 2001/03/19  14:24:26
12326         Log: Integrate change #9233 from maintperl into mainline.
12327              
12328              some refcounts were incorrect in perl_clone()
12329      Branch: perl
12330           !> sv.c
12331 ____________________________________________________________________________
12332 [  9239] By: gsar                                  on 2001/03/19  09:23:17
12333         Log: this is 5.6.1-trial3
12334      Branch: maint-5.6/perl
12335            ! Changes
12336 ____________________________________________________________________________
12337 [  9238] By: gsar                                  on 2001/03/19  08:47:04
12338         Log: some new symbols are only available under ithreads
12339      Branch: maint-5.6/perl
12340            ! makedef.pl
12341 ____________________________________________________________________________
12342 [  9237] By: gsar                                  on 2001/03/19  08:42:28
12343         Log: update patchlevel.h, Changes, &c.
12344      Branch: maint-5.6/perl
12345            ! Changes patchlevel.h pod/perlhist.pod
12346           !> AUTHORS
12347 ____________________________________________________________________________
12348 [  9236] By: gsar                                  on 2001/03/19  08:17:49
12349         Log: integrate changes#8068,8717 from mainline
12350              
12351              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
12352              
12353              [PATCH CPAN 1.59_51] warning message (not!)
12354      Branch: maint-5.6/perl
12355           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
12356           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
12357           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
12358           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
12359           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
12360 ____________________________________________________________________________
12361 [  9235] By: gsar                                  on 2001/03/19  08:07:09
12362         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
12363              
12364              [PATCH] Add missing CV flags to dump.c
12365              
12366              Re: [patch] Re: PL_ptr_table
12367              
12368              Fixup non-ithread build after 8713
12369              
12370              Generated files form 8713 etc.
12371              
12372              Correct the correction :-(
12373              
12374              Documenting coderef @INC (Re: CPAN "make this script work" feature)
12375              
12376              Subject: Re: sync sync sync: have I missed any patches?
12377              Replace djSP with dSP.
12378      Branch: maint-5.6/perl
12379           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
12380           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
12381           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
12382           !> sv.c sv.h win32/perlhost.h
12383 ____________________________________________________________________________
12384 [  9234] By: gsar                                  on 2001/03/19  07:22:05
12385         Log: revert the change#9090 integrate for now (change looks somewhat
12386              incomplete in that [ha]v_exists() need something similar; lacks
12387              tests; &c.)
12388      Branch: maint-5.6/perl
12389            ! hv.c
12390 ____________________________________________________________________________
12391 [  9233] By: gsar                                  on 2001/03/19  07:10:01
12392         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
12393              destruction when there are unreferenced scalars (SvREFCNT==0)
12394      Branch: maint-5.6/perl
12395            ! sv.c
12396 ____________________________________________________________________________
12397 [  9232] By: jhi                                   on 2001/03/19  05:11:02
12398         Log: Regen api and toc.
12399      Branch: maint-5.6/perl
12400            ! pod/perlapi.pod pod/perltoc.pod
12401 ____________________________________________________________________________
12402 [  9231] By: jhi                                   on 2001/03/19  04:06:03
12403         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
12404              add a lost line in pp.c:pp_chop(), update to new op/chop.
12405              
12406              Clarify the description differentiating for and while; inspired by
12407              
12408              Subject: [ID 20010306.004] || != named unary operator
12409              
12410              The $Is_MacOS needs to be declared.
12411      Branch: maint-5.6/perl
12412            ! pp.c t/op/chop.t
12413           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
12414 ____________________________________________________________________________
12415 [  9230] By: jhi                                   on 2001/03/19  03:48:16
12416         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
12417              9079,9083,9089,9090,9091 from mainline to maintperl.
12418              
12419              Quieten some noise in Win32 builds
12420              
12421              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
12422              
12423              The perlretut was still talking about the old \p and \P
12424              definitions.
12425              
12426              More tweakage on the Unicode character class descriptions.
12427              
12428              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
12429              
12430              Subject: 'no *POSIX' Patch speeding up make on BS2000 
12431              
12432              Subject: [PATCH] perldata.pod here-doc docs
12433              
12434              Add /sbin and /usr/sbin to the list of directories scanned
12435              for setuid programs.  Takes care of bug id 20010309.003.
12436              
12437              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
12438              
12439              In op/stat #35 better to scan all the potential directories
12440              for setuids, not just the first one.
12441      Branch: maint-5.6/perl
12442            ! Makefile.SH
12443           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
12444           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
12445           !> t/op/stat.t toke.c win32/win32.h
12446 ____________________________________________________________________________
12447 [  9229] By: jhi                                   on 2001/03/19  02:31:50
12448         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
12449              From: Chris Nandor <pudge@pobox.com>
12450              Date: Sat, 10 Mar 2001 14:22:19 -0500
12451              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
12452      Branch: maint-5.6/perl
12453            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
12454            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
12455            ! t/lib/b.t t/lib/errno.t
12456 ____________________________________________________________________________
12457 [  9228] By: jhi                                   on 2001/03/19  02:29:59
12458         Log: Integrate changes #9113,9122 from mainline into maintperl.
12459              
12460              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?)
12461      Branch: maint-5.6/perl
12462           !> Configure README.os390 hints/os390.sh
12463 ____________________________________________________________________________
12464 [  9227] By: jhi                                   on 2001/03/19  02:22:35
12465         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
12466              into maintperl.
12467              
12468              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
12469              
12470              Forgot to check-in the larger part of #9120, duh.
12471              
12472              Subject: Another patch for integer.pm POD 
12473              
12474              h2ph strictness and cleanliness from Kurt Starsinic.
12475              
12476              Borland filename case problem.
12477              
12478              h2ph strictness and cleanliness from Kurt Starsinic.
12479              
12480              Subject: [PATCH] the uncontroversial doc patches
12481      Branch: maint-5.6/perl
12482           +> win32/sncfnmcs.pl
12483           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
12484           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
12485           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
12486           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
12487           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
12488           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
12489           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
12490 ____________________________________________________________________________
12491 [  9226] By: jhi                                   on 2001/03/19  02:10:21
12492         Log: Integrate changes #9207,9214 from mainline into maintperl.
12493              
12494              podchecker relaxations: =over has an *optional* number after it,
12495              and whitespace in L<> is okay.
12496      Branch: maint-5.6/perl
12497           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
12498           !> t/pod/poderrs.xr
12499 ____________________________________________________________________________
12500 [  9225] By: jhi                                   on 2001/03/19  02:07:38
12501         Log: Integrate change #9219 from maintperl into mainline.
12502              
12503              remove duplicated tests
12504      Branch: perl
12505           !> t/op/re_tests
12506 ____________________________________________________________________________
12507 [  9224] By: jhi                                   on 2001/03/19  02:06:11
12508         Log: Integrate change #9223 from mainline to maintperl.
12509              
12510              Document -Dmksymlinks.
12511      Branch: maint-5.6/perl
12512           !> INSTALL
12513 ____________________________________________________________________________
12514 [  9223] By: jhi                                   on 2001/03/19  02:01:25
12515         Log: Document -Dmksymlinks.
12516      Branch: perl
12517            ! INSTALL
12518 ____________________________________________________________________________
12519 [  9222] By: jhi                                   on 2001/03/19  01:15:35
12520         Log: The -Dmksymlinks wasn't working for maintperl.
12521      Branch: maint-5.6/perl
12522            ! Configure
12523 ____________________________________________________________________________
12524 [  9221] By: jhi                                   on 2001/03/19  00:49:43
12525         Log: Cleanup pixie residue.
12526      Branch: perl
12527            ! Makefile.SH
12528 ____________________________________________________________________________
12529 [  9220] By: jhi                                   on 2001/03/19  00:44:47
12530         Log: Document the use of pixie/prof; create make targets for it.
12531              
12532              TODO: make t/TEST pixie-aware.
12533      Branch: perl
12534            ! Makefile.SH pod/perlhack.pod
12535 ____________________________________________________________________________
12536 [  9219] By: gsar                                  on 2001/03/19  00:16:55
12537         Log: remove duplicated tests
12538      Branch: maint-5.6/perl
12539            ! t/op/re_tests
12540 ____________________________________________________________________________
12541 [  9218] By: jhi                                   on 2001/03/18  23:59:31
12542         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
12543      Branch: perl
12544            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
12545 ____________________________________________________________________________
12546 [  9217] By: jhi                                   on 2001/03/18  23:25:20
12547         Log: Rewrite the tests section of Makefile to be less redundant
12548              and to allow for more flexible test targets, many recursive
12549              make calls introduced.
12550      Branch: perl
12551            ! Makefile.SH
12552 ____________________________________________________________________________
12553 [  9216] By: jhi                                   on 2001/03/18  22:30:04
12554         Log: Document the use of Third Degree (sparsely).
12555      Branch: perl
12556            ! pod/perlhack.pod t/TEST
12557 ____________________________________________________________________________
12558 [  9215] By: jhi                                   on 2001/03/18  22:10:30
12559         Log: Make targets for testing with Third Degree.
12560      Branch: perl
12561            ! Makefile.SH
12562 ____________________________________________________________________________
12563 [  9214] By: jhi                                   on 2001/03/18  21:08:53
12564         Log: The podchecker relaxations need to mirrored also at the tests.
12565      Branch: perl
12566            ! t/pod/poderrs.xr
12567 ____________________________________________________________________________
12568 [  9213] By: jhi                                   on 2001/03/18  20:56:21
12569         Log: Update Changes.
12570      Branch: perl
12571            ! Changes patchlevel.h
12572 ____________________________________________________________________________
12573 [  9212] By: jhi                                   on 2001/03/18  20:36:59
12574         Log: Looking for config.sh in parent directories isn't
12575              very useful for the toplevel Makefile.
12576      Branch: perl
12577            ! Makefile.SH
12578 ____________________________________________________________________________
12579 [  9211] By: jhi                                   on 2001/03/18  20:33:37
12580         Log: On "make clean" take care of Third Degree droppings.
12581      Branch: perl
12582            ! Makefile.SH
12583 ____________________________________________________________________________
12584 [  9210] By: jhi                                   on 2001/03/18  20:21:34
12585         Log: Add a hook for running the tests under the Third Degree
12586              debugging tool (set $ENV{PERL_3LOG} to non-zero)
12587              
12588              TODO: Document the use of Third Degree.
12589      Branch: perl
12590            ! t/TEST
12591 ____________________________________________________________________________
12592 [  9209] By: jhi                                   on 2001/03/18  20:19:07
12593         Log: Regen toc and api pods.
12594      Branch: perl
12595            ! pod/perlapi.pod pod/perltoc.pod
12596 ____________________________________________________________________________
12597 [  9208] By: jhi                                   on 2001/03/18  20:12:12
12598         Log: Integrate changes #8128,9132 from mainline into maintperl,
12599              Tie::SubstrHash fixes.
12600      Branch: maint-5.6/perl
12601           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
12602 ____________________________________________________________________________
12603 [  9207] By: jhi                                   on 2001/03/18  20:07:43
12604         Log: podchecker relaxations from Michael Stevens.
12605      Branch: perl
12606            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
12607 ____________________________________________________________________________
12608 [  9206] By: jhi                                   on 2001/03/18  20:04:24
12609         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
12610      Branch: perl
12611            ! lib/Locale/Constants.pm lib/Locale/Country.pm
12612            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
12613            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
12614 ____________________________________________________________________________
12615 [  9205] By: jhi                                   on 2001/03/18  19:54:45
12616         Log: Integrate changes #9161,9162 from maintperl to mainline.
12617              
12618              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
12619              results
12620      Branch: perl
12621           !> t/op/magic.t
12622 ____________________________________________________________________________
12623 [  9204] By: jhi                                   on 2001/03/18  19:37:46
12624         Log: Make perl.third checks more understandable to the builder.
12625      Branch: perl
12626            ! Makefile.SH
12627 ____________________________________________________________________________
12628 [  9203] By: jhi                                   on 2001/03/18  19:20:54
12629         Log: Re-integrate #9138 from maintperl to mainline,
12630              the squelching of the unneeded "Scalars leaked" messages.
12631      Branch: perl
12632           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
12633           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
12634           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
12635 ____________________________________________________________________________
12636 [  9202] By: jhi                                   on 2001/03/18  18:48:36
12637         Log: More robust and more paranoid perl.third target.
12638      Branch: perl
12639            ! Makefile.SH
12640 ____________________________________________________________________________
12641 [  9201] By: jhi                                   on 2001/03/18  18:39:21
12642         Log: Integrate change #9197 from maintperl to mainline.
12643              
12644              more thorough cleaning of arenas.
12645      Branch: perl
12646           !> embed.pl perl.c proto.h sv.c t/op/sort.t
12647 ____________________________________________________________________________
12648 [  9200] By: jhi                                   on 2001/03/18  18:25:17
12649         Log: Integrate perlio.
12650      Branch: perl
12651           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
12652           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
12653           !> t/lib/encode.t toke.c universal.c utf8.c
12654 ____________________________________________________________________________
12655 [  9199] By: nick                                  on 2001/03/18  15:23:51
12656         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
12657              is the sense of the test being done. Avoid some magical 127 and 128 values
12658              by using macros.
12659      Branch: perlio
12660            ! doop.c pp_ctl.c sv.c toke.c
12661 ____________________________________________________________________________
12662 [  9198] By: nick                                  on 2001/03/18  14:18:12
12663         Log: UTF-X encoding invariance for Encode:
12664              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
12665              - move the XS code for those to universal.c (so in miniperl)
12666              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
12667              - change ext/Encode/compile to use above.
12668              - Fix t/lib/encode.t for above
12669              - Teach t/lib/b.t to expect -uutf8
12670              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
12671              utf8.pm is needed.
12672      Branch: perlio
12673            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
12674            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
12675 ____________________________________________________________________________
12676 [  9197] By: gsar                                  on 2001/03/18  12:15:57
12677         Log: more thorough cleaning of arenas--keep going until no more
12678              SvREFCNT_dec()s occur (this fixes the problem that causes the
12679              pesky "Scalars leaked" warnings)
12680      Branch: maint-5.6/perl
12681            ! embed.pl perl.c proto.h sv.c t/op/sort.t
12682 ____________________________________________________________________________
12683 [  9196] By: nick                                  on 2001/03/18  10:57:29
12684         Log: Fix pragma/utf8.t # 15
12685              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
12686              are SvUTF8 as well.
12687      Branch: perlio
12688            ! toke.c
12689 ____________________________________________________________________________
12690 [  9195] By: nick                                  on 2001/03/18  09:27:06
12691         Log: Integrate mainline
12692      Branch: perlio
12693           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
12694           !> t/op/pat.t
12695 ____________________________________________________________________________
12696 [  9194] By: jhi                                   on 2001/03/18  05:29:59
12697         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
12698              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
12699      Branch: perl
12700            ! op.c op.h t/op/misc.t t/op/pat.t
12701 ____________________________________________________________________________
12702 [  9193] By: jhi                                   on 2001/03/18  05:15:06
12703         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
12704      Branch: perl
12705            ! mg.c t/op/pat.t
12706 ____________________________________________________________________________
12707 [  9192] By: jhi                                   on 2001/03/18  04:22:43
12708         Log: tr/// UTF-8 patches from Inaba Hiroto.
12709      Branch: perl
12710            ! doop.c op.c
12711 ____________________________________________________________________________
12712 [  9191] By: jhi                                   on 2001/03/18  04:21:17
12713         Log: Integrate perlio.
12714      Branch: perl
12715           !> utf8.c utfebcdic.h
12716 ____________________________________________________________________________
12717 [  9190] By: nick                                  on 2001/03/17  20:32:01
12718         Log: Correct #if EBCDIC side typos.
12719              Builds and passes many tests on OS390.
12720      Branch: perlio
12721            ! utf8.c utfebcdic.h
12722 ____________________________________________________________________________
12723 [  9189] By: jhi                                   on 2001/03/17  18:55:49
12724         Log: Add prerequisites for the perl.third target.
12725      Branch: perl
12726            ! Makefile.SH
12727 ____________________________________________________________________________
12728 [  9188] By: jhi                                   on 2001/03/17  18:46:00
12729         Log: Integrate perlio.
12730      Branch: perl
12731           +> utfebcdic.h
12732           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
12733 ____________________________________________________________________________
12734 [  9187] By: jhi                                   on 2001/03/17  18:38:47
12735         Log: Add a make rule for perl.third (the Third Degree memory debugging
12736              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
12737      Branch: perl
12738            ! Makefile.SH
12739 ____________________________________________________________________________
12740 [  9186] By: nick                                  on 2001/03/17  18:34:48
12741         Log: MANIFEST addition :-(
12742      Branch: perlio
12743            ! MANIFEST
12744 ____________________________________________________________________________
12745 [  9185] By: nick                                  on 2001/03/17  18:29:50
12746         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
12747              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
12748              a superset of ASCII are invariant under the encoding. This is EBCDIC
12749              friendly as an encoded string can be looked at as being EBCDIC by lexer
12750              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
12751              ASCII on ASCII machines.
12752              
12753              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
12754              seperate.
12755              - Add some more macros to comprehend different shift amounts and
12756              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
12757              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
12758              and conditionaly #include it.
12759              
12760              EBCDIC build as yet untested.  ASCII still fails the one test.
12761      Branch: perlio
12762            + utfebcdic.h
12763            ! utf8.c utf8.h
12764 ____________________________________________________________________________
12765 [  9184] By: nick                                  on 2001/03/17  17:44:16
12766         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
12767      Branch: perlio
12768            ! doop.c perl.h pp.c utf8.h
12769 ____________________________________________________________________________
12770 [  9183] By: jhi                                   on 2001/03/17  15:55:42
12771         Log: Integrate perlio.
12772      Branch: perl
12773            ! MANIFEST
12774           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
12775 ____________________________________________________________________________
12776 [  9182] By: nick                                  on 2001/03/17  09:16:06
12777         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
12778      Branch: perlio
12779            ! t/op/pat.t
12780 ____________________________________________________________________________
12781 [  9181] By: nick                                  on 2001/03/17  09:15:11
12782         Log: Integrate mainline.
12783      Branch: perlio
12784           +> lib/Locale/Constants.pm lib/Locale/Country.pm
12785           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
12786           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
12787           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
12788           !> (integrate 83 files)
12789 ____________________________________________________________________________
12790 [  9180] By: nick                                  on 2001/03/16  17:23:21
12791         Log: EBCDIC Fixes.
12792      Branch: perlio
12793            ! perl.h sv.c toke.c utf8.c utf8.h
12794 ____________________________________________________________________________
12795 [  9179] By: jhi                                   on 2001/03/16  14:10:12
12796         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
12797              a change needed to work around an AIX compiler bug.
12798      Branch: perl
12799            ! ext/Storable/Storable.xs
12800 ____________________________________________________________________________
12801 [  9178] By: jhi                                   on 2001/03/16  03:19:59
12802         Log: With Damian's approval synchronize damian's modules'
12803              licensing with Perl's standard module licensing.
12804      Branch: perl
12805            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
12806 ____________________________________________________________________________
12807 [  9177] By: jhi                                   on 2001/03/16  03:15:34
12808         Log: Make the Filter::Util:Call files have their own copies
12809              of the Perl standard module licensing, from Paul Marquess.
12810      Branch: perl
12811            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
12812 ____________________________________________________________________________
12813 [  9176] By: jhi                                   on 2001/03/16  02:56:04
12814         Log: Subject: [PATCH] more pod patches
12815              From: Michael Stevens <michael@etla.org>
12816              Date: Thu, 15 Mar 2001 21:25:18 +0000
12817              Message-ID: <20010315212518.A18870@firedrake.org>
12818      Branch: perl
12819            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
12820            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
12821            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
12822            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
12823            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
12824            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
12825            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
12826            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
12827            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
12828            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
12829            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
12830            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
12831            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
12832            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
12833            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
12834            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
12835            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
12836            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
12837            ! lib/Locale/Country.pm lib/Locale/Language.pm
12838            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
12839            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
12840            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
12841            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
12842            ! os2/OS2/Process/Process.pm
12843 ____________________________________________________________________________
12844 [  9175] By: jhi                                   on 2001/03/16  02:53:32
12845         Log: Subject: [PATCH] the uncontroversial doc patches
12846              From: Michael Stevens <michael@etla.org>
12847              Date: Thu, 15 Mar 2001 20:01:12 +0000
12848              Message-ID: <20010315200112.A7636@firedrake.org>
12849      Branch: perl
12850            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
12851            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
12852            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
12853            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
12854            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
12855 ____________________________________________________________________________
12856 [  9174] By: jhi                                   on 2001/03/16  02:50:49
12857         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
12858              From: Paul Lindner <lindner@inuus.com>
12859              Date: Fri, 16 Mar 2001 11:28:03 -0800
12860              Message-ID: <20010316112803.A7577@inuus.com>
12861      Branch: perl
12862            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
12863 ____________________________________________________________________________
12864 [  9173] By: nick                                  on 2001/03/15  20:21:03
12865         Log: 1st day's EBCDIC fixes:
12866              - toke.c's parsing of strings needed attention
12867              needed to conditionally e2a if string was already UTF-8
12868              - e2a/a2e tables where wrong way round.
12869              - new macros in utf8.h
12870      Branch: perlio
12871            ! perl.h toke.c utf8.h
12872 ____________________________________________________________________________
12873 [  9172] By: jhi                                   on 2001/03/15  15:17:17
12874         Log: Update Changes.
12875      Branch: perl
12876            ! Changes patchlevel.h
12877 ____________________________________________________________________________
12878 [  9171] By: jhi                                   on 2001/03/15  15:09:32
12879         Log: Subject: Re: Another Borland C++ problem.
12880              From: "Vadim Konovalov" <watman@inbox.ru>
12881              Date: Sat, 10 Mar 2001 19:26:07 +0300
12882              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
12883              
12884              Borland filename case problem.
12885      Branch: perl
12886            + win32/sncfnmcs.pl
12887            ! MANIFEST README.win32
12888 ____________________________________________________________________________
12889 [  9170] By: jhi                                   on 2001/03/15  14:54:23
12890         Log: Add Locale::Codes 1.06, from Neil Bowers.
12891      Branch: perl
12892            + lib/Locale/Constants.pm lib/Locale/Country.pm
12893            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
12894            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
12895            + t/lib/lc-language.t t/lib/lc-uk.t
12896            ! MANIFEST
12897 ____________________________________________________________________________
12898 [  9169] By: jhi                                   on 2001/03/15  14:19:01
12899         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
12900      Branch: perl
12901            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
12902            ! ext/Storable/Storable.xs
12903 ____________________________________________________________________________
12904 [  9168] By: jhi                                   on 2001/03/15  14:13:22
12905         Log: Integrate changes #9120,9167 from mainline to maintperl.
12906              
12907              Subject: [PATCH 5.6.1] OS/2 docs
12908              
12909              Subject: [PATCH 5.6.1] perldoc
12910      Branch: maint-5.6/perl
12911           !> os2/Changes utils/perldoc.PL
12912 ____________________________________________________________________________
12913 [  9167] By: jhi                                   on 2001/03/15  14:07:42
12914         Log: Subject: [PATCH 5.6.1] perldoc
12915              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12916              Date: Wed, 14 Mar 2001 23:46:52 -0500
12917              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
12918      Branch: perl
12919            ! utils/perldoc.PL
12920 ____________________________________________________________________________
12921 [  9166] By: jhi                                   on 2001/03/15  13:53:15
12922         Log: sigaction test condition tweakage.
12923      Branch: perl
12924            ! t/lib/sigaction.t
12925 ____________________________________________________________________________
12926 [  9165] By: alanbur                               on 2001/03/15  03:49:17
12927         Log: Resynchronised with parent
12928      Branch: maint-5.6/pureperl
12929           +> os2/os2add.sym t/op/anonsub.t
12930           !> (integrate 72 files)
12931 ____________________________________________________________________________
12932 [  9164] By: jhi                                   on 2001/03/15  01:05:01
12933         Log: Avoid stomping off the beginning of an array in tr///.
12934      Branch: perl
12935            ! op.c
12936 ____________________________________________________________________________
12937 [  9163] By: jhi                                   on 2001/03/15  00:58:57
12938         Log: h2ph strictness and cleanliness from Kurt Starsinic.
12939      Branch: perl
12940            ! utils/h2ph.PL
12941 ____________________________________________________________________________
12942 [  9162] By: gsar                                  on 2001/03/15  00:56:53
12943         Log: avoid warnings
12944      Branch: maint-5.6/perl
12945            ! t/op/magic.t
12946 ____________________________________________________________________________
12947 [  9161] By: gsar                                  on 2001/03/15  00:52:09
12948         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
12949              results
12950      Branch: maint-5.6/perl
12951            ! t/op/magic.t
12952 ____________________________________________________________________________
12953 [  9160] By: jhi                                   on 2001/03/14  22:02:10
12954         Log: Do not use the Perl malloc in IRIX, suggested by
12955              Helmus Jarausch.
12956      Branch: perl
12957            ! hints/irix_6.sh
12958 ____________________________________________________________________________
12959 [  9159] By: nick                                  on 2001/03/14  21:45:59
12960         Log: Integrate mainline
12961      Branch: perlio
12962           +> t/op/loopctl.t
12963           !> (integrate 41 files)
12964 ____________________________________________________________________________
12965 [  9158] By: jhi                                   on 2001/03/14  21:10:09
12966         Log: The Day of the Retractions continues: the #9138
12967              (integrated in #9144) doesn't work well in mainline.
12968      Branch: perl
12969            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
12970            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
12971            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
12972 ____________________________________________________________________________
12973 [  9157] By: jhi                                   on 2001/03/14  20:58:12
12974         Log: The #9145 CANNOT be enabled: the clear_pmop code still
12975              dumps core all over in Tru64.
12976      Branch: perl
12977            ! op.c op.h t/op/pat.t
12978 ____________________________________________________________________________
12979 [  9156] By: jhi                                   on 2001/03/14  20:48:06
12980         Log: Integrate change #9154 from maintperl to mainline.
12981              
12982              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
12983              (caused Storable 1.0.10 to break on windows)
12984      Branch: perl
12985           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
12986           !> perlapi.c proto.h
12987 ____________________________________________________________________________
12988 [  9155] By: jhi                                   on 2001/03/14  20:23:53
12989         Log: Retract #9136: breaks threading (and binary compatibility).
12990      Branch: perl
12991            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
12992 ____________________________________________________________________________
12993 [  9154] By: gsar                                  on 2001/03/14  17:48:18
12994         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
12995              (caused Storable 1.0.10 to break on windows)
12996      Branch: maint-5.6/perl
12997            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
12998            ! perlapi.c proto.h
12999 ____________________________________________________________________________
13000 [  9153] By: jhi                                   on 2001/03/14  13:35:21
13001         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
13002      Branch: perl
13003            ! t/lib/sigaction.t
13004 ____________________________________________________________________________
13005 [  9152] By: gsar                                  on 2001/03/14  07:29:40
13006         Log: back out changes#9012,9010,9009 and parts of change#9016
13007              (causes ABRs under purify, and some prerequisites don't
13008              seem to be there in 5.6.x)
13009      Branch: maint-5.6/perl
13010            ! doop.c op.c t/op/tr.t toke.c
13011 ____________________________________________________________________________
13012 [  9151] By: gsar                                  on 2001/03/14  07:01:29
13013         Log: reenable change#9145 (the test was busted due to a missing
13014              C<print "ok 27\n">)
13015      Branch: perl
13016            ! op.c op.h t/op/pat.t
13017 ____________________________________________________________________________
13018 [  9150] By: jhi                                   on 2001/03/14  06:38:36
13019         Log: Retract #9145.
13020      Branch: perl
13021            ! op.c op.h t/op/pat.t
13022 ____________________________________________________________________________
13023 [  9149] By: jhi                                   on 2001/03/14  06:14:56
13024         Log: Retract #9143.
13025      Branch: perl
13026            ! op.c
13027 ____________________________________________________________________________
13028 [  9148] By: gsar                                  on 2001/03/14  06:13:02
13029         Log: Uninitialized Memory Read in regexec.c
13030      Branch: perl
13031            ! regexec.c
13032 ____________________________________________________________________________
13033 [  9147] By: jhi                                   on 2001/03/14  04:59:54
13034         Log: Subject: PATCH: make goto work in nested eval ""
13035              From: Robin Houston <robin@kitsite.com>
13036              Date: Wed, 14 Mar 2001 04:16:10 +0000
13037              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
13038      Branch: perl
13039            ! pp_ctl.c t/op/goto.t
13040 ____________________________________________________________________________
13041 [  9146] By: jhi                                   on 2001/03/14  04:42:54
13042         Log: Preserve the #ifdef PERL_CORE in perly.h.
13043      Branch: perl
13044            ! perly.fixer
13045 ____________________________________________________________________________
13046 [  9145] By: jhi                                   on 2001/03/14  03:57:41
13047         Log: (Retracted by #9150.)
13048      Branch: perl
13049            ! op.c op.h t/op/pat.t
13050 ____________________________________________________________________________
13051 [  9144] By: jhi                                   on 2001/03/14  03:50:38
13052         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
13053              
13054              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
13055              
13056              remove squelch controls for "Scalars leaked" messages in most places
13057              (these are now cured)
13058              
13059              fix another memory leak reported by purify (tie callbacks that
13060              croak can leak when wiping out magic)
13061      Branch: perl
13062           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
13063           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
13064           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
13065           !> t/pragma/warnings.t
13066 ____________________________________________________________________________
13067 [  9143] By: jhi                                   on 2001/03/14  03:37:53
13068         Log: (Retracted by #9149.)
13069      Branch: perl
13070            ! op.c
13071 ____________________________________________________________________________
13072 [  9142] By: gsar                                  on 2001/03/14  03:20:48
13073         Log: fix another memory leak reported by purify (tie callbacks that
13074              croak can leak when wiping out magic)
13075      Branch: maint-5.6/perl
13076            ! scope.c
13077 ____________________________________________________________________________
13078 [  9141] By: jhi                                   on 2001/03/14  02:55:00
13079         Log: Subject: PATCH for [ID 20010305.003]
13080              From: Robin Houston <robin@kitsite.com>
13081              Date: Wed, 14 Mar 2001 02:45:51 +0000
13082              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
13083      Branch: perl
13084            ! pp_ctl.c t/op/eval.t
13085 ____________________________________________________________________________
13086 [  9140] By: jhi                                   on 2001/03/14  02:41:54
13087         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
13088              Date: Wed, 14 Mar 2001 01:52:51 +0000
13089              From: Robin Houston <robin@kitsite.com>
13090              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
13091              
13092              Fix for 2000313.004.
13093      Branch: perl
13094            ! pp_ctl.c t/op/goto.t
13095 ____________________________________________________________________________
13096 [  9139] By: jhi                                   on 2001/03/14  02:40:50
13097         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
13098              From: Robin Houston <robin@kitsite.com>
13099              Date: Wed, 14 Mar 2001 00:43:45 +0000
13100              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
13101      Branch: perl
13102            + t/op/loopctl.t
13103            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
13104            ! vms/perly_c.vms
13105 ____________________________________________________________________________
13106 [  9138] By: gsar                                  on 2001/03/14  01:18:00
13107         Log: remove squelch controls for "Scalars leaked" messages in most places
13108              (these are now cured)
13109      Branch: maint-5.6/perl
13110            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
13111            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
13112            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
13113 ____________________________________________________________________________
13114 [  9137] By: gsar                                  on 2001/03/14  00:57:04
13115         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
13116      Branch: maint-5.6/perl
13117            ! regcomp.c
13118 ____________________________________________________________________________
13119 [  9136] By: jhi                                   on 2001/03/13  23:12:24
13120         Log: (Retracted by #9155)
13121              
13122              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
13123              From: Jens-Uwe Mager <jum@helios.de>
13124              Date: Wed, 21 Feb 2001 21:32:04 +0100
13125              Message-ID: <20010221213203.A18340@ans.helios.de>
13126      Branch: perl
13127            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
13128 ____________________________________________________________________________
13129 [  9135] By: jhi                                   on 2001/03/13  22:50:05
13130         Log: Integrate perlio.
13131      Branch: perl
13132           !> pp.c
13133 ____________________________________________________________________________
13134 [  9134] By: jhi                                   on 2001/03/13  22:49:05
13135         Log: Integrate change #9131 from maintperl into mainline.
13136              
13137              make the error text look more consistent in hints/hpux.sh
13138      Branch: perl
13139           !> hints/hpux.sh
13140 ____________________________________________________________________________
13141 [  9133] By: gsar                                  on 2001/03/13  22:46:20
13142         Log: integrate change#9067 from mainline
13143              
13144              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
13145      Branch: maint-5.6/perl
13146           !> lib/ExtUtils/MM_Unix.pm
13147 ____________________________________________________________________________
13148 [  9132] By: jhi                                   on 2001/03/13  22:41:21
13149         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
13150              From: "John P. Linderman" <jpl@research.att.com>
13151              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
13152              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
13153              
13154              A more correct prime finder.
13155      Branch: perl
13156            ! lib/Tie/SubstrHash.pm
13157 ____________________________________________________________________________
13158 [  9131] By: gsar                                  on 2001/03/13  22:30:42
13159         Log: make the error text look more consistent in hints/hpux.sh
13160      Branch: maint-5.6/perl
13161            ! hints/hpux.sh
13162 ____________________________________________________________________________
13163 [  9130] By: jhi                                   on 2001/03/13  22:23:44
13164         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
13165              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13166              Date: Tue, 13 Mar 2001 18:41:26 +0100
13167              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
13168              
13169              If the test is run non-interactively the default handler
13170              is different.
13171      Branch: perl
13172            ! t/lib/sigaction.t
13173 ____________________________________________________________________________
13174 [  9129] By: jhi                                   on 2001/03/13  22:20:21
13175         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
13176              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
13177              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
13178              Date:     Tue, 13 Mar 2001 16:44:32 EST
13179      Branch: perl
13180            ! t/lib/1_compile.t
13181 ____________________________________________________________________________
13182 [  9128] By: jhi                                   on 2001/03/13  22:18:34
13183         Log: Subject: Another patch for integer.pm POD 
13184              From: "John L. Allen" <allen@grumman.com>
13185              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
13186              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
13187      Branch: perl
13188            ! lib/integer.pm
13189 ____________________________________________________________________________
13190 [  9127] By: nick                                  on 2001/03/13  21:26:30
13191         Log: Integrate mainline.
13192      Branch: perlio
13193           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
13194           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
13195           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
13196           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
13197           !> Changes Configure MANIFEST README.os2 README.os390
13198           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
13199           !> os2/Changes patchlevel.h win32/perlhost.h
13200 ____________________________________________________________________________
13201 [  9126] By: nick                                  on 2001/03/13  20:39:51
13202         Log: #ifdef'ed out code to make packed side of pack/unpack
13203              octets. (i.e. pack('U') => encode_utf8).
13204      Branch: perlio
13205            ! pp.c
13206 ____________________________________________________________________________
13207 [  9125] By: jhi                                   on 2001/03/13  15:07:16
13208         Log: Update Changes.
13209      Branch: perl
13210            ! Changes patchlevel.h
13211 ____________________________________________________________________________
13212 [  9124] By: jhi                                   on 2001/03/13  14:22:45
13213         Log: Workaround for the buggy ("internal compiler error")
13214              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
13215              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
13216              of Andreas König.
13217      Branch: perl
13218            ! ext/re/Makefile.PL hints/aix.sh
13219 ____________________________________________________________________________
13220 [  9123] By: jhi                                   on 2001/03/13  03:24:34
13221         Log: Typo in #9114.
13222      Branch: metaconfig
13223            ! U/modified/myhostname.U
13224 ____________________________________________________________________________
13225 [  9122] By: jhi                                   on 2001/03/13  03:24:06
13226         Log: Typo in #9113.
13227      Branch: perl
13228            ! Configure
13229 ____________________________________________________________________________
13230 [  9121] By: jhi                                   on 2001/03/13  01:53:05
13231         Log: Forgot to check-in the larger part of #9120, duh.
13232      Branch: perl
13233            ! README.os2
13234 ____________________________________________________________________________
13235 [  9120] By: jhi                                   on 2001/03/13  01:51:31
13236         Log: Subject: [PATCH 5.6.1] OS/2 docs
13237              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13238              Date: Mon, 12 Mar 2001 03:27:32 -0500
13239              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
13240      Branch: perl
13241            ! os2/Changes
13242 ____________________________________________________________________________
13243 [  9119] By: jhi                                   on 2001/03/13  01:49:41
13244         Log: Integrate change #9116 from maintperl into mainline.
13245              
13246              Win32::GetCwd() returns C: instead of C:\ in the root directory
13247              under ithreads
13248      Branch: perl
13249           !> win32/perlhost.h
13250 ____________________________________________________________________________
13251 [  9118] By: jhi                                   on 2001/03/13  01:13:39
13252         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
13253      Branch: perl
13254            + lib/Switch.pm t/lib/switch.t
13255            ! MANIFEST
13256 ____________________________________________________________________________
13257 [  9117] By: jhi                                   on 2001/03/13  01:03:17
13258         Log: Add Text::Balanced 1.83.
13259      Branch: perl
13260            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
13261            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
13262            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
13263            + t/lib/tb-xvari.t
13264            ! MANIFEST
13265 ____________________________________________________________________________
13266 [  9116] By: gsar                                  on 2001/03/13  00:55:53
13267         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
13268              under ithreads
13269      Branch: maint-5.6/perl
13270            ! win32/perlhost.h
13271 ____________________________________________________________________________
13272 [  9115] By: jhi                                   on 2001/03/13  00:54:09
13273         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
13274              From: "John L. Allen" <allen@grumman.com>
13275              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
13276              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
13277              
13278              use integer document clarification.
13279      Branch: perl
13280            ! lib/integer.pm
13281 ____________________________________________________________________________
13282 [  9114] By: jhi                                   on 2001/03/13  00:38:54
13283         Log: Metaconfig unit change for #9113.
13284      Branch: metaconfig
13285            ! U/modified/myhostname.U
13286 ____________________________________________________________________________
13287 [  9113] By: jhi                                   on 2001/03/13  00:38:35
13288         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?)
13289              From: Peter Prymmer <pvhp@forte.com>
13290              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
13291              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
13292      Branch: perl
13293            ! Configure README.os390 hints/os390.sh
13294 ____________________________________________________________________________
13295 [  9112] By: jhi                                   on 2001/03/13  00:29:00
13296         Log: Integrate perlio.
13297      Branch: perl
13298           !> sv.c utf8.h
13299 ____________________________________________________________________________
13300 [  9111] By: nick                                  on 2001/03/12  21:16:33
13301         Log: Integrate mainline.
13302      Branch: perlio
13303           +> t/op/anonsub.t
13304           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
13305           !> proto.h sv.c
13306 ____________________________________________________________________________
13307 [  9110] By: nick                                  on 2001/03/12  21:00:13
13308         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
13309      Branch: perlio
13310            ! sv.c utf8.h
13311 ____________________________________________________________________________
13312 [  9109] By: jhi                                   on 2001/03/12  16:04:47
13313         Log: Integrate change #9108 from maintperl to mainline.
13314              
13315              fix memory leak in C<sub X { sub {} }> arising from a refcount
13316              loop between the outer sub and the inner prototype anonsub
13317              
13318              this also enables closures returned by subroutines that
13319              subsequently get redefined to work without generating coredumps :)
13320              
13321              completely removed the free_closures() hack--it shouldn't be
13322              needed anymore
13323      Branch: perl
13324           +> t/op/anonsub.t
13325           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
13326           !> proto.h sv.c
13327 ____________________________________________________________________________
13328 [  9108] By: gsar                                  on 2001/03/12  10:21:31
13329         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
13330              loop between the outer sub and the inner prototype anonsub
13331              
13332              this also enables closures returned by subroutines that
13333              subsequently get redefined to work without generating coredumps :)
13334              
13335              completely removed the free_closures() hack--it shouldn't be
13336              needed anymore
13337      Branch: maint-5.6/perl
13338            + t/op/anonsub.t
13339            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
13340            ! proto.h sv.c
13341 ____________________________________________________________________________
13342 [  9107] By: jhi                                   on 2001/03/12  05:15:31
13343         Log: Integrate perlio.
13344      Branch: perl
13345           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
13346 ____________________________________________________________________________
13347 [  9106] By: nick                                  on 2001/03/11  20:10:12
13348         Log: regcomp.c is working in native space, not Unicode space (if different)
13349              as it is doing compare against 'W' in \W etc.
13350      Branch: perlio
13351            ! regcomp.c
13352 ____________________________________________________________________________
13353 [  9105] By: nick                                  on 2001/03/11  19:39:34
13354         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
13355              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
13356      Branch: perlio
13357            ! regcomp.c toke.c utf8.c
13358 ____________________________________________________________________________
13359 [  9104] By: nick                                  on 2001/03/11  18:15:44
13360         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
13361      Branch: perlio
13362            ! sv.c
13363 ____________________________________________________________________________
13364 [  9103] By: nick                                  on 2001/03/11  18:03:28
13365         Log: Integrate mainline (for regexp stuff).
13366      Branch: perlio
13367           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
13368           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
13369           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
13370           !> t/lib/errno.t t/op/pat.t
13371 ____________________________________________________________________________
13372 [  9102] By: nick                                  on 2001/03/11  17:44:20
13373         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
13374              - exclude layer syms in makedef.pl for sfio
13375              - also inhibit Encode from trying to build ":encode()" layer.
13376      Branch: perlio
13377            ! ext/Encode/Encode.xs makedef.pl
13378 ____________________________________________________________________________
13379 [  9101] By: jhi                                   on 2001/03/10  22:38:13
13380         Log: The $Is_MacOS needs to be declared.
13381      Branch: perl
13382            ! lib/ExtUtils/Manifest.pm
13383 ____________________________________________________________________________
13384 [  9100] By: jhi                                   on 2001/03/10  22:14:29
13385         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
13386              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
13387              pollute the symbolspace if using sfio.
13388      Branch: perl
13389            ! ext/Encode/Encode.xs
13390 ____________________________________________________________________________
13391 [  9099] By: jhi                                   on 2001/03/10  21:58:48
13392         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
13393              Date: Sat, 10 Mar 2001 14:23:55 -0500
13394              From: Chris Nandor <pudge@pobox.com>
13395              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
13396      Branch: perl
13397            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
13398            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
13399            ! t/lib/errno.t
13400 ____________________________________________________________________________
13401 [  9098] By: jhi                                   on 2001/03/10  21:38:30
13402         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
13403      Branch: perl
13404            ! regcomp.c regexec.c t/op/pat.t
13405 ____________________________________________________________________________
13406 [  9097] By: jhi                                   on 2001/03/10  14:38:07
13407         Log: Integrate perlio.
13408      Branch: perl
13409           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
13410           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
13411           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
13412 ____________________________________________________________________________
13413 [  9096] By: nick                                  on 2001/03/10  11:55:43
13414         Log: EBCDIC sanity - phase I
13415              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
13416              - use utf8n_xxxx (c.f. pvn) for forms which take length.
13417              - back out vN.N and $^V exceptions to e2a/a2e
13418              - make "locale" isxxx macros be uvchr (may be redundant?)
13419              
13420              Not clear yet that toUPPER_uni et. al. return being handled correctly.
13421              The tr// and rexexp stuff still needs an audit, assumption is they are working
13422              in Unicode space.
13423              
13424              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
13425      Branch: perlio
13426            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
13427            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
13428            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
13429 ____________________________________________________________________________
13430 [  9095] By: jhi                                   on 2001/03/09  22:10:01
13431         Log: Integrate perlio.
13432      Branch: perl
13433           !> dump.c
13434 ____________________________________________________________________________
13435 [  9094] By: nick                                  on 2001/03/09  17:36:38
13436         Log: Builds an passes all tests after integrate and this tweak.
13437      Branch: perlio
13438            ! dump.c
13439 ____________________________________________________________________________
13440 [  9093] By: nick                                  on 2001/03/09  17:16:03
13441         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
13442      Branch: perlio
13443           +> lib/unicode/Scripts.txt t/lib/sigaction.t
13444           !> (integrate 79 files)
13445 ____________________________________________________________________________
13446 [  9092] By: jhi                                   on 2001/03/09  15:28:26
13447         Log: Update Changes.
13448      Branch: perl
13449            ! Changes patchlevel.h
13450 ____________________________________________________________________________
13451 [  9091] By: jhi                                   on 2001/03/09  15:25:05
13452         Log: In op/stat #35 better to scan all the potential directories
13453              for setuids, not just the first one.
13454      Branch: perl
13455            ! t/op/stat.t
13456 ____________________________________________________________________________
13457 [  9090] By: jhi                                   on 2001/03/09  15:01:27
13458         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
13459              From: rspier@pobox.com (Robert Spier)
13460              Date: Fri, 9 Mar 2001 03:30:20 -0500
13461              Message-ID: <15016.38044.381174.160189@rls.cx>
13462              
13463              EXISTS() returning undef mistakenly triggered a FETCH().
13464      Branch: perl
13465            ! hv.c
13466 ____________________________________________________________________________
13467 [  9089] By: jhi                                   on 2001/03/09  14:59:02
13468         Log: Add /sbin and /usr/sbin to the list of directories scanned
13469              for setuid programs.  Takes care of bug id 20010309.003.
13470      Branch: perl
13471            ! t/op/stat.t
13472 ____________________________________________________________________________
13473 [  9088] By: jhi                                   on 2001/03/09  14:48:32
13474         Log: Regen perlapi, perltoc.
13475      Branch: perl
13476            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
13477 ____________________________________________________________________________
13478 [  9087] By: jhi                                   on 2001/03/09  14:38:56
13479         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
13480              From: David Mitchell <davem@fdgroup.co.uk>
13481              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
13482              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
13483      Branch: perl
13484            ! dump.c perl.c perl.h pod/perlrun.pod
13485 ____________________________________________________________________________
13486 [  9086] By: jhi                                   on 2001/03/09  01:47:16
13487         Log: A modified version of
13488              
13489              Subject: [ID 20010307.005] POSIX::sigaction has various problems
13490              From: anders@broadcom.com
13491              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
13492              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
13493              
13494              Currently the sigaction.t test #6 fails (and is fudged to look
13495              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
13496              This may well be a genuine bug in Linux sigaction() (since at
13497              least Tru64, Solaris, and HP-UX disagree with Linux).
13498              Anyone with POSIX / SUSv2 tome handy?  The problem is that
13499              the flags of the oldaction don't match with the flags in
13500              the previously installed disposition.
13501      Branch: perl
13502            + t/lib/sigaction.t
13503            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
13504 ____________________________________________________________________________
13505 [  9085] By: jhi                                   on 2001/03/09  01:30:13
13506         Log: Subject: Re: mission impossible for the day
13507              From: Alex Gough <alex@rcon.org>
13508              Date: Thu, 08 Mar 2001 17:18:19 +0000
13509              Message-ID: <3AA7BEDB.8070409@rcon.org>
13510              
13511              If references (are overloaded) and can be directly stringified,
13512              show that instead of "stringified".
13513              
13514              (The problem, infinite mutual recursion caused by overloaded bool
13515              in Switch.pm, tracked by David Mitchell)
13516      Branch: perl
13517            ! lib/Carp/Heavy.pm
13518 ____________________________________________________________________________
13519 [  9084] By: jhi                                   on 2001/03/09  01:20:39
13520         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
13521              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
13522              From: David Mitchell <davem@fdgroup.co.uk>
13523              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
13524      Branch: perl
13525            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
13526            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
13527 ____________________________________________________________________________
13528 [  9083] By: jhi                                   on 2001/03/09  01:16:51
13529         Log: Subject: [PATCH] perldata.pod here-doc docs
13530              From: Jeff Pinyan <jeffp@crusoe.net>
13531              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
13532              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
13533      Branch: perl
13534            ! pod/perldata.pod
13535 ____________________________________________________________________________
13536 [  9082] By: jhi                                   on 2001/03/09  01:01:27
13537         Log: Subject: Re: Unicode/EBCDIC
13538              From: Peter Prymmer <pvhp@forte.com>
13539              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
13540              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
13541      Branch: perl
13542            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
13543 ____________________________________________________________________________
13544 [  9081] By: jhi                                   on 2001/03/08  13:41:30
13545         Log: Subject: Ooops, wrong 'no *POSIX' Patch
13546              From: Dorner Thomas <Thomas.Dorner@start.de>
13547              Date: Thu, 8 Mar 2001 08:43:28 +0100
13548              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
13549      Branch: perl
13550            ! hints/posix-bc.sh
13551 ____________________________________________________________________________
13552 [  9080] By: jhi                                   on 2001/03/08  13:11:42
13553         Log: It's Scripts.txt, not Script.txt.
13554      Branch: perl
13555            ! MANIFEST
13556 ____________________________________________________________________________
13557 [  9079] By: jhi                                   on 2001/03/08  12:59:05
13558         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
13559              From: Dorner Thomas <Thomas.Dorner@start.de>
13560              Date: Wed, 7 Mar 2001 14:13:31 +0100
13561              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
13562      Branch: perl
13563            ! makedepend.SH
13564 ____________________________________________________________________________
13565 [  9078] By: jhi                                   on 2001/03/08  12:57:43
13566         Log: Retract #9069, wrong patch.
13567      Branch: perl
13568            ! Makefile.SH
13569 ____________________________________________________________________________
13570 [  9077] By: jhi                                   on 2001/03/08  01:06:13
13571         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
13572      Branch: perl
13573            + lib/unicode/Scripts.txt
13574            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
13575            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
13576            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
13577            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
13578            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
13579            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
13580            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
13581            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
13582            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
13583            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
13584            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
13585            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
13586            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
13587            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
13588            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
13589            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
13590            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
13591            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
13592            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
13593            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
13594            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
13595            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
13596            ! lib/unicode/version
13597 ____________________________________________________________________________
13598 [  9076] By: jhi                                   on 2001/03/07  22:59:39
13599         Log: Integrate change #7784 from mainline into maintperl.
13600              
13601              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
13602      Branch: maint-5.6/perl
13603           !> pp_ctl.c t/op/pat.t
13604 ____________________________________________________________________________
13605 [  9075] By: jhi                                   on 2001/03/07  22:05:11
13606         Log: More UTF-8 test tweaks.
13607      Branch: perl
13608            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
13609 ____________________________________________________________________________
13610 [  9074] By: nick                                  on 2001/03/07  21:39:29
13611         Log: Integrate mainline.
13612      Branch: perlio
13613           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
13614           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
13615           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
13616           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
13617           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
13618 ____________________________________________________________________________
13619 [  9073] By: jhi                                   on 2001/03/07  16:37:09
13620         Log: Update Changes.
13621      Branch: perl
13622            ! Changes patchlevel.h
13623 ____________________________________________________________________________
13624 [  9072] By: jhi                                   on 2001/03/07  16:32:30
13625         Log: Subject: [ID 20010306.004] || != named unary operator
13626              From: abela@geneanet.org
13627              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
13628              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
13629      Branch: perl
13630            ! pod/perlop.pod
13631 ____________________________________________________________________________
13632 [  9071] By: jhi                                   on 2001/03/07  15:14:11
13633         Log: Subject: downgrading to bytes for common functions
13634              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
13635              Date: Wed, 7 Mar 2001 02:36:55 -0500
13636              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
13637      Branch: perl
13638            ! pp_sys.c
13639 ____________________________________________________________________________
13640 [  9070] By: jhi                                   on 2001/03/07  15:04:58
13641         Log: Clarify the description differentiating for and while; inspired by
13642              
13643              Subject: [ID 20010306.002] for/while difference in for definition
13644              From: abela@geneanet.org
13645              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
13646              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
13647      Branch: perl
13648            ! pod/perlsyn.pod
13649 ____________________________________________________________________________
13650 [  9069] By: jhi                                   on 2001/03/07  14:55:30
13651         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
13652              From: Dorner Thomas <Thomas.Dorner@start.de>
13653              Date: Wed, 7 Mar 2001 14:13:31 +0100
13654              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
13655      Branch: perl
13656            ! Makefile.SH
13657 ____________________________________________________________________________
13658 [  9068] By: jhi                                   on 2001/03/07  14:51:17
13659         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
13660              From: Radu Greab <radu@netsoft.ro>
13661              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
13662              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
13663      Branch: perl
13664            ! pp.c t/op/chop.t
13665 ____________________________________________________________________________
13666 [  9067] By: jhi                                   on 2001/03/07  14:48:57
13667         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
13668              From: Simon Cozens <simon@netthink.co.uk>
13669              Date: Wed, 7 Mar 2001 13:59:28 +0000
13670              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
13671              
13672              In order to allow MakeMaker to build correct Makefiles,
13673              you need to change the order of the arguments in MM_Unix.pm
13674              as well. (Unless you have C89_CCMODE set, but we're trying
13675              to be POSIXly correct)
13676              
13677              Thanks to Merijn Broeren for tracking this down.
13678      Branch: perl
13679            ! lib/ExtUtils/MM_Unix.pm
13680 ____________________________________________________________________________
13681 [  9066] By: jhi                                   on 2001/03/07  14:30:02
13682         Log: Floating point too messy.
13683      Branch: perl
13684            ! t/camel-III/vstring.t
13685 ____________________________________________________________________________
13686 [  9065] By: jhi                                   on 2001/03/07  14:17:44
13687         Log: Integrate change #9064 from maintperl into mainline.
13688              
13689              fix memory leak in pack("Bb",...)
13690      Branch: perl
13691           !> perl.c
13692 ____________________________________________________________________________
13693 [  9064] By: gsar                                  on 2001/03/07  06:29:24
13694         Log: fix memory leak in pack("Bb",...)
13695      Branch: maint-5.6/perl
13696            ! perl.c
13697 ____________________________________________________________________________
13698 [  9063] By: jhi                                   on 2001/03/07  00:55:04
13699         Log: Major utf8 test reorganisation and rewrite.
13700              Hopefully no tests were lost in the shuffle.
13701              (The beginning of pragma/utf8 was lost intentionally,
13702              the tests were rather bogus and incomplete.)
13703      Branch: perl
13704            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
13705            ! t/pragma/utf8.t
13706 ____________________________________________________________________________
13707 [  9062] By: jhi                                   on 2001/03/07  00:41:16
13708         Log: More tweakage on the Unicode character class descriptions.
13709      Branch: perl
13710            ! lib/unicode/mktables.PL pod/perlretut.pod
13711 ____________________________________________________________________________
13712 [  9061] By: jhi                                   on 2001/03/06  23:12:38
13713         Log: The perlretut was still talking about the old \p and \P
13714              definitions.
13715      Branch: perl
13716            ! pod/perlretut.pod
13717 ____________________________________________________________________________
13718 [  9060] By: nick                                  on 2001/03/06  20:52:37
13719         Log: Integrate mainline (make test works again now).
13720      Branch: perlio
13721           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
13722 ____________________________________________________________________________
13723 [  9059] By: jhi                                   on 2001/03/06  15:36:14
13724         Log: 0.999... does equal 1.0, doesn't it?
13725      Branch: perl
13726            ! t/camel-III/vstring.t
13727 ____________________________________________________________________________
13728 [  9058] By: jhi                                   on 2001/03/06  15:34:00
13729         Log: Make /x{abcd}/ to work without use utf8.
13730      Branch: perl
13731            ! regcomp.c
13732 ____________________________________________________________________________
13733 [  9057] By: jhi                                   on 2001/03/06  03:02:36
13734         Log: Easier to outcomment all the three reset() tests for now.
13735      Branch: perl
13736            ! t/op/pat.t
13737 ____________________________________________________________________________
13738 [  9056] By: jhi                                   on 2001/03/06  02:30:02
13739         Log: Comment out the deadly reset; until the 20010301.005
13740              is finally fixed.
13741      Branch: perl
13742            ! t/op/pat.t
13743 ____________________________________________________________________________
13744 [  9055] By: jhi                                   on 2001/03/06  02:21:26
13745         Log: Integrate the change #9054 from mainline:
13746              retract the PMOP cleanup patch pending further investigation.
13747      Branch: maint-5.6/perl
13748           !> op.c op.h
13749 ____________________________________________________________________________
13750 [  9054] By: jhi                                   on 2001/03/06  02:19:57
13751         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
13752              with oddly familiar stack traces.
13753      Branch: perl
13754            ! op.c op.h
13755 ____________________________________________________________________________
13756 [  9053] By: jhi                                   on 2001/03/05  23:20:28
13757         Log: Integrate perlio.
13758      Branch: perl
13759           +> ext/Encode/Encode/koi8-r.ucm
13760           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
13761           !> makedef.pl
13762 ____________________________________________________________________________
13763 [  9052] By: nick                                  on 2001/03/05  23:08:17
13764         Log: skipping USE_PERLIO symbols correction.
13765      Branch: perlio
13766            ! makedef.pl
13767 ____________________________________________________________________________
13768 [  9051] By: nick                                  on 2001/03/05  22:35:07
13769         Log: More Encode alias tidying.
13770      Branch: perlio
13771            + ext/Encode/Encode/koi8-r.ucm
13772            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
13773 ____________________________________________________________________________
13774 [  9050] By: jhi                                   on 2001/03/05  21:44:29
13775         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
13776              Sarathy's fix for ID 20010301.005.
13777      Branch: maint-5.6/perl
13778           !> op.c op.h
13779 ____________________________________________________________________________
13780 [  9049] By: nick                                  on 2001/03/05  19:54:04
13781         Log: Integrate Jarkko's Encode.pm tweak.
13782      Branch: perlio
13783           !> ext/Encode/Encode.pm
13784 ____________________________________________________________________________
13785 [  9048] By: nick                                  on 2001/03/05  19:47:57
13786         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
13787      Branch: perlio
13788           +> os2/os2add.sym
13789           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
13790           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
13791           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
13792           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
13793           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
13794 ____________________________________________________________________________
13795 [  9047] By: jhi                                   on 2001/03/05  19:25:26
13796         Log: Regen perlapi.
13797      Branch: perl
13798            ! pod/perlapi.pod
13799 ____________________________________________________________________________
13800 [  9046] By: jhi                                   on 2001/03/05  19:12:14
13801         Log: Integrate perlio.
13802      Branch: perl
13803           +> t/camel-III/vstring.t
13804           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
13805 ____________________________________________________________________________
13806 [  9045] By: jhi                                   on 2001/03/05  19:10:36
13807         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
13808      Branch: perl
13809            ! ext/Encode/Encode.pm
13810 ____________________________________________________________________________
13811 [  9044] By: jhi                                   on 2001/03/05  18:49:12
13812         Log: Forgot the other half of the PMOP patch (#9033).
13813      Branch: perl
13814            ! op.h
13815 ____________________________________________________________________________
13816 [  9043] By: nick                                  on 2001/03/05  18:14:47
13817         Log: Update MANIFEST for new test.
13818      Branch: perlio
13819            ! MANIFEST
13820 ____________________________________________________________________________
13821 [  9042] By: nick                                  on 2001/03/05  18:12:41
13822         Log: Some tests for Camel 3rd edition features.
13823              Make gethostbyaddr() test in above work.
13824      Branch: perlio
13825            + t/camel-III/vstring.t
13826            ! pp.h pp_sys.c t/TEST t/harness
13827 ____________________________________________________________________________
13828 [  9041] By: jhi                                   on 2001/03/05  17:41:48
13829         Log: Add more ISO 8859 encoding aliases.
13830      Branch: perl
13831            ! ext/Encode/Encode.pm
13832 ____________________________________________________________________________
13833 [  9040] By: jhi                                   on 2001/03/05  17:30:43
13834         Log: Integrate perlio.
13835      Branch: perl
13836           !> MANIFEST sv.c
13837 ____________________________________________________________________________
13838 [  9039] By: nick                                  on 2001/03/05  17:11:36
13839         Log: Missed added file.
13840      Branch: perlio
13841            ! MANIFEST
13842 ____________________________________________________________________________
13843 [  9038] By: jhi                                   on 2001/03/05  15:58:01
13844         Log: Add tr tests for EBCDIC, from Karsten Sperling.
13845      Branch: perl
13846            ! t/op/tr.t
13847 ____________________________________________________________________________
13848 [  9037] By: nick                                  on 2001/03/05  15:56:35
13849         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
13850              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
13851              
13852              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
13853              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
13854              - uses SvPV() rather than sv_2pv() in case it isn't a string.
13855      Branch: perlio
13856            ! sv.c
13857 ____________________________________________________________________________
13858 [  9036] By: jhi                                   on 2001/03/05  15:49:15
13859         Log: Add matching tests currently failing in EBCDIC,
13860              suggested by Karsten Sperling.
13861      Branch: perl
13862            ! t/op/pat.t
13863 ____________________________________________________________________________
13864 [  9035] By: jhi                                   on 2001/03/05  15:36:55
13865         Log: The #9034 needs a MANIFESTation.
13866      Branch: perl
13867            ! MANIFEST
13868 ____________________________________________________________________________
13869 [  9034] By: jhi                                   on 2001/03/05  15:35:14
13870         Log: Integrate perlio.
13871      Branch: perl
13872           +> ext/Encode/Encode/Tcl.pm
13873           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
13874           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
13875           !> ext/Encode/Encode/iso8859-1.ucm
13876           !> ext/Encode/Encode/iso8859-10.ucm
13877           !> ext/Encode/Encode/iso8859-13.ucm
13878           !> ext/Encode/Encode/iso8859-14.ucm
13879           !> ext/Encode/Encode/iso8859-15.ucm
13880           !> ext/Encode/Encode/iso8859-16.ucm
13881           !> ext/Encode/Encode/iso8859-2.ucm
13882           !> ext/Encode/Encode/iso8859-3.ucm
13883           !> ext/Encode/Encode/iso8859-4.ucm
13884           !> ext/Encode/Encode/iso8859-5.ucm
13885           !> ext/Encode/Encode/iso8859-6.ucm
13886           !> ext/Encode/Encode/iso8859-7.ucm
13887           !> ext/Encode/Encode/iso8859-8.ucm
13888           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
13889           !> t/lib/encode.t
13890 ____________________________________________________________________________
13891 [  9033] By: jhi                                   on 2001/03/05  15:33:18
13892         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
13893              From: Gurusamy Sarathy <gsar@ActiveState.com>
13894              Date: Sun, 04 Mar 2001 22:33:15 -0800
13895              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
13896              
13897              PMOPs need to remember their own stash so that they can
13898              gracefully remove themselves from their linked list.
13899      Branch: perl
13900            ! op.c
13901 ____________________________________________________________________________
13902 [  9032] By: nick                                  on 2001/03/05  14:51:50
13903         Log: Encode implementation "completion"
13904              Implement and document define_encoding()
13905              Implement and document encoding aliases including define_alias()
13906              Make Encode::XS use define_encoding() rather than back-door.
13907              Move run-time *.enc to separate Encode::Tcl module.
13908              Make 'compile' honour <codeset_name>
13909              Change canonical names of to iso-8859-* and US-ascii.
13910      Branch: perlio
13911            + ext/Encode/Encode/Tcl.pm
13912            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
13913            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
13914            ! ext/Encode/Encode/iso8859-1.ucm
13915            ! ext/Encode/Encode/iso8859-10.ucm
13916            ! ext/Encode/Encode/iso8859-13.ucm
13917            ! ext/Encode/Encode/iso8859-14.ucm
13918            ! ext/Encode/Encode/iso8859-15.ucm
13919            ! ext/Encode/Encode/iso8859-16.ucm
13920            ! ext/Encode/Encode/iso8859-2.ucm
13921            ! ext/Encode/Encode/iso8859-3.ucm
13922            ! ext/Encode/Encode/iso8859-4.ucm
13923            ! ext/Encode/Encode/iso8859-5.ucm
13924            ! ext/Encode/Encode/iso8859-6.ucm
13925            ! ext/Encode/Encode/iso8859-7.ucm
13926            ! ext/Encode/Encode/iso8859-8.ucm
13927            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
13928            ! t/lib/encode.t
13929 ____________________________________________________________________________
13930 [  9031] By: jhi                                   on 2001/03/05  13:51:17
13931         Log: Integrate change #9030 from maintperl into mainline.
13932              
13933              Subject: [PATCH 5.6.1] OS/2 cleanup
13934      Branch: perl
13935           +> os2/os2add.sym
13936           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
13937           !> makedef.pl os2/Changes os2/Makefile.SHs
13938           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
13939           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
13940           !> os2/os2.sym os2/os2ish.h
13941 ____________________________________________________________________________
13942 [  9030] By: jhi                                   on 2001/03/05  13:46:49
13943         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
13944              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13945              Date: Mon, 5 Mar 2001 02:29:44 -0500
13946              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
13947      Branch: maint-5.6/perl
13948            + os2/os2add.sym
13949            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
13950            ! makedef.pl os2/Changes os2/Makefile.SHs
13951            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
13952            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
13953            ! os2/os2.sym os2/os2ish.h
13954 ____________________________________________________________________________
13955 [  9029] By: jhi                                   on 2001/03/05  13:40:35
13956         Log: Integrate change #9028 from maintperl into mainline.
13957              
13958              various nits in MM_Unix.pm found by disabling SelfLoader
13959      Branch: perl
13960           !> lib/ExtUtils/MM_Unix.pm
13961 ____________________________________________________________________________
13962 [  9028] By: gsar                                  on 2001/03/05  09:58:38
13963         Log: various nits in MM_Unix.pm found by disabling SelfLoader
13964      Branch: maint-5.6/perl
13965            ! lib/ExtUtils/MM_Unix.pm
13966 ____________________________________________________________________________
13967 [  9027] By: nick                                  on 2001/03/05  08:35:22
13968         Log: Integrate mainline
13969      Branch: perlio
13970           !> (integrate 28 files)
13971 ____________________________________________________________________________
13972 [  9026] By: jhi                                   on 2001/03/05  02:14:59
13973         Log: Integrate change #9025 from mainline to maintperl,
13974              retract \N{U+HHHH}.
13975      Branch: maint-5.6/perl
13976           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
13977           !> t/lib/charnames.t toke.c
13978 ____________________________________________________________________________
13979 [  9025] By: jhi                                   on 2001/03/05  02:13:09
13980         Log: Retracting \N{U+HHHH}.
13981      Branch: perl
13982            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
13983            ! t/lib/charnames.t toke.c
13984 ____________________________________________________________________________
13985 [  9024] By: jhi                                   on 2001/03/04  20:51:07
13986         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
13987              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
13988              Date: Fri, 02 Mar 2001 18:25:26 +0100
13989              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
13990              
13991              Casting problem.
13992      Branch: perl
13993            ! ext/Storable/Storable.xs
13994 ____________________________________________________________________________
13995 [  9023] By: jhi                                   on 2001/03/04  19:46:45
13996         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
13997              From: nick@talking.bollo.cx
13998              Date: Sat, 03 Mar 2001 21:41:33 +0000
13999              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
14000              
14001              Revert the workaround.
14002      Branch: perl
14003            ! perlio.c
14004 ____________________________________________________________________________
14005 [  9022] By: jhi                                   on 2001/03/04  19:36:28
14006         Log: Update Changes.
14007      Branch: perl
14008            ! Changes patchlevel.h
14009 ____________________________________________________________________________
14010 [  9021] By: jhi                                   on 2001/03/04  18:41:00
14011         Log: makedef.pl updates suggested by Chris Nandor; double-checking
14012              the changes in AIX, OS/2 Win32 would be nice.
14013      Branch: perl
14014            ! makedef.pl
14015 ____________________________________________________________________________
14016 [  9020] By: jhi                                   on 2001/03/04  18:23:58
14017         Log: Integrate change #9012 from maintperl into mainline,
14018              quench a compiler warning.
14019      Branch: perl
14020           !> toke.c
14021 ____________________________________________________________________________
14022 [  9019] By: jhi                                   on 2001/03/04  18:18:43
14023         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
14024              
14025              \N{U+HHHH} fix.
14026              
14027              pattern in G_ARRAY context
14028      Branch: maint-5.6/perl
14029           !> pp_hot.c t/op/pat.t toke.c
14030 ____________________________________________________________________________
14031 [  9018] By: jhi                                   on 2001/03/04  18:07:48
14032         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
14033              From: Jeff Pinyan <jeffp@crusoe.net>
14034              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
14035              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
14036      Branch: perl
14037            ! pp_hot.c t/op/pat.t
14038 ____________________________________________________________________________
14039 [  9017] By: jhi                                   on 2001/03/04  18:06:21
14040         Log: I thought I tested the #9014.
14041      Branch: perl
14042            ! toke.c
14043 ____________________________________________________________________________
14044 [  9016] By: jhi                                   on 2001/03/04  17:41:22
14045         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
14046              
14047              Tweak the get*ent() OS/2 prototypes.
14048              
14049              Add the \N{U+HHHH} syntax.
14050              
14051              More tr/// UTF-8 fixes from Inaba Hiroto.
14052      Branch: maint-5.6/perl
14053           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
14054           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
14055 ____________________________________________________________________________
14056 [  9015] By: jhi                                   on 2001/03/04  17:36:04
14057         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
14058      Branch: perl
14059            ! doop.c t/op/tr.t
14060 ____________________________________________________________________________
14061 [  9014] By: jhi                                   on 2001/03/04  17:24:49
14062         Log: Add the \N{U+HHHH} syntax.
14063      Branch: perl
14064            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
14065            ! t/lib/charnames.t toke.c
14066 ____________________________________________________________________________
14067 [  9013] By: jhi                                   on 2001/03/04  17:20:45
14068         Log: Tweak the get*ent() OS/2 prototypes.
14069      Branch: perl
14070            ! os2/os2.c
14071 ____________________________________________________________________________
14072 [  9012] By: gsar                                  on 2001/03/04  06:26:14
14073         Log: avoid warning (nit in change#9009)
14074      Branch: maint-5.6/perl
14075            ! toke.c
14076 ____________________________________________________________________________
14077 [  9011] By: gsar                                  on 2001/03/04  06:15:24
14078         Log: lib/charnames.t fails in 5.6.x because of older Unicode
14079              data
14080              
14081              TODO: need to revisit this after updating lib/unicode/...
14082      Branch: maint-5.6/perl
14083            ! t/lib/charnames.t
14084 ____________________________________________________________________________
14085 [  9010] By: gsar                                  on 2001/03/04  06:08:36
14086         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
14087      Branch: maint-5.6/perl
14088            ! toke.c
14089 ____________________________________________________________________________
14090 [  9009] By: jhi                                   on 2001/03/03  19:27:20
14091         Log: Integrate change #9008 from mainline to maintperl,
14092              UTF-8 tr/// fixes from Inaba Hiroto.
14093      Branch: maint-5.6/perl
14094           !> doop.c op.c t/op/tr.t toke.c
14095 ____________________________________________________________________________
14096 [  9008] By: jhi                                   on 2001/03/03  19:19:42
14097         Log: UTF8 tr/// fixes from Inaba Hiroto.
14098      Branch: perl
14099            ! doop.c op.c t/op/tr.t toke.c
14100 ____________________________________________________________________________
14101 [  9007] By: jhi                                   on 2001/03/03  19:00:30
14102         Log: Integrate change #9006 from maintperl to mainline,
14103              more robust quest for the infinite.
14104      Branch: perl
14105           !> lib/Math/Complex.pm
14106 ____________________________________________________________________________
14107 [  9006] By: jhi                                   on 2001/03/03  18:58:06
14108         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
14109              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14110              Date: Sat, 3 Mar 2001 12:51:50 -0500
14111              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
14112              
14113              Be more robust in our quest for the infinite.
14114      Branch: maint-5.6/perl
14115            ! lib/Math/Complex.pm
14116 ____________________________________________________________________________
14117 [  9005] By: jhi                                   on 2001/03/03  17:55:50
14118         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
14119      Branch: maint-5.6/perl
14120            ! doio.c
14121 ____________________________________________________________________________
14122 [  9004] By: jhi                                   on 2001/03/03  17:40:14
14123         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
14124              so that picky compilers like IRIX won't get huffy about
14125              "statements without effect" (like 1;).
14126      Branch: perl
14127            ! toke.c
14128 ____________________________________________________________________________
14129 [  9003] By: jhi                                   on 2001/03/03  17:15:52
14130         Log: Integrate change #9002 from mainline to maintperl.
14131              
14132              Subject: [perl-5.6.x, perl-current] accept for EPOC
14133      Branch: maint-5.6/perl
14134           !> pp_sys.c
14135 ____________________________________________________________________________
14136 [  9002] By: jhi                                   on 2001/03/03  17:14:30
14137         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
14138              From: Olaf Flebbe <O.Flebbe@science-computing.de>
14139              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
14140              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
14141      Branch: perl
14142            ! pp_sys.c
14143 ____________________________________________________________________________
14144 [  9001] By: jhi                                   on 2001/03/03  17:13:13
14145         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
14146              From: "Craig A. Berry" <craigberry@mac.com>
14147              Date: Fri, 02 Mar 2001 17:44:40 -0600
14148              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
14149      Branch: perl
14150            ! t/pod/find.t
14151 ____________________________________________________________________________
14152 [  9000] By: jhi                                   on 2001/03/03  17:11:55
14153         Log: Integrate changes #8997,8999 from maintperl.
14154              
14155              Subject: [PATCH 5.6.1] compiling on OS/2
14156              (Better error message from hints/os2.sh)
14157              
14158              Subject: [PATCH 5.6.1] syslog.t
14159      Branch: perl
14160           !> hints/os2.sh t/lib/syslog.t
14161 ____________________________________________________________________________
14162 [  8999] By: jhi                                   on 2001/03/03  17:09:28
14163         Log: Subject: [PATCH 5.6.1] syslog.t
14164              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14165              Date: Sat, 3 Mar 2001 02:11:17 -0500
14166              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
14167      Branch: maint-5.6/perl
14168            ! t/lib/syslog.t
14169 ____________________________________________________________________________
14170 [  8998] By: jhi                                   on 2001/03/03  17:07:50
14171         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
14172              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14173              Date: Sat, 3 Mar 2001 01:53:52 -0500
14174              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
14175      Branch: maint-5.6/perl
14176            ! opcode.pl os2/os2.c
14177 ____________________________________________________________________________
14178 [  8997] By: jhi                                   on 2001/03/03  17:03:30
14179         Log: Subject: [PATCH 5.6.1] compiling on OS/2
14180              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14181              Date: Sat, 3 Mar 2001 01:59:59 -0500
14182              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
14183      Branch: maint-5.6/perl
14184            ! hints/os2.sh
14185 ____________________________________________________________________________
14186 [  8996] By: jhi                                   on 2001/03/03  00:55:58
14187         Log: Regen files for mainline.
14188      Branch: perl
14189            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14190            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
14191 ____________________________________________________________________________
14192 [  8995] By: jhi                                   on 2001/03/03  00:35:22
14193         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
14194              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
14195              to maintperl.
14196              
14197              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
14198              
14199              Add Configure option -Dmksymlinks which will create a symlink
14200              forest if the current/build differs from the source directory.
14201              (8218,8220,8221,8317,8318,8971)
14202              
14203              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
14204              (Document APPLLIB_EXP in INSTALL.)
14205              
14206              If running byacc write-enable also perly.h.
14207              
14208              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
14209              
14210              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
14211              
14212              Sanity check for conflicting thread flavours.
14213              
14214              Fix the sys/fcntl.h problem reported by Peter Prymmer.
14215              
14216              Add few CPUs/architectures to the Cppsym scan,
14217              add -perlio to archname if so selected (modified 8890)
14218              
14219              Be more helpful for devel builders, suggested by John L. Allen.
14220              (admittedly pointless change for maintperl, but the usedevel
14221              code is there already)
14222      Branch: maint-5.6/perl
14223           !> Configure INSTALL Makefile.SH Porting/Glossary
14224           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
14225           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
14226           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
14227           !> win32/config.bc win32/config.gc win32/config.vc
14228 ____________________________________________________________________________
14229 [  8994] By: jhi                                   on 2001/03/02  23:31:41
14230         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
14231      Branch: metaconfig/U/perl
14232            ! gccvers.U
14233 ____________________________________________________________________________
14234 [  8993] By: jhi                                   on 2001/03/02  23:22:12
14235         Log: Regenerate various files for maint.
14236      Branch: maint-5.6/perl
14237            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
14238            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
14239 ____________________________________________________________________________
14240 [  8992] By: alanbur                               on 2001/03/02  22:48:34
14241         Log: Resync wuth parent
14242      Branch: maint-5.6/pureperl
14243           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
14244           !> (integrate 60 files)
14245 ____________________________________________________________________________
14246 [  8991] By: jhi                                   on 2001/03/02  21:00:08
14247         Log: Retract the #8742 part of #8986, backward compat.
14248      Branch: maint-5.6/perl
14249            ! embed.pl
14250 ____________________________________________________________________________
14251 [  8990] By: jhi                                   on 2001/03/02  20:40:07
14252         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
14253      Branch: maint-5.6/perl
14254            ! hv.c
14255 ____________________________________________________________________________
14256 [  8989] By: jhi                                   on 2001/03/02  19:59:56
14257         Log: Update Changes.
14258      Branch: perl
14259            ! Changes patchlevel.h
14260 ____________________________________________________________________________
14261 [  8988] By: jhi                                   on 2001/03/02  19:57:08
14262         Log: Integrate perlio.
14263      Branch: perl
14264           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
14265           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
14266           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
14267           !> ext/Encode/Encode/iso8859-10.ucm
14268           !> ext/Encode/Encode/iso8859-13.ucm
14269           !> ext/Encode/Encode/iso8859-14.ucm
14270           !> ext/Encode/Encode/iso8859-15.ucm
14271           !> ext/Encode/Encode/iso8859-16.ucm
14272           !> ext/Encode/Encode/iso8859-2.ucm
14273           !> ext/Encode/Encode/iso8859-3.ucm
14274           !> ext/Encode/Encode/iso8859-4.ucm
14275           !> ext/Encode/Encode/iso8859-5.ucm
14276           !> ext/Encode/Encode/iso8859-6.ucm
14277           !> ext/Encode/Encode/iso8859-7.ucm
14278           !> ext/Encode/Encode/iso8859-8.ucm
14279           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
14280           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
14281 ____________________________________________________________________________
14282 [  8987] By: jhi                                   on 2001/03/02  19:43:40
14283         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
14284              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
14285              8950,8952,8955 from mainline to maintperl.
14286              
14287              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
14288              
14289              Put to rest the 20010205.001, the email address checking (not) regex.
14290              
14291              fork() not everywhere, cleanup temp files.
14292              
14293              The #8843 wasn't quite right: %Config needs to imported.
14294              
14295              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
14296              (#8849: the glob-basic hunk needed massaging as it depended
14297              on Schwern's large-scale (unintegrated) patches)
14298              
14299              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
14300              
14301              Upgrade to CGI.pm 2.752, from Lincoln Stein.
14302              (Note: there were some conflicts due to EBCDIC and EPOC
14303              patches, in general I preferred the repository code.)
14304              (When 2.753 comes out, we need to synchronize.)
14305              
14306              Subject: [PATCH] fix for charnames above FFFF
14307              
14308              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
14309              
14310              If no sfio, no -lsfio.
14311              
14312              Run run/*.t also in minitest.
14313              
14314              Subject:  [PATCH perl 5.7.0] malloc message address offset
14315              
14316              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
14317              
14318              Subject: fix for parameter -Dm (for perl@8867)
14319              
14320              Subject: [PATCH: perl@8892] was Re: hashing order difference?
14321              (make the test more portable)
14322              
14323              Subject: Re: [PATCH] fix for charnames above FFFF
14324              
14325              Subject: Re: I'm losing the war...
14326              (hv_store() not working correctly in ENV_IS_CASELESS case.)
14327              
14328              Subject: Modified README.bs2000 
14329              
14330              Subject: [PATCH: perl@8935] -Dt padsv($var)
14331              
14332              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
14333              
14334              Subject: PATCH: extra tests to check on negative float to unsigned cast
14335              
14336              Subject: [PATCH] XPUSH[insp] was Re: progress
14337              
14338              Subject: Re: Compile with perlcc..
14339      Branch: maint-5.6/perl
14340           !> (integrate 36 files)
14341 ____________________________________________________________________________
14342 [  8986] By: jhi                                   on 2001/03/02  18:51:25
14343         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
14344              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
14345              to maintperl.
14346              
14347              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
14348              
14349              Subject: [DOC PATCH] overload.pm nits
14350              
14351              Add header for LIB$ prototypes (C. Berry)
14352              
14353              Convert fwrite()s to sockets to write()s, since some socket stacks
14354              don't take kindly to stdio.
14355              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
14356              (for often optional LNMs)
14357              Correct a few typos
14358              (C. Bailey)
14359              
14360              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
14361              
14362              De-cut-and-pasto.
14363              
14364              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
14365              
14366              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
14367              
14368              Upgrade to CPAN 1.59_54, from Andreas König.
14369              
14370              Bogus shebang.
14371              
14372              Subject: [PATCH] Document makepatch in Porting/patching
14373              
14374              UTF-8 documentation.
14375              
14376              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
14377              
14378              Sort the MANIFEST.
14379              
14380              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
14381              
14382              Subject: [PATCH @8807] toke.c cleanup: scan_str()
14383              
14384              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
14385              
14386              Add run/*.t to testables.
14387              
14388              TODO: integrate #8784.
14389      Branch: maint-5.6/perl
14390           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
14391           !> (integrate 28 files)
14392 ____________________________________________________________________________
14393 [  8985] By: nick                                  on 2001/03/02  18:15:45
14394         Log: Integrate mainline
14395      Branch: perlio
14396           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
14397           !> vms/vms.c
14398 ____________________________________________________________________________
14399 [  8984] By: jhi                                   on 2001/03/02  16:00:17
14400         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
14401              
14402              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
14403              5.004_05, and mention the suidperl August 2000 security problem.
14404              (#8978,#8981)
14405              
14406              Subject: [ID 20010301.004] Technically speaking in perldata
14407              
14408              Subject: [PATCH] File::Copy for bleadperl, maintperl
14409              
14410              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
14411              
14412              (The #8982, fix for 20010221.005 and 20010221.008,
14413              would be nice too but it didn't integrate cleanly.)
14414      Branch: maint-5.6/perl
14415           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
14416 ____________________________________________________________________________
14417 [  8983] By: jhi                                   on 2001/03/02  15:51:16
14418         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
14419              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
14420              Date:     Thu, 1 Mar 2001 15:54:09 EST
14421              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
14422      Branch: perl
14423            ! vms/vms.c
14424 ____________________________________________________________________________
14425 [  8982] By: jhi                                   on 2001/03/02  15:43:31
14426         Log: Subject: Re: sync sync sync: have I missed any patches?
14427              From: Radu Greab <radu@netsoft.ro> 
14428              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
14429              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
14430              
14431              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
14432              was checking argv[0] regardless of whether a different pathname
14433              will actually be executed."  Test case not supplied because 
14434              drafting that, ironically enough, revealed another bug
14435              (or a feature).
14436      Branch: perl
14437            ! doio.c
14438 ____________________________________________________________________________
14439 [  8981] By: jhi                                   on 2001/03/02  15:28:03
14440         Log: Misdate in #8978.
14441      Branch: perl
14442            ! pod/perlfaq1.pod
14443 ____________________________________________________________________________
14444 [  8980] By: jhi                                   on 2001/03/02  15:24:20
14445         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
14446              From: Chris Nandor <pudge@pobox.com>
14447              Date: Wed, 28 Feb 2001 22:10:15 -0500
14448              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
14449      Branch: perl
14450            ! lib/File/Copy.pm
14451 ____________________________________________________________________________
14452 [  8979] By: jhi                                   on 2001/03/02  15:17:16
14453         Log: Subject: [ID 20010301.004] Technically speaking in perldata
14454              From: abela@geneanet.org
14455              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
14456              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
14457      Branch: perl
14458            ! pod/perldata.pod
14459 ____________________________________________________________________________
14460 [  8978] By: jhi                                   on 2001/03/02  15:15:27
14461         Log: Subject: [ID 20010301.003] ref to 5.004
14462              From: abela@geneanet.org
14463              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
14464              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
14465              
14466              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
14467              and mention the suidperl August 2000 security problem.
14468      Branch: perl
14469            ! pod/perlfaq1.pod
14470 ____________________________________________________________________________
14471 [  8977] By: alanbur                               on 2001/03/02  14:17:45
14472         Log: Resynchronised with parent
14473      Branch: maint-5.6/pureperl
14474           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
14475           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
14476           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
14477           !> vms/descrip_mms.template win32/win32.c win32/win32.h
14478           !> win32/win32iop.h
14479 ____________________________________________________________________________
14480 [  8976] By: nick                                  on 2001/03/01  23:25:30
14481         Log: Integrate mainline.
14482      Branch: perlio
14483            - t/op/qu.t
14484           !> (integrate 55 files)
14485 ____________________________________________________________________________
14486 [  8975] By: jhi                                   on 2001/03/01  16:51:34
14487         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
14488      Branch: perl
14489           !> toke.c
14490 ____________________________________________________________________________
14491 [  8974] By: gsar                                  on 2001/03/01  16:28:21
14492         Log: fix for bugid 20010226.008
14493              
14494              the problem was that some of the pointers (PL_last_lop and
14495              PL_last_uni specifically) into the lex buffers weren't correctly
14496              being invalidated when the buffer changed; this would leave the
14497              pointers pointing at an arbitrary location in the buffer if
14498              the buffer didn't need to be reallocated, or point into freed
14499              memory if the buffer had to be realloced
14500              
14501              TODO item for bugdb maintainers: check other seemingly random
14502              parser-related bugs--they might be cured by this
14503      Branch: maint-5.6/perl
14504            ! toke.c
14505 ____________________________________________________________________________
14506 [  8973] By: jhi                                   on 2001/03/01  02:23:25
14507         Log: Retract #8970 because of a completely mysterious core dump:
14508              adding the tests 241..244 causes op/pat dump core at test #25.
14509              The test needs a lot of whittling down before the bug can be solved.
14510      Branch: perl
14511            ! t/op/pat.t
14512 ____________________________________________________________________________
14513 [  8972] By: jhi                                   on 2001/03/01  01:58:38
14514         Log: Regen perlapi.
14515      Branch: perl
14516            ! pod/perlapi.pod
14517 ____________________________________________________________________________
14518 [  8971] By: jhi                                   on 2001/03/01  01:34:09
14519         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))
14520              From: Nicholas Clark <nick@ccl4.org>
14521              Date: Wed, 28 Feb 2001 23:28:49 +0000
14522              Message-ID: <20010228232849.A55187@plum.flirble.org>
14523              
14524              Allow a completely write protected source code tree
14525              when using the Configure -Dmksymlinks.
14526      Branch: perl
14527            ! embed.pl warnings.pl
14528 ____________________________________________________________________________
14529 [  8970] By: jhi                                   on 2001/03/01  01:32:04
14530         Log: Add back the EBCDIC character range tests (for matching).
14531      Branch: perl
14532            ! t/op/pat.t
14533 ____________________________________________________________________________
14534 [  8969] By: nick                                  on 2001/02/28  18:18:01
14535         Log: Add charname comments to .ucm files writen by 'compile',
14536              also order charmaps in those files by source encoding.
14537              regenerate distrubuted .ucm files
14538      Branch: perlio
14539            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
14540            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
14541            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
14542            ! ext/Encode/Encode/iso8859-10.ucm
14543            ! ext/Encode/Encode/iso8859-13.ucm
14544            ! ext/Encode/Encode/iso8859-14.ucm
14545            ! ext/Encode/Encode/iso8859-15.ucm
14546            ! ext/Encode/Encode/iso8859-16.ucm
14547            ! ext/Encode/Encode/iso8859-2.ucm
14548            ! ext/Encode/Encode/iso8859-3.ucm
14549            ! ext/Encode/Encode/iso8859-4.ucm
14550            ! ext/Encode/Encode/iso8859-5.ucm
14551            ! ext/Encode/Encode/iso8859-6.ucm
14552            ! ext/Encode/Encode/iso8859-7.ucm
14553            ! ext/Encode/Encode/iso8859-8.ucm
14554            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
14555            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
14556 ____________________________________________________________________________
14557 [  8968] By: jhi                                   on 2001/02/28  16:26:37
14558         Log: Expand usemorebits early if d_casti32 needs to be undefined.
14559      Branch: perl
14560            ! hints/hpux.sh hints/irix_6.sh
14561 ____________________________________________________________________________
14562 [  8967] By: jhi                                   on 2001/02/28  16:22:26
14563         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
14564              retract toke.c/qu parts of #8583, retract #8485, retract
14565              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
14566              op/length.t, and MANIFEST, and delete t/op/qu.t.
14567      Branch: perl
14568            - t/op/qu.t
14569            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
14570            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
14571            ! t/op/length.t toke.c
14572 ____________________________________________________________________________
14573 [  8966] By: jhi                                   on 2001/02/28  15:00:27
14574         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
14575              by not changing from pre-Unicode days into being Unicode-aware.
14576              Sniff.
14577      Branch: perl
14578            ! pp.c t/op/pack.t t/op/qu.t
14579 ____________________________________________________________________________
14580 [  8965] By: jhi                                   on 2001/02/28  14:37:55
14581         Log: Subject: Re: Errors in core PODs
14582              From: Michael Stevens <michael@etla.org> 
14583              Date: Fri, 23 Feb 2001 15:47:56 +0000
14584              Message-ID: <20010223154756.A7723@firedrake.org> 
14585      Branch: perl
14586            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
14587            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
14588            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
14589            ! x2p/a2p.pod
14590 ____________________________________________________________________________
14591 [  8964] By: jhi                                   on 2001/02/28  14:35:35
14592         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
14593              (The #8961 was too bold.)
14594      Branch: perl
14595            ! hints/hpux.sh hints/irix_6.sh
14596 ____________________________________________________________________________
14597 [  8963] By: jhi                                   on 2001/02/28  14:33:39
14598         Log: Subject: Re: sync sync sync: have I missed any patches?
14599              From: Tim Jenness <t.jenness@jach.hawaii.edu>
14600              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
14601              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
14602              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
14603              
14604              Replace djSP with dSP.
14605      Branch: perl
14606            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
14607            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
14608            ! win32/perlhost.h
14609 ____________________________________________________________________________
14610 [  8962] By: jhi                                   on 2001/02/27  23:21:14
14611         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
14612      Branch: perl
14613            ! lib/Filter/Simple.pm
14614 ____________________________________________________________________________
14615 [  8961] By: jhi                                   on 2001/02/27  22:55:26
14616         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
14617              and this would be it.
14618      Branch: perl
14619            ! hints/hpux.sh hints/irix_6.sh
14620 ____________________________________________________________________________
14621 [  8960] By: jhi                                   on 2001/02/27  22:51:33
14622         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
14623              From: "Craig A. Berry" <craigberry@mac.com>
14624              Date: Tue, 27 Feb 2001 16:11:44 -0600
14625              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
14626      Branch: maint-5.6/perl
14627            ! configure.com vms/descrip_mms.template
14628 ____________________________________________________________________________
14629 [  8959] By: jhi                                   on 2001/02/27  22:47:23
14630         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
14631              From: "Craig A. Berry" <craigberry@mac.com>
14632              Date: Tue, 27 Feb 2001 16:11:44 -0600
14633              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
14634      Branch: perl
14635            ! configure.com vms/descrip_mms.template
14636 ____________________________________________________________________________
14637 [  8958] By: jhi                                   on 2001/02/27  15:16:42
14638         Log: Update Changes.
14639      Branch: perl
14640            ! Changes patchlevel.h
14641 ____________________________________________________________________________
14642 [  8957] By: jhi                                   on 2001/02/27  06:15:07
14643         Log: Subject: [5.6.x] EPOC additions
14644              From: Olaf Flebbe <O.Flebbe@science-computing.de>
14645              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
14646              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
14647      Branch: maint-5.6/perl
14648            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
14649 ____________________________________________________________________________
14650 [  8956] By: jhi                                   on 2001/02/27  06:12:11
14651         Log: Subject: [perl-current] EPOC 
14652              From: Olaf Flebbe <O.Flebbe@science-computing.de>
14653              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
14654              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
14655      Branch: perl
14656            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
14657            ! epoc/epocish.c epoc/epocish.h pp_sys.c
14658 ____________________________________________________________________________
14659 [  8955] By: jhi                                   on 2001/02/27  05:59:50
14660         Log: Subject: Re: Compile with perlcc..
14661              From: Edward Peschko <edwardp@excitehome.net>
14662              Date: Mon, 26 Feb 2001 18:51:58 -0800
14663              Message-ID: <20010226185158.A9871@excitehome.net>
14664              
14665              plus add a simple usage message if no arguments given.
14666      Branch: perl
14667            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
14668            ! utils/Makefile utils/perlcc.PL win32/pod.mak
14669 ____________________________________________________________________________
14670 [  8954] By: nick                                  on 2001/02/26  21:02:59
14671         Log: Integrate mainline
14672      Branch: perlio
14673           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
14674           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
14675           !> t/op/sprintf.t
14676 ____________________________________________________________________________
14677 [  8953] By: jhi                                   on 2001/02/26  14:43:54
14678         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
14679              From: Nicholas Clark <nick@ccl4.org>
14680              Date: Mon, 26 Feb 2001 00:42:07 +0000
14681              Message-ID: <20010226004207.F23333@plum.flirble.org>
14682      Branch: perl
14683            ! pp_ctl.c
14684 ____________________________________________________________________________
14685 [  8952] By: jhi                                   on 2001/02/26  14:42:13
14686         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
14687              From: Simon Cozens <simon@netthink.co.uk>
14688              Date: Mon, 26 Feb 2001 12:23:48 +0000
14689              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
14690      Branch: perl
14691            ! pod/perlguts.pod
14692 ____________________________________________________________________________
14693 [  8951] By: jhi                                   on 2001/02/26  14:39:15
14694         Log: Subject: [PATCH] perlio - unknown layer
14695              From: Nicholas Clark <nick@ccl4.org>
14696              Date: Mon, 26 Feb 2001 00:27:19 +0000
14697              Message-ID: <20010226002719.E23333@plum.flirble.org>
14698      Branch: perl
14699            ! perlio.c
14700 ____________________________________________________________________________
14701 [  8950] By: jhi                                   on 2001/02/26  14:38:04
14702         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
14703              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
14704              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
14705              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
14706      Branch: perl
14707            ! t/op/bop.t
14708 ____________________________________________________________________________
14709 [  8949] By: jhi                                   on 2001/02/26  14:37:07
14710         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
14711              From: Peter Prymmer <pvhp@forte.com>
14712              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
14713              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
14714      Branch: perl
14715            ! lib/Test.pm
14716 ____________________________________________________________________________
14717 [  8948] By: jhi                                   on 2001/02/26  14:35:53
14718         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
14719              From: Radu Greab <radu@netsoft.ro>
14720              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
14721              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
14722      Branch: perl
14723            ! pod/perlop.pod
14724 ____________________________________________________________________________
14725 [  8947] By: jhi                                   on 2001/02/26  14:34:46
14726         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
14727              From: David Mitchell <davem@fdgroup.co.uk>
14728              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
14729              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
14730      Branch: perl
14731            ! run.c
14732 ____________________________________________________________________________
14733 [  8946] By: jhi                                   on 2001/02/26  14:32:37
14734         Log: Subject: Modified README.bs2000 
14735              From: Dorner Thomas <Thomas.Dorner@start.de>
14736              Date: Mon, 26 Feb 2001 09:22:17 +0100
14737              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
14738      Branch: perl
14739            ! README.bs2000
14740 ____________________________________________________________________________
14741 [  8945] By: jhi                                   on 2001/02/26  14:19:53
14742         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
14743              to maintperl, listing the known failures on the tests 129 and 130.
14744      Branch: maint-5.6/perl
14745           !> t/op/sprintf.t
14746 ____________________________________________________________________________
14747 [  8944] By: jhi                                   on 2001/02/26  14:14:15
14748         Log: Add more known sprintf failures.
14749      Branch: perl
14750            ! t/op/sprintf.t
14751 ____________________________________________________________________________
14752 [  8943] By: jhi                                   on 2001/02/26  13:56:22
14753         Log: perlglob.exe needs to be found in Win32, patch from
14754              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
14755              which needs external glob at mini-perl time."
14756      Branch: perl
14757            ! ext/Encode/compile
14758 ____________________________________________________________________________
14759 [  8942] By: jhi                                   on 2001/02/26  13:52:19
14760         Log: A missing dTHX from Vadim Konovalov.
14761      Branch: perl
14762            ! perlio.c
14763 ____________________________________________________________________________
14764 [  8941] By: jhi                                   on 2001/02/26  13:37:05
14765         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
14766      Branch: perl
14767            ! op.c
14768 ____________________________________________________________________________
14769 [  8940] By: jhi                                   on 2001/02/26  13:35:40
14770         Log: Integrate perlio.
14771      Branch: perl
14772           !> ext/Encode/Encode.pm
14773 ____________________________________________________________________________
14774 [  8939] By: nick                                  on 2001/02/25  23:47:09
14775         Log: Integrate mainline.
14776      Branch: perlio
14777           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
14778           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
14779 ____________________________________________________________________________
14780 [  8938] By: nick                                  on 2001/02/25  19:36:28
14781         Log: Encode implementations docs.
14782      Branch: perlio
14783            ! ext/Encode/Encode.pm
14784 ____________________________________________________________________________
14785 [  8937] By: jhi                                   on 2001/02/25  19:26:16
14786         Log: Script wasn't aligned with reality.
14787      Branch: perl
14788            ! t/pod/find.t
14789 ____________________________________________________________________________
14790 [  8936] By: jhi                                   on 2001/02/25  18:54:55
14791         Log: Update Changes.
14792      Branch: perl
14793            ! Changes patchlevel.h
14794 ____________________________________________________________________________
14795 [  8935] By: jhi                                   on 2001/02/25  18:46:36
14796         Log: Retract #8929,8930,8932,8933 for now.
14797      Branch: perl
14798            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
14799 ____________________________________________________________________________
14800 [  8934] By: jhi                                   on 2001/02/25  17:34:35
14801         Log: Integrate perlio.
14802      Branch: perl
14803           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
14804           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
14805           !> t/lib/encode.t
14806 ____________________________________________________________________________
14807 [  8933] By: jhi                                   on 2001/02/25  17:33:12
14808         Log: (Retracted by #8395.)
14809              
14810              Slight tweaks in scan_const(), not fixes yet, it seems like
14811              lots of work remains to be done...
14812      Branch: perl
14813            ! toke.c
14814 ____________________________________________________________________________
14815 [  8932] By: jhi                                   on 2001/02/25  17:27:11
14816         Log: (Retracted by #8395.)
14817              
14818              Missing from #8930.
14819      Branch: perl
14820            ! perl.h
14821 ____________________________________________________________________________
14822 [  8931] By: jhi                                   on 2001/02/25  17:26:19
14823         Log: A comment tweak.
14824      Branch: perl
14825            ! utf8.c
14826 ____________________________________________________________________________
14827 [  8930] By: jhi                                   on 2001/02/25  17:25:47
14828         Log: (Retracted by #8395.)
14829              
14830              Attempt to fix the EBCDIC character range problwm with //.
14831      Branch: perl
14832            ! regcomp.c
14833 ____________________________________________________________________________
14834 [  8929] By: jhi                                   on 2001/02/25  17:23:45
14835         Log: (Retracted by #8395.)
14836              
14837              Expand the EBCDIC character range tests, and add few nasty
14838              tr tests from Karsten Sperling.
14839      Branch: perl
14840            ! t/op/pat.t t/op/tr.t
14841 ____________________________________________________________________________
14842 [  8928] By: jhi                                   on 2001/02/25  17:18:49
14843         Log: Missing check-in.
14844      Branch: perl
14845            ! lib/Pod/Find.pm
14846 ____________________________________________________________________________
14847 [  8927] By: nick                                  on 2001/02/25  11:30:22
14848         Log: Change method names in Encode implementation classes to something
14849              less confusing (preparing to "go public").
14850      Branch: perlio
14851            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
14852 ____________________________________________________________________________
14853 [  8926] By: nick                                  on 2001/02/25  10:53:24
14854         Log: GCC __atribute__ / printf fix
14855      Branch: perlio
14856            ! perl.h
14857 ____________________________________________________________________________
14858 [  8925] By: nick                                  on 2001/02/25  10:52:25
14859         Log: Checked in the wrong one ...
14860      Branch: perlio
14861            ! ext/Encode/Encode.pm
14862 ____________________________________________________________________________
14863 [  8924] By: nick                                  on 2001/02/24  18:46:51
14864         Log: Integrate mainline - to see what Jarkko has in ...
14865      Branch: perlio
14866           +> t/pod/testpods/lib/Pod/Stuff.pm
14867           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
14868 ____________________________________________________________________________
14869 [  8923] By: nick                                  on 2001/02/24  17:05:23
14870         Log: Encode API documentation nd tidy up.
14871              Minor additions to test.
14872              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
14873              Adds STRLEN to standard typemap.
14874      Branch: perlio
14875            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
14876            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
14877 ____________________________________________________________________________
14878 [  8922] By: jhi                                   on 2001/02/24  16:38:12
14879         Log: Add a test for the "character range should match in EBCDIC
14880              if specified using explicit numerics" bug found by Karsten
14881              Sperling.
14882      Branch: perl
14883            ! t/op/pat.t
14884 ____________________________________________________________________________
14885 [  8921] By: jhi                                   on 2001/02/24  16:30:16
14886         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
14887              From: schwern@pobox.com
14888              Date: Fri, 23 Feb 2001 03:21:37 -0500
14889              Message-ID: <20010223032137.A26022@magnonel.guild.net>
14890              
14891              plus Charles Lane's fixes, plus tweaks.
14892      Branch: perl
14893            + t/pod/testpods/lib/Pod/Stuff.pm
14894            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
14895 ____________________________________________________________________________
14896 [  8920] By: nick                                  on 2001/02/24  10:30:11
14897         Log: Integrate mainline
14898      Branch: perlio
14899           !> (integrate 33 files)
14900 ____________________________________________________________________________
14901 [  8919] By: jhi                                   on 2001/02/24  00:23:35
14902         Log: Subject: Re: I'm losing the war...
14903              From: "Vadim Konovalov" <watman@inbox.ru>
14904              Date: Sat, 24 Feb 2001 00:10:14 +0300
14905              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
14906              
14907              hv_store() not working correctly in ENV_IS_CASELESS case.
14908      Branch: perl
14909            ! hv.c
14910 ____________________________________________________________________________
14911 [  8918] By: jhi                                   on 2001/02/24  00:20:09
14912         Log: Subject: Re: [PATCH] fix for charnames above FFFF
14913              From: andreas.koenig@anima.de (Andreas J. Koenig)
14914              Date: 23 Feb 2001 02:39:03 +0100
14915              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
14916              
14917              A further efficiency tweak.
14918      Branch: perl
14919            ! lib/charnames.pm
14920 ____________________________________________________________________________
14921 [  8917] By: jhi                                   on 2001/02/23  20:27:51
14922         Log: Integrate change #8916 from mainline,
14923              do away with USE_WIN32_RTL_ENV.
14924      Branch: maint-5.6/perl
14925           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
14926 ____________________________________________________________________________
14927 [  8916] By: jhi                                   on 2001/02/23  20:02:25
14928         Log: Abolish USE_WIN32_RTL_ENV.
14929      Branch: perl
14930            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
14931 ____________________________________________________________________________
14932 [  8915] By: jhi                                   on 2001/02/23  19:36:00
14933         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
14934              later protected by some #define.
14935      Branch: perl
14936            ! gv.c
14937 ____________________________________________________________________________
14938 [  8914] By: jhi                                   on 2001/02/23  19:31:38
14939         Log: Retract #8902 for now, requested by Charles Lane, the correct
14940              fix will be something else.
14941      Branch: perl
14942            ! op.c
14943 ____________________________________________________________________________
14944 [  8913] By: jhi                                   on 2001/02/23  19:11:36
14945         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
14946              From: Peter Prymmer <pvhp@forte.com>
14947              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
14948              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
14949      Branch: perl
14950            ! t/op/lex_assign.t
14951 ____________________________________________________________________________
14952 [  8912] By: jhi                                   on 2001/02/23  18:38:20
14953         Log: Subject: [patch] perlio + useithreads
14954              From: Doug MacEachern <dougm@covalent.net>
14955              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
14956              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
14957              
14958              Gets things running but not complete.
14959      Branch: perl
14960            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
14961 ____________________________________________________________________________
14962 [  8911] By: jhi                                   on 2001/02/23  04:20:02
14963         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
14964              
14965              Duplicated environment freeing, File::Temp 0.12,
14966              op/append portability (EBCDIC) tweak.
14967      Branch: maint-5.6/perl
14968           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
14969           !> t/op/append.t
14970 ____________________________________________________________________________
14971 [  8910] By: jhi                                   on 2001/02/23  02:07:33
14972         Log: Integrate change #8909 from mainline, a better Borland
14973              putenv() workaround.
14974      Branch: maint-5.6/perl
14975           !> perl.c
14976 ____________________________________________________________________________
14977 [  8909] By: jhi                                   on 2001/02/23  02:05:46
14978         Log: A better workaround for Borland putenv() brokenness from Sarathy.
14979      Branch: perl
14980            ! perl.c
14981 ____________________________________________________________________________
14982 [  8908] By: jhi                                   on 2001/02/23  02:04:14
14983         Log: Subject: fix for parameter -Dm (for perl@8867)
14984              From: "Vadim Konovalov" <watman@inbox.ru>
14985              Date: Thu, 22 Feb 2001 17:30:12 +0300
14986              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
14987      Branch: perl
14988            ! perl.h
14989 ____________________________________________________________________________
14990 [  8907] By: jhi                                   on 2001/02/23  01:58:20
14991         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
14992              From: Peter Prymmer <pvhp@forte.com>
14993              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
14994              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
14995      Branch: perl
14996            ! t/op/append.t
14997 ____________________________________________________________________________
14998 [  8906] By: jhi                                   on 2001/02/23  01:48:34
14999         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
15000      Branch: perl
15001            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
15002 ____________________________________________________________________________
15003 [  8905] By: jhi                                   on 2001/02/23  01:43:30
15004         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
15005              From: Peter Prymmer <pvhp@forte.com>
15006              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
15007              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
15008      Branch: perl
15009            ! t/lib/st-06compat.t
15010 ____________________________________________________________________________
15011 [  8904] By: jhi                                   on 2001/02/23  01:42:39
15012         Log: Metaconfig unit change for #8903.
15013      Branch: metaconfig/U/perl
15014            ! Devel.U
15015 ____________________________________________________________________________
15016 [  8903] By: jhi                                   on 2001/02/23  01:42:12
15017         Log: Be more helpful for devel builders, suggested by John L. Allen.
15018      Branch: perl
15019            ! Configure
15020 ____________________________________________________________________________
15021 [  8902] By: jhi                                   on 2001/02/23  01:37:41
15022         Log: (Retracted by #8914)
15023              (Wrongly, reinstated by #8941)             
15024
15025              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
15026              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
15027              Date:     Thu, 22 Feb 2001 09:43:57 EST
15028              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
15029      Branch: perl
15030            ! op.c
15031 ____________________________________________________________________________
15032 [  8901] By: jhi                                   on 2001/02/23  01:20:32
15033         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
15034              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
15035              Date:     Thu, 22 Feb 2001 08:01:35 EST
15036              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
15037      Branch: perl
15038            ! malloc.c
15039 ____________________________________________________________________________
15040 [  8900] By: jhi                                   on 2001/02/23  01:18:02
15041         Log: Integrate changes #8898,8899 from mainline, environ handling.
15042      Branch: maint-5.6/perl
15043           !> perl.c
15044 ____________________________________________________________________________
15045 [  8899] By: jhi                                   on 2001/02/23  01:16:25
15046         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
15047              putenv() is not to be relied on, they are either broken or leaky
15048              or both.)
15049      Branch: perl
15050            ! perl.c
15051 ____________________________________________________________________________
15052 [  8898] By: jhi                                   on 2001/02/22  23:36:59
15053         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
15054              and safesysfree() must be used.
15055      Branch: perl
15056            ! perl.c
15057 ____________________________________________________________________________
15058 [  8897] By: jhi                                   on 2001/02/22  23:25:45
15059         Log: With environ one must use safesysmalloc()/safesysfree().
15060      Branch: perl
15061            ! perl.c
15062 ____________________________________________________________________________
15063 [  8896] By: jhi                                   on 2001/02/22  22:13:18
15064         Log: If we have a duplicated environment free it
15065              if PERL_DESTRUCT_LEVEL.
15066      Branch: perl
15067            ! perl.c
15068 ____________________________________________________________________________
15069 [  8895] By: alanbur                               on 2001/02/22  19:31:57
15070         Log: Synchronised with parent
15071      Branch: maint-5.6/pureperl
15072           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
15073 ____________________________________________________________________________
15074 [  8894] By: gsar                                  on 2001/02/22  19:06:18
15075         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
15076              
15077              fix memory leak in method call optimization (change#3768);
15078              made C<eval "$x->foo()"> leak
15079              
15080              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
15081      Branch: maint-5.6/perl
15082           !> op.c
15083 ____________________________________________________________________________
15084 [  8893] By: jhi                                   on 2001/02/22  18:35:27
15085         Log: (Retracted by #8915.)
15086              
15087              Third Degree finding:
15088              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
15089      Branch: perl
15090            ! gv.c
15091 ____________________________________________________________________________
15092 [  8892] By: jhi                                   on 2001/02/22  14:28:32
15093         Log: Update Changes.
15094      Branch: perl
15095            ! Changes patchlevel.h
15096 ____________________________________________________________________________
15097 [  8891] By: jhi                                   on 2001/02/22  13:22:45
15098         Log: Metaconfig unit changes for #8890.
15099      Branch: metaconfig
15100            ! U/modified/Cppsym.U U/threads/archname.U
15101 ____________________________________________________________________________
15102 [  8890] By: jhi                                   on 2001/02/22  13:22:12
15103         Log: Add -stdio to the archname if no perlio selected,
15104              no -perlio added since that is now the default.
15105              
15106              Add few CPUs/architectures to the Cppsym scan.
15107      Branch: perl
15108            ! Configure config_h.SH
15109 ____________________________________________________________________________
15110 [  8889] By: jhi                                   on 2001/02/22  13:05:59
15111         Log: Metaconfig unit change for #8888.
15112      Branch: metaconfig/U/perl
15113            ! useperlio.U
15114 ____________________________________________________________________________
15115 [  8888] By: jhi                                   on 2001/02/22  13:05:28
15116         Log: *drum roll*  Make perlio the default.
15117      Branch: perl
15118            ! Configure config_h.SH
15119 ____________________________________________________________________________
15120 [  8887] By: jhi                                   on 2001/02/22  12:50:52
15121         Log: Integrate change #8665 from maintperl to mainline,
15122              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
15123      Branch: perl
15124           !> ext/POSIX/POSIX.xs
15125 ____________________________________________________________________________
15126 [  8886] By: jhi                                   on 2001/02/22  12:49:24
15127         Log: Integrate changes #8883,8884 from mainline to maintperl.
15128              
15129              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
15130              Subject: Re: File::Temp::_gettemp warning
15131      Branch: maint-5.6/perl
15132           !> embed.h embed.pl lib/File/Temp.pm
15133 ____________________________________________________________________________
15134 [  8885] By: jhi                                   on 2001/02/22  12:43:59
15135         Log: Based on
15136              
15137              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
15138              From: schwab@suse.de
15139              Date: Thu, 22 Feb 2001 13:08:09 +0100
15140              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
15141              
15142              but the fix done slightly differently because the other
15143              half was already done in #8664.
15144      Branch: maint-5.6/perl
15145            ! ext/POSIX/POSIX.xs
15146 ____________________________________________________________________________
15147 [  8884] By: jhi                                   on 2001/02/22  12:37:15
15148         Log: Subject: Re: File::Temp::_gettemp warning
15149              From: Tim Jenness <t.jenness@jach.hawaii.edu>
15150              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
15151              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
15152              
15153              This patch to File::Temp does two things:
15154              
15155              1. Fixes the problem with CGI::Carp when determining
15156              the Fcntl constants
15157              
15158              2. Removes most of the carps and consolidates them so that all the
15159              reasons are included in a single die that is caught by the test. This
15160              means that the correct skipping behaviour is displayed by the test.
15161      Branch: perl
15162            ! lib/File/Temp.pm
15163 ____________________________________________________________________________
15164 [  8883] By: jhi                                   on 2001/02/22  12:29:19
15165         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
15166              From: Peter Prymmer <pvhp@forte.com>
15167              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
15168              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
15169      Branch: perl
15170            ! embed.h embed.pl
15171 ____________________________________________________________________________
15172 [  8882] By: jhi                                   on 2001/02/21  19:41:33
15173         Log: Integrate change #8881 from mainlin to maintperl.
15174              
15175              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
15176      Branch: maint-5.6/perl
15177           !> op.c
15178 ____________________________________________________________________________
15179 [  8881] By: jhi                                   on 2001/02/21  19:38:57
15180         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
15181              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
15182              Date:     Wed, 21 Feb 2001 13:08:03 EST
15183              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
15184      Branch: perl
15185            ! op.c
15186 ____________________________________________________________________________
15187 [  8880] By: jhi                                   on 2001/02/21  19:34:34
15188         Log: Retract #8875, cannot let go of the old semantics of unpack U
15189              without rethinking utf8decode.t.
15190      Branch: perl
15191            ! pp.c t/op/pack.t
15192 ____________________________________________________________________________
15193 [  8879] By: jhi                                   on 2001/02/21  19:08:02
15194         Log: Run run/*.t also in minitest.
15195      Branch: perl
15196            ! Makefile.SH
15197 ____________________________________________________________________________
15198 [  8878] By: nick                                  on 2001/02/21  18:55:37
15199         Log: Integrate mainline
15200      Branch: perlio
15201           !> (integrate 76 files)
15202 ____________________________________________________________________________
15203 [  8877] By: jhi                                   on 2001/02/21  15:09:33
15204         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
15205      Branch: metaconfig
15206            ! U/compline/nblock_io.U
15207      Branch: perl
15208            ! Configure config_h.SH
15209 ____________________________________________________________________________
15210 [  8876] By: jhi                                   on 2001/02/21  14:54:45
15211         Log: If no sfio, no -lsfio.
15212      Branch: metaconfig/U/perl
15213            ! d_sfio.U
15214      Branch: perl
15215            ! Configure config_h.SH
15216 ____________________________________________________________________________
15217 [  8875] By: jhi                                   on 2001/02/21  14:54:00
15218         Log: Make unpack C and unpack C truly equivalent.
15219      Branch: perl
15220            ! pp.c t/op/pack.t
15221 ____________________________________________________________________________
15222 [  8874] By: jhi                                   on 2001/02/21  14:26:02
15223         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
15224              From: Peter Prymmer <pvhp@forte.com>
15225              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
15226              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
15227      Branch: perl
15228            ! pod/perlport.pod
15229 ____________________________________________________________________________
15230 [  8873] By: jhi                                   on 2001/02/21  14:24:31
15231         Log: Subject: [PATCH] fix for charnames above FFFF
15232              From: andreas.koenig@anima.de (Andreas J. Koenig)
15233              Date: 21 Feb 2001 07:05:45 +0100
15234              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
15235      Branch: perl
15236            ! lib/charnames.pm t/lib/charnames.t
15237 ____________________________________________________________________________
15238 [  8872] By: jhi                                   on 2001/02/21  14:15:25
15239         Log: Integrate change #8868 from pureperl to mainline.
15240              
15241              Fixed reference count loop caused by sv_magic.
15242      Branch: perl
15243           !> sv.c
15244 ____________________________________________________________________________
15245 [  8871] By: jhi                                   on 2001/02/21  14:07:29
15246         Log: Integrate change #8868 from pureperl to maintperl.
15247              
15248              Fixed reference count loop caused by sv_magic.
15249      Branch: maint-5.6/perl
15250           !> sv.c
15251 ____________________________________________________________________________
15252 [  8870] By: jhi                                   on 2001/02/21  14:04:41
15253         Log: Put back the #8840, it was innocent.
15254      Branch: perl
15255            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
15256            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
15257 ____________________________________________________________________________
15258 [  8869] By: jhi                                   on 2001/02/21  14:00:03
15259         Log: unpack("C", ...) was left slightly unfinished by #8865.
15260      Branch: perl
15261            ! pp.c t/op/pack.t
15262 ____________________________________________________________________________
15263 [  8868] By: alanbur                               on 2001/02/21  01:33:45
15264         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
15265              from gv_fetchpv to create single-character magic variables (e.g. $!),
15266              and it is passed a sv and the gv that contains the sv as the mg_obj
15267              value.  When sv_magic stores the mg_obj pointer it increments the gv
15268              refcount, thus causing a sv-gv pair that can't be freed.  There is
15269              already a check for sv == obj which is used to prevent such reference
15270              loops.  This change extends the check to cover the case described above.
15271      Branch: maint-5.6/pureperl
15272            ! sv.c
15273 ____________________________________________________________________________
15274 [  8867] By: jhi                                   on 2001/02/21  00:52:39
15275         Log: Update Changes.
15276      Branch: perl
15277            ! Changes patchlevel.h
15278 ____________________________________________________________________________
15279 [  8866] By: jhi                                   on 2001/02/21  00:34:20
15280         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
15281              (Note: there were some conflicts due to EBCDIC and EPOC
15282              patches, in general I preferred the repository code.)
15283              (When 2.753 comes out, we need to synchronize.)
15284      Branch: perl
15285            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
15286            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
15287            ! t/lib/cgi-html.t
15288 ____________________________________________________________________________
15289 [  8865] By: jhi                                   on 2001/02/21  00:24:22
15290         Log: Make pack("C", 0x100) to create Unicode, unless under the
15291              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
15292              will understand Unicode, unless you under know what.
15293      Branch: perl
15294            ! pp.c t/op/pack.t t/op/qu.t
15295 ____________________________________________________________________________
15296 [  8864] By: alanbur                               on 2001/02/20  22:35:34
15297         Log: Resynchronised with parent
15298      Branch: maint-5.6/pureperl
15299           !> README.win32 ext/GDBM_File/GDBM_File.pm
15300           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
15301           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
15302           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
15303           !> t/lib/sdbm.t util.c
15304 ____________________________________________________________________________
15305 [  8863] By: jhi                                   on 2001/02/20  20:55:11
15306         Log: Integrate change #8860,8861 from mainline into maintperl.
15307              
15308              "pseudo-literal j"
15309              
15310              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
15311      Branch: maint-5.6/perl
15312           !> lib/Test.pm pod/perlop.pod
15313 ____________________________________________________________________________
15314 [  8862] By: jhi                                   on 2001/02/20  20:30:07
15315         Log: Don't do casting between pointers pointing to differently sized
15316              integers.
15317      Branch: perl
15318            ! hv.c sv.c
15319 ____________________________________________________________________________
15320 [  8861] By: jhi                                   on 2001/02/20  19:53:44
15321         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
15322              From: Peter Prymmer <pvhp@forte.com>
15323              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
15324              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
15325      Branch: perl
15326            ! lib/Test.pm
15327 ____________________________________________________________________________
15328 [  8860] By: jhi                                   on 2001/02/20  19:48:02
15329         Log: "pseudo-literal j", a documentation glitch reported to Debian.
15330              The text recovered from Perl 5.005_03, and pseudo-literal replaced
15331              by "backtick string".
15332      Branch: perl
15333            ! pod/perlop.pod
15334 ____________________________________________________________________________
15335 [  8859] By: jhi                                   on 2001/02/20  19:15:46
15336         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
15337              from Chris Nandor.
15338      Branch: perl
15339            ! makedef.pl
15340 ____________________________________________________________________________
15341 [  8858] By: jhi                                   on 2001/02/20  17:36:53
15342         Log: Integrate pureperl changes #8844,8845,8850 to mainline
15343              (via maintperl #8855).
15344              
15345              Fixed %^H scoping bug
15346              
15347              Removed GV <-> CV refcount loop
15348              
15349              Removed %ENV refcount loop
15350      Branch: perl
15351           !> gv.c op.c perl.c pp.c scope.c
15352 ____________________________________________________________________________
15353 [  8857] By: jhi                                   on 2001/02/20  17:34:32
15354         Log: Integrate changes #8853,8854 from maintperl to mainline.
15355              
15356              EBDIC fixes, README.win32 Borland update.
15357      Branch: perl
15358           !> README.win32 handy.h util.c
15359 ____________________________________________________________________________
15360 [  8856] By: jhi                                   on 2001/02/20  17:33:16
15361         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
15362      Branch: maint-5.6/perl
15363           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
15364           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
15365           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
15366 ____________________________________________________________________________
15367 [  8855] By: jhi                                   on 2001/02/20  17:32:13
15368         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
15369              
15370              Fixed %^H scoping bug
15371              
15372              Removed GV <-> CV refcount loop
15373              
15374              Removed %ENV refcount loop
15375      Branch: maint-5.6/perl
15376           !> gv.c op.c perl.c pp.c scope.c
15377 ____________________________________________________________________________
15378 [  8854] By: jhi                                   on 2001/02/20  17:25:06
15379         Log: Subject: Addition to readme.win32 for Borland C++ compilers
15380              Date: Tue, 20 Feb 2001 02:15:25 +0300
15381              From: "Vadim Konovalov" <watman@inbox.ru>
15382              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
15383              
15384              Document Borland compiler misbehaviour.
15385      Branch: maint-5.6/perl
15386            ! README.win32
15387 ____________________________________________________________________________
15388 [  8853] By: jhi                                   on 2001/02/20  17:22:25
15389         Log: The assimilation of ebcdic.c didn't quite work at the first try,
15390              patches from Thomas Dorner.
15391      Branch: maint-5.6/perl
15392            ! handy.h util.c
15393 ____________________________________________________________________________
15394 [  8852] By: jhi                                   on 2001/02/20  17:20:15
15395         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
15396              From: Chris Nandor <pudge@pobox.com>
15397              Date: Tue, 20 Feb 2001 08:32:45 -0500
15398              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
15399      Branch: maint-5.6/perl
15400            ! makedef.pl mg.c
15401 ____________________________________________________________________________
15402 [  8851] By: jhi                                   on 2001/02/20  17:15:52
15403         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
15404      Branch: perl
15405            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
15406            ! t/lib/filter-util.t
15407 ____________________________________________________________________________
15408 [  8850] By: alanbur                               on 2001/02/20  17:12:40
15409         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
15410              and the magic pointer points back to the GV that contains the
15411              %ENV hash.  This creates a refcount loop that prevents members
15412              of %ENV from being freed correctly.  This change removes the
15413              refcount loop - the magic pointer was never used anyway, the
15414              only use of the magic was to check the type ('E') so that the
15415              appropriate environment manipulation code is called when %ENV
15416              is modified.
15417      Branch: maint-5.6/pureperl
15418            ! perl.c
15419 ____________________________________________________________________________
15420 [  8849] By: jhi                                   on 2001/02/20  17:12:20
15421         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
15422              From: "Craig A. Berry" <craigberry@mac.com>
15423              Date: Mon, 19 Feb 2001 23:36:12 -0600
15424              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
15425              
15426              Case-forgiving systems match TestInit.pm with TES*.
15427      Branch: perl
15428            ! t/lib/glob-basic.t
15429 ____________________________________________________________________________
15430 [  8848] By: jhi                                   on 2001/02/20  17:10:02
15431         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
15432      Branch: perl
15433            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
15434            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
15435            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
15436 ____________________________________________________________________________
15437 [  8847] By: jhi                                   on 2001/02/20  15:34:41
15438         Log: The #8843 wasn't quite right: %Config needs to imported.
15439      Branch: perl
15440            ! t/run/runenv.t
15441 ____________________________________________________________________________
15442 [  8846] By: jhi                                   on 2001/02/20  15:31:50
15443         Log: Retract the #8838 and #8840 for now because of
15444              the DB_File tie problem.
15445      Branch: perl
15446            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
15447            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
15448            ! proto.h sv.c
15449 ____________________________________________________________________________
15450 [  8845] By: alanbur                               on 2001/02/20  14:25:41
15451         Log: Removed GV <-> CV refcount loop
15452              CvGV(mycv) points to the parent GV of the CV, and was previously
15453              refcounted.  The pointer remains, but the refcounting has been removed
15454              as it causes a refcount loop between the CV and GV that means the CV
15455              can't ever be deleted.
15456      Branch: maint-5.6/pureperl
15457            ! gv.c op.c pp.c
15458 ____________________________________________________________________________
15459 [  8844] By: alanbur                               on 2001/02/20  14:23:13
15460         Log: Fixed %^H scoping bug
15461      Branch: maint-5.6/pureperl
15462            ! scope.c
15463 ____________________________________________________________________________
15464 [  8843] By: jhi                                   on 2001/02/19  13:38:08
15465         Log: fork() not everywhere, cleanup temp files.
15466      Branch: perl
15467            ! t/run/runenv.t
15468 ____________________________________________________________________________
15469 [  8842] By: alanbur                               on 2001/02/19  12:42:07
15470         Log: Resynchronised with parent
15471      Branch: maint-5.6/pureperl
15472           !> pod/perlfaq4.pod sv.c utf8.c
15473 ____________________________________________________________________________
15474 [  8841] By: jhi                                   on 2001/02/19  03:35:51
15475         Log: Update Changes.
15476      Branch: perl
15477            ! Changes patchlevel.h
15478 ____________________________________________________________________________
15479 [  8840] By: jhi                                   on 2001/02/19  00:23:41
15480         Log: Subject: [patch] add sv_setref_uv
15481              From: Doug MacEachern <dougm@covalent.net>
15482              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
15483              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
15484      Branch: perl
15485            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
15486            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
15487 ____________________________________________________________________________
15488 [  8839] By: jhi                                   on 2001/02/19  00:01:38
15489         Log: Put to rest the 20010205.001, the email address checking (not) regex.
15490      Branch: perl
15491            ! pod/perlfaq9.pod
15492 ____________________________________________________________________________
15493 [  8838] By: jhi                                   on 2001/02/18  22:17:54
15494         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
15495              From: Doug MacEachern <dougm@covalent.net>
15496              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
15497              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
15498      Branch: perl
15499            ! lib/ExtUtils/xsubpp
15500 ____________________________________________________________________________
15501 [  8837] By: jhi                                   on 2001/02/18  22:16:50
15502         Log: Subject: [patch] -Wall cleanup round 2
15503              From: Doug MacEachern <dougm@covalent.net>
15504              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
15505              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
15506      Branch: perl
15507            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
15508            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
15509            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
15510            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
15511            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
15512            ! ext/SDBM_File/SDBM_File.xs
15513 ____________________________________________________________________________
15514 [  8836] By: jhi                                   on 2001/02/18  22:11:20
15515         Log: Misapplied regex optimizations when \C is present.
15516              Fixes 20001230.002.
15517              
15518              What still remains broken is that the submatches that
15519              have \C in them get their UTF8 flag on because their
15520              parent SV has it on.  This will result in malformed
15521              UTF8 if a \C happened to match a non-ASCII byte.
15522      Branch: perl
15523            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
15524            ! t/pragma/utf8.t
15525 ____________________________________________________________________________
15526 [  8835] By: jhi                                   on 2001/02/18  20:12:02
15527         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
15528              
15529              The hash key got wrongly UTF8fied.
15530      Branch: perl
15531            ! pod/perlapi.pod toke.c utf8.c
15532 ____________________________________________________________________________
15533 [  8834] By: jhi                                   on 2001/02/18  19:44:25
15534         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
15535              don't warn on magical or overloaded things.
15536      Branch: perl
15537            ! pp_hot.c
15538 ____________________________________________________________________________
15539 [  8833] By: nick                                  on 2001/02/18  19:31:22
15540         Log: Integrate mainline
15541      Branch: perlio
15542           +> t/TestInit.pm t/run/runenv.t
15543            - t/UTEST
15544           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
15545           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
15546           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
15547           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
15548           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
15549           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
15550           !> utf8.c
15551 ____________________________________________________________________________
15552 [  8832] By: jhi                                   on 2001/02/18  19:21:18
15553         Log: Integrate perlio.
15554      Branch: perl
15555           !> perlio.c pod/perldiag.pod
15556 ____________________________________________________________________________
15557 [  8831] By: jhi                                   on 2001/02/18  19:14:20
15558         Log: Integrate change #8827 from mainline.
15559              
15560              UTF8 tweaks.
15561      Branch: maint-5.6/perl
15562           !> sv.c utf8.c
15563 ____________________________________________________________________________
15564 [  8830] By: nick                                  on 2001/02/18  19:10:34
15565         Log: Apply the spirit of patch from Nick Clark:
15566              Subject: [PATCH] Re: extensions that provide layers
15567              From: Nicholas Clark <nick@ccl4.org>
15568              Date: Mon, 12 Feb 2001 16:43:51 +0000
15569              Message-Id: <20010212164350.Q3652@plum.flirble.org>
15570      Branch: perlio
15571            ! perlio.c pod/perldiag.pod
15572 ____________________________________________________________________________
15573 [  8829] By: jhi                                   on 2001/02/18  19:03:25
15574         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
15575              From: schwern@pobox.com 
15576              Date: Sun, 18 Feb 2001 13:44:35 -0500
15577              Message-ID: <20010218134435.A17544@magnonel.guild.net>
15578              
15579              Applied, but as t/TestInit.pm.
15580      Branch: perl
15581            + t/TestInit.pm
15582            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
15583            ! t/op/subst_wamp.t
15584 ____________________________________________________________________________
15585 [  8828] By: jhi                                   on 2001/02/18  18:43:52
15586         Log: Integrate perlio.
15587      Branch: perl
15588           !> perlio.c
15589 ____________________________________________________________________________
15590 [  8827] By: jhi                                   on 2001/02/18  18:41:33
15591         Log: UTF-8 tweaks.
15592      Branch: perl
15593            ! sv.c utf8.c
15594 ____________________________________________________________________________
15595 [  8826] By: nick                                  on 2001/02/18  17:40:59
15596         Log: Fix [ID 20010217.002]
15597              open FOO, "<:raw:perlio", ...
15598              :raw now inserts default base layer below itself.
15599              Also
15600              open FOO, "<:unix", ...
15601              works as well - but leaves buffer layer on stack under the unix layer.
15602      Branch: perlio
15603            ! perlio.c
15604 ____________________________________________________________________________
15605 [  8825] By: jhi                                   on 2001/02/18  17:15:39
15606         Log: Integrate perlio.
15607      Branch: perl
15608           !> perlio.c perliol.h
15609 ____________________________________________________________________________
15610 [  8824] By: jhi                                   on 2001/02/18  17:10:53
15611         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
15612              From: schwern@pobox.com
15613              Date: Sun, 18 Feb 2001 01:48:50 -0500
15614              Message-ID: <20010218014850.C19957@magnonel.guild.net>
15615      Branch: perl
15616            ! lib/Test/Harness.pm t/TEST t/op/chop.t
15617 ____________________________________________________________________________
15618 [  8823] By: jhi                                   on 2001/02/18  17:01:06
15619         Log: Add run/*.t to testables.
15620      Branch: perl
15621            ! t/TEST
15622 ____________________________________________________________________________
15623 [  8822] By: jhi                                   on 2001/02/18  16:58:58
15624         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
15625              From: schwern@pobox.com
15626              Date: Sun, 18 Feb 2001 01:11:35 -0500
15627              Message-ID: <20010218011135.A19957@magnonel.guild.net>
15628              
15629              Revive mjd's and Simon's PERL5OPT fix.
15630      Branch: perl
15631            + t/run/runenv.t
15632            ! MANIFEST perl.c
15633 ____________________________________________________________________________
15634 [  8821] By: jhi                                   on 2001/02/18  16:53:46
15635         Log: Subject: Re: Why t/TEST and not Test::Harness?
15636              From: schwern@pobox.com
15637              Date: Sat, 17 Feb 2001 22:44:44 -0500
15638              Message-ID: <20010217224444.A6679@magnonel.guild.net>
15639              
15640              Replace UTEST with TEST -utf8.
15641      Branch: perl
15642            - t/UTEST
15643            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
15644            ! t/lib/glob-basic.t
15645 ____________________________________________________________________________
15646 [  8820] By: nick                                  on 2001/02/18  13:06:16
15647         Log: Clean up a few core dumps when layers are used in unexpected ways.
15648              (Still not "right"...)
15649      Branch: perlio
15650            ! perlio.c perliol.h
15651 ____________________________________________________________________________
15652 [  8819] By: jhi                                   on 2001/02/18  02:25:55
15653         Log: Integrate change #8818 from maintperl, a FAQ nit.
15654      Branch: perl
15655           !> pod/perlfaq4.pod
15656 ____________________________________________________________________________
15657 [  8818] By: jhi                                   on 2001/02/18  02:24:50
15658         Log: FAQ nit from Chris Fedde.
15659      Branch: maint-5.6/perl
15660            ! pod/perlfaq4.pod
15661 ____________________________________________________________________________
15662 [  8817] By: nick                                  on 2001/02/17  18:20:14
15663         Log: Integrate mainline
15664      Branch: perlio
15665           +> lib/unicode/UCD.html lib/unicode/Unicode.html
15666           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
15667           +> pod/perlclib.pod
15668            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
15669            - lib/unicode/Unicode.301
15670           !> (integrate 324 files)
15671 ____________________________________________________________________________
15672 [  8816] By: jhi                                   on 2001/02/17  16:56:58
15673         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
15674      Branch: perl
15675            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
15676            ! ext/Storable/Storable.xs t/lib/st-06compat.t
15677            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
15678 ____________________________________________________________________________
15679 [  8815] By: jhi                                   on 2001/02/17  16:40:07
15680         Log: Subject: [patch] -Wall
15681              From: Doug MacEachern <dougm@covalent.net>
15682              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
15683              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
15684      Branch: perl
15685            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
15686            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
15687 ____________________________________________________________________________
15688 [  8814] By: jhi                                   on 2001/02/16  19:27:18
15689         Log: Document qu better.
15690      Branch: perl
15691            ! pod/perlop.pod
15692 ____________________________________________________________________________
15693 [  8813] By: jhi                                   on 2001/02/15  13:54:37
15694         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
15695              From: Hugo <hv@crypt.compulink.co.uk>
15696              Date: Thu, 15 Feb 2001 13:39:49 +0000
15697              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
15698      Branch: perl
15699            ! toke.c
15700 ____________________________________________________________________________
15701 [  8812] By: alanbur                               on 2001/02/15  13:52:16
15702         Log: Resynchronised with parent
15703      Branch: maint-5.6/pureperl
15704            - ebcdic.c
15705           !> (integrate 36 files)
15706 ____________________________________________________________________________
15707 [  8811] By: jhi                                   on 2001/02/15  13:51:16
15708         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
15709              
15710              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
15711              From: Jan Dubois <JanD@ActiveState.com>
15712              Date: Wed, 31 Jan 2001 21:17:03 -0800
15713              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
15714              
15715              tweak change#8659 to keep it simple
15716              
15717              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
15718              From: Russ Allbery <rra@stanford.edu>
15719              Date: 14 Feb 2001 10:15:41 -0800
15720              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
15721              
15722              (8809 empty)
15723
15724              Upgrade to podlators 1.08, from Russ Allbery.
15725      Branch: perl
15726           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
15727           !> utils/perldoc.PL
15728 ____________________________________________________________________________
15729 [  8810] By: jhi                                   on 2001/02/15  13:35:08
15730         Log: Upgrade to podlators 1.08, from Russ Allbery.
15731      Branch: maint-5.6/perl
15732            ! lib/Pod/Man.pm lib/Pod/Text.pm
15733 ____________________________________________________________________________
15734 [  8809] By: jhi                                   on 2001/02/15  13:26:38
15735         Log: (accidentally empty check-in)
15736      Branch: maint-5.6/perl
15737            ! lib/Test/Harness.pm
15738 ____________________________________________________________________________
15739 [  8808] By: jhi                                   on 2001/02/15  13:23:47
15740         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
15741              From: Russ Allbery <rra@stanford.edu>
15742              Date: 14 Feb 2001 10:15:41 -0800
15743              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
15744              
15745              perldoc was hardcoding $Config{installscript}, which breaks
15746              when install* isn't where Perl ends up (such as with AFS).
15747              
15748              Use $Config{scriptdir} instead.
15749      Branch: maint-5.6/perl
15750            ! utils/perldoc.PL
15751 ____________________________________________________________________________
15752 [  8807] By: jhi                                   on 2001/02/14  14:37:27
15753         Log: Update Changes.
15754      Branch: perl
15755            ! Changes patchlevel.h
15756 ____________________________________________________________________________
15757 [  8806] By: jhi                                   on 2001/02/14  14:25:31
15758         Log: Integrate changes #8803,8804,8805 from mainline.
15759              
15760              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
15761              
15762              Don't skip too much of the locale error message if no environ array,
15763              from Chris Nandor.
15764              
15765              More MacOS Classic fixes from Chris Nandor.
15766      Branch: maint-5.6/perl
15767           !> doop.c lib/Cwd.pm perl.c perl.h util.c
15768 ____________________________________________________________________________
15769 [  8805] By: jhi                                   on 2001/02/14  03:29:01
15770         Log: More MacOS Classic fixes from Chris Nandor.
15771      Branch: perl
15772            ! doop.c lib/Cwd.pm
15773 ____________________________________________________________________________
15774 [  8804] By: jhi                                   on 2001/02/14  03:18:35
15775         Log: Don't skip too much of the locale error message if no environ array,
15776              from Chris Nandor.
15777      Branch: perl
15778            ! util.c
15779 ____________________________________________________________________________
15780 [  8803] By: jhi                                   on 2001/02/14  03:14:14
15781         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
15782      Branch: perl
15783            ! perl.c perl.h
15784 ____________________________________________________________________________
15785 [  8802] By: jhi                                   on 2001/02/13  18:31:33
15786         Log: AUTHORS update.
15787      Branch: perl
15788            ! AUTHORS
15789 ____________________________________________________________________________
15790 [  8801] By: jhi                                   on 2001/02/13  17:55:19
15791         Log: Integrate change #8792 from mainline.
15792              
15793              Subject: buncha MacPerl patches for bleadperl
15794              From: Chris Nandor <pudge@pobox.com>
15795              Date: Tue, 13 Feb 2001 00:02:43 -0500
15796              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
15797      Branch: maint-5.6/perl
15798           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
15799           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
15800           !> t/lib/basename.t toke.c util.h
15801 ____________________________________________________________________________
15802 [  8800] By: jhi                                   on 2001/02/13  17:46:43
15803         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
15804              to be forced to Off_t.
15805              
15806              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
15807              From: nick@ccl4.org
15808              Date: Thu, 1 Feb 2001 12:01:04 +0000
15809              Message-Id: <20010201120103.E11401@plum.flirble.org>
15810      Branch: maint-5.6/perl
15811            ! iperlsys.h perlio.c
15812 ____________________________________________________________________________
15813 [  8799] By: jhi                                   on 2001/02/13  16:52:51
15814         Log: Duplex duplex hunk hunk.
15815      Branch: maint-5.6/perl
15816            ! Makefile.SH
15817 ____________________________________________________________________________
15818 [  8797] By: jhi                                   on 2001/02/13  14:52:04
15819         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
15820              From: "Craig A. Berry" <craigberry@mac.com>
15821              Date: Mon, 12 Feb 2001 11:05:25 -0600
15822              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
15823      Branch: perl
15824            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
15825 ____________________________________________________________________________
15826 [  8796] By: jhi                                   on 2001/02/13  14:36:47
15827         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
15828              From: simon.cozens@pembroke.oxford.ac.uk 
15829              Date: Sat, 10 Feb 2001 17:57:02 +0000
15830              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
15831              
15832              Now it does include.
15833      Branch: perl
15834            ! pod/perldiag.pod
15835 ____________________________________________________________________________
15836 [  8795] By: jhi                                   on 2001/02/13  14:30:11
15837         Log: Sort the MANIFEST.
15838      Branch: perl
15839            ! MANIFEST
15840 ____________________________________________________________________________
15841 [  8794] By: jhi                                   on 2001/02/13  14:26:51
15842         Log: Integrate change #8793 from mainline, FAQ updates.
15843      Branch: maint-5.6/perl
15844           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
15845 ____________________________________________________________________________
15846 [  8793] By: jhi                                   on 2001/02/13  14:25:13
15847         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
15848      Branch: perl
15849            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
15850 ____________________________________________________________________________
15851 [  8792] By: jhi                                   on 2001/02/13  14:22:50
15852         Log: Subject: buncha MacPerl patches for bleadperl
15853              From: Chris Nandor <pudge@pobox.com>
15854              Date: Tue, 13 Feb 2001 00:02:43 -0500
15855              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
15856      Branch: perl
15857            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
15858            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
15859            ! t/lib/basename.t toke.c util.h
15860 ____________________________________________________________________________
15861 [  8791] By: jhi                                   on 2001/02/13  14:10:39
15862         Log: Integrate change #8790 from mainline.
15863              
15864              environ array wrongly assumed in Perl_init_i18nl10n(),
15865      Branch: maint-5.6/perl
15866           !> util.c
15867 ____________________________________________________________________________
15868 [  8790] By: jhi                                   on 2001/02/13  14:06:15
15869         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
15870              noticed by Chris Nandor in MacOS Classic.
15871      Branch: perl
15872            ! util.c
15873 ____________________________________________________________________________
15874 [  8789] By: jhi                                   on 2001/02/13  13:58:07
15875         Log: Integrate changes #8373,8487,8544,8783 from mainline.
15876              
15877              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
15878              hints files, the dynaloading, assimilate ebcdic into util.c.
15879      Branch: maint-5.6/perl
15880            - ebcdic.c
15881            ! MANIFEST hints/posix-bc.sh
15882           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
15883           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
15884           !> perlapi.c proto.h util.c
15885 ____________________________________________________________________________
15886 [  8788] By: alanbur                               on 2001/02/13  10:33:13
15887         Log: Integrated changes from maint-5.6
15888      Branch: maint-5.6/pureperl
15889           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
15890           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
15891           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
15892           !> vos/config.ga.h vos/configure_perl.cm
15893 ____________________________________________________________________________
15894 [  8787] By: jhi                                   on 2001/02/13  05:56:36
15895         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
15896      Branch: perl
15897           !> Makefile.SH
15898 ____________________________________________________________________________
15899 [  8786] By: jhi                                   on 2001/02/13  05:54:34
15900         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
15901              From: Dorner Thomas <Thomas.Dorner@start.de>
15902              Date: Mon, 12 Feb 2001 15:06:26 +0100
15903              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
15904      Branch: maint-5.6/perl
15905            ! Makefile.SH
15906 ____________________________________________________________________________
15907 [  8785] By: jhi                                   on 2001/02/13  05:29:04
15908         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
15909      Branch: perl
15910           !> hints/openbsd.sh
15911 ____________________________________________________________________________
15912 [  8784] By: jhi                                   on 2001/02/13  02:25:24
15913         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
15914              From: Peter Prymmer <pvhp@forte.com>
15915              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
15916              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
15917      Branch: perl
15918            ! pod/perlclib.pod
15919 ____________________________________________________________________________
15920 [  8783] By: jhi                                   on 2001/02/13  02:22:36
15921         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
15922      Branch: perl
15923            - ebcdic.c
15924            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
15925            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
15926            ! util.c
15927 ____________________________________________________________________________
15928 [  8782] By: jhi                                   on 2001/02/13  02:00:07
15929         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
15930      Branch: maint-5.6/perl
15931            ! pod/perlport.pod
15932 ____________________________________________________________________________
15933 [  8781] By: jhi                                   on 2001/02/13  01:58:44
15934         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
15935      Branch: maint-5.6/perl
15936            ! hints/openbsd.sh
15937 ____________________________________________________________________________
15938 [  8780] By: jhi                                   on 2001/02/13  01:57:33
15939         Log: Synchronize the regexp tests between maintperl and mainline.
15940      Branch: maint-5.6/perl
15941           !> t/op/re_tests
15942 ____________________________________________________________________________
15943 [  8779] By: jhi                                   on 2001/02/13  01:49:35
15944         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
15945              From: Hugo <hv@crypt.compulink.co.uk>
15946              Date: Tue, 13 Feb 2001 00:11:11 +0000
15947              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
15948      Branch: perl
15949            ! regcomp.c t/op/re_tests
15950 ____________________________________________________________________________
15951 [  8778] By: jhi                                   on 2001/02/13  00:23:10
15952         Log: Comments do not nest.
15953      Branch: perl
15954            ! perl.h
15955 ____________________________________________________________________________
15956 [  8777] By: jhi                                   on 2001/02/13  00:17:54
15957         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
15958              From: Hugo <hv@crypt.compulink.co.uk>
15959              Date: Tue, 13 Feb 2001 00:11:11 +0000
15960              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
15961      Branch: maint-5.6/perl
15962            ! regcomp.c t/op/re_tests
15963 ____________________________________________________________________________
15964 [  8776] By: jhi                                   on 2001/02/12  23:25:52
15965         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
15966      Branch: maint-5.6/perl
15967            ! pod/perlport.pod
15968 ____________________________________________________________________________
15969 [  8775] By: jhi                                   on 2001/02/12  23:04:28
15970         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
15971      Branch: maint-5.6/perl
15972            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
15973            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
15974            ! vos/configure_perl.cm
15975 ____________________________________________________________________________
15976 [  8774] By: jhi                                   on 2001/02/12  22:59:11
15977         Log: Subject: Re: [patch] context for 'U' magic functions
15978              From: Doug MacEachern <dougm@covalent.net>
15979              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
15980              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
15981              
15982              plus the suggestion by Nick Ing-Simmons to name the macro
15983              as PERL_MG_UFUNC to avoid namespace pollution, plus add
15984              the advice by Doug for XS writers to perl.h
15985      Branch: perl
15986            ! mg.c perl.h
15987 ____________________________________________________________________________
15988 [  8773] By: jhi                                   on 2001/02/11  20:14:12
15989         Log: Update Changes.
15990      Branch: perl
15991            ! Changes patchlevel.h
15992 ____________________________________________________________________________
15993 [  8772] By: jhi                                   on 2001/02/11  18:47:52
15994         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
15995              From: Simon Cozens <simon@cozens.net>
15996              Date: Wed, 31 Jan 2001 16:31:43 +0000
15997              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
15998      Branch: perl
15999            + pod/perlclib.pod
16000            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
16001            ! pod/perltoc.pod
16002 ____________________________________________________________________________
16003 [  8771] By: jhi                                   on 2001/02/11  18:36:48
16004         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
16005              
16006              Blocks-4d3.beta.txt
16007              CaseFolding-3d4.beta.txt
16008              CompositionExclusions-3d6.beta.txt
16009              EastAsianWidth-4d4.beta.txt
16010              LineBreak-6d3.beta.txt
16011              NamesList-3.1.0d1.beta.txt
16012              PropList-3.1.0d4.beta.txt
16013              SpecialCasing-4d1.beta.txt
16014              UnicodeData-3.1.0d6.beta.txt
16015      Branch: perl
16016            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
16017           +> lib/unicode/UCD.html lib/unicode/Unicode.html
16018            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
16019            - lib/unicode/Unicode.301
16020            ! (edit 257 files)
16021 ____________________________________________________________________________
16022 [  8770] By: jhi                                   on 2001/02/11  17:26:22
16023         Log: UTF-8 documentation.
16024      Branch: perl
16025            ! utf8.h
16026 ____________________________________________________________________________
16027 [  8769] By: jhi                                   on 2001/02/11  17:12:49
16028         Log: Retract #8762.
16029      Branch: perl
16030            ! regexec.c
16031 ____________________________________________________________________________
16032 [  8768] By: jhi                                   on 2001/02/11  16:54:45
16033         Log: Subject: [PATCH] Test::Harness
16034              From: andreas.koenig@anima.de (Andreas J. Koenig)
16035              Date: 11 Feb 2001 14:37:00 +0100
16036              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
16037      Branch: perl
16038            ! lib/Test/Harness.pm
16039 ____________________________________________________________________________
16040 [  8767] By: jhi                                   on 2001/02/11  16:53:52
16041         Log: Subject: [PATCH] Document makepatch in Porting/patching
16042              From: andreas.koenig@anima.de (Andreas J. Koenig)
16043              Date: 11 Feb 2001 16:46:28 +0100
16044              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
16045      Branch: perl
16046            ! Porting/patching.pod
16047 ____________________________________________________________________________
16048 [  8766] By: jhi                                   on 2001/02/11  06:30:23
16049         Log: Subject: Re: [patch] GvSHARED
16050              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
16051              From: Doug MacEachern <dougm@covalent.net>
16052              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
16053              
16054              Subject: Re: [patch] GvSHARED
16055              From: Doug MacEachern <dougm@covalent.net>
16056              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
16057              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
16058              
16059              Subject: [patch] attributes.pm support for `shared'
16060              From: Doug MacEachern <dougm@covalent.net>
16061              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
16062              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
16063              
16064              our() attributes were ignored, our :shared pieces missing,
16065              allow attributes.pm to turn on shared.
16066      Branch: perl
16067            ! op.c t/op/attrs.t toke.c xsutils.c
16068 ____________________________________________________________________________
16069 [  8765] By: alanbur                               on 2001/02/10  23:11:19
16070         Log: Resync with parent (hopefully sucessfully this time)
16071      Branch: maint-5.6/pureperl
16072           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
16073           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
16074           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
16075           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
16076           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
16077           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
16078           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
16079 ____________________________________________________________________________
16080 [  8764] By: jhi                                   on 2001/02/10  22:54:38
16081         Log: Make TEST and UTEST more verbose in case something goes
16082              wrong in running/compiling a script, suggested by Doug
16083              MacEachern.
16084      Branch: perl
16085            ! t/TEST t/UTEST
16086 ____________________________________________________________________________
16087 [  8763] By: jhi                                   on 2001/02/10  22:11:34
16088         Log: Bogus shebang.
16089      Branch: perl
16090            ! t/lib/texttabs.t
16091 ____________________________________________________________________________
16092 [  8762] By: jhi                                   on 2001/02/10  21:56:02
16093         Log: (Retracted by #8769)
16094      Branch: perl
16095            ! regexec.c
16096 ____________________________________________________________________________
16097 [  8761] By: jhi                                   on 2001/02/10  21:26:15
16098         Log: Subject: Re: [patch] GvSHARED 
16099              From: Doug MacEachern <dougm@covalent.net>
16100              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
16101              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
16102              
16103              our @EXPORT : shared = (...);
16104      Branch: perl
16105            ! toke.c
16106 ____________________________________________________________________________
16107 [  8760] By: jhi                                   on 2001/02/10  21:25:07
16108         Log: Subject: [patch] GvSHARED
16109              From: Doug MacEachern <dougm@covalent.net>
16110              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
16111              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
16112      Branch: perl
16113            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
16114 ____________________________________________________________________________
16115 [  8759] By: alanbur                               on 2001/02/10  21:24:27
16116         Log: Backed out mismerge.
16117      Branch: maint-5.6/pureperl
16118            ! MANIFEST README.hpux README.vmesa gv.c installhtml
16119            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
16120            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
16121            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
16122            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
16123            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
16124            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
16125 ____________________________________________________________________________
16126 [  8758] By: jhi                                   on 2001/02/10  18:01:17
16127         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
16128              
16129              Fixed UMRs and leak in Perl_pmtrans()
16130              
16131              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
16132              associated UTFied tr/// code.  Also fixed scoping leak of
16133              PL_reg_start_tmp.
16134              
16135              newATTRSUB leaks when an attempt to redefine the active sort sub is
16136              made.
16137      Branch: maint-5.6/perl
16138           !> op.c regcomp.c
16139 ____________________________________________________________________________
16140 [  8757] By: alanbur                               on 2001/02/10  17:56:46
16141         Log: Resynchronised with parent
16142      Branch: maint-5.6/pureperl
16143           +> README.bs2000
16144            - README.posix-bc
16145            ! gv.c perl.c sv.c
16146           !> MANIFEST README.hpux README.vmesa installhtml
16147           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
16148           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
16149           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
16150           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
16151           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
16152           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
16153 ____________________________________________________________________________
16154 [  8756] By: alanbur                               on 2001/02/10  17:51:15
16155         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
16156              made.
16157      Branch: maint-5.6/pureperl
16158            ! op.c
16159 ____________________________________________________________________________
16160 [  8755] By: jhi                                   on 2001/02/09  22:41:35
16161         Log: Upgrade to CPAN 1.59_54, from Andreas König.
16162      Branch: perl
16163            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
16164 ____________________________________________________________________________
16165 [  8754] By: jhi                                   on 2001/02/09  22:29:20
16166         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
16167              
16168              Didn't upgrade the fill.t since it has a dependency to File::Slurp
16169              purely for debugging purposes, the actual test hasn't changed.
16170      Branch: perl
16171            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
16172            ! t/lib/textwrap.t
16173 ____________________________________________________________________________
16174 [  8753] By: jhi                                   on 2001/02/09  20:17:50
16175         Log: Integrate change #8682 from maintperl.
16176              
16177              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
16178              to work correctly.
16179      Branch: perl
16180           !> hints/irix_6.sh
16181 ____________________________________________________________________________
16182 [  8752] By: jhi                                   on 2001/02/09  20:00:46
16183         Log: Update Changes.
16184      Branch: perl
16185            ! Changes patchlevel.h
16186 ____________________________________________________________________________
16187 [  8751] By: nick                                  on 2001/02/09  19:48:37
16188         Log: Integrate mainline
16189      Branch: perlio
16190           +> README.bs2000 t/lib/cgi-esc.t
16191            - README.posix-bc
16192           !> (integrate 53 files)
16193 ____________________________________________________________________________
16194 [  8750] By: nick                                  on 2001/02/09  19:25:16
16195         Log: Subject: RE: Biannual Competition to Improve Hashing Function
16196              From: Fisher Mark <fisherm@tce.com>
16197              Date: Thu, 8 Feb 2001 10:44:00 -0500
16198              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
16199              Date: Thu, 8 Feb 2001 15:02:47 -0500
16200              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
16201      Branch: perl
16202            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
16203 ____________________________________________________________________________
16204 [  8749] By: jhi                                   on 2001/02/09  19:02:35
16205         Log: Forgotten fragment.
16206      Branch: perl
16207            ! pod/perlapi.pod
16208 ____________________________________________________________________________
16209 [  8748] By: jhi                                   on 2001/02/09  18:31:34
16210         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
16211              plus manual tweakage.
16212              
16213              Sync the perlfaq2 between mainline and maintperl.
16214      Branch: maint-5.6/perl
16215            ! pod/perlfaq2.pod
16216      Branch: perl
16217           !> pod/perlfaq2.pod
16218 ____________________________________________________________________________
16219 [  8747] By: jhi                                   on 2001/02/09  18:12:04
16220         Log: Subject: versiononly and installperl
16221              From: abigail@foad.org
16222              Date: Wed, 7 Feb 2001 22:43:12 +0100
16223              Message-ID: <20010207214312.7045.qmail@foad.org>    
16224              
16225              Add +v flag to force a normal install of the perl binary
16226              and the utilities.
16227              
16228              Subject: [PATCH] installperl
16229              From: Nicholas Clark <nick@ccl4.org>
16230              Date: Fri, 9 Feb 2001 16:28:57 +0000
16231              Message-ID: <20010209162857.B10931@plum.flirble.org>
16232              
16233              Add -A flag which also hardlinks the binary with
16234              the full architecture name.
16235      Branch: perl
16236            ! installperl
16237 ____________________________________________________________________________
16238 [  8746] By: jhi                                   on 2001/02/09  18:03:43
16239         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
16240              
16241              Subject: perlfaq2, re: perlmongers
16242              
16243              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
16244              
16245              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
16246              
16247              Subject: [ID 20010205.001] typo in perlfaq9
16248              
16249              Subject: [ID 20010208.002] unordered explanation in perlcall
16250      Branch: maint-5.6/perl
16251           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
16252           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
16253           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
16254 ____________________________________________________________________________
16255 [  8745] By: jhi                                   on 2001/02/09  17:59:09
16256         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
16257              From: abela@geneanet.org
16258              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
16259              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
16260      Branch: perl
16261            ! pod/perlcall.pod
16262 ____________________________________________________________________________
16263 [  8744] By: jhi                                   on 2001/02/09  17:48:16
16264         Log: Subject: [ID 20010205.001] typo in perlfaq9
16265              From: eserte@vran.herceg.de
16266              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
16267              Message-Id: <200102042244.XAA21926@vran.herceg.de>
16268      Branch: perl
16269            ! pod/perlfaq9.pod
16270 ____________________________________________________________________________
16271 [  8743] By: jhi                                   on 2001/02/09  17:25:12
16272         Log: Integrate change #8695 from maintperl.
16273              
16274              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
16275      Branch: perl
16276           !> thread.h
16277 ____________________________________________________________________________
16278 [  8742] By: jhi                                   on 2001/02/09  17:21:22
16279         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
16280              From: Andy Dougherty <doughera@lafayette.edu>
16281              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
16282              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
16283      Branch: perl
16284            ! embed.pl
16285 ____________________________________________________________________________
16286 [  8741] By: jhi                                   on 2001/02/09  17:05:19
16287         Log: Integrate changes #8738,8739,8740 from maintperl.
16288              
16289              Html files will be installed in a more logical and easier to
16290              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
16291              
16292              Html files will be generated with a header to make them look
16293              a little less bare.
16294              
16295              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
16296      Branch: perl
16297           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
16298 ____________________________________________________________________________
16299 [  8740] By: jhi                                   on 2001/02/09  17:03:46
16300         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
16301              From: "Brendan O'Dea" <bod@compusol.com.au>
16302              Date: Sun, 4 Feb 2001 11:17:56 +1100
16303              Message-ID: <20010204111756.A16301@compusol.com.au>
16304      Branch: maint-5.6/perl
16305            ! pod/perlfaq3.pod
16306 ____________________________________________________________________________
16307 [  8739] By: jhi                                   on 2001/02/09  17:01:59
16308         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
16309              From: "Indy Singh" <indy@nusphere.com>
16310              Date: Fri, 2 Feb 2001 15:09:59 -0500
16311              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
16312              
16313              Html files will be generated with a header to make them look
16314              a little less bare.
16315      Branch: maint-5.6/perl
16316            ! installhtml
16317 ____________________________________________________________________________
16318 [  8738] By: jhi                                   on 2001/02/09  16:58:48
16319         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
16320              From: "Indy Singh" <indy@nusphere.com>
16321              Date: Fri, 2 Feb 2001 15:08:23 -0500
16322              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
16323              
16324              Html files will be installed in a more logical and easier to
16325              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
16326      Branch: maint-5.6/perl
16327            ! win32/Makefile win32/makefile.mk
16328 ____________________________________________________________________________
16329 [  8737] By: jhi                                   on 2001/02/09  16:46:54
16330         Log: Integrate changes #8687,8736 from maintperl.
16331              
16332              HP-UX thread patches from Merijn H. Brand.
16333              
16334              Latin nit from Philip Newton.
16335      Branch: perl
16336           !> README.hpux hints/hpux.sh
16337 ____________________________________________________________________________
16338 [  8736] By: jhi                                   on 2001/02/09  16:42:31
16339         Log: Latin nit from Philip Newton.
16340      Branch: maint-5.6/perl
16341            ! README.hpux
16342 ____________________________________________________________________________
16343 [  8735] By: jhi                                   on 2001/02/09  16:24:03
16344         Log: Integrate changes #8704,8710 from pureperl.
16345              
16346              Fixed UMRs and leak in Perl_pmtrans()
16347              
16348              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
16349              associated UTFied tr/// code.  Also fixed scoping leak of
16350              PL_reg_start_tmp.
16351      Branch: perl
16352           !> op.c regcomp.c
16353 ____________________________________________________________________________
16354 [  8734] By: jhi                                   on 2001/02/09  15:40:21
16355         Log: Integrate change #8733 from maintperl.
16356              
16357              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
16358      Branch: perl
16359           !> pod/perlre.pod
16360 ____________________________________________________________________________
16361 [  8733] By: jhi                                   on 2001/02/09  15:35:47
16362         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
16363              From: Prymmer/Kahn <pvhp@best.com>
16364              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
16365              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
16366      Branch: maint-5.6/perl
16367            ! pod/perlre.pod
16368 ____________________________________________________________________________
16369 [  8732] By: jhi                                   on 2001/02/09  15:26:17
16370         Log: Rename README.posix-bc to README.bs2000 (to avoid the
16371              confusion of a "perlposix-bc.pod"), add a few missing
16372              arch pods, regen toc.
16373      Branch: maint-5.6/perl
16374           +> README.bs2000
16375            - README.posix-bc
16376            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
16377            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
16378 ____________________________________________________________________________
16379 [  8731] By: jhi                                   on 2001/02/09  15:23:39
16380         Log: De-cut-and-pasto.
16381      Branch: perl
16382            ! pod/perl.pod
16383 ____________________________________________________________________________
16384 [  8730] By: jhi                                   on 2001/02/09  15:11:13
16385         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
16386              when people think that perlposix-bc.pod tells anything about
16387              Perl and POSIX.  Regen toc.
16388      Branch: perl
16389           +> README.bs2000
16390            - README.posix-bc
16391            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
16392            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
16393 ____________________________________________________________________________
16394 [  8729] By: jhi                                   on 2001/02/09  14:52:28
16395         Log: The README.vmesa part of #8712 from maintperl.
16396      Branch: perl
16397            ! README.vmesa
16398 ____________________________________________________________________________
16399 [  8728] By: jhi                                   on 2001/02/09  14:46:06
16400         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
16401              From: Peter Prymmer <pvhp@forte.com>
16402              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
16403              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
16404      Branch: maint-5.6/perl
16405            ! README.vmesa win32/Makefile win32/makefile.mk
16406 ____________________________________________________________________________
16407 [  8727] By: jhi                                   on 2001/02/09  14:33:25
16408         Log: Integrate change #8712 from mainline.
16409              
16410              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
16411      Branch: maint-5.6/perl
16412           !> lib/Pod/Find.pm
16413 ____________________________________________________________________________
16414 [  8726] By: jhi                                   on 2001/02/09  14:30:28
16415         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
16416              From: Peter Prymmer <pvhp@forte.com>
16417              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
16418              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
16419      Branch: perl
16420            + t/lib/cgi-esc.t
16421            ! MANIFEST lib/CGI/Util.pm
16422 ____________________________________________________________________________
16423 [  8725] By: jhi                                   on 2001/02/09  04:56:47
16424         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
16425      Branch: maint-5.6/perl
16426            ! pod/perlport.pod
16427 ____________________________________________________________________________
16428 [  8724] By: jhi                                   on 2001/02/09  04:40:59
16429         Log: Integrate changes 7819,7820 from vmsperl into mainline.
16430              
16431              Add header for LIB$ prototypes (C. Berry)
16432              
16433              Convert fwrite()s to sockets to write()s, since some socket stacks
16434              don't take kindly to stdio.
16435              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
16436              (for often optional LNMs)
16437              Correct a few typos
16438              (C. Bailey)
16439      Branch: perl
16440           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
16441 ____________________________________________________________________________
16442 [  8723] By: jhi                                   on 2001/02/09  03:29:29
16443         Log: Integrate change #8722 from mainline.
16444              
16445              The Im() function wasn't returning zero for non-Math::Complex
16446              arguments.  The bug reported by John Gamble.
16447      Branch: maint-5.6/perl
16448           !> lib/Math/Complex.pm
16449 ____________________________________________________________________________
16450 [  8722] By: jhi                                   on 2001/02/09  03:28:33
16451         Log: The Im() function wasn't returning zero for non-Math::Complex
16452              arguments.  The bug reported by John Gamble.
16453      Branch: perl
16454            ! lib/Math/Complex.pm
16455 ____________________________________________________________________________
16456 [  8721] By: nick                                  on 2001/02/08  22:11:35
16457         Log: Correct the correction :-(
16458      Branch: perl
16459            ! perl.c
16460 ____________________________________________________________________________
16461 [  8720] By: bailey                                on 2001/02/08  20:59:22
16462         Log: Convert frwite()s to sockets to write()s, since some socket stacks
16463              don't take kindly to stdio.
16464              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
16465              (for often optional LNMs)
16466              Correct a few typos
16467              (C. Bailey)
16468      Branch: vmsperl
16469            ! vms/vms.c vms/vmsish.h
16470 ____________________________________________________________________________
16471 [  8719] By: bailey                                on 2001/02/08  20:51:02
16472         Log: Add header for LIB$ prototypes (C. Berry)
16473      Branch: vmsperl
16474            ! ext/Devel/DProf/DProf.xs
16475 ____________________________________________________________________________
16476 [  8718] By: bailey                                on 2001/02/08  20:49:00
16477         Log: SYN SYN
16478      Branch: vmsperl
16479           +> pod/perliol.pod t/lib/sample-tests/bailout
16480           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
16481           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
16482           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
16483           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
16484           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
16485           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
16486            - lib/unicode/Is/DCinital.pl
16487           !> (integrate 101 files)
16488 ____________________________________________________________________________
16489 [  8717] By: nick                                  on 2001/02/08  19:38:48
16490         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
16491              From: Robin Barker <rmb1@cise.npl.co.uk>
16492              Date: Thu, 8 Feb 2001 14:38:07 GMT
16493              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
16494      Branch: perl
16495            ! lib/CPAN.pm
16496 ____________________________________________________________________________
16497 [  8716] By: nick                                  on 2001/02/08  19:29:07
16498         Log: Generated files form 8713 etc.
16499      Branch: perl
16500            ! embed.h global.sym objXSUB.h perlapi.c proto.h
16501 ____________________________________________________________________________
16502 [  8715] By: nick                                  on 2001/02/08  19:26:08
16503         Log: Fixup non-ithread build after 8713
16504      Branch: perl
16505            ! perl.c
16506 ____________________________________________________________________________
16507 [  8714] By: nick                                  on 2001/02/08  19:17:45
16508         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
16509              From: nick@ccl4.org
16510              Date: Wed, 7 Feb 2001 00:27:47 +0000
16511              Message-Id: <20010207002747.B63724@plum.flirble.org>
16512      Branch: perl
16513            ! sv.c toke.c
16514 ____________________________________________________________________________
16515 [  8713] By: nick                                  on 2001/02/08  19:15:58
16516         Log: Subject: Re: [patch] Re: PL_ptr_table
16517              From: Doug Maceachern <dougm@covalent.net>
16518              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
16519              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
16520      Branch: perl
16521            ! embed.pl perl.c sv.c sv.h
16522 ____________________________________________________________________________
16523 [  8712] By: nick                                  on 2001/02/08  19:12:47
16524         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
16525              From: Peter Prymmer <pvhp@forte.com>
16526              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
16527              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
16528      Branch: perl
16529            ! lib/Pod/Find.pm
16530 ____________________________________________________________________________
16531 [  8711] By: nick                                  on 2001/02/07  21:06:11
16532         Log: Manually appliued version for dev branch of Alan/Sarathy 5.6 patch.
16533              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
16534              From: Alan Burlison <Alan.Burlison@uk.sun.com>
16535              Date: Tue, 06 Feb 2001 23:37:01 +0000
16536              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
16537      Branch: perl
16538            ! regcomp.c
16539 ____________________________________________________________________________
16540 [  8710] By: alanbur                               on 2001/02/07  00:22:04
16541         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
16542              associated UTFied tr/// code.  Also fixed scoping leak of
16543              PL_reg_start_tmp.
16544      Branch: maint-5.6/pureperl
16545            ! op.c regcomp.c
16546 ____________________________________________________________________________
16547 [  8709] By: nick                                  on 2001/02/06  21:16:49
16548         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
16549              From: Michael G Schwern <schwern@pobox.com>
16550              Date: Sun, 4 Feb 2001 19:47:14 -0500
16551              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
16552      Branch: perl
16553            ! pod/perlapi.pod pod/perlmodlib.PL
16554 ____________________________________________________________________________
16555 [  8708] By: nick                                  on 2001/02/06  20:41:20
16556         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
16557              From: Michael G Schwern <schwern@pobox.com>
16558              Date: Sun, 4 Feb 2001 21:17:49 -0500
16559              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
16560      Branch: perl
16561            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
16562            ! pod/perltootc.pod
16563 ____________________________________________________________________________
16564 [  8707] By: nick                                  on 2001/02/06  20:29:11
16565         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
16566              From: Michael G Schwern <schwern@pobox.com>
16567              Date: Tue, 6 Feb 2001 05:54:30 -0500
16568              Message-Id: <20010206055430.A951@blackrider.aocn.com>
16569      Branch: perl
16570            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
16571 ____________________________________________________________________________
16572 [  8706] By: nick                                  on 2001/02/06  20:21:40
16573         Log: Subject: RE: some win32 fixes
16574              Date: Tue, 6 Feb 2001 09:23:20 +0300
16575              From: Vadim Konovalov <vkonovalov@lucent.com>
16576              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
16577      Branch: perl
16578            ! toke.c win32/Makefile win32/config.bc win32/config.gc
16579            ! win32/config.vc win32/config_H.bc win32/makefile.mk
16580 ____________________________________________________________________________
16581 [  8705] By: alanbur                               on 2001/02/06  15:00:03
16582         Log: Synchronised with parent
16583      Branch: maint-5.6/pureperl
16584            ! regexec.c
16585           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
16586           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
16587 ____________________________________________________________________________
16588 [  8704] By: alanbur                               on 2001/02/06  14:55:24
16589         Log: Fixed UMRs and leak in Perl_pmtrans()
16590      Branch: maint-5.6/pureperl
16591            ! op.c
16592 ____________________________________________________________________________
16593 [  8703] By: gsar                                  on 2001/02/06  02:29:37
16594         Log: $(MAKE) distclean doesn't clean up properly on windows
16595      Branch: maint-5.6/perl
16596            ! win32/Makefile win32/makefile.mk
16597 ____________________________________________________________________________
16598 [  8702] By: gsar                                  on 2001/02/06  01:00:46
16599         Log: tweak change#8659 to keep it simple
16600      Branch: maint-5.6/perl
16601            ! utils/perldoc.PL
16602 ____________________________________________________________________________
16603 [  8701] By: gsar                                  on 2001/02/05  22:45:41
16604         Log: change#8693 was missing testsuite changes
16605      Branch: maint-5.6/perl
16606           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
16607 ____________________________________________________________________________
16608 [  8700] By: nick                                  on 2001/02/05  20:32:52
16609         Log: Integrate mainline
16610      Branch: perlio
16611           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
16612           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
16613           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
16614           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
16615           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
16616           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
16617           +> t/lib/test-harness.t
16618           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
16619           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
16620           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
16621           !> pod/perlutil.pod t/TEST utils/h2xs.PL
16622 ____________________________________________________________________________
16623 [  8699] By: nick                                  on 2001/02/05  19:41:07
16624         Log: Subject: perlfaq2, re: perlmongers
16625              From: David H. Adler <dha@panix.com>
16626              Date: Sun, 4 Feb 2001 23:48:23 -0500
16627              Message-Id: <20010204234823.A13429@panix.com>
16628      Branch: perl
16629            ! pod/perlfaq2.pod
16630 ____________________________________________________________________________
16631 [  8698] By: nick                                  on 2001/02/05  19:39:31
16632         Log: Missed file f#rom the testharness mess.
16633      Branch: perl
16634            + t/lib/test-harness.t
16635 ____________________________________________________________________________
16636 [  8697] By: nick                                  on 2001/02/05  19:37:21
16637         Log: Subject: [DOC PATCH] overload.pm nits
16638              From: John Tobey <jtobey@john-edwin-tobey.org>
16639              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
16640              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
16641      Branch: perl
16642            ! lib/overload.pm
16643 ____________________________________________________________________________
16644 [  8696] By: alanbur                               on 2001/02/05  11:56:00
16645         Log: Sync with parent
16646      Branch: maint-5.6/pureperl
16647           !> thread.h
16648 ____________________________________________________________________________
16649 [  8695] By: gsar                                  on 2001/02/05  03:27:34
16650         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
16651      Branch: maint-5.6/perl
16652            ! thread.h
16653 ____________________________________________________________________________
16654 [  8694] By: alanbur                               on 2001/02/05  00:07:47
16655         Log: Initial branch creation from //depot/maint-5.6/perl
16656      Branch: maint-5.6/pureperl
16657           +> (branch 1719 files)
16658 ____________________________________________________________________________
16659 [  8693] By: gsar                                  on 2001/02/04  22:38:49
16660         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
16661              changes)
16662      Branch: maint-5.6/perl
16663           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
16664           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
16665           !> ext/DB_File/version.c
16666 ____________________________________________________________________________
16667 [  8692] By: nick                                  on 2001/02/04  18:15:57
16668         Log: The missed t/TEST part of the grand testharness upgrade.
16669      Branch: perl
16670            ! t/TEST
16671 ____________________________________________________________________________
16672 [  8691] By: nick                                  on 2001/02/04  18:05:17
16673         Log: New improved test harness
16674              Subject: Re: [PATCH Test::Harness] Third time's a charm?
16675              From: Michael G Schwern <schwern@pobox.com>
16676              Date: Sun, 4 Feb 2001 08:01:20 -0500
16677              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
16678      Branch: perl
16679            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
16680            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
16681            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
16682            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
16683            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
16684            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
16685            ! MANIFEST lib/Test/Harness.pm
16686 ____________________________________________________________________________
16687 [  8690] By: nick                                  on 2001/02/04  17:57:51
16688         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
16689              From: Jonathan Stowe <gellyfish@gellyfish.com>
16690              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
16691              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
16692      Branch: perl
16693            ! utils/h2xs.PL
16694 ____________________________________________________________________________
16695 [  8689] By: nick                                  on 2001/02/04  17:55:24
16696         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
16697              From: Michael G Schwern <schwern@pobox.com>
16698              Date: Sat, 3 Feb 2001 22:46:38 -0500
16699              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
16700      Branch: perl
16701            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
16702            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
16703 ____________________________________________________________________________
16704 [  8688] By: nick                                  on 2001/02/04  17:43:55
16705         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
16706              length byfailing to spot lack of closing )
16707              From: nick@talking.bollo.cx
16708              Date: Sat, 03 Feb 2001 23:53:16 +0000
16709              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
16710      Branch: perl
16711            ! perlio.c pod/perldiag.pod
16712 ____________________________________________________________________________
16713 [  8687] By: jhi                                   on 2001/02/03  17:11:42
16714         Log: HP-UX thread patches from Merijn H. Brand.
16715      Branch: maint-5.6/perl
16716            ! README.hpux hints/hpux.sh
16717 ____________________________________________________________________________
16718 [  8686] By: jhi                                   on 2001/02/03  16:40:12
16719         Log: Metaconfig changes for #8685.
16720      Branch: metaconfig
16721            ! U/installdirs/instubperl.U
16722      Branch: metaconfig/U/perl
16723            ! Devel.U versiononly.U
16724 ____________________________________________________________________________
16725 [  8685] By: jhi                                   on 2001/02/03  16:39:49
16726         Log: For -Dusedevel builds turn off installusrbinperl and turn on
16727              versiononly, a combined idea of Richard Soderberg and Merijn
16728              H. Brand.  You can still override both of these from the command
16729              line if you need to, -Dinstallusrbinperl and -Uversiononly.
16730      Branch: perl
16731            ! Configure
16732 ____________________________________________________________________________
16733 [  8684] By: jhi                                   on 2001/02/03  16:16:34
16734         Log: Metaconfig unit fix for #8683.
16735      Branch: metaconfig
16736            ! U/compline/nblock_io.U
16737 ____________________________________________________________________________
16738 [  8683] By: jhi                                   on 2001/02/03  16:16:12
16739         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
16740              reported by Peter Prymmer for 5.6-TRIAL1.
16741      Branch: perl
16742            ! Configure
16743 ____________________________________________________________________________
16744 [  8682] By: jhi                                   on 2001/02/03  05:52:11
16745         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
16746              to work correctly.
16747      Branch: maint-5.6/perl
16748            ! hints/irix_6.sh
16749 ____________________________________________________________________________
16750 [  8681] By: jhi                                   on 2001/02/03  05:47:33
16751         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
16752      Branch: maint-5.6/perl
16753            ! pod/perlport.pod
16754 ____________________________________________________________________________
16755 [  8680] By: jhi                                   on 2001/02/02  21:39:49
16756         Log: perlport update from Peter Prymmer.
16757      Branch: maint-5.6/perl
16758            ! pod/perlport.pod
16759 ____________________________________________________________________________
16760 [  8679] By: nick                                  on 2001/02/02  20:50:48
16761         Log: Integrate mainline
16762      Branch: perlio
16763           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
16764           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
16765           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
16766 ____________________________________________________________________________
16767 [  8678] By: gsar                                  on 2001/02/02  16:02:12
16768         Log: note about bincompat, slightly modified (from Lupe Christoph)
16769      Branch: maint-5.6/perl
16770            ! README.solaris
16771 ____________________________________________________________________________
16772 [  8677] By: jhi                                   on 2001/02/02  15:46:20
16773         Log: Supported platforms updates.
16774      Branch: maint-5.6/perl
16775            ! pod/perlport.pod
16776 ____________________________________________________________________________
16777 [  8676] By: jhi                                   on 2001/02/02  03:41:26
16778         Log: A couple more perlfaq2 tweaks.
16779      Branch: maint-5.6/perl
16780            ! pod/perlfaq2.pod
16781 ____________________________________________________________________________
16782 [  8675] By: jhi                                   on 2001/02/02  03:17:44
16783         Log: Misedit in #8661.
16784      Branch: maint-5.6/perl
16785            ! Configure
16786 ____________________________________________________________________________
16787 [  8674] By: jhi                                   on 2001/02/02  03:14:38
16788         Log: Damien again.
16789      Branch: maint-5.6/perl
16790            ! pod/perlfaq2.pod
16791 ____________________________________________________________________________
16792 [  8673] By: jhi                                   on 2001/02/02  03:12:40
16793         Log: perlfaq update from Elaine Ashton.
16794      Branch: maint-5.6/perl
16795            ! pod/perlfaq2.pod
16796 ____________________________________________________________________________
16797 [  8672] By: jhi                                   on 2001/02/02  03:07:08
16798         Log: UTF-8 s/// patch from Inaba Hiroto.
16799      Branch: maint-5.6/perl
16800            ! pp_ctl.c pp_hot.c
16801 ____________________________________________________________________________
16802 [  8671] By: jhi                                   on 2001/02/01  22:34:31
16803         Log: Update Changes.
16804      Branch: perl
16805            ! Changes patchlevel.h
16806 ____________________________________________________________________________
16807 [  8670] By: jhi                                   on 2001/02/01  22:15:29
16808         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
16809              from maintperl.
16810              
16811              Upgrade to Getopt::Long 2.25, from Johan Vromans.
16812              
16813              more files need to be writable in the source distribution
16814              
16815              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
16816              
16817              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
16818              
16819              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
16820              
16821              Allow the float to be fuzzier.
16822              
16823              need to use INT2PTR instead of a straight cast or ia64 fails
16824              
16825              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
16826              
16827              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
16828      Branch: perl
16829           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
16830           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
16831           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
16832 ____________________________________________________________________________
16833 [  8669] By: jhi                                   on 2001/02/01  21:57:02
16834         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
16835              From: Robin Barker <rmb1@cise.npl.co.uk>
16836              Date: Thu, 1 Feb 2001 16:59:05 GMT
16837              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
16838      Branch: maint-5.6/perl
16839            ! pod/perlmodlib.PL
16840 ____________________________________________________________________________
16841 [  8668] By: nick                                  on 2001/02/01  19:41:40
16842         Log: Integrate mainline
16843      Branch: perlio
16844           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
16845           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
16846           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
16847 ____________________________________________________________________________
16848 [  8667] By: gsar                                  on 2001/02/01  16:59:11
16849         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
16850      Branch: maint-5.6/perl
16851            ! embed.pl embedvar.h
16852 ____________________________________________________________________________
16853 [  8666] By: gsar                                  on 2001/02/01  16:34:51
16854         Log: add missing entries to win32/config.?c
16855      Branch: maint-5.6/perl
16856            ! win32/config.bc win32/config.gc win32/config.vc
16857            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
16858 ____________________________________________________________________________
16859 [  8665] By: jhi                                   on 2001/02/01  14:58:51
16860         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
16861              From: "Stephen P. Potter" <spp@spotter.yi.org>
16862              Date: Thu, 01 Feb 2001 10:45:46 -0500
16863              Message-Id: <200102011545.KAA31479@spotter.yi.org>
16864      Branch: maint-5.6/perl
16865            ! pod/perlfunc.pod
16866 ____________________________________________________________________________
16867 [  8664] By: gsar                                  on 2001/02/01  14:52:37
16868         Log: need to use INT2PTR instead of a straight cast or ia64 fails
16869              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
16870      Branch: maint-5.6/perl
16871            ! ext/POSIX/POSIX.xs
16872 ____________________________________________________________________________
16873 [  8663] By: jhi                                   on 2001/02/01  14:09:13
16874         Log: Allow the float to be fuzzier.
16875      Branch: maint-5.6/perl
16876            ! t/lib/peek.t
16877 ____________________________________________________________________________
16878 [  8662] By: jhi                                   on 2001/02/01  13:59:00
16879         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
16880              From: Robin Barker <rmb1@cise.npl.co.uk>
16881              Date: Thu, 1 Feb 2001 13:05:39 GMT
16882              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
16883      Branch: maint-5.6/perl
16884            ! pod/perlmodlib.pod
16885 ____________________________________________________________________________
16886 [  8661] By: jhi                                   on 2001/02/01  13:57:38
16887         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
16888              Date: Thu, 01 Feb 2001 14:15:41 +0100
16889              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16890              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
16891              
16892              Have the $ccflags in the gcc version test (strange, this change
16893              is claimed to be have been integrated already)
16894      Branch: maint-5.6/perl
16895            ! Configure
16896 ____________________________________________________________________________
16897 [  8660] By: jhi                                   on 2001/02/01  13:44:10
16898         Log: Integrate changes #7950,7964,7962 from mainline.
16899              
16900              Find the stdchar signedness using cpp, should fix some of
16901              the Solaris compiler warnings reported by Alan Burlison.
16902      Branch: maint-5.6/perl
16903           !> Configure config_h.SH
16904 ____________________________________________________________________________
16905 [  8659] By: jhi                                   on 2001/02/01  05:35:32
16906         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
16907              From: Jan Dubois <JanD@ActiveState.com>
16908              Date: Wed, 31 Jan 2001 21:17:03 -0800
16909              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
16910      Branch: maint-5.6/perl
16911            ! utils/perldoc.PL
16912 ____________________________________________________________________________
16913 [  8658] By: jhi                                   on 2001/02/01  04:33:17
16914         Log: Integrate the README.os390 and README.posix-bc parts of mainline
16915              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
16916              installperl parts were taken care of by #8657.)
16917      Branch: maint-5.6/perl
16918           !> README.os390 README.posix-bc
16919 ____________________________________________________________________________
16920 [  8657] By: jhi                                   on 2001/02/01  04:29:21
16921         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
16922              From: Peter Prymmer <pvhp@forte.com>
16923              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
16924              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
16925      Branch: maint-5.6/perl
16926            + ext/DynaLoader/dl_dllload.xs
16927            ! MANIFEST Makefile.SH hints/os390.sh installperl
16928 ____________________________________________________________________________
16929 [  8656] By: jhi                                   on 2001/02/01  04:25:45
16930         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
16931              From: Peter Prymmer <pvhp@forte.com>
16932              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
16933              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
16934      Branch: maint-5.6/perl
16935            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
16936 ____________________________________________________________________________
16937 [  8655] By: jhi                                   on 2001/02/01  04:14:47
16938         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
16939              From: troc@netrus.net
16940              Date: Wed, 31 Jan 2001 22:31:26 -0500
16941              Message-Id: <200102010331.WAA117.85@rocco.homenet>
16942      Branch: maint-5.6/perl
16943            ! os2/os2.c
16944 ____________________________________________________________________________
16945 [  8654] By: jhi                                   on 2001/02/01  04:12:52
16946         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
16947              as reported by Alan Burlison.
16948      Branch: maint-5.6/perl
16949            ! pp.h
16950 ____________________________________________________________________________
16951 [  8653] By: jhi                                   on 2001/02/01  04:05:12
16952         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
16953              From: dsugalski@northernlight.com
16954              Date: Wed, 31 Jan 2001 18:54:11 -0500
16955              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
16956      Branch: maint-5.6/perl
16957            ! configure.com
16958 ____________________________________________________________________________
16959 [  8652] By: jhi                                   on 2001/02/01  04:03:11
16960         Log: Misplaced #endif.
16961              
16962              Subject: [perl-5-6-1-trial2] patches for EPOC
16963              From: Olaf Flebbe <O.Flebbe@science-computing.de>
16964              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
16965              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
16966      Branch: maint-5.6/perl
16967            ! epoc/epocish.c
16968 ____________________________________________________________________________
16969 [  8651] By: jhi                                   on 2001/02/01  04:00:25
16970         Log: Integrate changes #8647,8648,8650 from mainline.
16971              
16972              Macrofy a magic UTF-8 test.
16973              
16974              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
16975              
16976              Watch out for cross compiling for EPOC (usually done on linux).
16977      Branch: maint-5.6/perl
16978           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
16979 ____________________________________________________________________________
16980 [  8650] By: jhi                                   on 2001/02/01  03:56:20
16981         Log: Watch out for cross compiling for EPOC (usually done on linux)
16982              
16983              Subject: [perl-5-6-1-trial2] patches for EPOC
16984              From: Olaf Flebbe <O.Flebbe@science-computing.de>
16985              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
16986              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
16987      Branch: perl
16988            ! ext/Errno/Errno_pm.PL
16989 ____________________________________________________________________________
16990 [  8649] By: gsar                                  on 2001/02/01  00:46:00
16991         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
16992      Branch: maint-5.6/perl
16993            ! sv.c
16994 ____________________________________________________________________________
16995 [  8648] By: jhi                                   on 2001/01/31  23:35:36
16996         Log: All the uses of PL_numeric_radix must be protected by
16997              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
16998              
16999              Subject: [perl-5-6-1-trial2] patches for EPOC
17000              From: Olaf Flebbe <O.Flebbe@science-computing.de>
17001              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
17002              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
17003      Branch: perl
17004            ! sv.c
17005 ____________________________________________________________________________
17006 [  8647] By: jhi                                   on 2001/01/31  22:56:16
17007         Log: Macrofy a magic UTF-8 test.
17008      Branch: perl
17009            ! utf8.c utf8.h
17010 ____________________________________________________________________________
17011 [  8646] By: gsar                                  on 2001/01/31  15:55:12
17012         Log: update Changes
17013      Branch: maint-5.6/perl
17014            ! Changes
17015 ____________________________________________________________________________
17016 [  8645] By: gsar                                  on 2001/01/31  15:10:14
17017         Log: Configure tweak suggested by Peter Prymmer
17018      Branch: maint-5.6/perl
17019            ! Configure
17020 ____________________________________________________________________________
17021 [  8644] By: gsar                                  on 2001/01/31  15:06:32
17022         Log: more files need to be writable in the source distribution
17023      Branch: maint-5.6/perl
17024            ! Porting/makerel
17025 ____________________________________________________________________________
17026 [  8643] By: jhi                                   on 2001/01/31  14:59:46
17027         Log: Integrate changes #8258,8278,8279 from mainline.
17028              
17029              Make the large file tests more robust/talkative.
17030      Branch: maint-5.6/perl
17031           !> t/lib/syslfs.t t/op/lfs.t
17032 ____________________________________________________________________________
17033 [  8642] By: gsar                                  on 2001/01/31  14:53:48
17034         Log: integrate changes#8311,8334 from mainline
17035              
17036              Add a new MakeMaker variable PM_FILTER that defines a Unix
17037              filter to be run on each .pm during the pm_to_blib() phase,
17038              a fixed version of
17039              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
17040              
17041              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
17042              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
17043              accurate reading of the "atime".  
17044      Branch: maint-5.6/perl
17045           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
17046           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
17047           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
17048 ____________________________________________________________________________
17049 [  8641] By: jhi                                   on 2001/01/31  14:46:37
17050         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
17051      Branch: maint-5.6/perl
17052            ! lib/Getopt/Long.pm
17053 ____________________________________________________________________________
17054 [  8640] By: gsar                                  on 2001/01/31  14:40:24
17055         Log: make regen_all
17056      Branch: maint-5.6/perl
17057            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
17058 ____________________________________________________________________________
17059 [  8639] By: gsar                                  on 2001/01/31  14:37:25
17060         Log: refresh windows config files
17061      Branch: maint-5.6/perl
17062            ! win32/Makefile win32/config_H.bc win32/config_H.gc
17063            ! win32/config_H.vc win32/makefile.mk
17064 ____________________________________________________________________________
17065 [  8638] By: gsar                                  on 2001/01/31  14:28:10
17066         Log: makefile tweaks for windows: introduce a bulk-switch to enable
17067              same options as ActivePerl; sync changes with makefile.mk
17068      Branch: maint-5.6/perl
17069            ! win32/Makefile win32/makefile.mk
17070 ____________________________________________________________________________
17071 [  8637] By: jhi                                   on 2001/01/31  04:41:30
17072         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
17073              From: Nicholas Clark <nick@ccl4.org>
17074              Date: Tue, 30 Jan 2001 19:51:05 +0000
17075              Message-ID: <20010130195105.R76607@plum.flirble.org> 
17076              
17077              op/inc cure.
17078      Branch: perl
17079            ! pp.c pp.h pp_hot.c t/op/arith.t
17080 ____________________________________________________________________________
17081 [  8636] By: jhi                                   on 2001/01/31  02:38:32
17082         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
17083              no perlio],8257,8380,8479,8515 from mainline.
17084              
17085              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
17086              
17087              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
17088              Subject: [PATCH perl@8133] fix-up for VMS extensions
17089              
17090              In VMS embedded perls couldn't access the statically built Socket.
17091              
17092              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
17093              
17094              Further VMS piping fixes from Charles Lane.
17095              
17096              Subject:  [PATCH] make t/op/misc.t work on VMS
17097              
17098              Add tracing for debugging extensions builds in VMS.
17099              
17100              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
17101      Branch: maint-5.6/perl
17102           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
17103           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
17104           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
17105 ____________________________________________________________________________
17106 [  8635] By: jhi                                   on 2001/01/31  01:46:41
17107         Log: Integrate change #7732 from mainline.
17108              
17109              Sparc 64-bit pack() fix from Jens Hamisch.
17110      Branch: maint-5.6/perl
17111           !> pp.c
17112 ____________________________________________________________________________
17113 [  8634] By: jhi                                   on 2001/01/31  01:41:16
17114         Log: One spot missing from #8626.
17115      Branch: maint-5.6/perl
17116            ! sv.c
17117 ____________________________________________________________________________
17118 [  8633] By: jhi                                   on 2001/01/31  00:49:17
17119         Log: Integrate change #7495 from mainline.
17120              
17121              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
17122      Branch: maint-5.6/perl
17123           !> MANIFEST ext/re/Makefile.PL
17124 ____________________________________________________________________________
17125 [  8632] By: jhi                                   on 2001/01/30  23:38:49
17126         Log: Integrate change #8396 from mainline.
17127              
17128              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
17129              better multicast support (resend)
17130      Branch: maint-5.6/perl
17131           !> ext/Socket/Socket.pm
17132 ____________________________________________________________________________
17133 [  8631] By: jhi                                   on 2001/01/30  23:28:03
17134         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
17135              
17136              More AIX lore. (7514, ext/re/hints/aix.pl)
17137              
17138              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
17139              
17140              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)
17141              
17142              Subject: [ID 20001214.002] Net::Ping patch
17143              
17144              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
17145              
17146              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
17147              
17148              Add ReuseAddr as a (preferred) alias for Reuse as we now
17149              also have ReusePort.
17150              
17151              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
17152      Branch: maint-5.6/perl
17153           +> ext/re/hints/aix.pl
17154           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
17155           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
17156 ____________________________________________________________________________
17157 [  8630] By: jhi                                   on 2001/01/30  23:03:59
17158         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
17159              
17160              read() documentation tweak for 20001121.004.
17161              
17162              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
17163      Branch: maint-5.6/perl
17164           !> pod/perlfunc.pod pod/perlre.pod
17165 ____________________________________________________________________________
17166 [  8629] By: jhi                                   on 2001/01/30  22:41:57
17167         Log: Integrate change #8098 from mainline.
17168              
17169              fastgetcwd is defined using a glob alias on a $^O dependent basis
17170              and there was no default assignment or perl subroutine.
17171      Branch: maint-5.6/perl
17172           !> lib/Cwd.pm
17173 ____________________________________________________________________________
17174 [  8628] By: jhi                                   on 2001/01/30  21:58:52
17175         Log: Integrate change #7866 from mainline.
17176              
17177              File::Temp 0.11.
17178      Branch: maint-5.6/perl
17179           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
17180 ____________________________________________________________________________
17181 [  8627] By: jhi                                   on 2001/01/30  21:39:44
17182         Log: Integrate changes #8075,8086,8228 from mainline.  
17183              
17184              Darwin is not Windows. (8075,8086)
17185              
17186              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
17187      Branch: maint-5.6/perl
17188           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
17189           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
17190           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
17191           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
17192 ____________________________________________________________________________
17193 [  8626] By: jhi                                   on 2001/01/30  21:22:11
17194         Log: Integrate with tweakery the change #8625 from mainline,
17195              the multibyte decimal separator fix ("fa_IR locale failure").
17196      Branch: maint-5.6/perl
17197            ! embedvar.h perlapi.h
17198           !> intrpvar.h perl.c perl.h sv.c util.c
17199 ____________________________________________________________________________
17200 [  8625] By: jhi                                   on 2001/01/30  20:26:33
17201         Log: Fix for the fa_IR locale failure.  The reason for the failure
17202              was that Perl was assuming the decimal separator aka the radix
17203              separator is one character.  The Farsi-Iranian locale crushed
17204              that bad assumption since there the separator is 'Momayyez',
17205              glyphwise looking somewhat like a slash, and in Unicode UTF-8
17206              encoded in two bytes, 0xd9 0xab.
17207      Branch: perl
17208            ! intrpvar.h perl.c perl.h sv.c util.c
17209 ____________________________________________________________________________
17210 [  8624] By: gsar                                  on 2001/01/30  20:17:03
17211         Log: regen_headers
17212      Branch: maint-5.6/perl
17213            ! Makefile.SH pod/perlintern.pod
17214 ____________________________________________________________________________
17215 [  8623] By: gsar                                  on 2001/01/30  19:42:34
17216         Log: backout change#7431 and its dependents (causes spurious rebuilds
17217              of autogenerated files)
17218              
17219              fix benign b.t failure
17220      Branch: maint-5.6/perl
17221            ! Makefile.SH t/lib/b.t
17222 ____________________________________________________________________________
17223 [  8622] By: jhi                                   on 2001/01/30  19:41:41
17224         Log: Microperl sync.
17225      Branch: perl
17226            ! mg.c perl.h
17227 ____________________________________________________________________________
17228 [  8621] By: gsar                                  on 2001/01/30  19:24:47
17229         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
17230              from mainline
17231              
17232              Subject: podlators 1.06 released
17233              
17234              Subject: [PATCH @8436] Eliminate op_children
17235              
17236              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
17237              
17238              (Replaced by #8448)  More op_children traces (cleanup of #8442).
17239              
17240              Subject: [PATCH #3 @8436] Re: Eliminate op_children
17241              Replace #8444 and #8445.
17242              
17243              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
17244              at the setting of the ofs_sv in new_struct_thread() as the
17245              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
17246              uninitialized fields are, uh, initialized with),
17247              SvREFCNT_inc()ing that invited a core dump.
17248              
17249              podlators 1.07, from Russ Allbery.
17250              
17251              Subject: [PATCH] regcomp.c old feature removal
17252              From: mjd@plover.com
17253              Date: 16 Jan 2001 14:43:18 -0000 
17254              Message-ID: <20010116144318.7140.qmail@plover.com> 
17255      Branch: maint-5.6/perl
17256           +> lib/Pod/Text/Overstrike.pm
17257           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
17258           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
17259           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
17260           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
17261           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
17262           !> util.c
17263 ____________________________________________________________________________
17264 [  8620] By: gsar                                  on 2001/01/30  18:48:32
17265         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
17266              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
17267              now fails one test)
17268              
17269              Subject: [PATCH] lvalue AUTOLOAD. No, really.
17270              
17271              Subject: [PATCH] Interesting syntax idea
17272              Make opens + bareword assigns do typeglob assigns.
17273              
17274              Tests for #8254.
17275              
17276              Subject: [PATCH @8269] Continue blocks and B::Deparse
17277              Make the peephole optimizer to bypass more null ops and
17278              and rewrite the deparse handling of continue blocks.
17279              
17280              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
17281              Doc tweak on #8313.
17282              
17283              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
17284              
17285              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
17286              
17287              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
17288              
17289              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
17290              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
17291              according to the platform.
17292              
17293              Subject: [PATCH @8404] Consolidated lvalue sub changes
17294              
17295              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
17296              
17297              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
17298              
17299              Subject: B::Concise -- an improved replacement for B::Terse 
17300              
17301              The B::Terse drop-in replacement wasn't quite drop-in.
17302              
17303              The LVRET macro needed an aTHX.
17304              
17305              Use the /^Perl_/-less form of is_lvalue_sub().
17306              
17307              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
17308      Branch: maint-5.6/perl
17309           +> ext/B/B/Concise.pm
17310           !> (integrate 27 files)
17311 ____________________________________________________________________________
17312 [  8619] By: nick                                  on 2001/01/30  18:40:28
17313         Log: Integrate mainline
17314      Branch: perlio
17315           !> (integrate 40 files)
17316 ____________________________________________________________________________
17317 [  8618] By: jhi                                   on 2001/01/30  18:37:18
17318         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
17319              Date: Mon, 29 Jan 2001 22:51:29 -0600
17320              From: "Craig A. Berry" <craigberry@mac.com>
17321              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
17322      Branch: perl
17323            ! vms/test.com
17324 ____________________________________________________________________________
17325 [  8617] By: jhi                                   on 2001/01/30  18:34:53
17326         Log: Subject: [PATCH] Add missing CV flags to dump.c
17327              From: Tim Jenness <t.jenness@jach.hawaii.edu>
17328              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
17329              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
17330      Branch: perl
17331            ! dump.c
17332 ____________________________________________________________________________
17333 [  8616] By: jhi                                   on 2001/01/30  18:20:58
17334         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
17335              part isn't applicable to maintperl.
17336              
17337              UTF-8 nit from Inaba Hiroto.
17338      Branch: maint-5.6/perl
17339           !> pod/perlapi.pod utf8.c
17340 ____________________________________________________________________________
17341 [  8615] By: jhi                                   on 2001/01/30  18:18:51
17342         Log: UTF-8 nit from Inaba Hiroto.
17343      Branch: perl
17344            ! pod/perlapi.pod t/op/each.t utf8.c
17345 ____________________________________________________________________________
17346 [  8614] By: jhi                                   on 2001/01/30  18:13:38
17347         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
17348              
17349              perl's internal variables are not for public consumption,
17350              move their docs from perlapi.pod to perlintern.pod
17351              
17352              support for -Dusethreads build under HP-UX 10.20 and DCE threads
17353              library (11.0 and later have pthreads but 10.x don't)
17354              
17355              avoid uninitialized value warnings
17356              
17357              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
17358              gets weird results)
17359              
17360              perldoc nit on windows
17361              
17362              make it possible to run the tests outside the source tree
17363              (there's still a dependency on ../lib being the library
17364              location)
17365      Branch: perl
17366           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
17367           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
17368           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
17369           !> win32/bin/search.pl win32/vdir.h
17370 ____________________________________________________________________________
17371 [  8613] By: gsar                                  on 2001/01/30  16:39:59
17372         Log: make it possible to run the tests outside the source tree
17373              (there's still a dependency on ../lib being the library
17374              location)
17375      Branch: maint-5.6/perl
17376            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
17377 ____________________________________________________________________________
17378 [  8612] By: gsar                                  on 2001/01/30  16:31:12
17379         Log: perldoc nit on windows
17380      Branch: maint-5.6/perl
17381            ! utils/perldoc.PL
17382 ____________________________________________________________________________
17383 [  8611] By: gsar                                  on 2001/01/30  16:22:54
17384         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
17385              gets weird results)
17386      Branch: maint-5.6/perl
17387            ! win32/vdir.h
17388 ____________________________________________________________________________
17389 [  8610] By: gsar                                  on 2001/01/30  16:12:45
17390         Log: avoid uninitialized value warnings
17391      Branch: maint-5.6/perl
17392            ! win32/bin/search.pl
17393 ____________________________________________________________________________
17394 [  8609] By: gsar                                  on 2001/01/30  16:08:01
17395         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
17396              library (11.0 and later have pthreads but 10.x don't)
17397      Branch: maint-5.6/perl
17398            ! hints/hpux.sh thread.h
17399 ____________________________________________________________________________
17400 [  8608] By: gsar                                  on 2001/01/30  15:48:55
17401         Log: perl's internal variables are not for public consumption,
17402              move their docs from perlapi.pod to perlintern.pod
17403      Branch: maint-5.6/perl
17404            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
17405            ! thrdvar.h
17406 ____________________________________________________________________________
17407 [  8607] By: gsar                                  on 2001/01/30  15:44:27
17408         Log: mistakenly branched perl56delta.pod, revert
17409      Branch: maint-5.6/perl
17410            - pod/perl56delta.pod
17411           !> pod/perldelta.pod
17412 ____________________________________________________________________________
17413 [  8606] By: gsar                                  on 2001/01/30  14:20:24
17414         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
17415              dTHR which has been a noop for a while now, except for the
17416              compatibility definition in thread.h)
17417      Branch: maint-5.6/perl
17418           !> (integrate 45 files)
17419 ____________________________________________________________________________
17420 [  8605] By: jhi                                   on 2001/01/30  05:43:58
17421         Log: Mark the UTF-8 APIs as experimental.
17422      Branch: maint-5.6/perl
17423            ! embed.pl pod/perlapi.pod
17424 ____________________________________________________________________________
17425 [  8604] By: jhi                                   on 2001/01/30  05:38:40
17426         Log: Nits from earlier integrates.
17427      Branch: maint-5.6/perl
17428            ! lib/Carp/Heavy.pm
17429           !> sv.c
17430 ____________________________________________________________________________
17431 [  8603] By: jhi                                   on 2001/01/30  05:27:26
17432         Log: Regenerate Porting files.
17433      Branch: maint-5.6/perl
17434            ! Porting/Glossary Porting/config.sh Porting/config_H
17435 ____________________________________________________________________________
17436 [  8602] By: jhi                                   on 2001/01/30  05:14:59
17437         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
17438              8310,8339,8447,8492,8493,8505,8525: documentation changes.
17439              
17440              Subject: Re: perlfaq style changes
17441              
17442              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
17443              
17444              Subject: [PATCH] docs on NaN
17445              
17446              Subject: [patch] perlfaq7
17447              
17448              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
17449              
17450              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
17451              
17452              Subject: [PATCH] open() example in perlfunc.pod
17453              
17454              Podify README.mpeix (a new version from the web)
17455              
17456              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
17457              
17458              Subject: [PATCH] format and rewording in perlfaq.pod
17459              
17460              Subject: [PATCH] API Variable documentation   
17461              
17462              Memory management calls documentation.
17463              
17464              Subject: [PATCH: perl@8482] README.vms URL updates
17465              
17466              Subject: Minor typos in perlfaq2.pod
17467              
17468              Subject: [PATCH] pod/perlvar.pod
17469      Branch: maint-5.6/perl
17470           +> pod/perl56delta.pod
17471            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
17472           !> README.amiga README.epoc README.mpeix README.vms
17473           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
17474           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
17475           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
17476           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
17477           !> pod/perlvar.pod thrdvar.h
17478 ____________________________________________________________________________
17479 [  8601] By: jhi                                   on 2001/01/30  04:38:35
17480         Log: Integrate changes #8036,8096,8253 from mainline:
17481              hints changes.
17482              
17483              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
17484              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
17485              
17486              Output the (apparent) version of gcc in Tru64.
17487      Branch: maint-5.6/perl
17488           +> ext/POSIX/hints/svr4.pl
17489           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
17490           !> hints/svr4.sh t/lib/bigfltpm.t
17491 ____________________________________________________________________________
17492 [  8600] By: jhi                                   on 2001/01/30  04:04:01
17493         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
17494              locale fixes.
17495              
17496              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
17497              
17498              Debian allows /usr/bin/locale to exist without any locales. (7868)
17499              
17500              Allow the locale test needing POSIX and the taint test
17501              needing IPC::SysV to run under 'minitest' (basically,
17502              bail out if loading the extension fails). (8384)
17503              
17504              Cleanup the locale.t output  (8480)
17505      Branch: maint-5.6/perl
17506           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
17507           !> t/pragma/locale.t
17508 ____________________________________________________________________________
17509 [  8599] By: jhi                                   on 2001/01/30  03:51:04
17510         Log: Missing generated files from #8598.
17511      Branch: maint-5.6/perl
17512            ! embed.h global.sym objXSUB.h perlapi.c proto.h
17513 ____________________________________________________________________________
17514 [  8598] By: jhi                                   on 2001/01/30  03:41:54
17515         Log: Integrate change #8555 from mainline, manually integrate parts
17516              of changes 8452 and 8583.
17517              
17518              Subject: [PATCH] utf8.c documentation (8452)
17519              
17520              No point in checking the length if the pointer is bogus. (8555)
17521              
17522              Introduce bytes_from_utf8() and implement sv_eq() using it,
17523              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
17524              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
17525              was malformed. (8583)
17526      Branch: maint-5.6/perl
17527            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
17528           !> pod/perlapi.pod sv.c utf8.c
17529 ____________________________________________________________________________
17530 [  8597] By: gsar                                  on 2001/01/30  02:37:26
17531         Log: get PERL_OBJECT build going again on windows
17532      Branch: maint-5.6/perl
17533            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
17534            ! pod/perlapi.pod proto.h sv.c
17535 ____________________________________________________________________________
17536 [  8596] By: jhi                                   on 2001/01/30  02:16:17
17537         Log: Signedness nit.
17538      Branch: perl
17539            ! sv.c
17540 ____________________________________________________________________________
17541 [  8595] By: jhi                                   on 2001/01/30  02:11:07
17542         Log: EBCDIC patch for Storable, from Peter Prymmer.
17543      Branch: perl
17544            ! t/lib/st-06compat.t
17545 ____________________________________________________________________________
17546 [  8594] By: jhi                                   on 2001/01/30  01:04:48
17547         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
17548              From: Peter Prymmer <pvhp@forte.com>
17549              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
17550              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
17551      Branch: perl
17552            ! t/lib/b.t
17553 ____________________________________________________________________________
17554 [  8593] By: jhi                                   on 2001/01/30  00:56:47
17555         Log: Subject: [PATCH: perl@8585] pod problems in io
17556              From: Peter Prymmer <pvhp@forte.com>
17557              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
17558              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
17559      Branch: perl
17560            ! pod/perlapio.pod pod/perliol.pod
17561 ____________________________________________________________________________
17562 [  8592] By: jhi                                   on 2001/01/30  00:48:20
17563         Log: Integrate perlio.
17564      Branch: perl
17565           !> pod/perlapio.pod pod/perliol.pod
17566 ____________________________________________________________________________
17567 [  8591] By: nick                                  on 2001/01/29  22:02:28
17568         Log: GNU 'merge' Simon's copy of perliol.pod with version
17569              patched by Craig's patch.
17570      Branch: perlio
17571            ! pod/perliol.pod
17572 ____________________________________________________________________________
17573 [  8590] By: nick                                  on 2001/01/29  21:55:10
17574         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
17575      Branch: perlio
17576            ! pod/perlapio.pod pod/perliol.pod
17577 ____________________________________________________________________________
17578 [  8589] By: jhi                                   on 2001/01/29  15:35:33
17579         Log: Integrate change #8586 from maint-5.6/perl.
17580              
17581              make the BOM detection code not call tell() until it has to
17582              (meant to fix esoteric compatibility issues where PL_rsfp
17583              is overridden)
17584      Branch: perl
17585           !> toke.c
17586 ____________________________________________________________________________
17587 [  8588] By: jhi                                   on 2001/01/29  15:29:11
17588         Log: Subject: MAking Solaris malloc() the default
17589              From: Lupe Christoph <lupe@lupe-christoph.de>
17590              Date: Mon, 29 Jan 2001 12:59:36 +0100
17591              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
17592              
17593              The README.solaris part slightly tweaked.
17594      Branch: perl
17595            ! README.solaris hints/solaris_2.sh
17596 ____________________________________________________________________________
17597 [  8587] By: jhi                                   on 2001/01/29  15:17:34
17598         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
17599              From: root@ak-75.mind.de
17600              Date: Sun, 28 Jan 2001 20:32:29 +0100
17601              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
17602      Branch: perl
17603            ! pod/perlre.pod
17604 ____________________________________________________________________________
17605 [  8586] By: gsar                                  on 2001/01/29  13:43:44
17606         Log: make the BOM detection code not call tell() until it has to
17607              (meant to fix esoteric compatibility issues where PL_rsfp
17608              is overridden)
17609      Branch: maint-5.6/perl
17610            ! toke.c
17611 ____________________________________________________________________________
17612 [  8585] By: jhi                                   on 2001/01/28  20:05:45
17613         Log: Update Changes.
17614      Branch: perl
17615            ! Changes patchlevel.h
17616 ____________________________________________________________________________
17617 [  8584] By: jhi                                   on 2001/01/28  19:30:02
17618         Log: Integrate perlio.
17619      Branch: perl
17620           +> pod/perliol.pod
17621           !> MANIFEST pod/perlapio.pod
17622 ____________________________________________________________________________
17623 [  8583] By: jhi                                   on 2001/01/28  19:28:40
17624         Log: Patch from Inaba Hiroto:
17625              - canonical UTF-8 hash keys: if a key string for a hash is
17626              UTF8-on, try downgrade the string and use it if
17627              unicode::distinct is not in effect.
17628              For the task, I added a function bytes_from_utf8() to utf8.c.
17629              It might resemble utf8_to_bytes() but it is not convenient
17630              to the task.
17631              Made a test for it and added to t/op/each.t
17632              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
17633              the mortal copy of the argument SV.
17634              And changed t/io/utf8.t test 18 which expects print() to
17635              upgrade its argument.
17636              - re-implement sv_eq with bytes_from_utf8()
17637              - some bug fixes
17638              - tr/// does not handle UTF8 range (\x{}-\x{})
17639              - \ before raw UTF8 character produced
17640              "Malformed UTF-8 character" warning.
17641              - "\x{100}\N{CENT SIGN}" is Malformed.
17642              Added tests for these 3.
17643              - and one silly bug (by me) with qu operator.
17644      Branch: perl
17645            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
17646            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
17647            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
17648 ____________________________________________________________________________
17649 [  8582] By: nick                                  on 2001/01/28  19:25:04
17650         Log: Add pod/perliol.pod to MANIFEST :-(
17651      Branch: perlio
17652            ! MANIFEST
17653 ____________________________________________________________________________
17654 [  8581] By: nick                                  on 2001/01/28  19:22:40
17655         Log: PerlIO documentation. Proofing and sub-editing requested.
17656      Branch: perlio
17657            + pod/perliol.pod
17658            ! pod/perlapio.pod
17659 ____________________________________________________________________________
17660 [  8580] By: jhi                                   on 2001/01/28  05:16:25
17661         Log: Revert the change to sv_2pv() done by #8054: Someone who
17662              did SvNV_set() on a scalar that also happened to be POK,
17663              followed by sv_2pv() won't get the right coercion anymore.
17664              [Sarathy]
17665      Branch: maint-5.6/perl
17666            ! sv.c
17667 ____________________________________________________________________________
17668 [  8579] By: jhi                                   on 2001/01/28  05:15:04
17669         Log: Remove the #8084 effect: do not allow -Q to be interpreted
17670              as -&Q(), this is too much wiggle room.
17671      Branch: maint-5.6/perl
17672            ! toke.c
17673 ____________________________________________________________________________
17674 [  8578] By: jhi                                   on 2001/01/28  05:12:45
17675         Log: Needed bits of #8439 (should have been in #8576),
17676              mainly for lval substr().
17677      Branch: maint-5.6/perl
17678            ! mg.c pp.c pp_hot.c
17679 ____________________________________________________________________________
17680 [  8577] By: jhi                                   on 2001/01/28  05:02:46
17681         Log: A missing check-in.
17682      Branch: maint-5.6/perl
17683            ! utf8.c
17684 ____________________________________________________________________________
17685 [  8576] By: jhi                                   on 2001/01/28  04:26:18
17686         Log: Integrate changes #8425,8436,8439,8517 from mainline.
17687              The 8439 was not truly integrated because it had too many
17688              dependencies on the development branch and because it introduced
17689              concepts too bold for a maintenance branch (such as the qu operator).
17690              
17691              Subject: [PATCH perl@8342] -Wformat
17692              
17693              Tighten some of the UTF-8 tests a bit.
17694              
17695              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
17696              - The substr lval was still not okay.
17697              - Now pp_stringify and sv_setsv copies source's UTF8 flag
17698              even if IN_BYTE.  pp_stringify is called from fold_constants
17699              at optimization phase and "\x{100}" was made SvUTF8_off under
17700              use bytes (the bytes pragma is for "byte semantics" and not
17701              for "do not produce UTF8 data")
17702      Branch: maint-5.6/perl
17703            ! t/lib/charnames.t t/op/substr.t toke.c
17704           !> sv.c t/pragma/utf8.t
17705 ____________________________________________________________________________
17706 [  8575] By: jhi                                   on 2001/01/28  04:01:51
17707         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
17708              
17709              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
17710              
17711              Subject: [ID 20001230.003] UTF-8 tr still hurts
17712              
17713              Test cases for #8385 (from Simon's "torture.pl")
17714              
17715              Start fixing UTF-8 lval substr() (8405)
17716      Branch: maint-5.6/perl
17717           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
17718           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
17719 ____________________________________________________________________________
17720 [  8574] By: jhi                                   on 2001/01/28  03:09:06
17721         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
17722              from mainline.
17723              
17724              UTF-8 cleanup.
17725              
17726              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
17727              
17728              "\x{FF}\xFF" was broken.
17729              
17730              Tests for #8329 and #8330.
17731              
17732              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
17733              
17734              IRIX compiler noticed that the bof initialization might be
17735              bypassed by control flow.
17736              
17737              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
17738      Branch: maint-5.6/perl
17739           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
17740           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
17741 ____________________________________________________________________________
17742 [  8573] By: jhi                                   on 2001/01/28  02:06:12
17743         Log: Retract #8552.
17744      Branch: perl
17745            ! lib/Text/Wrap.pm t/lib/textwrap.t
17746 ____________________________________________________________________________
17747 [  8572] By: jhi                                   on 2001/01/28  02:04:49
17748         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
17749              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
17750              not really integrated but instead salvaged by hand
17751              (they had too many dependencies on the development release
17752              to be cleanly integratable).
17753              
17754              Subject: more UTF8 test suites and an UTF8 patch
17755              
17756              Tweak for MULTIPLICITY/USE_PERLIO
17757              
17758              Signedness nit.
17759              
17760              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
17761              
17762              Use the UTF8_XXX macros in is_utf8_char().
17763              
17764              Rewrite pp_concat() in terms of sv_catsv().  The . operator
17765              should now be UTF-8-proof.
17766              
17767              Subject: [PATCH perl@8269] scanning two hex-constants
17768              fails on EBCDIC environment (script length.t)
17769              
17770              Add some Unicode chop() tests.
17771      Branch: maint-5.6/perl
17772            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
17773           !> sv.c t/op/chop.t utf8.h
17774 ____________________________________________________________________________
17775 [  8571] By: jhi                                   on 2001/01/28  00:35:59
17776         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
17777              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
17778              
17779              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
17780              
17781              The maxiters upper limit sanity check (guarding against
17782              non-progress) assumed bytes instead of characters in s///
17783              and split().
17784              
17785              Signedness nit.
17786              
17787              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
17788              join() should now be UTF-8-proof.
17789              
17790              More split // UTF-8 tests. (8250)
17791      Branch: maint-5.6/perl
17792           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
17793           !> util.c
17794 ____________________________________________________________________________
17795 [  8570] By: jhi                                   on 2001/01/27  22:15:46
17796         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
17797              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
17798              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
17799              8084,8204,8244,8333 from mainline.
17800              
17801              For -Q where Q might be a one-letter sub name one does no more
17802              get a warning about an unknown filetest (7941,7943,7944,8084).
17803              
17804              Subject: Re: [ID 20001130.011] expression parsing bug ?
17805              
17806              Make uv_to_utf8() to zero-terminate its output buffer.
17807              
17808              Split off t/op/length.t (7995)
17809              
17810              Split off t/op/utf8decode.t (7996)
17811              
17812              Remove an unnecessary 'use utf8' from the utf8.t (7998)
17813              
17814              Split off t/op/concat.t (8004)
17815              
17816              Split off t/op/ver.t (8005)
17817              
17818              Document utf8_length(), utf8_distance(), and utf8_hop().
17819              
17820              Document utf8_to_uv() better.
17821              
17822              Introduce macros for UTF8 decoding (8028,8033).
17823              
17824              Add test for reverse() (8030,8031).
17825              
17826              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
17827              
17828              Do not return the Unicode replacement character    on UTF-8
17829              decoding failure.
17830              
17831              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
17832              not this_utf8 i.e. the output string has one, but don't mess
17833              with source assumption. (8052,8053)
17834              
17835              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
17836              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
17837              was not expecting to be called with something that was already
17838              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
17839              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
17840              (8054)
17841              
17842              Recode the naughty binary bytes in utf8decode.t using the \xHH.
17843              
17844              Make some panic messages a bit more logical.
17845      Branch: maint-5.6/perl
17846           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
17847           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
17848           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
17849           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
17850           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
17851           !> utf8.c utf8.h
17852 ____________________________________________________________________________
17853 [  8569] By: jhi                                   on 2001/01/27  19:16:43
17854         Log: Integrate changes #7750 from perlio and #8566 from mainline.
17855      Branch: maint-5.6/perl
17856           !> regexec.c sv.c
17857 ____________________________________________________________________________
17858 [  8568] By: jhi                                   on 2001/01/27  18:06:51
17859         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
17860              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
17861              7935[-perlio.c],7936,7959,7965 from mainline.
17862              
17863              Change the "big byte" error message to "Wide character".
17864              (7355, the croak-if-wide-chars-in-print part ignored)
17865              
17866              Use UINT64_C().
17867              
17868              Introduce Perl_utf8_length().
17869              
17870              diff -se shows these as different (7753, forgotten check-ins)
17871              
17872              Subject: [PATCH] doop.c - UTF8 tr///
17873              
17874              If we use (aTHX_ ...) then put Perl_ on the front.
17875              
17876              Make utf8_length() and utf8_distance() to be less forgiving
17877              about bad UTF-8.
17878              
17879              Test line numbers are different with utf8.
17880              
17881              No need to scan till infinity, 13 is enough. (7872,7911)
17882              
17883              Subject: [PATCH] Tokeniser debugging
17884              
17885              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
17886              
17887              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
17888              
17889              Be more careful in Perl_sv_utf8_downgrade().
17890              
17891              Use DO_UTF8().
17892              
17893              Raw zero bytes in text files confuse at least GNU patch 2.1.
17894      Branch: maint-5.6/perl
17895           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
17896           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
17897           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
17898           !> t/pragma/utf8.t toke.c utf8.c utf8.h
17899 ____________________________________________________________________________
17900 [  8567] By: nick                                  on 2001/01/27  11:10:38
17901         Log: Integrate mainline
17902      Branch: perlio
17903           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
17904           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
17905           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
17906           !> toke.c
17907 ____________________________________________________________________________
17908 [  8566] By: jhi                                   on 2001/01/27  06:22:48
17909         Log: More documentation for the regexp context stack.
17910      Branch: perl
17911            ! regexec.c
17912 ____________________________________________________________________________
17913 [  8565] By: jhi                                   on 2001/01/27  05:21:57
17914         Log: Update Changes.
17915      Branch: perl
17916            ! Changes patchlevel.h
17917 ____________________________________________________________________________
17918 [  8564] By: jhi                                   on 2001/01/27  04:44:04
17919         Log: Threadedness patch for #8562 from Doug MacEachern.
17920      Branch: perl
17921            ! toke.c
17922 ____________________________________________________________________________
17923 [  8563] By: jhi                                   on 2001/01/27  04:26:24
17924         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
17925              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
17926              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
17927              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
17928      Branch: perl
17929            ! op.c
17930 ____________________________________________________________________________
17931 [  8562] By: jhi                                   on 2001/01/27  04:20:30
17932         Log: Subject: Re: Announce : Tokener reporting patch
17933              From: Simon Cozens <simon@cozens.net>
17934              Date: Mon, 22 Jan 2001 02:17:22 +0000
17935              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
17936      Branch: perl
17937            ! embed.h embed.pl proto.h toke.c
17938 ____________________________________________________________________________
17939 [  8561] By: jhi                                   on 2001/01/27  04:17:24
17940         Log: Forgot from #8545.  Oops.
17941      Branch: perl
17942            ! pp.c t/pragma/overload.t
17943 ____________________________________________________________________________
17944 [  8560] By: jhi                                   on 2001/01/27  03:01:47
17945         Log: A better module compilation test, use MANIFEST as suggested
17946              by Spider.
17947      Branch: perl
17948            ! t/lib/1_compile.t
17949 ____________________________________________________________________________
17950 [  8559] By: jhi                                   on 2001/01/27  02:50:48
17951         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
17952              From: Peter Prymmer <pvhp@forte.com>
17953              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
17954              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
17955      Branch: perl
17956            ! t/lib/b.t
17957 ____________________________________________________________________________
17958 [  8558] By: jhi                                   on 2001/01/27  02:27:05
17959         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
17960              From: Peter Prymmer <pvhp@forte.com>
17961              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
17962              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
17963      Branch: perl
17964            ! t/pragma/sub_lval.t
17965 ____________________________________________________________________________
17966 [  8557] By: jhi                                   on 2001/01/27  02:26:03
17967         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
17968              From: Peter Prymmer <pvhp@forte.com>
17969              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
17970              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
17971      Branch: perl
17972            ! t/lib/st-06compat.t
17973 ____________________________________________________________________________
17974 [  8556] By: jhi                                   on 2001/01/27  02:24:33
17975         Log: Subject: [PATCH: perl@8531] minor update to README.os390
17976              From: Peter Prymmer <pvhp@forte.com>
17977              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
17978              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
17979      Branch: perl
17980            ! README.os390
17981 ____________________________________________________________________________
17982 [  8555] By: jhi                                   on 2001/01/27  00:35:47
17983         Log: No point in checking the length before we know whether the pointer
17984              is bogus or not, fixes Abigail's odbm failures in Linux.
17985      Branch: perl
17986            ! sv.c
17987 ____________________________________________________________________________
17988 [  8554] By: nick                                  on 2001/01/26  19:01:31
17989         Log: Integrate mainline
17990      Branch: perlio
17991           !> lib/Text/Wrap.pm t/lib/textwrap.t
17992 ____________________________________________________________________________
17993 [  8553] By: jhi                                   on 2001/01/26  15:19:39
17994         Log: Integrate change #7792 from perlio (multiplicity fix),
17995              fix the AV leak in regex DEBUGGING (tiny part of the
17996              polymorphic regexp patch #8143).
17997      Branch: maint-5.6/perl
17998            ! regcomp.c
17999           !> scope.h
18000 ____________________________________________________________________________
18001 [  8552] By: jhi                                   on 2001/01/26  15:03:23
18002         Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
18003              From: Michael G Schwern <schwern@pobox.com>
18004              Date: Fri, 26 Jan 2001 09:28:31 -0500
18005              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
18006      Branch: perl
18007            ! lib/Text/Wrap.pm t/lib/textwrap.t
18008 ____________________________________________________________________________
18009 [  8551] By: jhi                                   on 2001/01/26  02:33:19
18010         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
18011              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
18012              
18013              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
18014              
18015              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
18016              
18017              Message nit.
18018              
18019              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
18020              
18021              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
18022              
18023              (the cleanup of unused submatches in regtry() and regcppop())
18024              
18025              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
18026              stored and restored, and thusly was trounced by the utf8 swash
18027              routines.
18028              
18029              use utf8 not required to use \x{}.
18030              
18031              Removed two more tests that make no sense in UTF-8 since the test
18032              data is not in UTF-8.
18033              
18034              Get the three different space character classes right under utf8.
18035              
18036              Implement ANYOFUTF8 regprop() dumping.
18037              
18038              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
18039              
18040              Document the regex context pushing/popping a bit better.
18041      Branch: maint-5.6/perl
18042           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
18043           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
18044           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
18045           !> t/op/regmesg.t utf8.c
18046 ____________________________________________________________________________
18047 [  8550] By: nick                                  on 2001/01/25  19:42:30
18048         Log: Integrate mainline
18049      Branch: perlio
18050           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
18051           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
18052           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
18053           !> t/lib/bigint.t t/lib/bigintpm.t
18054 ____________________________________________________________________________
18055 [  8549] By: jhi                                   on 2001/01/25  15:22:28
18056         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
18057      Branch: maint-5.6/perl
18058            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
18059 ____________________________________________________________________________
18060 [  8548] By: jhi                                   on 2001/01/25  15:02:55
18061         Log: Integrate changes #7997,8063,8492,8547 from mainline.
18062              
18063              Subject: Re: STRLEN - what?
18064              
18065              Subject: [PATCH] perlguts.pod
18066              
18067              Memory management calls documentation.
18068              
18069              Layout using tabulator is not a good idea in a pod.
18070      Branch: maint-5.6/perl
18071           !> pod/perlguts.pod
18072 ____________________________________________________________________________
18073 [  8547] By: jhi                                   on 2001/01/25  14:49:05
18074         Log: Layout using tabulator is not a good idea in a pod.
18075      Branch: perl
18076            ! pod/perlguts.pod
18077 ____________________________________________________________________________
18078 [  8546] By: jhi                                   on 2001/01/25  14:31:12
18079         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
18080              from mainline.
18081              
18082              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
18083              
18084              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
18085              
18086              More Win32 editor/IDE/shell hints.
18087              
18088              More Win32 Perling.
18089              
18090              Yet another editor edit.
18091              
18092              Edit edit edit.
18093              
18094              IDE/editor section tweaking.
18095              
18096              Few more IDE/editor nits from p5p.
18097      Branch: maint-5.6/perl
18098           !> pod/perlfaq3.pod
18099 ____________________________________________________________________________
18100 [  8545] By: jhi                                   on 2001/01/25  04:16:32
18101         Log: Subject: [PATCH 5.7.0] overload int()
18102              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18103              Date: Wed, 24 Jan 2001 19:06:57 -0500
18104              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
18105      Branch: perl
18106            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
18107            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
18108            ! t/lib/bigintpm.t
18109 ____________________________________________________________________________
18110 [  8544] By: jhi                                   on 2001/01/25  04:15:11
18111         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
18112              From: Peter Prymmer <pvhp@forte.com>
18113              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
18114              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
18115      Branch: perl
18116            ! Makefile.SH README.os390 hints/os390.sh installperl
18117 ____________________________________________________________________________
18118 [  8543] By: jhi                                   on 2001/01/25  03:52:08
18119         Log: Integrate change #8462,8469 from mainline.
18120              
18121              In VMS Perl subversion (perl -V) is undef.
18122      Branch: maint-5.6/perl
18123           !> configure.com
18124 ____________________________________________________________________________
18125 [  8542] By: jhi                                   on 2001/01/25  03:44:55
18126         Log: Integrate changes #7835,7850,8315,8316 from mainline.
18127              
18128              Solaris hints.
18129      Branch: maint-5.6/perl
18130           !> hints/solaris_2.sh
18131 ____________________________________________________________________________
18132 [  8541] By: jhi                                   on 2001/01/25  03:39:28
18133         Log: Integrate #8336 from mainline.
18134      Branch: maint-5.6/perl
18135           !> hv.c
18136 ____________________________________________________________________________
18137 [  8540] By: jhi                                   on 2001/01/25  03:23:50
18138         Log: Retract #8539.
18139      Branch: maint-5.6/perl
18140            ! pod/perlfaq3.pod
18141 ____________________________________________________________________________
18142 [  8539] By: jhi                                   on 2001/01/25  03:21:55
18143         Log: (Retracted by #5940.)
18144      Branch: maint-5.6/perl
18145            ! pod/perlfaq3.pod
18146 ____________________________________________________________________________
18147 [  8538] By: jhi                                   on 2001/01/25  03:14:07
18148         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
18149              From: Peter Prymmer <pvhp@forte.com>
18150              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
18151              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
18152              
18153              The VMS bits.
18154      Branch: maint-5.6/perl
18155            ! configure.com vms/descrip_mms.template
18156 ____________________________________________________________________________
18157 [  8537] By: jhi                                   on 2001/01/25  03:06:09
18158         Log: Integrate #7710,7824,7973 from mainline.
18159      Branch: maint-5.6/perl
18160           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
18161           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
18162           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
18163           !> vos/config.ga.def vos/config.ga.h win32/config.bc
18164           !> win32/config.gc win32/config.vc
18165 ____________________________________________________________________________
18166 [  8536] By: jhi                                   on 2001/01/24  13:50:20
18167         Log: Revert the edits made by me so far to the 5.6 branch since
18168              the TRIAL1 since I did edits when I should have been using
18169              integrates.  Bad programmer.   (Will integrate them properly later.)
18170              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
18171              The #8353 will not be reapplied at least for now since
18172              the UTF-8 hash keys need more thinking.
18173              (The patches #8347, #8354, #8454, #8473 were okay since they
18174              were original edits made specifically for the 5.6.1-TRIAL1.)
18175      Branch: maint-5.6/perl
18176            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18177            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
18178            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
18179            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
18180            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
18181            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
18182            ! win32/config.bc win32/config.gc win32/config.vc
18183 ____________________________________________________________________________
18184 [  8535] By: bailey                                on 2001/01/24  06:37:02
18185         Log: SYN SYN
18186      Branch: vmsperl
18187           +> (branch 26 files)
18188           !> (integrate 130 files)
18189 ____________________________________________________________________________
18190 [  8534] By: nick                                  on 2001/01/23  19:30:57
18191         Log: Integrate mainline.
18192      Branch: perlio
18193           !> Changes Configure Porting/Glossary Porting/config.sh
18194           !> Porting/config_H embed.h embed.pl ext/Encode/compile
18195           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
18196           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
18197           !> pod/perlvar.pod proto.h t/lib/1_compile.t
18198 ____________________________________________________________________________
18199 [  8533] By: jhi                                   on 2001/01/23  16:15:46
18200         Log: Forgotten from #8501.
18201      Branch: perl
18202            ! Porting/Glossary Porting/config.sh Porting/config_H
18203 ____________________________________________________________________________
18204 [  8532] By: jhi                                   on 2001/01/23  16:13:27
18205         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
18206              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
18207              Date: Mon, 22 Jan 2001 17:51:58 +0100
18208              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
18209      Branch: perl
18210            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
18211 ____________________________________________________________________________
18212 [  8531] By: jhi                                   on 2001/01/23  15:46:01
18213         Log: Update Changes.
18214      Branch: perl
18215            ! Changes patchlevel.h
18216 ____________________________________________________________________________
18217 [  8530] By: jhi                                   on 2001/01/23  15:38:39
18218         Log: De-cut-and-pasto.
18219      Branch: perl
18220            ! t/lib/1_compile.t
18221 ____________________________________________________________________________
18222 [  8529] By: jhi                                   on 2001/01/23  15:11:04
18223         Log: Document the mkdir trailing slashes case.
18224      Branch: perl
18225            ! pod/perlfunc.pod
18226 ____________________________________________________________________________
18227 [  8528] By: jhi                                   on 2001/01/23  15:08:28
18228         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
18229              get installed:
18230              
18231              Subject: lib/lib.pm
18232              From: <abigail@foad.org>
18233              Date: Mon, 28 Aug 2000 20:35:08 -0400
18234              Message-ID: <20000829003508.21281.qmail@foad.org>
18235      Branch: perl
18236            ! installperl
18237 ____________________________________________________________________________
18238 [  8527] By: jhi                                   on 2001/01/23  14:44:04
18239         Log: Metaconfig unit change for #8526.
18240      Branch: metaconfig
18241            ! U/threads/archname.U
18242 ____________________________________________________________________________
18243 [  8526] By: jhi                                   on 2001/01/23  14:43:19
18244         Log: Attach -perlio to the archname if so selected.
18245      Branch: perl
18246            ! Configure
18247 ____________________________________________________________________________
18248 [  8525] By: jhi                                   on 2001/01/23  14:24:01
18249         Log: Subject: [PATCH] pod/perlvar.pod
18250              From: abigail@foad.org
18251              Date: Tue, 23 Jan 2001 01:41:10 +0100
18252              Message-ID: <20010123004110.22259.qmail@foad.org>
18253      Branch: perl
18254            ! pod/perlvar.pod
18255 ____________________________________________________________________________
18256 [  8524] By: jhi                                   on 2001/01/23  14:22:32
18257         Log: A bug introduced in #8217 (the undefined variable in the
18258              lib/safe1_t #3) fixed, by Charles Lane:
18259              
18260              The earlier patch made it so that stuff running in Safe
18261              compartments could do a "caller" and see "main".  That
18262              little change in name is done right before the code in
18263              the compartment is run, and apparantly the parser
18264              was picking up the stash name before it got changed.
18265              
18266              (why it was threaded vs. unthreaded Perl that was sensitive to this
18267              I still don't know...and it probably doesn't matter).
18268              
18269              I tryed removing the stash name-change and saw that threaded Perl
18270              did indeed pass the lib/safe1.t tests.
18271              
18272              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
18273              do the name change (and to connect _ in the compartment to the global
18274              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
18275              to call _safe_pkg_prep when creating a new compartment.
18276              
18277              Passes all tests with threaded perl on linux; passes all tests
18278              with unthreaded perl on VMS.
18279              
18280              At some point I'll probably want to revisit Safe and Opcode to
18281              provide more sensible handling of global variables...and to get
18282              formats working in Safe compartments, which they don't do currently.
18283      Branch: perl
18284            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
18285 ____________________________________________________________________________
18286 [  8523] By: jhi                                   on 2001/01/23  14:11:58
18287         Log: Also the lib/Thread.pm itself needs to be ignored if
18288              the Thread extension hasn't been built.
18289      Branch: perl
18290            ! t/lib/1_compile.t
18291 ____________________________________________________________________________
18292 [  8522] By: jhi                                   on 2001/01/23  13:51:28
18293         Log: print() instead of warn() so that stderr doesn't get
18294              unncessarily polluted.
18295      Branch: perl
18296            ! ext/Encode/compile
18297 ____________________________________________________________________________
18298 [  8521] By: jhi                                   on 2001/01/23  13:49:48
18299         Log: Integrate perlio.
18300      Branch: perl
18301           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
18302           !> ext/Encode/encode.h
18303 ____________________________________________________________________________
18304 [  8520] By: nick                                  on 2001/01/22  21:44:00
18305         Log: More messing with Encode:
18306              Extra fields in header to allow multiple names and to record
18307              other things "compile" knows.
18308              Re-organise compile to factor out common output routines.
18309      Branch: perlio
18310            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
18311 ____________________________________________________________________________
18312 [  8519] By: nick                                  on 2001/01/22  20:33:50
18313         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
18314      Branch: perlio
18315            ! ext/Encode/Makefile.PL ext/Encode/compile
18316 ____________________________________________________________________________
18317 [  8518] By: nick                                  on 2001/01/22  20:28:13
18318         Log: Integrate mainline
18319      Branch: perlio
18320           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
18321           !> vos/config.alpha.def vos/config.alpha.h
18322 ____________________________________________________________________________
18323 [  8517] By: jhi                                   on 2001/01/22  15:37:17
18324         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
18325              by Inaba Hiroto.
18326      Branch: perl
18327            ! sv.c
18328 ____________________________________________________________________________
18329 [  8516] By: jhi                                   on 2001/01/22  14:55:15
18330         Log: More SIG_SIZE fixes.
18331      Branch: perl
18332            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
18333 ____________________________________________________________________________
18334 [  8515] By: jhi                                   on 2001/01/22  14:50:27
18335         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
18336              From: "Craig A. Berry" <craigberry@mac.com>
18337              Date: Mon, 22 Jan 2001 00:42:24 -0600
18338              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
18339      Branch: perl
18340            ! configure.com
18341 ____________________________________________________________________________
18342 [  8514] By: jhi                                   on 2001/01/22  14:31:17
18343         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
18344              From: "Craig A. Berry" <craigberry@mac.com>
18345              Date: Sun, 21 Jan 2001 23:03:25 -0600
18346              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
18347      Branch: perl
18348            ! configure.com
18349 ____________________________________________________________________________
18350 [  8513] By: jhi                                   on 2001/01/22  14:14:00
18351         Log: Add the .ucm encoding tables to the MANIFEST.
18352      Branch: perl
18353            ! MANIFEST
18354 ____________________________________________________________________________
18355 [  8512] By: jhi                                   on 2001/01/22  13:43:33
18356         Log: Integrate perlio.
18357      Branch: perl
18358           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
18359           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
18360           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
18361           +> ext/Encode/Encode/iso8859-10.ucm
18362           +> ext/Encode/Encode/iso8859-13.ucm
18363           +> ext/Encode/Encode/iso8859-14.ucm
18364           +> ext/Encode/Encode/iso8859-15.ucm
18365           +> ext/Encode/Encode/iso8859-16.ucm
18366           +> ext/Encode/Encode/iso8859-2.ucm
18367           +> ext/Encode/Encode/iso8859-3.ucm
18368           +> ext/Encode/Encode/iso8859-4.ucm
18369           +> ext/Encode/Encode/iso8859-5.ucm
18370           +> ext/Encode/Encode/iso8859-6.ucm
18371           +> ext/Encode/Encode/iso8859-7.ucm
18372           +> ext/Encode/Encode/iso8859-8.ucm
18373           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
18374           +> ext/Encode/Encode/symbol.ucm
18375           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
18376           !> perliol.h
18377 ____________________________________________________________________________
18378 [  8511] By: nick                                  on 2001/01/21  23:44:47
18379         Log: Make "real" layers of ":utf8" and ":raw".
18380              So now PERLIO=utf8 perl ...
18381              does what Andreas wanted.
18382              Fix arg passing in open.pm (still have a Carp issue).
18383      Branch: perlio
18384            ! lib/open.pm perlio.c perliol.h
18385 ____________________________________________________________________________
18386 [  8510] By: jhi                                   on 2001/01/21  22:56:53
18387         Log: Document the regex context pushing/popping a bit better.
18388      Branch: perl
18389            ! regexec.c
18390 ____________________________________________________________________________
18391 [  8509] By: jhi                                   on 2001/01/21  22:55:44
18392         Log: Tweak the mkdir trailing slash code some more.
18393              
18394              TO DO: the same handling should probably be done for
18395              all the other filesystem functions that can have directories
18396              as their arguments.
18397      Branch: perl
18398            ! pp_sys.c
18399 ____________________________________________________________________________
18400 [  8508] By: nick                                  on 2001/01/21  21:37:43
18401         Log: Switch "compiled in" encodings to .ucm format.
18402              (Leave others as .enc till we can run-time load .ucm,
18403              or find some other way to load them.)
18404      Branch: perlio
18405            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
18406            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
18407            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
18408            + ext/Encode/Encode/iso8859-10.ucm
18409            + ext/Encode/Encode/iso8859-13.ucm
18410            + ext/Encode/Encode/iso8859-14.ucm
18411            + ext/Encode/Encode/iso8859-15.ucm
18412            + ext/Encode/Encode/iso8859-16.ucm
18413            + ext/Encode/Encode/iso8859-2.ucm
18414            + ext/Encode/Encode/iso8859-3.ucm
18415            + ext/Encode/Encode/iso8859-4.ucm
18416            + ext/Encode/Encode/iso8859-5.ucm
18417            + ext/Encode/Encode/iso8859-6.ucm
18418            + ext/Encode/Encode/iso8859-7.ucm
18419            + ext/Encode/Encode/iso8859-8.ucm
18420            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
18421            + ext/Encode/Encode/symbol.ucm
18422            ! ext/Encode/Makefile.PL ext/Encode/compile
18423 ____________________________________________________________________________
18424 [  8507] By: nick                                  on 2001/01/21  21:02:03
18425         Log: Integrate (partial) mainline.
18426      Branch: perlio
18427           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
18428           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
18429           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
18430 ____________________________________________________________________________
18431 [  8506] By: jhi                                   on 2001/01/21  20:09:30
18432         Log: Update Changes.
18433      Branch: perl
18434            ! Changes patchlevel.h
18435 ____________________________________________________________________________
18436 [  8505] By: jhi                                   on 2001/01/21  19:39:59
18437         Log: Subject: Minor typos in perlfaq2.pod
18438              From: "Stephen P. Potter" <spp@spotter.yi.org>
18439              Message-Id: <200101192101.QAA11911@spotter.yi.org>
18440              Date: Fri, 19 Jan 2001 16:01:13 -0500
18441              
18442              with a nit from Philip Netwon.
18443      Branch: perl
18444            ! pod/perlfaq2.pod
18445 ____________________________________________________________________________
18446 [  8504] By: jhi                                   on 2001/01/21  19:33:05
18447         Log: Metaconfig change for #8503.
18448      Branch: metaconfig
18449            ! U/threads/usethreads.U
18450 ____________________________________________________________________________
18451 [  8503] By: jhi                                   on 2001/01/21  19:32:21
18452         Log: Sanity check for conflicting thread flavours.
18453      Branch: perl
18454            ! Configure config_h.SH
18455 ____________________________________________________________________________
18456 [  8502] By: jhi                                   on 2001/01/21  19:23:00
18457         Log: Metaconfig change for #8501.
18458      Branch: metaconfig
18459            ! U/modified/sig_name.U
18460 ____________________________________________________________________________
18461 [  8501] By: jhi                                   on 2001/01/21  19:22:26
18462         Log: The SIG_SIZE is the number of the elements *excluding*
18463              the terminating NULL.
18464      Branch: perl
18465            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
18466            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
18467            ! win32/config_H.vc
18468 ____________________________________________________________________________
18469 [  8500] By: jhi                                   on 2001/01/21  18:31:31
18470         Log: Integrate perlio.
18471      Branch: perl
18472           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
18473           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
18474           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
18475           !> pp_sys.c proto.h sv.c
18476 ____________________________________________________________________________
18477 [  8499] By: jhi                                   on 2001/01/21  17:43:57
18478         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
18479              From: Hugo <hv@crypt.compulink.co.uk>
18480              Date: Sun, 21 Jan 2001 13:34:05 +0000
18481              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
18482              
18483              In sprintf UTF8ize only if necessary.
18484      Branch: perl
18485            ! sv.c
18486 ____________________________________________________________________________
18487 [  8498] By: nick                                  on 2001/01/21  16:25:32
18488         Log: Encode cleanup.
18489              Add command line control over "compile" so that Makefile.PL
18490              needs can be combined with other uses.
18491              Use command line options in Makefile.PL.
18492              Fix multi-byte parsing in .ucm files.
18493      Branch: perlio
18494            ! ext/Encode/Makefile.PL ext/Encode/compile
18495 ____________________________________________________________________________
18496 [  8497] By: nick                                  on 2001/01/21  12:56:27
18497         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
18498      Branch: perlio
18499            ! ext/Encode/Encode.xs
18500 ____________________________________________________________________________
18501 [  8496] By: nick                                  on 2001/01/21  12:18:45
18502         Log: Fixup after integrate:
18503              missed the .sym files that are changed by regen_headers
18504              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
18505      Branch: perlio
18506            ! global.sym pp.sym sv.c
18507 ____________________________________________________________________________
18508 [  8495] By: nick                                  on 2001/01/21  11:51:07
18509         Log: Integrate mainline.
18510      Branch: perlio
18511           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
18512           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
18513           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
18514           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
18515           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
18516           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
18517           !> win32/Makefile win32/makefile.mk
18518 ____________________________________________________________________________
18519 [  8494] By: jhi                                   on 2001/01/20  23:12:11
18520         Log: Forgot the expect_number() prototype.
18521      Branch: perl
18522            ! embed.h embed.pl proto.h
18523 ____________________________________________________________________________
18524 [  8493] By: jhi                                   on 2001/01/20  22:56:39
18525         Log: Subject: [PATCH: perl@8482] README.vms URL updates
18526              From: Peter Prymmer <pvhp@forte.com>
18527              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
18528              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
18529              
18530              Plus Craig A. Berry's suggestion to use compaq.com instead
18531              of digital.com.
18532      Branch: perl
18533            ! README.vms
18534 ____________________________________________________________________________
18535 [  8492] By: jhi                                   on 2001/01/20  22:50:05
18536         Log: Memory management calls documentation.
18537      Branch: perl
18538            ! pod/perlguts.pod
18539 ____________________________________________________________________________
18540 [  8491] By: jhi                                   on 2001/01/20  22:38:33
18541         Log: Signedness nit plus few memcpy/Copy nits.
18542      Branch: perl
18543            ! sv.c
18544 ____________________________________________________________________________
18545 [  8490] By: jhi                                   on 2001/01/20  22:25:53
18546         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
18547              From: Peter Prymmer <pvhp@forte.com>
18548              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
18549              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
18550      Branch: perl
18551            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
18552 ____________________________________________________________________________
18553 [  8489] By: jhi                                   on 2001/01/20  22:24:41
18554         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
18555              From: Peter Prymmer <pvhp@forte.com>
18556              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
18557              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
18558      Branch: perl
18559            ! win32/Makefile win32/makefile.mk
18560 ____________________________________________________________________________
18561 [  8488] By: jhi                                   on 2001/01/20  22:22:27
18562         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
18563              From: Peter Prymmer <pvhp@forte.com>
18564              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
18565              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
18566      Branch: perl
18567            ! Makefile.SH
18568 ____________________________________________________________________________
18569 [  8487] By: jhi                                   on 2001/01/20  22:21:18
18570         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
18571              From: Peter Prymmer <pvhp@forte.com>
18572              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
18573              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
18574      Branch: perl
18575            + ext/DynaLoader/dl_dllload.xs
18576            ! MANIFEST Makefile.SH hints/os390.sh
18577 ____________________________________________________________________________
18578 [  8486] By: jhi                                   on 2001/01/20  22:17:53
18579         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
18580              From: Peter Prymmer <pvhp@forte.com>
18581              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
18582              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
18583      Branch: perl
18584            ! README.os390 README.posix-bc
18585 ____________________________________________________________________________
18586 [  8485] By: jhi                                   on 2001/01/20  20:15:30
18587         Log: Document and test the new qu operator.
18588      Branch: perl
18589            + t/op/qu.t
18590            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
18591            ! pod/perlretut.pod pod/perlunicode.pod
18592 ____________________________________________________________________________
18593 [  8484] By: nick                                  on 2001/01/20  19:42:30
18594         Log: Infrastructure to allow:
18595              open($fh,"|-",@array);
18596              to be implemented
18597              i.e. mark pp_open as needing a stack mark, and make pp_open
18598              process its args in that style (and pass them _all_ to tied handles OPEN).
18599              Invent do_openn() which takes SV ** at allow it to see multiple args.
18600              Note this does not _do_ anything yet.
18601      Branch: perlio
18602            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
18603            ! perlapi.c pp_proto.h pp_sys.c proto.h
18604 ____________________________________________________________________________
18605 [  8483] By: nick                                  on 2001/01/20  17:23:14
18606         Log: Integrate mainline.
18607      Branch: perlio
18608           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
18609           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
18610 ____________________________________________________________________________
18611 [  8482] By: jhi                                   on 2001/01/19  15:37:49
18612         Log: Update Changes.
18613      Branch: perl
18614            ! Changes patchlevel.h
18615 ____________________________________________________________________________
18616 [  8481] By: jhi                                   on 2001/01/19  14:41:24
18617         Log: Subject: Re: new feature: s?printf parameter reordering 
18618              From: Hugo <hv@crypt.compulink.co.uk>
18619              Date: Thu, 11 Jan 2001 17:09:03 +0000
18620              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
18621              
18622              - support reordering for all parameters: %, *v, *, .*
18623              - lay down that the reordering specification must immediately
18624              follow that parameter: %3$, *v3$, *3$, .*3$
18625              - fix vectorisation of a zero-length string
18626              - factor out the code choosing the argument to format
18627              
18628              Possibly unwanted side-effects:
18629              - the special format specifiers ' +-0' must now precede any
18630              vectorisation specifier. Tests in op/sprintf and op/ver
18631              have been changed to reflect this.
18632              - sprintf.t test #214 changed its expectations because in many
18633              cases, the next parameter has already been consumed when an
18634              invalid type letter is detected.
18635              
18636              Probably wanted side-effects:
18637              - attempts to format a non-existent parameter will warn as if C<undef>
18638              - attempt to write to non-existent parameter with '%n' will complain
18639              of "attempt to modify read-only value" instead of being silent
18640      Branch: perl
18641            ! sv.c t/op/sprintf.t t/op/ver.t
18642 ____________________________________________________________________________
18643 [  8480] By: jhi                                   on 2001/01/19  14:08:37
18644         Log: Subject: PATCH pragma/locale.t
18645              From: andreas.koenig@anima.de (Andreas J. Koenig)
18646              Date: 18 Jan 2001 09:45:37 +0100
18647              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
18648      Branch: perl
18649            ! t/pragma/locale.t
18650 ____________________________________________________________________________
18651 [  8479] By: jhi                                   on 2001/01/19  13:19:58
18652         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
18653      Branch: perl
18654            ! configure.com
18655 ____________________________________________________________________________
18656 [  8478] By: jhi                                   on 2001/01/19  02:12:35
18657         Log: Automate 1_compile.t.
18658      Branch: perl
18659            ! t/lib/1_compile.t
18660 ____________________________________________________________________________
18661 [  8477] By: jhi                                   on 2001/01/19  01:49:56
18662         Log: Integrate perlio.
18663      Branch: perl
18664           !> sv.c win32/config.bc win32/config.gc win32/config.vc
18665           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
18666 ____________________________________________________________________________
18667 [  8476] By: nick                                  on 2001/01/18  21:51:52
18668         Log: Integrate mainline
18669      Branch: perlio
18670           +> t/lib/1_compile.t t/lib/compmod.pl
18671           !> MANIFEST configure.com lib/unicode/distinct.pm
18672 ____________________________________________________________________________
18673 [  8475] By: nick                                  on 2001/01/18  21:48:02
18674         Log: Win32 "safe signals" co-existance fix.
18675              Fix SIG_SIZE value.
18676              Clear PL_sig_pending when cloning (fork).
18677      Branch: perlio
18678            ! sv.c win32/config.bc win32/config.gc win32/config.vc
18679            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
18680 ____________________________________________________________________________
18681 [  8474] By: jhi                                   on 2001/01/18  14:40:57
18682         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
18683      Branch: perl
18684            ! t/lib/1_compile.t
18685 ____________________________________________________________________________
18686 [  8473] By: gsar                                  on 2001/01/18  11:42:31
18687         Log: unsubmitted trial1 change
18688      Branch: maint-5.6/perl
18689            ! Changes
18690 ____________________________________________________________________________
18691 [  8472] By: jhi                                   on 2001/01/18  04:30:24
18692         Log: The first bug found by 1_compile.t.
18693      Branch: perl
18694            ! lib/unicode/distinct.pm
18695 ____________________________________________________________________________
18696 [  8471] By: jhi                                   on 2001/01/18  04:29:42
18697         Log: Add Schwern's 1_compile test.  The compile_module script renamed
18698              to be a bit shorter for the 8.3 people.
18699      Branch: perl
18700            + t/lib/1_compile.t t/lib/compmod.pl
18701            ! MANIFEST
18702 ____________________________________________________________________________
18703 [  8470] By: jhi                                   on 2001/01/18  04:16:00
18704         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)
18705              From: Peter Prymmer <pvhp@forte.com>
18706              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
18707              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
18708              Replace #8463.
18709      Branch: maint-5.6/perl
18710            ! configure.com
18711 ____________________________________________________________________________
18712 [  8469] By: jhi                                   on 2001/01/18  04:13:02
18713         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)
18714              From: Peter Prymmer <pvhp@forte.com>
18715              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
18716              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
18717              Replace #8462.
18718      Branch: perl
18719            ! configure.com
18720 ____________________________________________________________________________
18721 [  8468] By: jhi                                   on 2001/01/18  03:42:08
18722         Log: Integrate perlio.
18723      Branch: perl
18724           !> gv.c mg.c perlio.c util.c
18725 ____________________________________________________________________________
18726 [  8467] By: nick                                  on 2001/01/17  22:41:10
18727         Log: "Safe" signals - trial implementation.
18728              gv.c tweaked to zero PL_sig_pend array
18729              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
18730              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
18731              Odd thing is that it "works" with PERLIO=stdio as well (linux).
18732      Branch: perlio
18733            ! gv.c mg.c perlio.c util.c
18734 ____________________________________________________________________________
18735 [  8466] By: nick                                  on 2001/01/17  20:40:20
18736         Log: Integrate mainline.
18737      Branch: perlio
18738           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
18739           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
18740           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
18741           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
18742           !> vos/config.ga.h win32/config.bc win32/config.gc
18743           !> win32/config.vc
18744 ____________________________________________________________________________
18745 [  8465] By: jhi                                   on 2001/01/17  18:37:13
18746         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
18747              From: Nicholas Clark <nick@ccl4.org>
18748              Date: Wed, 17 Jan 2001 17:31:33 +0000
18749              Message-ID: <20010117173133.I2633@plum.flirble.org>
18750      Branch: perl
18751            ! t/op/int.t
18752 ____________________________________________________________________________
18753 [  8464] By: jhi                                   on 2001/01/17  14:43:17
18754         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
18755              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
18756              Date: Wed, 17 Jan 2001 15:16:43 +0100
18757              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
18758              
18759              pp_int() was dropping an NV to the floor,
18760              int(279964589018079/59) either returned not an integer
18761              4745162525730.15, or one got "Attempt to free unreferenced scalar."
18762      Branch: perl
18763            ! pp.c
18764 ____________________________________________________________________________
18765 [  8463] By: jhi                                   on 2001/01/17  06:12:42
18766         Log: (Replaced by #8470)
18767              
18768              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)
18769              From: "Craig A. Berry" <craigberry@mac.com>
18770              Date: Tue, 16 Jan 2001 23:38:46 -0600
18771              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
18772      Branch: maint-5.6/perl
18773            ! configure.com
18774 ____________________________________________________________________________
18775 [  8462] By: jhi                                   on 2001/01/17  06:11:31
18776         Log: (Replaced by #8469)
18777              
18778              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)
18779              From: "Craig A. Berry" <craigberry@mac.com>
18780              Date: Tue, 16 Jan 2001 23:38:46 -0600
18781              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
18782      Branch: perl
18783            ! configure.com
18784 ____________________________________________________________________________
18785 [  8461] By: jhi                                   on 2001/01/17  05:56:12
18786         Log: Allow for one trailing slash in the directory of mkdir().
18787      Branch: perl
18788            ! pp_sys.c
18789 ____________________________________________________________________________
18790 [  8460] By: jhi                                   on 2001/01/17  03:26:01
18791         Log: Metaconfig unit changes for #8459.
18792      Branch: metaconfig
18793            ! U/modified/Loc.U U/modified/sig_name.U
18794 ____________________________________________________________________________
18795 [  8459] By: jhi                                   on 2001/01/17  03:24:48
18796         Log: Define SIG_SIZE, the number of elements in the sig_name and
18797              sig_num arrays, including the final NULL entry.
18798      Branch: perl
18799            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18800            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
18801            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
18802            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
18803            ! win32/config.bc win32/config.gc win32/config.vc
18804 ____________________________________________________________________________
18805 [  8458] By: jhi                                   on 2001/01/17  01:41:33
18806         Log: Integrate perlio.
18807      Branch: perl
18808           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
18809           !> perlapi.h proto.h sv.c
18810 ____________________________________________________________________________
18811 [  8457] By: nick                                  on 2001/01/16  22:07:26
18812         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
18813              Provides all the "cost" but no benefit yet - it is to allow cost
18814              to be measured, and implementation experiments (just in mg.c?).
18815      Branch: perlio
18816            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
18817            ! perlapi.h proto.h sv.c
18818 ____________________________________________________________________________
18819 [  8456] By: nick                                  on 2001/01/16  21:07:07
18820         Log: Integrate mainline.
18821      Branch: perlio
18822           !> (integrate 51 files)
18823 ____________________________________________________________________________
18824 [  8455] By: jhi                                   on 2001/01/16  18:13:43
18825         Log: Subject: [PATCH] regcomp.c old feature removal
18826              From: mjd@plover.com
18827              Date: 16 Jan 2001 14:43:18 -0000 
18828              Message-ID: <20010116144318.7140.qmail@plover.com> 
18829      Branch: perl
18830            ! regcomp.c
18831 ____________________________________________________________________________
18832 [  8454] By: jhi                                   on 2001/01/16  16:12:39
18833         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
18834              From: "Indy Singh" <indy@nusphere.com>
18835              Date: Wed, 10 Jan 2001 20:17:49 -0500
18836              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
18837      Branch: maint-5.6/perl
18838            ! win32/Makefile
18839 ____________________________________________________________________________
18840 [  8453] By: jhi                                   on 2001/01/16  16:09:33
18841         Log: Update Changes.
18842      Branch: perl
18843            ! Changes patchlevel.h
18844 ____________________________________________________________________________
18845 [  8452] By: jhi                                   on 2001/01/16  15:42:04
18846         Log: Subject: Re: API Cleanup
18847              To: perl5-porters@perl.org
18848              Date: Tue, 16 Jan 2001 13:42:30 +0000
18849              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
18850              
18851              Subject: [PATCH] utf8.c documentation
18852              From: Simon Cozens <simon@cozens.net>
18853              Date: Tue, 16 Jan 2001 13:52:48 +0000
18854              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
18855              
18856              Subject: Re: API Cleanup
18857              From: Simon Cozens <simon@cozens.net>
18858              Date: Tue, 16 Jan 2001 14:58:55 +0000
18859              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
18860              
18861              UTF-8 doc patches.
18862      Branch: perl
18863            ! embed.pl pod/perlapi.pod utf8.c
18864 ____________________________________________________________________________
18865 [  8451] By: jhi                                   on 2001/01/16  14:41:39
18866         Log: podlators 1.07, from Russ Allbery.
18867      Branch: perl
18868            ! lib/Pod/Man.pm
18869 ____________________________________________________________________________
18870 [  8450] By: jhi                                   on 2001/01/16  14:24:19
18871         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
18872              From: "Indy Singh" <indy@nusphere.com>
18873              Date: Mon, 15 Jan 2001 20:59:40 -0500
18874              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
18875      Branch: perl
18876            ! win32/Makefile
18877 ____________________________________________________________________________
18878 [  8449] By: jhi                                   on 2001/01/16  03:42:55
18879         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
18880              at the setting of the ofs_sv in new_struct_thread() as the
18881              thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
18882              that invited a core dump.
18883      Branch: perl
18884            ! util.c
18885 ____________________________________________________________________________
18886 [  8448] By: jhi                                   on 2001/01/16  01:49:07
18887         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
18888              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
18889              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
18890              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
18891              
18892              Replace #8444 and #8445.
18893      Branch: perl
18894            ! ext/B/B.xs ext/B/B/Debug.pm
18895 ____________________________________________________________________________
18896 [  8447] By: jhi                                   on 2001/01/15  21:05:35
18897         Log: Subject: [PATCH] API Variable documentation   
18898              From: Simon Cozens <simon@cozens.net>
18899              Date: Mon, 15 Jan 2001 19:35:54 +0000
18900              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
18901      Branch: perl
18902            ! pod/perlapi.pod thrdvar.h
18903 ____________________________________________________________________________
18904 [  8446] By: jhi                                   on 2001/01/15  20:49:20
18905         Log: Signedness nit.
18906      Branch: perl
18907            ! pp_ctl.c
18908 ____________________________________________________________________________
18909 [  8445] By: jhi                                   on 2001/01/15  20:28:48
18910         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
18911      Branch: perl
18912            ! ext/B/B/Debug.pm
18913 ____________________________________________________________________________
18914 [  8444] By: jhi                                   on 2001/01/15  13:09:10
18915         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
18916      Branch: perl
18917            ! ext/B/B.xs
18918 ____________________________________________________________________________
18919 [  8443] By: jhi                                   on 2001/01/15  13:06:26
18920         Log: Missing from #8439.
18921      Branch: perl
18922            ! keywords.h mg.c
18923 ____________________________________________________________________________
18924 [  8442] By: jhi                                   on 2001/01/15  13:02:38
18925         Log: Subject: [PATCH @8436] Eliminate op_children
18926              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
18927              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
18928              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
18929              
18930              Subject: [PATCH @8436] Re: Eliminate op_children
18931              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
18932              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
18933              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
18934      Branch: perl
18935            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
18936            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
18937            ! op.c op.h
18938 ____________________________________________________________________________
18939 [  8441] By: jhi                                   on 2001/01/15  12:57:08
18940         Log: Use the /^Perl_/-less form of is_lvalue_sub().
18941      Branch: perl
18942            ! pp.h
18943 ____________________________________________________________________________
18944 [  8440] By: jhi                                   on 2001/01/15  05:13:09
18945         Log: Revert #8437 and #8438, the Linux large files story is more complex.
18946      Branch: metaconfig/U/perl
18947            ! d_fpos64_t.U d_off64_t.U
18948      Branch: perl
18949            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18950            ! config_h.SH configure.com epoc/config.sh perl.h
18951            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
18952            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
18953            ! win32/config.bc win32/config.gc win32/config.vc
18954 ____________________________________________________________________________
18955 [  8439] By: jhi                                   on 2001/01/15  05:02:24
18956         Log: More UTF-8 patches from Inaba Hiroto.
18957              - The substr lval was still not okay.
18958              - Now pp_stringify and sv_setsv copies source's UTF8 flag
18959              even if IN_BYTE.  pp_stringify is called from fold_constants
18960              at optimization phase and "\x{100}" was made SvUTF8_off under
18961              use bytes (the bytes pragma is for "byte semantics" and not
18962              for "do not produce UTF8 data")
18963              - New `qu' operator to generate UTF8 string explicitly.
18964              Though I agree with the policy "0x00-0xff always produce bytes",
18965              sometimes want to such a string to be coded in UTF8.
18966              I can use pack"U0a*" but it requires more typing and has
18967              runtime overhead.
18968              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
18969              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
18970              string is not UTF8_on and has char 0x80-0xff.
18971              
18972              TODO: document and test qu.
18973      Branch: perl
18974            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
18975            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
18976            ! toke.c
18977 ____________________________________________________________________________
18978 [  8438] By: jhi                                   on 2001/01/14  05:10:23
18979         Log: Metaconfig unit changes for #8437.
18980      Branch: metaconfig/U/perl
18981            ! d_fpos64_t.U d_off64_t.U
18982 ____________________________________________________________________________
18983 [  8437] By: jhi                                   on 2001/01/14  04:55:34
18984         Log: Add <features.h> probing, seems to be needed for (some?)
18985              Linux largefileness.
18986      Branch: perl
18987            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18988            ! config_h.SH configure.com epoc/config.sh perl.h
18989            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
18990            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
18991            ! win32/config.bc win32/config.gc win32/config.vc
18992 ____________________________________________________________________________
18993 [  8436] By: jhi                                   on 2001/01/13  17:47:21
18994         Log: Tighten some of the tests a bit.
18995      Branch: perl
18996            ! t/pragma/utf8.t
18997 ____________________________________________________________________________
18998 [  8435] By: jhi                                   on 2001/01/13  17:31:54
18999         Log: Integrate perlio.
19000      Branch: perl
19001           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
19002           !> win32/config_H.gc win32/config_H.vc
19003 ____________________________________________________________________________
19004 [  8434] By: nick                                  on 2001/01/13  11:36:53
19005         Log: Run dmake regen_config_h for Win32
19006      Branch: perlio
19007            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
19008 ____________________________________________________________________________
19009 [  8433] By: nick                                  on 2001/01/13  11:31:55
19010         Log: VMS friendly patch to Encode compile process
19011      Branch: perlio
19012            ! ext/Encode/Makefile.PL ext/Encode/compile
19013 ____________________________________________________________________________
19014 [  8432] By: nick                                  on 2001/01/13  11:06:44
19015         Log: Integrate mainline
19016      Branch: perlio
19017           +> ext/B/B/Concise.pm
19018           !> (integrate 52 files)
19019 ____________________________________________________________________________
19020 [  8431] By: jhi                                   on 2001/01/13  05:55:55
19021         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
19022              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
19023              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
19024              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
19025      Branch: perl
19026            ! ext/B/B/Concise.pm
19027 ____________________________________________________________________________
19028 [  8430] By: jhi                                   on 2001/01/13  04:24:18
19029         Log: The LVRET macro needed an aTHX.
19030      Branch: perl
19031            ! pp.h
19032 ____________________________________________________________________________
19033 [  8429] By: jhi                                   on 2001/01/13  02:12:42
19034         Log: Update Changes.
19035      Branch: perl
19036            ! Changes patchlevel.h
19037 ____________________________________________________________________________
19038 [  8428] By: jhi                                   on 2001/01/13  02:08:50
19039         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
19040              From: Peter Prymmer <pvhp@forte.com>
19041              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
19042              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
19043              
19044              Add a BEGIN guard for sloppy floating point division.
19045      Branch: perl
19046            ! lib/Math/BigInt.pm lib/bigint.pl
19047 ____________________________________________________________________________
19048 [  8427] By: jhi                                   on 2001/01/13  01:47:16
19049         Log: The B::Terse drop-in replacement wasn't quite drop-in.
19050      Branch: perl
19051            ! ext/B/B/Terse.pm
19052 ____________________________________________________________________________
19053 [  8426] By: jhi                                   on 2001/01/12  21:20:43
19054         Log: Use UVXf.
19055      Branch: perl
19056            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19057            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
19058            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
19059            ! vos/config.ga.def vos/config.ga.h win32/config.bc
19060            ! win32/config.gc win32/config.vc
19061 ____________________________________________________________________________
19062 [  8425] By: jhi                                   on 2001/01/12  20:20:14
19063         Log: Subject: [PATCH perl@8342] -Wformat
19064              From: Robin Barker <rmb1@cise.npl.co.uk>
19065              Date: Fri, 12 Jan 2001 20:03:14 GMT
19066              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
19067      Branch: perl
19068            ! ext/Encode/Encode.xs mg.c sv.c toke.c
19069 ____________________________________________________________________________
19070 [  8424] By: jhi                                   on 2001/01/12  20:01:48
19071         Log: Subject: B::Concise -- an improved replacement for B::Terse 
19072              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
19073              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
19074              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
19075      Branch: perl
19076            + ext/B/B/Concise.pm
19077            ! MANIFEST ext/B/B/Terse.pm
19078 ____________________________________________________________________________
19079 [  8423] By: jhi                                   on 2001/01/12  19:24:02
19080         Log: The new metaconfig unit from the #8421.
19081      Branch: metaconfig/U/perl
19082            + d_sigprocmask.U
19083 ____________________________________________________________________________
19084 [  8422] By: jhi                                   on 2001/01/12  19:23:43
19085         Log: Forgot the microperl config from the #8421.
19086      Branch: perl
19087            ! uconfig.h uconfig.sh
19088 ____________________________________________________________________________
19089 [  8421] By: jhi                                   on 2001/01/12  19:05:27
19090         Log: Add sigprocmask() probe, regen Configure, regen toc.
19091      Branch: perl
19092            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19093            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
19094            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
19095            ! vos/config.ga.h win32/config.bc win32/config.gc
19096            ! win32/config.vc
19097 ____________________________________________________________________________
19098 [  8420] By: jhi                                   on 2001/01/12  18:34:31
19099         Log: Add sockatmark() to the todo list.
19100      Branch: perl
19101            ! Todo-5.6
19102 ____________________________________________________________________________
19103 [  8419] By: jhi                                   on 2001/01/12  18:09:46
19104         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
19105      Branch: perl
19106            ! op.c
19107 ____________________________________________________________________________
19108 [  8418] By: jhi                                   on 2001/01/12  18:05:30
19109         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
19110              From: Radu Greab <radu@netsoft.ro>
19111              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
19112              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
19113      Branch: perl
19114            ! op.c t/pragma/sub_lval.t
19115 ____________________________________________________________________________
19116 [  8417] By: jhi                                   on 2001/01/12  16:09:09
19117         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
19118              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
19119              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
19120              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
19121      Branch: perl
19122            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
19123            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
19124            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
19125            ! t/pragma/sub_lval.t toke.c
19126 ____________________________________________________________________________
19127 [  8416] By: jhi                                   on 2001/01/12  15:42:06
19128         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
19129              From: "Richard Soderberg" <rs@crystalflame.net>
19130              Date: Fri, 12 Jan 2001 04:49:35 -0800
19131              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
19132              
19133              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
19134              according to the platform.
19135      Branch: perl
19136            ! op.c
19137 ____________________________________________________________________________
19138 [  8415] By: jhi                                   on 2001/01/12  15:33:41
19139         Log: One more UTF-8 fix from Inaba Hiroto.
19140      Branch: perl
19141            ! pp.c regexec.c t/pragma/utf8.t
19142 ____________________________________________________________________________
19143 [  8414] By: jhi                                   on 2001/01/12  15:30:18
19144         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
19145      Branch: perl
19146            ! regexec.c
19147 ____________________________________________________________________________
19148 [  8413] By: jhi                                   on 2001/01/12  15:22:10
19149         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
19150              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
19151              Date: Thu, 11 Jan 2001 12:53:36 +0100
19152              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
19153      Branch: perl
19154            ! toke.c
19155 ____________________________________________________________________________
19156 [  8412] By: jhi                                   on 2001/01/12  15:20:25
19157         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
19158              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
19159              Date: Fri, 12 Jan 2001 14:37:55 +0100
19160              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
19161      Branch: perl
19162            ! hints/posix-bc.sh
19163 ____________________________________________________________________________
19164 [  8411] By: jhi                                   on 2001/01/12  15:14:14
19165         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
19166              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
19167              Date: Fri, 12 Jan 2001 10:42:21 +0100
19168              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
19169      Branch: perl
19170            ! t/op/regmesg.t
19171 ____________________________________________________________________________
19172 [  8410] By: jhi                                   on 2001/01/12  05:48:55
19173         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
19174              From: Nicholas Clark <nick@ccl4.org> 
19175              Date: Sun, 7 Jan 2001 19:47:14 +0000
19176              Message-ID: <20010107194714.B1048@plum.flirble.org>
19177      Branch: perl
19178            ! t/op/numconvert.t
19179 ____________________________________________________________________________
19180 [  8409] By: jhi                                   on 2001/01/12  05:41:28
19181         Log: Integrate perlio.
19182      Branch: perl
19183           !> mg.c scope.h
19184 ____________________________________________________________________________
19185 [  8408] By: nick                                  on 2001/01/11  22:43:28
19186         Log: Remove variables that were used in experiments.
19187      Branch: perlio
19188            ! mg.c
19189 ____________________________________________________________________________
19190 [  8407] By: nick                                  on 2001/01/11  20:57:44
19191         Log: Catch die in %SIG handler and unblock the signal before re-dying.
19192              This make Linux work _without_ sigsetjmp().
19193              Turn off sigsetjmp() to see what else it does.
19194              May need Configure probe for sigprocmask() if anything has sigaction()
19195              but not sigprocmask().
19196      Branch: perlio
19197            ! mg.c scope.h
19198 ____________________________________________________________________________
19199 [  8406] By: nick                                  on 2001/01/11  19:32:07
19200         Log: Integrate mainline
19201      Branch: perlio
19202           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
19203           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
19204           !> t/op/substr.t
19205 ____________________________________________________________________________
19206 [  8405] By: jhi                                   on 2001/01/11  17:11:01
19207         Log: Fix UTF-8 lval substr().
19208      Branch: perl
19209            ! mg.c t/op/substr.t
19210 ____________________________________________________________________________
19211 [  8404] By: jhi                                   on 2001/01/11  05:13:58
19212         Log: Update Changes.
19213      Branch: perl
19214            ! Changes patchlevel.h
19215 ____________________________________________________________________________
19216 [  8403] By: jhi                                   on 2001/01/11  04:38:24
19217         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
19218              From: Hugo <hv@crypt.compulink.co.uk>
19219              Date: Mon, 30 Oct 2000 01:33:26 +0000
19220              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
19221      Branch: perl
19222            ! regexec.c t/op/re_tests
19223 ____________________________________________________________________________
19224 [  8402] By: jhi                                   on 2001/01/11  04:26:12
19225         Log: Integrate perlio.
19226      Branch: perl
19227           !> scope.h util.c
19228 ____________________________________________________________________________
19229 [  8401] By: nick                                  on 2001/01/10  22:52:55
19230         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
19231              (So Alan and Ilya can try setting via hints.)
19232              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
19233              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
19234              doing the save everywhere seems to restart read() correctly, but just
19235              doing it once "round" the handler does not.
19236      Branch: perlio
19237            ! scope.h
19238 ____________________________________________________________________________
19239 [  8400] By: jhi                                   on 2001/01/10  21:57:54
19240         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
19241              of IRIX, HP-UX is unaffected.
19242      Branch: perl
19243            ! perl.h
19244 ____________________________________________________________________________
19245 [  8399] By: nick                                  on 2001/01/10  21:29:19
19246         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
19247      Branch: perlio
19248            ! util.c
19249 ____________________________________________________________________________
19250 [  8398] By: jhi                                   on 2001/01/10  20:55:31
19251         Log: Add ReuseAddr as a (preferred) alias for Reuse as we now
19252              also have ReusePort.
19253      Branch: perl
19254            ! ext/IO/lib/IO/Socket/INET.pm
19255 ____________________________________________________________________________
19256 [  8397] By: jhi                                   on 2001/01/10  20:50:57
19257         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
19258              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
19259              Date: Wed, 10 Jan 2001 01:38:13 -0800
19260              Message-ID: <20010110013813.B41744@yahoo-inc.com>
19261      Branch: perl
19262            ! ext/IO/lib/IO/Socket/INET.pm
19263 ____________________________________________________________________________
19264 [  8396] By: jhi                                   on 2001/01/10  20:49:30
19265         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
19266              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
19267              Date: Wed, 10 Jan 2001 01:37:32 -0800
19268              Message-ID: <20010110013732.A41744@yahoo-inc.com>
19269      Branch: perl
19270            ! ext/Socket/Socket.pm
19271 ____________________________________________________________________________
19272 [  8395] By: jhi                                   on 2001/01/10  20:41:37
19273         Log: Test for bug id 20010105.016 (fixed by #8378).
19274      Branch: perl
19275            ! t/op/split.t
19276 ____________________________________________________________________________
19277 [  8394] By: jhi                                   on 2001/01/10  20:26:32
19278         Log: Integrate perlio.
19279      Branch: perl
19280            ! util.c
19281 ____________________________________________________________________________
19282 [  8393] By: nick                                  on 2001/01/10  19:34:30
19283         Log: Back out Simon's pid hackery for now.
19284      Branch: perlio
19285            ! util.c
19286 ____________________________________________________________________________
19287 [  8392] By: nick                                  on 2001/01/10  19:23:13
19288         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
19289      Branch: perlio
19290           !> (integrate 29 files)
19291 ____________________________________________________________________________
19292 [  8391] By: jhi                                   on 2001/01/10  18:43:15
19293         Log: Subject: [PATCH] Fix my_pclose segfault
19294              From: Simon Cozens <simon@cozens.net>
19295              Date: Wed, 10 Jan 2001 18:39:35 +0000
19296              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
19297      Branch: perl
19298            ! util.c
19299 ____________________________________________________________________________
19300 [  8390] By: jhi                                   on 2001/01/10  18:42:08
19301         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
19302              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
19303              Date:     Wed, 10 Jan 2001 13:23:02 EST
19304              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
19305      Branch: perl
19306            ! ext/Opcode/Opcode.xs
19307 ____________________________________________________________________________
19308 [  8389] By: jhi                                   on 2001/01/10  15:16:07
19309         Log: Turn off the integer preservation for now.
19310      Branch: perl
19311            ! perl.h
19312 ____________________________________________________________________________
19313 [  8388] By: jhi                                   on 2001/01/10  15:01:25
19314         Log: Few more IDE/editor nits from p5p.
19315      Branch: perl
19316            ! pod/perlfaq3.pod
19317 ____________________________________________________________________________
19318 [  8387] By: jhi                                   on 2001/01/10  06:53:16
19319         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
19320              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
19321              Date: Tue, 9 Jan 2001 23:16:02 +0000
19322              Message-ID: <20010109231602.A81101@plum.flirble.org>
19323      Branch: perl
19324            ! sv.c
19325 ____________________________________________________________________________
19326 [  8386] By: jhi                                   on 2001/01/10  03:17:54
19327         Log: Test cases for #8385 (from Simon's "torture.pl")
19328      Branch: perl
19329            ! t/op/tr.t
19330 ____________________________________________________________________________
19331 [  8385] By: jhi                                   on 2001/01/10  03:17:11
19332         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
19333              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
19334              Date: Wed, 10 Jan 2001 11:39:39 +0900
19335              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
19336              
19337              Some more UTF-8 tr cases fixed.
19338      Branch: perl
19339            ! doop.c
19340 ____________________________________________________________________________
19341 [  8384] By: jhi                                   on 2001/01/09  22:45:40
19342         Log: Allow the locale test needing POSIX and the taint test
19343              needing IPC::SysV to run under 'minitest' (basically,
19344              bail out if loading the extension fails)
19345      Branch: perl
19346            ! t/op/misc.t t/op/taint.t
19347 ____________________________________________________________________________
19348 [  8383] By: jhi                                   on 2001/01/09  21:36:04
19349         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
19350              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
19351              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
19352              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
19353      Branch: perl
19354            ! t/io/openpid.t
19355 ____________________________________________________________________________
19356 [  8382] By: jhi                                   on 2001/01/09  21:06:08
19357         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
19358              Should finish up the bug id 20001205.022.
19359      Branch: perl
19360            ! pp.c pp_hot.c scope.c
19361 ____________________________________________________________________________
19362 [  8381] By: jhi                                   on 2001/01/09  18:27:43
19363         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
19364              From: Andy Dougherty <doughera@lafayette.edu>
19365              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
19366              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
19367              
19368              More robust yacc/bison error detection.
19369      Branch: perl
19370            ! t/comp/proto.t
19371 ____________________________________________________________________________
19372 [  8380] By: jhi                                   on 2001/01/09  15:21:38
19373         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
19374              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
19375              Date:     Tue, 9 Jan 2001 07:53:55 EST
19376              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
19377      Branch: perl
19378            ! t/op/misc.t vms/test.com
19379 ____________________________________________________________________________
19380 [  8379] By: jhi                                   on 2001/01/09  15:20:38
19381         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
19382              From: jhi@cc.hut.fi
19383              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
19384              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
19385              
19386              The #8378 fixed this.
19387      Branch: perl
19388            ! t/op/tr.t
19389 ____________________________________________________________________________
19390 [  8378] By: jhi                                   on 2001/01/09  15:05:32
19391         Log: Subject: One more patch for UTF8 
19392              From: Inaba Hiroto <inaba@st.rim.or.jp>
19393              Date: Tue, 09 Jan 2001 01:04:32 +0900
19394              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
19395              
19396              UTF-8 fixes for 'x' and tr///.
19397      Branch: perl
19398            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
19399            ! regcomp.c regexec.c toke.c utf8.c
19400 ____________________________________________________________________________
19401 [  8377] By: jhi                                   on 2001/01/09  14:32:17
19402         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
19403      Branch: perl
19404            ! t/op/length.t
19405 ____________________________________________________________________________
19406 [  8376] By: jhi                                   on 2001/01/09  04:32:32
19407         Log: integrate changes #7775, #8316, #8316 from mainline
19408      Branch: maint-5.6/perl
19409            ! hints/solaris_2.sh
19410 ____________________________________________________________________________
19411 [  8375] By: jhi                                   on 2001/01/09  04:26:43
19412         Log: Update Changes.
19413      Branch: perl
19414            ! Changes patchlevel.h
19415 ____________________________________________________________________________
19416 [  8374] By: jhi                                   on 2001/01/09  04:14:32
19417         Log: IDE/editor section tweaking.
19418      Branch: perl
19419            ! pod/perlfaq3.pod
19420 ____________________________________________________________________________
19421 [  8373] By: jhi                                   on 2001/01/09  02:38:26
19422         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
19423              From: Peter Prymmer <pvhp@forte.com>
19424              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
19425              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
19426              
19427              In preparation os OS/390 dynamic loading.
19428      Branch: perl
19429            ! README.os390 hints/os390.sh
19430 ____________________________________________________________________________
19431 [  8372] By: jhi                                   on 2001/01/09  00:24:30
19432         Log: Integrate with perlio.
19433      Branch: perl
19434           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
19435 ____________________________________________________________________________
19436 [  8371] By: nick                                  on 2001/01/08  23:54:33
19437         Log: Fix "scalars leaked" bugs caused by overload magic
19438              (Highlighted by Ilya's DESTROY optimization.)
19439      Branch: perlio
19440            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
19441 ____________________________________________________________________________
19442 [  8370] By: nick                                  on 2001/01/08  20:19:41
19443         Log: Integrate mainline
19444      Branch: perlio
19445           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
19446           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
19447           !> t/op/64bitint.t
19448 ____________________________________________________________________________
19449 [  8369] By: jhi                                   on 2001/01/08  17:30:52
19450         Log: save_delete() Safefree() doesn't (anymore?) work with shared
19451              strings, one test failure in op/misc and almost all of lib/b.
19452              (Outcomments #8369.)
19453      Branch: perl
19454            ! scope.c
19455 ____________________________________________________________________________
19456 [  8368] By: jhi                                   on 2001/01/08  14:47:10
19457         Log: (Outcommented by #8369.)
19458              
19459              Subject: Re: Perl BugID 20001205.022 ---- save_delete
19460              From: Simon Cozens <simon@cozens.net>
19461              Date: Sat, 6 Jan 2001 11:48:40 +0000
19462              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
19463              
19464              The save_delete() does need the Safefree.
19465      Branch: perl
19466            ! scope.c
19467 ____________________________________________________________________________
19468 [  8367] By: bailey                                on 2001/01/08  08:53:52
19469         Log: Once again syncing after too long an absence
19470      Branch: vmsperl
19471           +> (branch 55 files)
19472            - MAINTAIN fix_pl vos/config.def vos/config.h
19473            - vos/config_h.SH_orig
19474           !> (integrate 498 files)
19475 ____________________________________________________________________________
19476 [  8366] By: jhi                                   on 2001/01/08  02:42:59
19477         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
19478              From: nick@ccl4.org
19479              Date: Sun, 7 Jan 2001 21:07:18 +0000
19480              Message-Id: <20010107210717.D1048@plum.flirble.org>
19481      Branch: perl
19482            ! sv.c t/op/64bitint.t
19483 ____________________________________________________________________________
19484 [  8365] By: jhi                                   on 2001/01/08  02:35:16
19485         Log: Subject: [PATCH] environ nit
19486              From: Simon Cozens <simon@cozens.net>
19487              Date: Sun, 7 Jan 2001 17:57:07 +0000
19488              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
19489              
19490              Use environ only if we have it.
19491      Branch: perl
19492            ! mg.c
19493 ____________________________________________________________________________
19494 [  8364] By: jhi                                   on 2001/01/08  02:24:51
19495         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
19496      Branch: perl
19497            ! ext/GDBM_File/GDBM_File.xs
19498 ____________________________________________________________________________
19499 [  8363] By: jhi                                   on 2001/01/08  02:19:24
19500         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
19501              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
19502              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
19503              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
19504      Branch: perl
19505            ! dump.c op.c
19506 ____________________________________________________________________________
19507 [  8362] By: jhi                                   on 2001/01/08  02:17:43
19508         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
19509              From: Doug MacEachern <dougm@covalent.net>
19510              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
19511              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
19512              
19513              Allow AUTOLOAD to be an xsub and allow such xsubs
19514              to avoid use of $AUTOLOAD.
19515      Branch: perl
19516            ! gv.c
19517 ____________________________________________________________________________
19518 [  8361] By: jhi                                   on 2001/01/08  02:16:07
19519         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
19520              From: Radu Greab <radu@netsoft.ro>
19521              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
19522              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
19523              
19524              No need for the potentially unportable $SIG{CHLD}.
19525      Branch: perl
19526            ! t/io/pipe.t
19527 ____________________________________________________________________________
19528 [  8360] By: jhi                                   on 2001/01/08  01:58:23
19529         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
19530      Branch: perl
19531            ! lib/Getopt/Long.pm
19532 ____________________________________________________________________________
19533 [  8359] By: jhi                                   on 2001/01/08  01:55:44
19534         Log: Integrate perlio.
19535      Branch: perl
19536           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
19537           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
19538           !> utf8.c win32/Makefile
19539 ____________________________________________________________________________
19540 [  8358] By: jhi                                   on 2001/01/07  21:16:50
19541         Log: Update the EPOC cross SDK URL.
19542      Branch: perl
19543            ! README.epoc
19544 ____________________________________________________________________________
19545 [  8357] By: jhi                                   on 2001/01/07  21:16:09
19546         Log: Update the EPOC cross SDK URL.
19547      Branch: maint-5.6/perl
19548            ! README.epoc
19549 ____________________________________________________________________________
19550 [  8356] By: nick                                  on 2001/01/06  21:47:52
19551         Log: FILE * in XS code for PerlIO world:
19552              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
19553              - Add FILE * T_STDIO typemap.
19554              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
19555      Branch: perlio
19556            ! lib/ExtUtils/typemap perlio.c perlio.h
19557 ____________________________________________________________________________
19558 [  8355] By: jhi                                   on 2001/01/06  20:27:15
19559         Log: integrate change #8336 from mainline
19560              
19561              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
19562      Branch: maint-5.6/perl
19563            ! hv.c
19564 ____________________________________________________________________________
19565 [  8354] By: jhi                                   on 2001/01/06  20:24:29
19566         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
19567              From: Robin Barker <rmb1@cise.npl.co.uk>
19568              Date: Fri, 22 Dec 2000 12:17:38 GMT
19569              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
19570              
19571              The patch reformats some long =item lines so they give
19572              correct output via pod2man | nroff -man
19573              
19574              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
19575              From: Robin Barker <rmb1@cise.npl.co.uk>
19576              Date: Tue, 2 Jan 2001 15:35:03 GMT
19577              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
19578              
19579              Here is a _further_ patch which corrects a few more errors:
19580              * an empty C<=item> in CPAN.pm
19581              * patching the wrong file (pod/perlamiga.pod not README.amiga)
19582              * leaving empty C<=item>s which formatted incorrectly
19583              * over long C<=item>s revealed by latest patch to Pod::Man
19584      Branch: maint-5.6/perl
19585            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
19586            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
19587            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
19588            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
19589            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
19590            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
19591 ____________________________________________________________________________
19592 [  8353] By: jhi                                   on 2001/01/06  20:21:10
19593         Log: integrate changes #7980, 7990, 8056, 8057 from mainline
19594              
19595              UTF-8 hash keys.
19596      Branch: maint-5.6/perl
19597            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
19598 ____________________________________________________________________________
19599 [  8352] By: jhi                                   on 2001/01/06  20:18:44
19600         Log: Forgotten from #8438.
19601      Branch: maint-5.6/perl
19602            ! epoc/epocish.h
19603 ____________________________________________________________________________
19604 [  8351] By: jhi                                   on 2001/01/06  20:18:12
19605         Log: Forgotten from #8347.
19606      Branch: maint-5.6/perl
19607            ! config_h.SH
19608 ____________________________________________________________________________
19609 [  8350] By: jhi                                   on 2001/01/06  20:00:19
19610         Log: Thinko in #8347.
19611      Branch: maint-5.6/perl
19612            ! regcomp.c
19613 ____________________________________________________________________________
19614 [  8349] By: jhi                                   on 2001/01/06  18:05:30
19615         Log: Copy the FAQ3 IDE section from the development branch,
19616              changes originally by Peter Prymmer.
19617      Branch: maint-5.6/perl
19618            ! pod/perlfaq3.pod
19619 ____________________________________________________________________________
19620 [  8348] By: jhi                                   on 2001/01/06  18:03:02
19621         Log: EPOC updates for TRIAL1.
19622              
19623              Subject: [5.6.1 trial1] EPOC update
19624              From: Olaf Flebbe <O.Flebbe@science-computing.de>
19625              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
19626              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
19627              
19628              Subject: epoc patch2 for perl-5.6.1-trial1
19629              From: Olaf Flebbe <O.Flebbe@science-computing.de>
19630              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
19631              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
19632      Branch: maint-5.6/perl
19633            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
19634            ! epoc/epocish.c
19635 ____________________________________________________________________________
19636 [  8347] By: jhi                                   on 2001/01/06  17:29:10
19637         Log: integrate changes #7710,7824,7973 from mainline,
19638              plus VMS nits from Peter Prymmer and Dan Sugalski.
19639              
19640              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
19641              library (getprotobyname and getprotobynumber are outversioned by
19642              the same calls in libc, at least for xlc version 3.
19643              
19644              Add HAS_SBRK_PROTO.
19645              
19646              Fixes for signedness warnings noticed by VMSperlers.
19647      Branch: maint-5.6/perl
19648            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19649            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
19650            ! sv.c vms/descrip_mms.template vos/config.alpha.def
19651            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
19652            ! win32/config.bc win32/config.gc win32/config.vc
19653 ____________________________________________________________________________
19654 [  8346] By: nick                                  on 2001/01/06  14:36:01
19655         Log: Fixup accumulated integrate muddles (perlio == devperl again)
19656      Branch: perlio
19657            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
19658 ____________________________________________________________________________
19659 [  8345] By: nick                                  on 2001/01/06  14:24:58
19660         Log: Integrate mainline
19661      Branch: perlio
19662           !> (integrate 55 files)
19663 ____________________________________________________________________________
19664 [  8344] By: jhi                                   on 2001/01/06  02:24:02
19665         Log: Subject: [patch] PerlIO_cleanup() prototype
19666              From: Doug MacEachern <dougm@covalent.net>
19667              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
19668              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
19669      Branch: perl
19670            ! perlio.h
19671 ____________________________________________________________________________
19672 [  8343] By: jhi                                   on 2001/01/06  01:04:09
19673         Log: IRIX compiler noticed that the bof initialization might be
19674              bypassed by control flow.
19675      Branch: perl
19676            ! toke.c
19677 ____________________________________________________________________________
19678 [  8342] By: jhi                                   on 2001/01/06  00:10:48
19679         Log: Update Changes.
19680      Branch: perl
19681            ! Changes patchlevel.h
19682 ____________________________________________________________________________
19683 [  8341] By: jhi                                   on 2001/01/05  23:52:33
19684         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
19685      Branch: perl
19686            ! toke.c
19687 ____________________________________________________________________________
19688 [  8340] By: jhi                                   on 2001/01/05  22:44:08
19689         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
19690              From: Radu Greab <radu@netsoft.ro>
19691              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
19692              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
19693      Branch: perl
19694            ! t/io/pipe.t util.c
19695 ____________________________________________________________________________
19696 [  8339] By: jhi                                   on 2001/01/05  22:35:17
19697         Log: Subject: [PATCH] format and rewording in perlfaq.pod
19698              From: Robin Barker <rmb1@cise.npl.co.uk>
19699              Date: Fri, 5 Jan 2001 18:51:20 GMT
19700              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
19701      Branch: perl
19702            ! pod/perlfaq.pod
19703 ____________________________________________________________________________
19704 [  8338] By: jhi                                   on 2001/01/05  22:31:17
19705         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
19706              From: Peter Prymmer <pvhp@forte.com>
19707              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
19708              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
19709      Branch: perl
19710            ! utils/perlbug.PL
19711 ____________________________________________________________________________
19712 [  8337] By: jhi                                   on 2001/01/05  18:15:11
19713         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
19714              From: Robin Barker <rmb1@cise.npl.co.uk>
19715              Date: Tue, 2 Jan 2001 15:24:07 GMT
19716              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
19717              
19718              If you call configure as C<./Configure> or C<sh ./Configure>,
19719              $src is set to the absolute path name, not '.'.
19720              
19721              This, in turn, means -Dmksymlink tries to do its stuff because
19722              it does not think it is in the src directory.
19723              
19724              (plus a metaconfig nitfix)
19725      Branch: metaconfig
19726            ! U/compline/ccflags.U U/modified/src.U
19727      Branch: perl
19728            ! Configure config_h.SH
19729 ____________________________________________________________________________
19730 [  8336] By: jhi                                   on 2001/01/05  17:48:32
19731         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
19732              From: Alan Burlison <Alan.Burlison@uk.sun.com>
19733              Message-ID: <3A5606C4.473D2226@uk.sun.com>
19734              Date: Fri, 05 Jan 2001 17:39:16 +0000
19735      Branch: perl
19736            ! hv.c
19737 ____________________________________________________________________________
19738 [  8335] By: jhi                                   on 2001/01/05  16:05:44
19739         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
19740      Branch: perl
19741            ! lib/Getopt/Long.pm
19742 ____________________________________________________________________________
19743 [  8334] By: jhi                                   on 2001/01/05  16:00:51
19744         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
19745              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
19746              Date: Fri, 05 Jan 2001 13:46:51 +0100
19747              Message-ID: <13693.978698811@nice.ram.loc>
19748              
19749              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
19750              accurate reading of the "atime".  
19751      Branch: perl
19752            ! t/io/fs.t
19753 ____________________________________________________________________________
19754 [  8333] By: jhi                                   on 2001/01/05  15:57:37
19755         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
19756              From: Simon Cozens <simon@cozens.net>
19757              Date: Fri, 8 Dec 2000 13:33:31 +0000
19758              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
19759              
19760              A lost patch fragment.
19761      Branch: perl
19762            ! doop.c
19763 ____________________________________________________________________________
19764 [  8332] By: jhi                                   on 2001/01/05  15:40:42
19765         Log: Do away with strncpy() and a fixed length buffer.
19766      Branch: perl
19767            ! utf8.c
19768 ____________________________________________________________________________
19769 [  8331] By: jhi                                   on 2001/01/05  15:03:07
19770         Log: Tests for #8329 and #8330.
19771      Branch: perl
19772            ! t/op/bop.t
19773 ____________________________________________________________________________
19774 [  8330] By: jhi                                   on 2001/01/05  15:02:38
19775         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
19776              raw 8-bit form to the UTF-8 string.
19777      Branch: perl
19778            ! toke.c
19779 ____________________________________________________________________________
19780 [  8329] By: jhi                                   on 2001/01/05  14:55:13
19781         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
19782              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
19783              Date: Fri, 5 Jan 2001 12:28:52 +0100
19784              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
19785              
19786              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
19787              no effect.  (changed the strncpy() to Copy())
19788      Branch: perl
19789            ! toke.c
19790 ____________________________________________________________________________
19791 [  8328] By: jhi                                   on 2001/01/05  06:44:27
19792         Log: UTF-8 cleanup.
19793      Branch: perl
19794            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
19795            ! regexec.c sv.c toke.c
19796 ____________________________________________________________________________
19797 [  8327] By: jhi                                   on 2001/01/05  01:11:29
19798         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')
19799              From: Radu Greab <radu@netsoft.ro>
19800              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
19801              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
19802              
19803              Cleans up Harness to not use FileHandle, which uses IO.
19804      Branch: perl
19805            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
19806 ____________________________________________________________________________
19807 [  8326] By: jhi                                   on 2001/01/05  00:56:37
19808         Log: Update Changes.
19809      Branch: perl
19810            ! Changes patchlevel.h
19811 ____________________________________________________________________________
19812 [  8325] By: jhi                                   on 2001/01/05  00:53:18
19813         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
19814              From: Peter Prymmer <pvhp@forte.com>
19815              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
19816              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
19817              
19818              plus a couple more tailing whitespace removals.
19819      Branch: perl
19820            ! win32/Makefile
19821 ____________________________________________________________________________
19822 [  8324] By: jhi                                   on 2001/01/05  00:47:39
19823         Log: Add some Unicode chop() tests.
19824      Branch: perl
19825            ! t/op/chop.t
19826 ____________________________________________________________________________
19827 [  8323] By: jhi                                   on 2001/01/05  00:47:23
19828         Log: Unify UTF-8 malformedness handling.
19829      Branch: perl
19830            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
19831 ____________________________________________________________________________
19832 [  8322] By: jhi                                   on 2001/01/04  22:21:54
19833         Log: The new $issymlink was unknown to Mksymlinks.
19834      Branch: metaconfig/U/perl
19835            ! Mksymlinks.U issymlink.U
19836      Branch: perl
19837            ! Configure config_h.SH
19838 ____________________________________________________________________________
19839 [  8321] By: jhi                                   on 2001/01/04  21:51:05
19840         Log: The test didn't work under the core test framework.
19841      Branch: perl
19842            ! t/lib/st-lock.t
19843 ____________________________________________________________________________
19844 [  8320] By: jhi                                   on 2001/01/04  21:14:22
19845         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
19846      Branch: perl
19847            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
19848 ____________________________________________________________________________
19849 [  8319] By: jhi                                   on 2001/01/04  20:46:17
19850         Log: Typo in #8312 when manually appying a problematic patch fragment.
19851      Branch: perl
19852            ! ext/Storable/Storable.xs
19853 ____________________________________________________________________________
19854 [  8318] By: jhi                                   on 2001/01/04  20:43:01
19855         Log: The $sh_c didn't fly.
19856      Branch: metaconfig
19857            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
19858            ! U/modified/Loc.U U/modified/myhostname.U
19859            ! U/modified/spitshell.U
19860      Branch: metaconfig/U/perl
19861            ! issymlink.U
19862      Branch: perl
19863            ! Configure config_h.SH
19864 ____________________________________________________________________________
19865 [  8317] By: jhi                                   on 2001/01/04  19:58:01
19866         Log: AIX builtin test -h is broken, changes based on
19867              
19868              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
19869              Date: Tue, 02 Jan 2001 11:24:39 +0100
19870              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19871              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
19872      Branch: metaconfig
19873            + U/modified/spitshell.U
19874            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
19875            ! U/modified/Loc.U U/modified/myhostname.U
19876      Branch: metaconfig/U/perl
19877            ! Mksymlinks.U issymlink.U
19878      Branch: perl
19879            ! Configure
19880 ____________________________________________________________________________
19881 [  8316] By: jhi                                   on 2001/01/04  19:02:22
19882         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
19883              From: Andy Dougherty <doughera@lafayette.edu>
19884              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
19885              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
19886              
19887              Beware of GNU ld.
19888      Branch: perl
19889            ! hints/solaris_2.sh
19890 ____________________________________________________________________________
19891 [  8315] By: jhi                                   on 2001/01/04  18:56:48
19892         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
19893              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
19894              Date: Wed, 3 Jan 2001 07:58:51 +0100
19895              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
19896      Branch: perl
19897            ! hints/solaris_2.sh
19898 ____________________________________________________________________________
19899 [  8314] By: jhi                                   on 2001/01/04  18:54:07
19900         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
19901              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
19902              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
19903              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
19904              
19905              Doc tweak on #8313.
19906      Branch: perl
19907            ! ext/B/B/Deparse.pm
19908 ____________________________________________________________________________
19909 [  8313] By: jhi                                   on 2001/01/04  18:52:27
19910         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
19911              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
19912              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
19913              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
19914              
19915              Make the peephole optimizer to bypass more null ops and
19916              and rewrite the deparse handling of continue blocks.
19917      Branch: perl
19918            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
19919 ____________________________________________________________________________
19920 [  8312] By: jhi                                   on 2001/01/04  18:47:39
19921         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
19922      Branch: perl
19923            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
19924            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
19925            ! t/lib/st-lock.t
19926 ____________________________________________________________________________
19927 [  8311] By: jhi                                   on 2001/01/04  18:36:08
19928         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
19929              filter to be run on each .pm during the pm_to_blib() phase,
19930              a fixed version of
19931              
19932              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
19933              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
19934              Date: Wed, 03 Jan 2001 22:01:30 +0100
19935              Message-ID: <5296.978555690@nice.ram.loc>
19936      Branch: perl
19937            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
19938            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
19939            ! lib/ExtUtils/MakeMaker.pm
19940 ____________________________________________________________________________
19941 [  8310] By: jhi                                   on 2001/01/04  18:32:54
19942         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
19943              From: Robin Barker <rmb1@cise.npl.co.uk>
19944              Date: Tue, 2 Jan 2001 15:35:03 GMT
19945              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
19946      Branch: perl
19947            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
19948            ! pod/perlrequick.pod
19949 ____________________________________________________________________________
19950 [  8309] By: jhi                                   on 2001/01/04  18:29:07
19951         Log: Subject: Re: [patch] static-ize XS()
19952              From: Doug MacEachern <dougm@covalent.net>
19953              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
19954              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
19955              
19956              Provide prototypes for the XS functions.
19957      Branch: perl
19958            ! lib/ExtUtils/xsubpp
19959 ____________________________________________________________________________
19960 [  8308] By: jhi                                   on 2001/01/04  18:27:44
19961         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
19962              From: Doug MacEachern <dougm@covalent.net>
19963              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
19964              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
19965      Branch: perl
19966            ! lib/ExtUtils/typemap
19967 ____________________________________________________________________________
19968 [  8307] By: jhi                                   on 2001/01/04  18:25:25
19969         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
19970              From: Doug MacEachern <dougm@covalent.net>
19971              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
19972              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
19973              
19974              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
19975      Branch: perl
19976            ! lib/ExtUtils/MM_Unix.pm
19977 ____________________________________________________________________________
19978 [  8306] By: jhi                                   on 2001/01/04  18:23:00
19979         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
19980              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
19981              Date: Thu, 4 Jan 2001 12:47:10 +0100 
19982              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
19983              
19984              The toke.c part only, patching embed.h and proto.h is futile.
19985      Branch: perl
19986            ! toke.c
19987 ____________________________________________________________________________
19988 [  8305] By: jhi                                   on 2001/01/04  18:05:51
19989         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
19990              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
19991              Date: Thu, 4 Jan 2001 17:50:12 +0100 
19992              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
19993      Branch: perl
19994            ! toke.c
19995 ____________________________________________________________________________
19996 [  8304] By: jhi                                   on 2001/01/04  18:03:26
19997         Log: Subject: [PATCH perl@8269]
19998              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
19999              Date: Thu, 4 Jan 2001 12:53:39 +0100 
20000              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
20001              
20002              If running byacc write-enable also perly.h.
20003      Branch: perl
20004            ! Makefile.SH
20005 ____________________________________________________________________________
20006 [  8303] By: jhi                                   on 2001/01/04  15:40:49
20007         Log: Rewrite pp_concat() in terms of sv_catsv().
20008      Branch: perl
20009            ! pp_hot.c
20010 ____________________________________________________________________________
20011 [  8302] By: nick                                  on 2001/01/03  22:43:22
20012         Log: Integrate mainline.
20013      Branch: perlio
20014           !> ext/Encode/Encode.xs sv.c utf8.c
20015 ____________________________________________________________________________
20016 [  8301] By: jhi                                   on 2001/01/02  23:40:26
20017         Log: Variable naming tweak.
20018      Branch: perl
20019            ! sv.c
20020 ____________________________________________________________________________
20021 [  8300] By: jhi                                   on 2001/01/02  23:40:02
20022         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
20023              in is_utf8_string().
20024      Branch: perl
20025            ! utf8.c
20026 ____________________________________________________________________________
20027 [  8299] By: jhi                                   on 2001/01/02  22:14:40
20028         Log: Integrate perlio.
20029      Branch: perl
20030           !> pp.c pp_hot.c win32/Makefile
20031 ____________________________________________________________________________
20032 [  8298] By: nick                                  on 2001/01/02  22:03:06
20033         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
20034      Branch: perlio
20035            ! pp.c pp_hot.c
20036 ____________________________________________________________________________
20037 [  8297] By: jhi                                   on 2001/01/02  04:26:28
20038         Log: Signedness nit.
20039      Branch: perl
20040            ! ext/Encode/Encode.xs
20041 ____________________________________________________________________________
20042 [  8296] By: nick                                  on 2001/01/01  23:49:36
20043         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
20044      Branch: perlio
20045            ! win32/Makefile
20046 ____________________________________________________________________________
20047 [  8295] By: jhi                                   on 2001/01/01  23:05:48
20048         Log: Integrate perlio.
20049      Branch: perl
20050           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
20051           !> t/lib/encode.t
20052 ____________________________________________________________________________
20053 [  8294] By: nick                                  on 2001/01/01  22:48:34
20054         Log: Integrate mainline
20055      Branch: perlio
20056            ! pp_hot.c t/lib/encode.t
20057           !> (integrate 65 files)
20058 ____________________________________________________________________________
20059 [  8293] By: nick                                  on 2001/01/01  21:58:50
20060         Log: More rigor in UTF-8-ness of Encode's toUnicode
20061              XS export some of the utf8 internal functions.
20062              Test some of the functions.
20063              Fix pp_concat() bug shown by said tests.
20064      Branch: perlio
20065            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
20066            ! t/lib/encode.t
20067 ____________________________________________________________________________
20068 [  8292] By: jhi                                   on 2001/01/01  18:11:44
20069         Log: Integrate perlio.
20070      Branch: perl
20071           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
20072           !> ext/Encode/encengine.c ext/Encode/encode.h
20073 ____________________________________________________________________________
20074 [  8291] By: jhi                                   on 2001/01/01  18:10:58
20075         Log: Podify README.mpeix (a new version from the web),
20076              add a dummy NAME to Carp::Heavy, regen toc.
20077      Branch: perl
20078            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
20079            ! pod/perltoc.pod
20080 ____________________________________________________________________________
20081 [  8290] By: nick                                  on 2001/01/01  17:43:47
20082         Log: Loose the "Loading..." warning.
20083              Another bug in fallback support
20084      Branch: perlio
20085            ! ext/Encode/Encode.pm ext/Encode/encengine.c
20086 ____________________________________________________________________________
20087 [  8289] By: jhi                                   on 2001/01/01  00:01:57
20088         Log: Bump up Larry's copyright.
20089      Branch: perl
20090            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
20091            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
20092            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
20093            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
20094            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
20095            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
20096            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
20097            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
20098 ____________________________________________________________________________
20099 [  8288] By: nick                                  on 2000/12/31  21:27:53
20100         Log: Fix .ucm reading - forgot a chr()
20101              Start of .ucm write (for .enc to .ucm)
20102      Branch: perlio
20103            ! ext/Encode/compile
20104 ____________________________________________________________________________
20105 [  8287] By: jhi                                   on 2000/12/31  18:15:56
20106         Log: Comment away a diagnostic message as noted by Craig A. Berry
20107              (the unexpected message was confusing testing)
20108      Branch: perl
20109            ! ext/Encode/Encode.pm
20110 ____________________________________________________________________________
20111 [  8286] By: jhi                                   on 2000/12/31  18:14:51
20112         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
20113              Date: Sun, 31 Dec 2000 11:17:37 -0600
20114              From: "Craig A. Berry" <craigberry@mac.com>
20115              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
20116      Branch: perl
20117            ! ext/Encode/Makefile.PL
20118 ____________________________________________________________________________
20119 [  8285] By: nick                                  on 2000/12/31  18:11:54
20120         Log: Start of support of ICU-style .ucm files:
20121              - teach compile how to read a .ucm file
20122              - first guess at how to represent fallbacks in "tries".
20123              - use fallbacks if check == 0
20124              - new return code to indicate we used one.
20125      Branch: perlio
20126            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
20127            ! ext/Encode/encengine.c ext/Encode/encode.h
20128 ____________________________________________________________________________
20129 [  8284] By: jhi                                   on 2000/12/31  18:04:41
20130         Log: Pacify picky VMS compiler.
20131              
20132              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
20133              From: "Craig A. Berry" <craig.berry@psinetcs.com>
20134              Date: Sat, 30 Dec 2000 18:10:02 -0600
20135              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
20136      Branch: perl
20137            ! sv.c
20138 ____________________________________________________________________________
20139 [  8283] By: jhi                                   on 2000/12/31  16:11:47
20140         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
20141      Branch: perl
20142            ! t/lib/glob-basic.t
20143 ____________________________________________________________________________
20144 [  8282] By: jhi                                   on 2000/12/31  15:26:11
20145         Log: Integrate perlio.
20146      Branch: perl
20147           !> makedef.pl opcode.pl os2/os2.c perlio.c
20148 ____________________________________________________________________________
20149 [  8281] By: nick                                  on 2000/12/31  10:06:15
20150         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
20151              is available to be exported
20152      Branch: perlio
20153            ! makedef.pl perlio.c
20154 ____________________________________________________________________________
20155 [  8280] By: nick                                  on 2000/12/31  09:41:26
20156         Log: Ilya's OS2 patch (testing for damage on Win32)
20157      Branch: perlio
20158            ! makedef.pl opcode.pl os2/os2.c
20159 ____________________________________________________________________________
20160 [  8279] By: jhi                                   on 2000/12/30  21:52:07
20161         Log: Test nits.
20162      Branch: perl
20163            ! t/lib/syslfs.t t/op/lfs.t
20164 ____________________________________________________________________________
20165 [  8278] By: jhi                                   on 2000/12/30  21:47:49
20166         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
20167              From: andreas.koenig@anima.de (Andreas J. Koenig)
20168              Date: 30 Dec 2000 22:35:37 +0100
20169              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
20170              
20171              The 32-bit wraparound test wasn't quite right.
20172      Branch: perl
20173            ! t/lib/syslfs.t t/op/lfs.t
20174 ____________________________________________________________________________
20175 [  8277] By: jhi                                   on 2000/12/30  21:33:44
20176         Log: Subject: [PATCH] open() example in perlfunc.pod 
20177              From: Karsten Sperling <s_sperli@ira.uka.de>
20178              Date: Sat, 30 Dec 2000 22:27:09 +0100
20179              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
20180      Branch: perl
20181            ! pod/perlfunc.pod
20182 ____________________________________________________________________________
20183 [  8276] By: jhi                                   on 2000/12/30  20:32:40
20184         Log: Not quite that many tests yet.
20185      Branch: perl
20186            ! t/op/pat.t
20187 ____________________________________________________________________________
20188 [  8275] By: jhi                                   on 2000/12/30  20:26:58
20189         Log: Integrate perlio.
20190      Branch: perl
20191           !> toke.c
20192 ____________________________________________________________________________
20193 [  8274] By: jhi                                   on 2000/12/30  20:24:56
20194         Log: Signedness nit.
20195      Branch: perl
20196            ! utf8.c
20197 ____________________________________________________________________________
20198 [  8273] By: jhi                                   on 2000/12/30  20:15:46
20199         Log: Add a test case for 20000731.001 which was fixed by the #8267.
20200      Branch: perl
20201            ! t/op/pat.t
20202 ____________________________________________________________________________
20203 [  8272] By: nick                                  on 2000/12/30  19:47:51
20204         Log: Tweak for MULTIPLICITY/USE_PERLIO
20205      Branch: perlio
20206            ! toke.c
20207 ____________________________________________________________________________
20208 [  8271] By: nick                                  on 2000/12/30  19:46:45
20209         Log: Integrate mainline
20210      Branch: perlio
20211           +> lib/unicode/distinct.pm
20212           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
20213           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
20214           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
20215 ____________________________________________________________________________
20216 [  8270] By: jhi                                   on 2000/12/30  19:39:50
20217         Log: Subject: RE: perl@8269
20218              From: "Richard Soderberg" <rs@crystalflame.net>
20219              Date: Sat, 30 Dec 2000 11:36:27 -0800
20220              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
20221              
20222              A missing aTHX_.
20223      Branch: perl
20224            ! toke.c
20225 ____________________________________________________________________________
20226 [  8269] By: jhi                                   on 2000/12/30  18:55:48
20227         Log: Update Changes.
20228      Branch: perl
20229            ! Changes patchlevel.h
20230 ____________________________________________________________________________
20231 [  8268] By: jhi                                   on 2000/12/30  17:18:40
20232         Log: Add a test for Unicode split //.  The #8267 was the cure.
20233      Branch: perl
20234            ! t/op/split.t
20235 ____________________________________________________________________________
20236 [  8267] By: jhi                                   on 2000/12/30  17:14:19
20237         Log: Subject: more UTF8 test suites and an UTF8 patch
20238              From: Inaba Hiroto <inaba@st.rim.or.jp>
20239              Date: Sat, 30 Dec 2000 14:27:10 +0900
20240              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
20241              
20242              Just the patch part for now, and the pragma renamed
20243              as unicode::distinct.
20244      Branch: perl
20245            + lib/unicode/distinct.pm
20246            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
20247            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
20248            ! regcomp.h regexec.c sv.c toke.c utf8.c
20249 ____________________________________________________________________________
20250 [  8266] By: nick                                  on 2000/12/30  16:40:49
20251         Log: Integrate mainline
20252      Branch: perlio
20253           +> lib/Pod/Text/Overstrike.pm
20254           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
20255           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
20256           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
20257           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
20258           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
20259 ____________________________________________________________________________
20260 [  8265] By: jhi                                   on 2000/12/30  07:28:55
20261         Log: The sv_catsv() fix, take two.
20262      Branch: perl
20263            ! sv.c t/op/join.t
20264 ____________________________________________________________________________
20265 [  8264] By: jhi                                   on 2000/12/30  06:19:18
20266         Log: Undo all the join-related changes since #8248: relevant
20267              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
20268              The new sv_catsv() doesn't fly so it must go back to
20269              the drawing board.
20270      Branch: perl
20271            ! sv.c t/op/join.t t/pragma/utf8.t
20272 ____________________________________________________________________________
20273 [  8263] By: jhi                                   on 2000/12/30  01:08:32
20274         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
20275      Branch: perl
20276            ! sv.c
20277 ____________________________________________________________________________
20278 [  8262] By: jhi                                   on 2000/12/30  00:45:14
20279         Log: Retract #8261.
20280      Branch: perl
20281            ! hv.c util.c
20282 ____________________________________________________________________________
20283 [  8261] By: jhi                                   on 2000/12/30  00:38:32
20284         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
20285      Branch: perl
20286            ! hv.c util.c
20287 ____________________________________________________________________________
20288 [  8260] By: jhi                                   on 2000/12/29  22:51:33
20289         Log: (Retracted by #8264)  More fixing for #8251.
20290      Branch: perl
20291            ! sv.c
20292 ____________________________________________________________________________
20293 [  8259] By: jhi                                   on 2000/12/29  18:27:30
20294         Log: Subject: podlators 1.06 released
20295              From: Russ Allbery <rra@stanford.edu>
20296              Date: 25 Dec 2000 05:09:30 -0800
20297              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
20298      Branch: perl
20299            + lib/Pod/Text/Overstrike.pm
20300            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
20301            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
20302 ____________________________________________________________________________
20303 [  8258] By: jhi                                   on 2000/12/29  18:20:45
20304         Log: Make the large file tests more robust/talkative as suggested by
20305              
20306              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
20307              From: andreas.koenig@anima.de (Andreas J. Koenig)
20308              Date: 29 Dec 2000 14:23:01 +0100
20309              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
20310      Branch: perl
20311            ! t/lib/syslfs.t t/op/lfs.t
20312 ____________________________________________________________________________
20313 [  8257] By: jhi                                   on 2000/12/29  17:48:04
20314         Log: Further VMS piping fixes from Charles Lane:
20315              
20316              In summary, error messages produced when a subprocess terminated
20317              abnormally were being sent not just to the parent process, but to
20318              grandparents, because of default values for error output that were
20319              not completely overridden when the subprocess was started.
20320              
20321              This patch fixes this behavior by defining user-mode (i.e., temporary
20322              for the duration of the program) logical names for SYS$OUTPUT and
20323              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
20324              changes to make it so that the user-mode logicals are the ones that
20325              control where Perl's error messages go if it terminates abnormally.
20326              
20327              I also added some gratuitous fixes to the indentation of braces in
20328              the piping code.  It just looked ugly, before.
20329      Branch: perl
20330            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
20331 ____________________________________________________________________________
20332 [  8256] By: jhi                                   on 2000/12/29  17:45:12
20333         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
20334              From: "Casey R. Tweten" <crt@kiski.net>
20335              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
20336              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
20337              
20338              Tests for for #8240.
20339      Branch: perl
20340            ! t/pragma/constant.t
20341 ____________________________________________________________________________
20342 [  8255] By: jhi                                   on 2000/12/29  17:43:07
20343         Log: Subject: Re: [PATCH] Interesting syntax idea
20344              From: Simon Cozens <simon@cozens.net>
20345              Date: Fri, 29 Dec 2000 14:34:04 +0000
20346              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
20347              
20348              Tests for #8254.
20349      Branch: perl
20350            ! t/pragma/sub_lval.t
20351 ____________________________________________________________________________
20352 [  8254] By: jhi                                   on 2000/12/29  17:42:11
20353         Log: Subject: [PATCH] Interesting syntax idea
20354              From: Simon Cozens <simon@cozens.net>
20355              Date: Wed, 27 Dec 2000 05:08:57 +0000
20356              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
20357              
20358              Make opens + bareword assigns do typeglob assigns.
20359      Branch: perl
20360            ! op.c
20361 ____________________________________________________________________________
20362 [  8253] By: jhi                                   on 2000/12/29  17:36:45
20363         Log: Output the (apparent) version of gcc, as suggested by
20364              
20365              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
20366              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
20367              Date: 26 Dec 2000 04:29:17 -0500
20368              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
20369              
20370              (The patch as such didn't any more apply as the misparsing had
20371              already been addressed in #6474.)  Also change the wording about
20372              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
20373      Branch: perl
20374            ! hints/dec_osf.sh
20375 ____________________________________________________________________________
20376 [  8252] By: nick                                  on 2000/12/29  12:14:31
20377         Log: Integrate mainline
20378      Branch: perlio
20379           !> (integrate 27 files)
20380 ____________________________________________________________________________
20381 [  8251] By: jhi                                   on 2000/12/29  08:45:46
20382         Log: (Retracted by #8264)
20383              
20384              (Fixed by #8260.)
20385              
20386              sv_catsv() needs one more byte space than seems reasonable.
20387              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
20388              Curiouser and curiouser.
20389      Branch: perl
20390            ! sv.c
20391 ____________________________________________________________________________
20392 [  8250] By: jhi                                   on 2000/12/29  07:57:52
20393         Log: More split // UTF-8 tests.
20394      Branch: perl
20395            ! t/pragma/utf8.t
20396 ____________________________________________________________________________
20397 [  8249] By: jhi                                   on 2000/12/29  07:54:51
20398         Log: (Retracted by #8264)  More join() testing which was good because
20399              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
20400      Branch: perl
20401            ! pp.c t/op/join.t utf8.c utf8.h
20402 ____________________________________________________________________________
20403 [  8248] By: jhi                                   on 2000/12/29  07:08:32
20404         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
20405              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
20406              that the only cases to care about are byte+byte and byte+character.
20407              
20408              TODO: See how well pp_concat() could be implemented in terms
20409              of sv_catsv().
20410      Branch: perl
20411            ! doop.c sv.c t/op/join.t utf8.h
20412 ____________________________________________________________________________
20413 [  8247] By: jhi                                   on 2000/12/29  06:35:23
20414         Log: Signedness nit.
20415      Branch: perl
20416            ! pp_hot.c
20417 ____________________________________________________________________________
20418 [  8246] By: jhi                                   on 2000/12/29  01:23:31
20419         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
20420              From: Lupe Christoph <lupe@lupe-christoph.de>
20421              Date: Thu, 28 Dec 2000 23:00:00 +0100
20422              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
20423              
20424              Suggest rsync --delete --dry-run.
20425      Branch: perl
20426            ! pod/perlhack.pod
20427 ____________________________________________________________________________
20428 [  8245] By: jhi                                   on 2000/12/28  23:57:05
20429         Log: The maxiters upper limit sanity check (guarding against
20430              non-progress) assumed bytes instead of characters in s///
20431              and split().
20432      Branch: perl
20433            ! pp.c pp_hot.c
20434 ____________________________________________________________________________
20435 [  8244] By: jhi                                   on 2000/12/28  23:34:08
20436         Log: Make some panic messages a bit more logical.
20437      Branch: perl
20438            ! doop.c pod/perldiag.pod pp.c pp_hot.c
20439 ____________________________________________________________________________
20440 [  8243] By: jhi                                   on 2000/12/28  22:59:16
20441         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
20442              From: Simon Cozens <simon@cozens.net>
20443              Date: Wed, 27 Dec 2000 02:30:03 +0000
20444              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
20445      Branch: perl
20446            ! pp.c t/pragma/sub_lval.t
20447 ____________________________________________________________________________
20448 [  8242] By: jhi                                   on 2000/12/28  22:56:53
20449         Log: Subject: [PATCH blead] Fix B::Terse indentation
20450              From: Daniel Chetlin <daniel@chetlin.com>
20451              Date: Wed, 27 Dec 2000 06:43:30 -0800
20452              Message-ID: <20001227064329.B9573@darkstar>
20453      Branch: perl
20454            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
20455 ____________________________________________________________________________
20456 [  8241] By: jhi                                   on 2000/12/28  22:48:59
20457         Log: The latter patch from the
20458              
20459              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
20460              From: Peter Prymmer <pvhp@forte.com> 
20461              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
20462              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
20463              
20464              (the former patch from the above should have been
20465              taken care of by Nick I-S)
20466      Branch: perl
20467            ! win32/Makefile
20468 ____________________________________________________________________________
20469 [  8240] By: jhi                                   on 2000/12/28  22:45:22
20470         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
20471              From: "Casey R. Tweten" <crt@kiski.net>
20472              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
20473              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
20474      Branch: perl
20475            ! lib/constant.pm
20476 ____________________________________________________________________________
20477 [  8239] By: jhi                                   on 2000/12/28  22:37:45
20478         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
20479              From: Simon Cozens <simon@cozens.net>
20480              Date: Wed, 27 Dec 2000 14:12:44 +0000
20481              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
20482      Branch: perl
20483            ! t/op/method.t t/op/sort.t toke.c
20484 ____________________________________________________________________________
20485 [  8238] By: jhi                                   on 2000/12/28  22:30:32
20486         Log: Subject: [PATCH perl@8229] Call.pm
20487              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
20488              Date: Mon, 25 Dec 2000 10:47:15 -0000
20489              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
20490      Branch: perl
20491            ! ext/Filter/Util/Call/Call.pm
20492 ____________________________________________________________________________
20493 [  8237] By: jhi                                   on 2000/12/28  22:19:21
20494         Log: Subject: [PATCH blead] Fix problem with `&' prototype
20495              From: Daniel Chetlin <daniel@chetlin.com>
20496              Date: Wed, 27 Dec 2000 15:55:32 -0800
20497              Message-ID: <20001227155532.D9573@darkstar>
20498      Branch: perl
20499            ! op.c t/comp/proto.t
20500 ____________________________________________________________________________
20501 [  8236] By: jhi                                   on 2000/12/28  22:09:25
20502         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
20503              From: Daniel Chetlin <daniel@chetlin.com>
20504              Date: Sun, 24 Dec 2000 04:09:49 -0800
20505              Message-ID: <20001224040949.B3090@darkstar>
20506      Branch: perl
20507            ! gv.c mg.c t/op/attrs.t
20508 ____________________________________________________________________________
20509 [  8235] By: jhi                                   on 2000/12/28  22:07:11
20510         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
20511              From: Jan Dubois <jand@ActiveState.com>
20512              Date: Tue, 26 Dec 2000 20:57:31 -0800
20513              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
20514      Branch: perl
20515            ! win32/win32.c
20516 ____________________________________________________________________________
20517 [  8234] By: jhi                                   on 2000/12/28  21:52:42
20518         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
20519              From: Simon Cozens <simon@cozens.net>
20520              Date: Thu, 28 Dec 2000 20:33:13 +0000
20521              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
20522      Branch: perl
20523            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
20524 ____________________________________________________________________________
20525 [  8233] By: jhi                                   on 2000/12/28  19:40:49
20526         Log: Integrate perlio.
20527      Branch: perl
20528           !> ext/Encode/Makefile.PL ext/Encode/compile
20529 ____________________________________________________________________________
20530 [  8232] By: nick                                  on 2000/12/23  16:06:00
20531         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
20532              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
20533      Branch: perlio
20534            ! ext/Encode/Makefile.PL
20535 ____________________________________________________________________________
20536 [  8231] By: nick                                  on 2000/12/23  14:30:34
20537         Log: "Compiled" encode build cleanup
20538              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
20539              - .c files do not export sub-tables
20540      Branch: perlio
20541            ! ext/Encode/Makefile.PL ext/Encode/compile
20542 ____________________________________________________________________________
20543 [  8230] By: nick                                  on 2000/12/23  12:50:37
20544         Log: Integrate mainline
20545      Branch: perlio
20546           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
20547           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
20548           !> pod/perl5004delta.pod pod/perl5005delta.pod
20549           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
20550           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
20551           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
20552           !> pod/perlsub.pod
20553 ____________________________________________________________________________
20554 [  8229] By: jhi                                   on 2000/12/22  15:32:12
20555         Log: Integrate perlio.
20556      Branch: perl
20557           +> win32/distclean.bat
20558           !> MANIFEST t/io/utf8.t
20559 ____________________________________________________________________________
20560 [  8228] By: jhi                                   on 2000/12/22  15:29:40
20561         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
20562              From: Robin Barker <rmb1@cise.npl.co.uk>
20563              Date: Fri, 22 Dec 2000 12:17:38 GMT
20564              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
20565      Branch: perl
20566            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
20567            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
20568            ! pod/perl5004delta.pod pod/perl5005delta.pod
20569            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
20570            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
20571            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
20572            ! pod/perlsub.pod
20573 ____________________________________________________________________________
20574 [  8227] By: jhi                                   on 2000/12/22  15:24:28
20575         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
20576              From: "John L. Allen" <allen@grumman.com>
20577              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
20578              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
20579              
20580              Document APPLLIB_EXP.
20581      Branch: perl
20582            ! INSTALL
20583 ____________________________________________________________________________
20584 [  8226] By: nick                                  on 2000/12/21  22:11:50
20585         Log: Handy script for when one forgets to "dmake clean" 
20586      Branch: perlio
20587            + win32/distclean.bat
20588            ! MANIFEST
20589 ____________________________________________________________________________
20590 [  8225] By: nick                                  on 2000/12/21  21:54:04
20591         Log: CRLF platform issue with io/utf8 fix.
20592      Branch: perlio
20593            ! t/io/utf8.t
20594 ____________________________________________________________________________
20595 [  8224] By: nick                                  on 2000/12/21  21:02:20
20596         Log: Integrate mainline
20597      Branch: perlio
20598           !> Changes Configure Makefile.SH Porting/Glossary
20599           !> Porting/config.sh Porting/config_H configure.com
20600           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
20601           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
20602           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
20603           !> win32/config.bc win32/config.gc win32/config.vc
20604 ____________________________________________________________________________
20605 [  8223] By: jhi                                   on 2000/12/21  17:09:16
20606         Log: Update Changes.
20607      Branch: perl
20608            ! Changes patchlevel.h
20609 ____________________________________________________________________________
20610 [  8222] By: jhi                                   on 2000/12/21  16:24:01
20611         Log: Metaconfig unit changes for #8221.
20612      Branch: metaconfig/U/perl
20613           +> issymlink.U
20614            - testsyml.U
20615            ! Mksymlinks.U
20616 ____________________________________________________________________________
20617 [  8221] By: jhi                                   on 2000/12/21  16:23:48
20618         Log: Rename testsyml to issymlink.
20619      Branch: perl
20620            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20621            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
20622            ! win32/config.vc
20623 ____________________________________________________________________________
20624 [  8220] By: jhi                                   on 2000/12/21  15:47:26
20625         Log: Robustness support for #8218 (symlink forest) since the GNU
20626              tools seem to be overly picky about symlinkage depths.
20627      Branch: perl
20628            ! Makefile.SH t/io/fs.t
20629 ____________________________________________________________________________
20630 [  8219] By: jhi                                   on 2000/12/21  15:38:27
20631         Log: Metaconfig changes for #8218.
20632      Branch: metaconfig
20633            ! U/modified/Oldconfig.U
20634      Branch: metaconfig/U/perl
20635            + Mksymlinks.U
20636            ! testsyml.U
20637 ____________________________________________________________________________
20638 [  8218] By: jhi                                   on 2000/12/21  15:37:57
20639         Log: Add Configure option -Dmksymlinks which will create a symlink
20640              forest if the current/build differs from the source directory.
20641              TODO: mkdir -p is not portable.
20642      Branch: perl
20643            ! Configure
20644 ____________________________________________________________________________
20645 [  8217] By: jhi                                   on 2000/12/21  14:39:12
20646         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
20647              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
20648              Date: Thu, 21 Dec 2000 09:38:18 GMT
20649              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
20650              
20651              The ofs became an SV.
20652      Branch: perl
20653            ! ext/Thread/Thread.xs
20654 ____________________________________________________________________________
20655 [  8216] By: jhi                                   on 2000/12/21  05:40:21
20656         Log: The polymorphism seems to have fixed 20000517.001.
20657      Branch: perl
20658            ! t/pragma/utf8.t
20659 ____________________________________________________________________________
20660 [  8215] By: jhi                                   on 2000/12/21  04:44:52
20661         Log: read() documentation tweak for 20001121.004.
20662      Branch: perl
20663            ! pod/perlfunc.pod
20664 ____________________________________________________________________________
20665 [  8214] By: jhi                                   on 2000/12/21  03:54:11
20666         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
20667      Branch: perl
20668            ! pp_sys.c t/op/misc.t
20669 ____________________________________________________________________________
20670 [  8213] By: jhi                                   on 2000/12/21  00:28:10
20671         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
20672              From: Peter Prymmer <pvhp@forte.com>
20673              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
20674              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
20675      Branch: perl
20676            ! configure.com
20677 ____________________________________________________________________________
20678 [  8212] By: jhi                                   on 2000/12/21  00:26:21
20679         Log: Edit edit edit.
20680      Branch: perl
20681            ! pod/perlfaq3.pod
20682 ____________________________________________________________________________
20683 [  8211] By: jhi                                   on 2000/12/20  18:52:46
20684         Log: Update Changes.
20685      Branch: perl
20686            ! Changes patchlevel.h
20687 ____________________________________________________________________________
20688 [  8210] By: jhi                                   on 2000/12/20  18:34:47
20689         Log: Yet another editor edit.
20690      Branch: perl
20691            ! pod/perlfaq3.pod
20692 ____________________________________________________________________________
20693 [  8209] By: jhi                                   on 2000/12/20  15:33:28
20694         Log: More Win32 Perling.
20695      Branch: perl
20696            ! pod/perlfaq3.pod
20697 ____________________________________________________________________________
20698 [  8208] By: jhi                                   on 2000/12/20  15:07:46
20699         Log: More Win32 editor/IDE/shell hints.
20700      Branch: perl
20701            ! pod/perlfaq3.pod
20702 ____________________________________________________________________________
20703 [  8207] By: jhi                                   on 2000/12/20  03:54:08
20704         Log: Subject: [PATCH] obscure timing knowledge
20705              From: Nicholas Clark <nick@ccl4.org>
20706              Date: Tue, 19 Dec 2000 19:22:31 +0000
20707              Message-ID: <20001219192231.F2827@plum.flirble.org>
20708      Branch: perl
20709            ! sv.c
20710 ____________________________________________________________________________
20711 [  8206] By: jhi                                   on 2000/12/20  03:45:57
20712         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
20713              From: Spider Boardman <spider@leggy.zk3.dec.com>
20714              Date: Tue, 19 Dec 2000 21:30:16 -0500
20715              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
20716      Branch: perl
20717            ! sv.c
20718 ____________________________________________________________________________
20719 [  8205] By: jhi                                   on 2000/12/19  23:02:01
20720         Log: Update Changes.
20721      Branch: perl
20722            ! Changes patchlevel.h
20723 ____________________________________________________________________________
20724 [  8204] By: jhi                                   on 2000/12/19  22:58:18
20725         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
20726              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
20727              on editors and diffing/patching.
20728      Branch: perl
20729            ! t/op/utf8decode.t
20730 ____________________________________________________________________________
20731 [  8203] By: nick                                  on 2000/12/19  21:36:16
20732         Log: Integrate mainline (forgot my own change...)
20733      Branch: perlio
20734           !> ext/Encode/compile
20735 ____________________________________________________________________________
20736 [  8202] By: nick                                  on 2000/12/19  21:34:42
20737         Log: Integrate mainline.
20738      Branch: perlio
20739           !> (integrate 61 files)
20740 ____________________________________________________________________________
20741 [  8201] By: nick                                  on 2000/12/19  21:34:06
20742         Log: Avoid looking for File::Glob when we don't need it.
20743      Branch: perl
20744            ! ext/Encode/compile
20745 ____________________________________________________________________________
20746 [  8200] By: jhi                                   on 2000/12/19  18:35:49
20747         Log: Update Changes.
20748      Branch: perl
20749            ! Changes patchlevel.h
20750 ____________________________________________________________________________
20751 [  8199] By: jhi                                   on 2000/12/19  18:35:07
20752         Log: Microperl tweaks.
20753      Branch: perl
20754            ! sv.c uconfig.h uconfig.sh
20755 ____________________________________________________________________________
20756 [  8198] By: jhi                                   on 2000/12/19  18:29:59
20757         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
20758      Branch: perl
20759            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20760            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
20761 ____________________________________________________________________________
20762 [  8197] By: jhi                                   on 2000/12/19  17:55:29
20763         Log: In VMS embedded perls couldn't access the statically built Socket,
20764              from Charles Lane.
20765      Branch: perl
20766            ! configure.com
20767 ____________________________________________________________________________
20768 [  8196] By: jhi                                   on 2000/12/19  17:49:50
20769         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
20770              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
20771              Date: Sun, 17 Dec 2000 19:11:44 -0000
20772              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
20773      Branch: perl
20774            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
20775            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
20776 ____________________________________________________________________________
20777 [  8195] By: jhi                                   on 2000/12/19  17:47:53
20778         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
20779              From: Jonathan Stowe <gellyfish@gellyfish.com>
20780              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
20781              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
20782      Branch: perl
20783            ! utils/h2xs.PL
20784 ____________________________________________________________________________
20785 [  8194] By: jhi                                   on 2000/12/19  17:46:28
20786         Log: Subject: Re: useless use of void context work-around
20787              From: andreas.koenig@anima.de (Andreas J. Koenig)
20788              Date: 16 Dec 2000 15:13:36 +0100
20789              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
20790              
20791              Document (comment) the q(di ds ig) trick in the code.
20792      Branch: perl
20793            ! op.c
20794 ____________________________________________________________________________
20795 [  8193] By: jhi                                   on 2000/12/19  17:10:57
20796         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
20797              From: "Mark J. Reed" <mreed@strange.turner.com>
20798              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
20799              Message-Id: <200012160222.VAA13986@strange.turner.com>
20800      Branch: perl
20801            ! ext/Sys/Syslog/Syslog.pm
20802 ____________________________________________________________________________
20803 [  8192] By: jhi                                   on 2000/12/19  17:07:45
20804         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
20805              From: Nicholas Clark <nick@ccl4.org>
20806              Date: Sat, 16 Dec 2000 19:03:13 +0000
20807              Message-ID: <20001216190313.D68304@plum.flirble.org>
20808      Branch: perl
20809            ! t/op/64bitint.t
20810 ____________________________________________________________________________
20811 [  8191] By: jhi                                   on 2000/12/19  17:06:13
20812         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
20813              From: Dominic Dunlop <domo@computer.org>
20814              Date: Mon, 18 Dec 2000 12:00:15 +0100
20815              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
20816              
20817              This patchlet is needed in order that perl can be statically linked.  
20818      Branch: perl
20819            ! regexec.c
20820 ____________________________________________________________________________
20821 [  8190] By: jhi                                   on 2000/12/19  17:03:08
20822         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
20823              From: "Craig A. Berry" <craig.berry@psinetcs.com>
20824              Date: Sun, 17 Dec 2000 00:18:35 -0600
20825              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
20826      Branch: perl
20827            ! perlio.h vms/gen_shrfls.pl
20828 ____________________________________________________________________________
20829 [  8189] By: jhi                                   on 2000/12/19  16:20:28
20830         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
20831              From: Prymmer/Kahn <pvhp@best.com>
20832              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
20833              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
20834              
20835              A better version of #8188.
20836      Branch: perl
20837            ! pod/perlfaq3.pod
20838 ____________________________________________________________________________
20839 [  8188] By: jhi                                   on 2000/12/19  15:57:06
20840         Log: (Replaced by #8189)
20841              
20842              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
20843              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
20844              From: Prymmer/Kahn <pvhp@best.com>
20845              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
20846              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
20847              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
20848              Date: Mon, 18 Dec 2000 11:10:45 -0500
20849              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
20850      Branch: perl
20851            ! pod/perlfaq3.pod
20852 ____________________________________________________________________________
20853 [  8187] By: jhi                                   on 2000/12/19  15:54:19
20854         Log: Email address fix for Anton Berezin.
20855      Branch: perl
20856            ! AUTHORS
20857 ____________________________________________________________________________
20858 [  8186] By: jhi                                   on 2000/12/19  15:38:54
20859         Log: Subject: [PATCH perl@8102] cygwin port
20860              From: "Eric Fifer" <efifer@dircon.co.uk> 
20861              Date: Thu, 14 Dec 2000 13:41:29 -0000
20862              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
20863              
20864              When compiling modules the data item that is being imported
20865              from libperl.dll needs to be tagged as imported/shared data:
20866              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
20867      Branch: perl
20868            ! perliol.h
20869 ____________________________________________________________________________
20870 [  8185] By: jhi                                   on 2000/12/19  14:53:24
20871         Log: Regen uconfig.h and uconfig.sh.
20872      Branch: perl
20873            ! uconfig.h uconfig.sh
20874 ____________________________________________________________________________
20875 [  8184] By: jhi                                   on 2000/12/18  20:43:49
20876         Log: Comments work so much better when they are closed.
20877      Branch: perl
20878            ! regcomp.c
20879 ____________________________________________________________________________
20880 [  8183] By: jhi                                   on 2000/12/18  18:04:02
20881         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
20882              Fixes the bug 20001218.016.
20883      Branch: perl
20884            ! regcomp.c
20885 ____________________________________________________________________________
20886 [  8182] By: gsar                                  on 2000/12/18  09:53:47
20887         Log: delete spurious files
20888      Branch: maint-5.6/perl
20889            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
20890            - vos/config.h vos/config_h.SH_orig
20891 ____________________________________________________________________________
20892 [  8181] By: gsar                                  on 2000/12/18  09:46:08
20893         Log: regen perltoc
20894      Branch: maint-5.6/perl
20895            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
20896 ____________________________________________________________________________
20897 [  8180] By: gsar                                  on 2000/12/18  09:20:27
20898         Log: integrate changes#7924..7926,7946,7952 from mainline
20899      Branch: maint-5.6/perl
20900           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
20901           !> lib/File/stat.pm t/lib/class-struct.t
20902 ____________________________________________________________________________
20903 [  8179] By: gsar                                  on 2000/12/18  08:55:54
20904         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
20905              7918,7919,7988,8907 from mainline (various)
20906      Branch: maint-5.6/perl
20907           +> t/lib/class-struct.t
20908           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
20909           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
20910           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
20911 ____________________________________________________________________________
20912 [  8178] By: gsar                                  on 2000/12/18  08:16:30
20913         Log: avoid redefinition warnings on windows due to sys/socket.h getting
20914              #included before win32.h
20915      Branch: maint-5.6/perl
20916            ! win32/include/sys/socket.h
20917 ____________________________________________________________________________
20918 [  8177] By: gsar                                  on 2000/12/18  05:24:04
20919         Log: make regen_headers; fix POSIX.xs problems; remove outdated
20920              code from sys/socket.h that makes build fail now
20921      Branch: maint-5.6/perl
20922            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
20923            ! pod/perlapi.pod
20924           !> win32/include/sys/socket.h
20925 ____________________________________________________________________________
20926 [  8176] By: gsar                                  on 2000/12/18  05:20:17
20927         Log: update Changes
20928      Branch: maint-5.6/perl
20929            ! Changes patchlevel.h
20930 ____________________________________________________________________________
20931 [  8175] By: gsar                                  on 2000/12/18  04:57:48
20932         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
20933              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
20934              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
20935              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
20936              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
20937              7823,7825,7838
20938      Branch: maint-5.6/perl
20939           +> lib/File/Spec/Epoc.pm
20940           !> (integrate 88 files)
20941 ____________________________________________________________________________
20942 [  8174] By: gsar                                  on 2000/12/18  03:53:09
20943         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
20944              7625..7629,7631..7634,7637,7639,7642 from mainline
20945      Branch: maint-5.6/perl
20946           +> README.solaris
20947           !> (integrate 26 files)
20948 ____________________________________________________________________________
20949 [  8173] By: gsar                                  on 2000/12/18  03:37:02
20950         Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
20951              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
20952              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
20953              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
20954      Branch: maint-5.6/perl
20955           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
20956            - MAINTAIN
20957           !> (integrate 111 files)
20958 ____________________________________________________________________________
20959 [  8172] By: jhi                                   on 2000/12/18  02:49:27
20960         Log: Regen pods.
20961      Branch: perl
20962            ! pod/perlmodlib.pod pod/perltoc.pod
20963 ____________________________________________________________________________
20964 [  8171] By: gsar                                  on 2000/12/18  02:49:24
20965         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
20966              7465..7471 from mainline
20967              
20968              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
20969              in platforms that strictly require all the symbols being present
20970              at link time.
20971              
20972              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
20973              
20974              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
20975              
20976              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
20977              
20978              Subject: [PATCH] todo
20979              
20980              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
20981              
20982              Use $sort, $uniq (and $tr) consistently as wondered
20983              by Nicholas Clark.
20984              
20985              Too enthusiastic editing in #7460.
20986              
20987              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
20988              
20989              Upgrade to CPAN 1.58_55.
20990              Subject: CPAN.pm status
20991              
20992              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
20993              
20994              Make target reordering to avoid pointless re-makes.
20995              Subject: Re: Total re-make of 'make okfile' after 7451 ?
20996              
20997              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
20998              
20999              Subject: DOC PATCH 5.6.0
21000              
21001              Add the repository doc by Malcolm, Sarathy, and by Simon,
21002              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
21003      Branch: maint-5.6/perl
21004           +> Porting/repository.pod
21005           !> Configure MANIFEST Makefile.SH README.dos README.os2
21006           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
21007           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
21008           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
21009 ____________________________________________________________________________
21010 [  8169] By: gsar                                  on 2000/12/18  02:33:34
21011         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
21012              7435..7441,7445 from mainline
21013              
21014              Make the UTF-8 decoding stricter and more verbose when
21015              malformation happens.  This involved adding an argument
21016              to utf8_to_uv_chk(), which involved changing its prototype,
21017              and prefer STRLEN over I32 for the UTF-8 length, which as
21018              a domino effect necessitated changing the prototypes of
21019              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
21020              The stricter UTF-8 decoding checking uses Markus Kuhn's
21021              UTF-8 Decode Stress Tester from
21022              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
21023              
21024              Run vms/vms_yfix.pl, should have done that after changing
21025              perly.c in #7382.
21026              
21027              Subject: [PATCH 5.7.0] static linking with uninstalled perl
21028              
21029              (Replaced by #7440.)
21030              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
21031              
21032              Fix the bug ID 20001024.005, the bug introduced by #7416.
21033              
21034              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
21035              
21036              Fix the bug reported in
21037              From: andreas.koenig@anima.de (Andreas J. Koenig)
21038              Also make is_utf8_char() stricter.
21039              
21040              Missed the header file changes from #7425.
21041              
21042              Check if stdio supports tweaking lval and cnt simultaneously.
21043              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
21044              
21045              Stratus VOS updates from Paul Green.
21046              
21047              Podify README.epoc and README.vos.
21048              
21049              Add targets to Makefile.SH, most importantly
21050              'regen_all' which also remembers to update vms/perly*.
21051              
21052              Subject: Minor update to find2perl, for portability
21053              
21054              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
21055              
21056              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
21057              
21058              Rename UTF8LEN() to be UNISKIP(), too confusing to have
21059              UTF8LEN() and UTF8SKIP(). 
21060              
21061              Allow poking holes at the UTF-8 decoding strictness.
21062              
21063              Continue the internal UTF-8 API tweaking.
21064              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
21065              used much more than the simpler API, now called utf8_to_uv_simple().
21066              Still not quite happy with API, too much partial duplication
21067              of functionality.
21068              
21069              A new version of making the syslog test more robust.
21070              (Replaces #7421.)
21071              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
21072              
21073              buildtoc target tweaks.
21074              
21075              Integrate with vmsperl #7430 by Charles Bailey:
21076              
21077              Cleanup from prior patch (Charles Lane?):
21078              - improve handling of MFDs in Basename and Path
21079              - default to no xsubpp line # munging when building debug images
21080      Branch: maint-5.6/perl
21081           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
21082           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
21083           !> (integrate 67 files)
21084 ____________________________________________________________________________
21085 [  8168] By: gsar                                  on 2000/12/18  02:05:49
21086         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
21087              
21088              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
21089              From: Martin Husemann <martin@duskware.de>
21090              
21091              Subject: [PATCH 5.7.0] restore match data on backtracing
21092              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21093      Branch: maint-5.6/perl
21094           !> regcomp.c regexec.c t/op/re_tests
21095 ____________________________________________________________________________
21096 [  8167] By: gsar                                  on 2000/12/18  01:55:22
21097         Log: integrate changes#7858,7986 from mainline
21098              
21099              C<foreach my $x ...> in pseudo-fork()ed process may diddle
21100              parent's memory; fix it by keeping track of the actual pad
21101              offset rather than a raw pointer (this change is probably also
21102              relevant to non-ithreads case to avoid fallout from reallocs of
21103              the pad array, but is currently only enabled for the ithreads
21104              case in the interests of minimal disruption to existing "well
21105              tested" code)
21106              
21107              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
21108              due to the notorious GetFileType() bug in Windows 9x, which fstat()
21109              tickles)
21110      Branch: maint-5.6/perl
21111           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
21112           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
21113           !> win32/win32.c win32/win32.h win32/win32sck.c
21114 ____________________________________________________________________________
21115 [  8166] By: gsar                                  on 2000/12/18  01:52:59
21116         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
21117              from mainline (xsubpp and ExtUtils::LibList fixups, various
21118              other small items)
21119      Branch: maint-5.6/perl
21120           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
21121           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
21122           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
21123           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
21124           !> win32/bin/search.pl
21125 ____________________________________________________________________________
21126 [  8165] By: gsar                                  on 2000/12/18  01:28:45
21127         Log: integrate changes#7533,7563,7611,7623 from mainline (various
21128              malloc.c embellishments)
21129      Branch: maint-5.6/perl
21130           !> malloc.c pod/perldiag.pod
21131 ____________________________________________________________________________
21132 [  8164] By: gsar                                  on 2000/12/18  01:23:33
21133         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
21134              fixups)
21135      Branch: maint-5.6/perl
21136           !> utils/h2xs.PL
21137 ____________________________________________________________________________
21138 [  8163] By: gsar                                  on 2000/12/18  01:17:50
21139         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
21140              fixups)
21141      Branch: maint-5.6/perl
21142           !> Makefile.SH utils/perlbug.PL
21143 ____________________________________________________________________________
21144 [  8162] By: gsar                                  on 2000/12/18  00:25:43
21145         Log: always export Perl_deb() (it is required by re.xs whether
21146              Perl is built with or without -DDEBUGGING)
21147      Branch: maint-5.6/perl
21148            ! makedef.pl
21149 ____________________________________________________________________________
21150 [  8161] By: gsar                                  on 2000/12/18  00:23:38
21151         Log: integrate change#7414 from mainline
21152              
21153              Undo the basename() part of #7412 since the lib/basename
21154              tests would need upgrading too.
21155              
21156              squelch two tests in tr.t that rely on tr/// paranoia change
21157              that's not in 5.6.x
21158      Branch: maint-5.6/perl
21159            ! t/op/tr.t
21160           !> lib/File/Basename.pm
21161 ____________________________________________________________________________
21162 [  8160] By: gsar                                  on 2000/12/18  00:05:30
21163         Log: missing change in previous integrate
21164      Branch: maint-5.6/perl
21165           !> README.aix
21166 ____________________________________________________________________________
21167 [  8159] By: gsar                                  on 2000/12/18  00:03:38
21168         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
21169              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
21170              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
21171              7410..7413 from mainline
21172      Branch: maint-5.6/perl
21173           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
21174           +> t/lib/tie-splice.t
21175            - lib/unicode/Is/DCinital.pl
21176           !> (integrate 112 files)
21177 ____________________________________________________________________________
21178 [  8158] By: jhi                                   on 2000/12/17  23:04:24
21179         Log: Subject: [PATCHES] RE: perl@8150 
21180              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
21181              Date: Sun, 17 Dec 2000 21:46:39 +0100
21182              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
21183              
21184              Neither cygwin has a getpwuid() one can trust on.
21185      Branch: perl
21186            ! t/lib/glob-basic.t
21187 ____________________________________________________________________________
21188 [  8157] By: jhi                                   on 2000/12/17  23:01:54
21189         Log: More MAN.PODS => {} fixes.
21190      Branch: perl
21191            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
21192            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
21193            ! os2/OS2/REXX/Makefile.PL
21194 ____________________________________________________________________________
21195 [  8156] By: gsar                                  on 2000/12/17  22:49:13
21196         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
21197              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
21198              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
21199              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
21200              7201,7204 from mainline
21201      Branch: maint-5.6/perl
21202           !> (integrate 121 files)
21203 ____________________________________________________________________________
21204 [  8155] By: jhi                                   on 2000/12/17  22:30:58
21205         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
21206              From: "Craig A. Berry" <craigberry@mac.com>
21207              Date: Sun, 17 Dec 2000 13:09:28 -0600
21208              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
21209              
21210              MAN.PODS => ' ' is naughty.
21211      Branch: perl
21212            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
21213 ____________________________________________________________________________
21214 [  8154] By: nick                                  on 2000/12/17  22:07:13
21215         Log: MULTIPLICITY nit.
21216      Branch: perl
21217            ! mg.c
21218 ____________________________________________________________________________
21219 [  8153] By: gsar                                  on 2000/12/17  21:23:05
21220         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
21221              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
21222              from mainline
21223              
21224              Document the SvIOK_.*UV().
21225              
21226              Update Unicode todo list.
21227              
21228              Guard against bad string->int conversion for quads.
21229              
21230              Subject: small apidoc fix
21231              
21232              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
21233              
21234              Subject: [PATCH] Tied filehandle documentation
21235              
21236              Subject: [PATCH] Modernize Opcode.pm documentation
21237              
21238              Make Data::Dumper (non-XS) to work with changed semantics of ref().
21239              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
21240              [applied even though said semantics didn't change in 5.6.x]
21241              
21242              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
21243              
21244              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
21245              
21246              Fix the URL, but the server is still missing in action.
21247              Subject: [ID 20000905.002] perlfaq1.pod URL error
21248              
21249              Subject: [ID 20000903.001] \w in utf8-strings
21250              
21251              Fix the ccversion detection for 5.1 and beyond.
21252              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
21253              
21254              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
21255              
21256              Subject: [ID 20000904.008] Tiny fix for perldiag
21257              
21258              Subject: Re: [ID 20000906.004] segfault with bad perl statement
21259              
21260              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
21261              
21262              Subject: [ID 20000908.002] perlipc documentation bug.
21263              
21264              Subject: [PATCH lib/Benchmark.pm]
21265              
21266              Re-allow vec() for characters > 255.
21267              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
21268              
21269              Do away with memory models cruft.  Sorry, PDP users.
21270              
21271              Continue #7041.
21272              
21273              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
21274              
21275              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
21276              
21277              Upgrade to CPAN 1.57_65, from Andreas König.
21278              
21279              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
21280              by Russ Allbery.
21281              
21282              Silence t/pod/*.t about alternate quote-mappings now implemented
21283              by Pod::Text, from Brad Appleton.
21284              
21285              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
21286              Subject: borland C++ win32.c tweak
21287              
21288              C<@a = @b = split(...)> optimization coredumps under ithreads
21289              (missed a spot when fixing up op_pmreplroot hack for ithreads)
21290              
21291              Document the SvUTF8*().
21292              
21293              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
21294              
21295              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
21296              
21297              Do in VMS as the #7054 does.
21298              
21299              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
21300              
21301              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
21302              
21303              Subject: [patch: perl@7045] vms updates
21304              
21305              Test for the #7049.
21306              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
21307              
21308              Break up the myconfig lines a bit.
21309              Subject: perlbug/perl -V output format
21310              
21311              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
21312              
21313              The #7054 truncated Configure badly.
21314              
21315              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
21316              initialization in all the threads on Windows
21317              
21318              Allow for whitespace between "#" and "line" in cpp output.
21319              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
21320              
21321              Remove vestiges of tr//CU.
21322              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
21323              
21324              The return value of setlocale must be copied away.
21325              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
21326              
21327              Allow chop() and chomp() to be overridden.
21328              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
21329              
21330              Hints optimization.
21331              Subject: Minor nit
21332              
21333              Subject: [PATCH] de-wall t/README
21334              
21335              Subject: Re: Two advertising clauses need to be removed
21336      Branch: maint-5.6/perl
21337           !> (integrate 75 files)
21338 ____________________________________________________________________________
21339 [  8152] By: gsar                                  on 2000/12/17  20:30:11
21340         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
21341              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
21342              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
21343              
21344              Don't attach -ld to the archname if pointless.
21345              
21346              Document UNTIE in a very minimalistic way.
21347              
21348              POSIX doesn't report long double values under -Duselongdouble
21349              when the long doubles are "real" (bigger than doubles).
21350              
21351              More author updates.
21352              
21353              Try to deduce NV_MAX.  Really should be Configure fodder.
21354              
21355              :: not allowed in pathnames, change to .
21356              Subject: [PATCH perl@6938] cygwin port
21357              
21358              Forget about NV_MAX (#6951).  Various floating point tweaks,
21359              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
21360              
21361              Move the Solaris 7 scan to use64bitall, make the
21362              failure to find 64-bot sparc libc to mention the
21363              possibility of being in an intel, from Lupe and Alan.
21364              
21365              Regen perltoc.
21366              
21367              AUTHORS tweaks, from Peter Prymmer.
21368              
21369              More address tweaking.
21370              
21371              Small tweaks all over.
21372              
21373              File::Temp patches from Andreas König,
21374              
21375              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
21376              
21377              Subject: CPAN.pm beta 1.57_57 for the core
21378              
21379              Part of the solution.
21380              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
21381              
21382              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
21383              
21384              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
21385              
21386              Add the overload warnings to perldiag.
21387              
21388              Drop unused argument.
21389              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
21390              
21391              Subject: Nit in Configure (bleadperl@6961)
21392              
21393              Update to PodParser 1.18, from Brad Appleton.
21394              
21395              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
21396              
21397              Subject: [PATCH: 6948] add SCNfldbl to configure.com
21398              
21399              Document UNTIE. Also tweak implementation to suppress the 'inner references'
21400              warning when UNTIE exists and instead pass the cound of extra references to
21401              the UNTIE method.
21402              
21403              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
21404              so that case-ignoring systems like DCL can tell them from
21405              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
21406              
21407              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
21408              
21409              Feature ordering tweak.
21410              
21411              Regen perltoc.
21412              
21413              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
21414              
21415              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
21416              
21417              Subject: http:// in L<>
21418              
21419              Detypo.
21420              
21421              change#6791 accidentally clobbered change#6710, put it back
21422              
21423              Only the first line, thank you very much.
21424              
21425              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
21426              plus rework the http: spots as suggested by Tom Christiansen,
21427              plus regen perltoc.
21428              
21429              Undo part of change 6489 which looks like a bulk edit which
21430              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
21431              The supressing of main:: on return from select() is undesirable.
21432              
21433              Apparently avoiding the swapping is too costly.
21434              
21435              Various Configure nits by Philip Newton,
21436              plus the ebcdic one by me.
21437              
21438              Make certain cc is set before trying to run it.
21439              
21440              If overloaded %{} etc. return the object do not loop.
21441              Thus  sub deref { $_[0] } functions if object is wanted type.
21442              
21443              Update perlhist.
21444              
21445              More %{} and other deref special casing - do not pass to 'nomethod'.
21446      Branch: maint-5.6/perl
21447           !> (integrate 59 files)
21448 ____________________________________________________________________________
21449 [  8151] By: gsar                                  on 2000/12/17  19:14:38
21450         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
21451              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
21452              
21453              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
21454              
21455              Make the epsilon to be relative, not absolute.
21456              
21457              Put back the flags dump as reasoned in
21458              Subject: Re: [PATCH] Glob dumping
21459              
21460              Introduce ccname to keep track of what compiler kind of we have.
21461              
21462              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
21463              
21464              Put back the slice accidentally removed by #6907.
21465              
21466              Reset archname and archname64 always, forcing them be
21467              recomputed at each Configure run, make Configure and
21468              the hints files agree on the naming of largefiles variables.
21469              
21470              Don't say "Perl 5.0 source kit".
21471              
21472              Subject: [PATCH] fix misc cast warnings
21473              
21474              Subject: typos in pods
21475              
21476              NVs not necessarily doubles, as pointed out by Yitzchak.
21477              
21478              Subject: [PATCH 6889] add a few ldbl formats to configure.com
21479              
21480              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
21481              
21482              Better options for rsync.
21483              
21484              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
21485              
21486              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
21487              
21488              Subject: [PATCH] Re: UNTIE method 
21489              
21490              A better fix for the Socket building problem from Craig Berry.
21491              
21492              Retract the dummy test, skip the security tests (instead of failing),
21493              explain what the warnings mean.
21494              
21495              Heap decorruption.
21496              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
21497              
21498              Update to Unicode 3.0.1.
21499              
21500              Missed one Unicode file.
21501              
21502              Subject: Re: typos in pods
21503              
21504              The #6929 was too skimpy.
21505              
21506              sscanf() may be the only way to read long doubles from strings.
21507              
21508              Reveal Borland's isnan.
21509              Subject: build with BC++ tweak
21510              
21511              Issue useful diagnostic on unknown pod commands.
21512              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
21513              
21514              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
21515              
21516              Clarify the third case of ftmp-security warnings.
21517              
21518              Make -Dusemorebits find long doubles in Solaris.
21519              
21520              Wrap the test in eval.
21521      Branch: maint-5.6/perl
21522           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
21523           +> lib/unicode/PropList.txt lib/unicode/README.perl
21524           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
21525           +> lib/unicode/Unicode.301 vms/vmspipe.com
21526            - lib/unicode/Props.txt lib/unicode/UCD300.html
21527            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
21528           !> (integrate 305 files)
21529 ____________________________________________________________________________
21530 [  8150] By: jhi                                   on 2000/12/17  18:47:57
21531         Log: Uncheckedin generated files.
21532      Branch: perl
21533            ! global.sym perlapi.c pod/perlapi.pod
21534 ____________________________________________________________________________
21535 [  8149] By: jhi                                   on 2000/12/17  18:41:22
21536         Log: Update Changes.
21537      Branch: perl
21538            ! Changes patchlevel.h
21539 ____________________________________________________________________________
21540 [  8148] By: jhi                                   on 2000/12/17  18:39:16
21541         Log: Subject: [PATCH] Fcntl constants speedup
21542              From: Nicholas Clark <nick@ccl4.org>
21543              Date: Sun, 17 Dec 2000 16:29:24 +0000
21544              Message-ID: <20001217162924.E97668@plum.flirble.org>
21545              
21546              Use IVs for the Fcntl constants instead of NVs.
21547      Branch: perl
21548            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
21549 ____________________________________________________________________________
21550 [  8147] By: jhi                                   on 2000/12/17  18:33:41
21551         Log: Add test for #8145 (binmode() warning), add warning for
21552              ioctl() and sockpair(), document them. (fileno() cannot
21553              be tripwired with the same kind of warning because
21554              'defined fileno($foo)' seems to be an idiom.)
21555      Branch: perl
21556            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
21557 ____________________________________________________________________________
21558 [  8146] By: gsar                                  on 2000/12/17  18:09:08
21559         Log: update Changes
21560      Branch: maint-5.6/perl
21561            ! Changes
21562 ____________________________________________________________________________
21563 [  8145] By: jhi                                   on 2000/12/17  17:39:35
21564         Log: Subject: [PATCH] Re: The long awaited feature ...
21565              From: Simon Cozens <simon@cozens.net>
21566              Date: Sun, 17 Dec 2000 12:31:56 +0000
21567              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
21568              
21569              Add a warning to binmode() about using bad filehandles
21570              (can happen e.g. if someone forgets the filehandle argument)
21571      Branch: perl
21572            ! pp_sys.c
21573 ____________________________________________________________________________
21574 [  8144] By: jhi                                   on 2000/12/17  17:33:48
21575         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
21576              From: Jonathan Stowe <gellyfish@gellyfish.com>
21577              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
21578              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
21579      Branch: perl
21580            ! lib/Net/Ping.pm
21581 ____________________________________________________________________________
21582 [  8143] By: jhi                                   on 2000/12/17  05:31:37
21583         Log: Polymorphic regexps.
21584              
21585              Fixes at least the bugs 20001028.003 (both of them...) and
21586              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
21587              also to be fixed by now, probably already before this patch.
21588      Branch: perl
21589            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
21590            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
21591            ! t/op/utf8decode.t t/pragma/utf8.t
21592 ____________________________________________________________________________
21593 [  8142] By: jhi                                   on 2000/12/16  17:16:05
21594         Log: Subject: [patch perl@8102] dos/djgpp update
21595              From: Laszlo Molnar <ml1050@freemail.hu>
21596              Date: Sat, 16 Dec 2000 01:40:52 +0100
21597              Message-ID: <20001216014052.A335@freemail.hu>
21598      Branch: perl
21599            ! djgpp/config.over t/base/commonsense.t
21600 ____________________________________________________________________________
21601 [  8141] By: jhi                                   on 2000/12/16  17:09:27
21602         Log: Few uncheckedin files.
21603      Branch: perl
21604            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
21605 ____________________________________________________________________________
21606 [  8140] By: nick                                  on 2000/12/15  22:14:31
21607         Log: Integrate mainline
21608      Branch: perlio
21609           !> (integrate 53 files)
21610 ____________________________________________________________________________
21611 [  8139] By: jhi                                   on 2000/12/15  19:49:49
21612         Log: One more IVUV tweak from Nicholas Clark.
21613      Branch: perl
21614            ! sv.c
21615 ____________________________________________________________________________
21616 [  8138] By: jhi                                   on 2000/12/15  19:17:06
21617         Log: Return of the IVUV-preservation, now seems to be happy even
21618              in Digital UNIX (the broken strtoul brokenness detection
21619              seems to have been the fly in the ointment).
21620      Branch: perl
21621            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21622            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
21623            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
21624            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
21625            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
21626            ! vos/config.ga.h win32/config.bc win32/config.gc
21627            ! win32/config.vc
21628 ____________________________________________________________________________
21629 [  8137] By: jhi                                   on 2000/12/15  18:12:14
21630         Log: Metaconfig unit change for #8136.
21631      Branch: metaconfig
21632            ! U/modified/d_strtoul.U
21633      Branch: metaconfig/U/perl
21634            ! d_strtoull.U d_strtouq.U
21635 ____________________________________________________________________________
21636 [  8136] By: jhi                                   on 2000/12/15  18:11:35
21637         Log: I don't think it's sensible or portable to test the strtou*
21638              on /^-/ strings.
21639      Branch: perl
21640            ! Configure
21641 ____________________________________________________________________________
21642 [  8135] By: jhi                                   on 2000/12/15  17:18:49
21643         Log: Metaconfig unit change for #8134.
21644      Branch: metaconfig
21645            ! U/modified/d_strtoul.U
21646 ____________________________________________________________________________
21647 [  8134] By: jhi                                   on 2000/12/15  17:14:13
21648         Log: If longsize is 8 we don't need a LL suffix for integer constants.
21649      Branch: perl
21650            ! Configure config_h.SH
21651 ____________________________________________________________________________
21652 [  8133] By: jhi                                   on 2000/12/15  16:00:23
21653         Log: Update Changes.
21654      Branch: perl
21655            ! Changes patchlevel.h
21656 ____________________________________________________________________________
21657 [  8132] By: jhi                                   on 2000/12/15  15:44:16
21658         Log: Some compilers get huffy if you do not cast a const pointer
21659              to a non-const when assigning.
21660      Branch: perl
21661            ! gv.c
21662 ____________________________________________________________________________
21663 [  8131] By: jhi                                   on 2000/12/15  15:38:30
21664         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
21665              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21666              Date: Fri, 15 Dec 2000 05:26:57 -0500
21667              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
21668      Branch: perl
21669            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
21670            ! t/pragma/overload.t
21671 ____________________________________________________________________________
21672 [  8130] By: jhi                                   on 2000/12/15  15:36:08
21673         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
21674              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21675              Date: Thu, 14 Dec 2000 22:02:43 -0500
21676              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
21677      Branch: perl
21678            ! gv.c perl.h
21679 ____________________________________________________________________________
21680 [  8129] By: jhi                                   on 2000/12/15  15:34:16
21681         Log: Subject: PATCH: h2xs nit
21682              From: Tim Jenness <t.jenness@jach.hawaii.edu>
21683              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
21684              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
21685              
21686              Add a template README.
21687      Branch: perl
21688            ! utils/h2xs.PL
21689 ____________________________________________________________________________
21690 [  8128] By: jhi                                   on 2000/12/15  15:32:22
21691         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
21692      Branch: perl
21693            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
21694 ____________________________________________________________________________
21695 [  8127] By: jhi                                   on 2000/12/15  15:19:34
21696         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
21697              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
21698              Date:     Thu, 14 Dec 2000 20:04:42 EST
21699              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
21700      Branch: perl
21701            ! ext/Opcode/Opcode.xs
21702 ____________________________________________________________________________
21703 [  8126] By: jhi                                   on 2000/12/15  15:17:49
21704         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
21705              From: Peter Prymmer <pvhp@forte.com>
21706              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
21707              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
21708      Branch: perl
21709            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
21710            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
21711            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
21712 ____________________________________________________________________________
21713 [  8125] By: jhi                                   on 2000/12/15  15:11:05
21714         Log: This seems to be a stage sane and stable enough to checkin.
21715              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
21716      Branch: perl
21717            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
21718            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
21719            ! t/op/cmp.t t/op/numconvert.t
21720 ____________________________________________________________________________
21721 [  8124] By: jhi                                   on 2000/12/15  04:20:26
21722         Log: Something is really wonky.
21723      Branch: perl
21724            ! sv.c
21725 ____________________________________________________________________________
21726 [  8123] By: jhi                                   on 2000/12/15  04:00:50
21727         Log: Fixes for the IV UV patches to compile in Digital UNIX.
21728      Branch: perl
21729            ! sv.c
21730 ____________________________________________________________________________
21731 [  8122] By: jhi                                   on 2000/12/15  02:53:40
21732         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
21733              From: "Craig A. Berry" <craigberry@mac.com>
21734              Date: Thu, 14 Dec 2000 19:10:49 -0600
21735              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
21736      Branch: perl
21737            ! vms/vms.c
21738 ____________________________________________________________________________
21739 [  8121] By: jhi                                   on 2000/12/15  02:50:00
21740         Log: Metaconfig changes for #8120.
21741      Branch: metaconfig
21742            + U/modified/d_strtoul.U
21743      Branch: metaconfig/U/perl
21744            ! d_strtoull.U d_strtouq.U
21745 ____________________________________________________________________________
21746 [  8120] By: jhi                                   on 2000/12/15  02:49:42
21747         Log: From: Nicholas Clark <nick@ccl4.org> 
21748              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
21749              Date: Thu, 14 Dec 2000 18:38:57 +0000
21750              Message-ID: <20001214183857.B97909@plum.flirble.org>
21751      Branch: perl
21752            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21753            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
21754            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
21755            ! vos/config.ga.def vos/config.ga.h win32/config.bc
21756            ! win32/config.gc win32/config.vc
21757 ____________________________________________________________________________
21758 [  8119] By: jhi                                   on 2000/12/14  23:40:58
21759         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
21760              From: Nicholas Clark <nick@ccl4.org>
21761              Date: Wed, 13 Dec 2000 20:08:50 +0000
21762              Message-ID: <20001213200849.B71166@plum.flirble.org>
21763      Branch: perl
21764            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
21765            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
21766 ____________________________________________________________________________
21767 [  8118] By: jhi                                   on 2000/12/14  22:46:26
21768         Log: Integrate perlio.
21769      Branch: perl
21770           !> MANIFEST ext/Encode/compile makedef.pl
21771 ____________________________________________________________________________
21772 [  8117] By: nick                                  on 2000/12/14  22:38:53
21773         Log: Win32 tweaks to get Encode to build
21774              - temp hack to makedef.pl till PerlIO is properly "exported".
21775              - MSVC dislikes  
21776              static encpage_t foo[];
21777              so make 'em extern for now.
21778      Branch: perlio
21779            ! ext/Encode/compile makedef.pl
21780 ____________________________________________________________________________
21781 [  8116] By: nick                                  on 2000/12/14  22:00:53
21782         Log: Document the new files
21783      Branch: perlio
21784            ! MANIFEST
21785 ____________________________________________________________________________
21786 [  8115] By: jhi                                   on 2000/12/14  21:58:01
21787         Log: MANIFEST new files of #8114.
21788      Branch: perl
21789            ! MANIFEST
21790 ____________________________________________________________________________
21791 [  8114] By: jhi                                   on 2000/12/14  21:50:49
21792         Log: Integrate perlio.
21793      Branch: perl
21794           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
21795           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
21796           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
21797           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
21798           !> ext/Encode/Makefile.PL
21799 ____________________________________________________________________________
21800 [  8113] By: jhi                                   on 2000/12/14  21:48:49
21801         Log: The documentation part of the
21802              
21803              Subject: [ID 20001214.002] Net::Ping patch
21804              From: Jonathan Stowe <gellyfish@gellyfish.com>
21805              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
21806              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
21807              since the #7529 had already addressed the same problem.
21808      Branch: perl
21809            ! lib/Net/Ping.pm
21810 ____________________________________________________________________________
21811 [  8112] By: jhi                                   on 2000/12/14  21:42:57
21812         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
21813              From: Dominic Dunlop <domo@computer.org>
21814              Date: Tue, 12 Dec 2000 10:47:10 +0100
21815              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
21816              
21817              Document how elusive subroutines can be.
21818      Branch: perl
21819            ! pod/perlfunc.pod
21820 ____________________________________________________________________________
21821 [  8111] By: jhi                                   on 2000/12/14  21:38:05
21822         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
21823              From: Dominic Dunlop <domo@computer.org>
21824              Date: Thu, 14 Dec 2000 10:13:51 +0100
21825              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
21826      Branch: perl
21827            ! ext/POSIX/POSIX.pod
21828 ____________________________________________________________________________
21829 [  8110] By: jhi                                   on 2000/12/14  21:36:32
21830         Log: Subject: [patch] perlfaq7
21831              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
21832              Date: Thu, 14 Dec 2000 15:31:07 +0100
21833              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
21834      Branch: perl
21835            ! pod/perlfaq7.pod
21836 ____________________________________________________________________________
21837 [  8109] By: jhi                                   on 2000/12/14  21:29:20
21838         Log: Subject: [8104] Encode
21839              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21840              Date: Thu, 14 Dec 2000 14:49:34 +0100
21841              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
21842              
21843              Type casting for nervous compilers.
21844      Branch: perl
21845            ! ext/Encode/Encode.xs
21846 ____________________________________________________________________________
21847 [  8108] By: jhi                                   on 2000/12/14  21:26:17
21848         Log: Subject: [8104] DB_File
21849              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21850              Date: Thu, 14 Dec 2000 14:49:35 +0100
21851              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
21852              
21853              Type definition incorrect for DB 2.7.7.  Not known when it
21854              changed, so only changed it for a known revision.
21855      Branch: perl
21856            ! ext/DB_File/DB_File.xs
21857 ____________________________________________________________________________
21858 [  8107] By: jhi                                   on 2000/12/14  21:23:41
21859         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
21860              From: Peter Prymmer <pvhp@forte.com>
21861              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
21862              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
21863              
21864              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
21865      Branch: perl
21866            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
21867            ! ext/Encode/Encode/posix-bc.enc
21868 ____________________________________________________________________________
21869 [  8106] By: nick                                  on 2000/12/14  20:36:13
21870         Log: "Cold" build correction to Encode's Makefile.PL
21871      Branch: perlio
21872            ! ext/Encode/Makefile.PL
21873 ____________________________________________________________________________
21874 [  8105] By: nick                                  on 2000/12/14  20:09:37
21875         Log: "Compiled" encodings.
21876              Correct replacement character in EBCDIC .enc files
21877              Add 0x7F to ASCII repertoire.
21878      Branch: perlio
21879            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
21880            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
21881            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
21882            ! ext/Encode/Makefile.PL ext/Encode/compile
21883            ! ext/Encode/encengine.c ext/Encode/encode.h
21884 ____________________________________________________________________________
21885 [  8104] By: nick                                  on 2000/12/14  00:38:20
21886         Log: Integrate mainline
21887      Branch: perlio
21888           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
21889           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
21890           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
21891           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
21892           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
21893           !> t/lib/db-hash.t t/lib/db-recno.t
21894 ____________________________________________________________________________
21895 [  8103] By: nick                                  on 2000/12/13  23:16:13
21896         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
21897              so far and so it does not get lost.
21898      Branch: perlio
21899            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
21900 ____________________________________________________________________________
21901 [  8102] By: jhi                                   on 2000/12/13  17:14:22
21902         Log: Update Changes.
21903      Branch: perl
21904            ! Changes patchlevel.h
21905 ____________________________________________________________________________
21906 [  8101] By: jhi                                   on 2000/12/13  16:53:41
21907         Log: Move the proto of start_glob() to a better place; regen api files.
21908      Branch: perl
21909            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
21910 ____________________________________________________________________________
21911 [  8100] By: jhi                                   on 2000/12/13  16:47:11
21912         Log: Metaconfig change for #8099.
21913      Branch: metaconfig
21914            ! U/modified/Head.U
21915 ____________________________________________________________________________
21916 [  8099] By: jhi                                   on 2000/12/13  16:46:48
21917         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
21918              From: Andy Dougherty <doughera@lafayette.edu>
21919              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
21920              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
21921      Branch: perl
21922            ! Configure
21923 ____________________________________________________________________________
21924 [  8098] By: jhi                                   on 2000/12/13  16:39:02
21925         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
21926              From: rspier@pobox.com (Robert Spier)
21927              Date: Tue, 12 Dec 2000 21:12:39 -0500
21928              Message-ID: <14902.56087.678086.725773@rls.cx>
21929              
21930              fastgetcwd is defined using a glob alias on a $^O dependent basis -
21931              and there was no default assignment or perl subroutine.
21932      Branch: perl
21933            ! lib/Cwd.pm
21934 ____________________________________________________________________________
21935 [  8097] By: jhi                                   on 2000/12/13  16:16:01
21936         Log: Subject: [PATCH] move startglob out of pp_hot.c
21937              From: Nicholas Clark <nick@ccl4.org>
21938              Date: Mon, 11 Dec 2000 23:16:39 +0000
21939              Message-ID: <20001211231638.A55550@plum.flirble.org>
21940      Branch: perl
21941            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
21942 ____________________________________________________________________________
21943 [  8096] By: jhi                                   on 2000/12/13  15:26:23
21944         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
21945              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
21946              Date: Wed, 13 Dec 2000 14:01:37 +0100
21947              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
21948              
21949              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
21950              in turn requires libpthread in libswanted.
21951      Branch: perl
21952            ! hints/hpux.sh
21953 ____________________________________________________________________________
21954 [  8095] By: jhi                                   on 2000/12/12  19:51:05
21955         Log: The integration wars continue.
21956      Branch: perl
21957           !> sv.c
21958 ____________________________________________________________________________
21959 [  8094] By: jhi                                   on 2000/12/12  19:48:26
21960         Log: Subject: [PATCH perl@8070] DB_File-1.74  
21961              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
21962              Date: Mon, 11 Dec 2000 23:07:17 -0000
21963              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
21964      Branch: perl
21965            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
21966            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
21967            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
21968            ! t/lib/db-recno.t
21969 ____________________________________________________________________________
21970 [  8093] By: nick                                  on 2000/12/12  19:42:13
21971         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
21972      Branch: perlio
21973            ! sv.c
21974           !> lib/File/DosGlob.pm
21975 ____________________________________________________________________________
21976 [  8092] By: jhi                                   on 2000/12/12  19:28:11
21977         Log: Integrate perlio.
21978      Branch: perl
21979           !> sv.c
21980 ____________________________________________________________________________
21981 [  8091] By: nick                                  on 2000/12/12  18:49:45
21982         Log: Fix for Tk, and upgrading shared SVs.
21983      Branch: perlio
21984            ! sv.c
21985 ____________________________________________________________________________
21986 [  8090] By: jhi                                   on 2000/12/12  16:48:59
21987         Log: Subject: [PATCH] Re: Breadperl & Tk
21988              From: Nick Ing-Simmons <nik@tiuk.ti.com>
21989              Date: Tue, 12 Dec 2000 14:48:27 GMT
21990              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
21991      Branch: perl
21992            ! sv.c
21993 ____________________________________________________________________________
21994 [  8089] By: jhi                                   on 2000/12/12  03:37:19
21995         Log: Subject: DosGlob.pm diff for bash style brace expansion.
21996              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
21997              Date: Fri, 8 Dec 2000 10:45:30 -0600
21998              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
21999      Branch: perl
22000            ! lib/File/DosGlob.pm
22001 ____________________________________________________________________________
22002 [  8088] By: nick                                  on 2000/12/11  23:59:59
22003         Log: Integrate mainline
22004      Branch: perlio
22005           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
22006           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
22007           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
22008           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
22009           !> t/op/local.t t/pragma/warn/toke toke.c
22010 ____________________________________________________________________________
22011 [  8087] By: jhi                                   on 2000/12/11  23:20:23
22012         Log: Integrate perlio.
22013      Branch: perl
22014           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
22015 ____________________________________________________________________________
22016 [  8086] By: jhi                                   on 2000/12/11  22:50:59
22017         Log: Tune further the OS detection of CGI.
22018      Branch: perl
22019            ! lib/CGI.pm
22020 ____________________________________________________________________________
22021 [  8085] By: nick                                  on 2000/12/11  22:50:46
22022         Log: Finish 1st pass of "encoding" layer e.g. :
22023              open($fh,"<encoding(iso8859-7)",$greek) || die;
22024      Branch: perlio
22025            ! ext/Encode/Encode.xs perlio.c perliol.h
22026 ____________________________________________________________________________
22027 [  8084] By: jhi                                   on 2000/12/11  22:32:06
22028         Log: Revert the -f ambiguousity patch, seems to cause
22029              too much hassle (the interpret -Q as a function
22030              where Q is not a known filetest part is left in).
22031      Branch: perl
22032            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
22033            ! toke.c
22034 ____________________________________________________________________________
22035 [  8083] By: jhi                                   on 2000/12/11  22:27:23
22036         Log: (accidentally empty check-in)
22037      Branch: perl
22038            ! lib/File/DosGlob.pm
22039 ____________________________________________________________________________
22040 [  8082] By: nick                                  on 2000/12/11  19:09:51
22041         Log: Restore mmap function (broken by tweaks to shared buffer
22042              layer for encode(xxxx)).
22043      Branch: perlio
22044            ! perlio.c
22045 ____________________________________________________________________________
22046 [  8081] By: jhi                                   on 2000/12/11  18:29:13
22047         Log: Subject: Re: The long awaited feature ...
22048              From: Simon Cozens <simon@cozens.net>
22049              Date: Mon, 11 Dec 2000 15:54:24 +0000
22050              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
22051              
22052              More io/utf8 tests.
22053      Branch: perl
22054            ! t/io/utf8.t
22055 ____________________________________________________________________________
22056 [  8080] By: jhi                                   on 2000/12/11  18:19:36
22057         Log: Subject: PATCH MakeMaker manpage clarification
22058              From: andreas.koenig@anima.de (Andreas J. Koenig)
22059              Date: 10 Dec 2000 20:46:13 +0100
22060              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
22061      Branch: perl
22062            ! lib/ExtUtils/MakeMaker.pm
22063 ____________________________________________________________________________
22064 [  8079] By: jhi                                   on 2000/12/11  15:35:07
22065         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
22066              From: Simon Cozens <simon@cozens.net>
22067              Date: Sun, 10 Dec 2000 19:06:19 +0000
22068              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
22069      Branch: perl
22070            ! ext/B/B/Deparse.pm t/lib/b.t
22071 ____________________________________________________________________________
22072 [  8078] By: jhi                                   on 2000/12/11  15:09:11
22073         Log: Subject: [PATCH] docs on NaN
22074              From: Nicholas Clark <nick@ccl4.org>
22075              Date: Mon, 11 Dec 2000 01:48:38 +0000
22076              Message-ID: <20001211014838.B99205@plum.flirble.org>
22077      Branch: perl
22078            ! pod/perlop.pod
22079 ____________________________________________________________________________
22080 [  8077] By: jhi                                   on 2000/12/11  15:02:21
22081         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
22082              From: Simon Cozens <simon@cozens.net>
22083              Date: Mon, 11 Dec 2000 01:21:45 +0000
22084              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
22085      Branch: perl
22086            ! pp.c pp_hot.c scope.c t/op/local.t
22087 ____________________________________________________________________________
22088 [  8076] By: nick                                  on 2000/12/10  20:43:32
22089         Log: Not merge worthy...
22090              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
22091              syntax is modelled on attributes.
22092              Untested fix for io/utf8 on Win32 etc.
22093              Very clumsy start to the encode layer.
22094      Branch: perlio
22095            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
22096 ____________________________________________________________________________
22097 [  8075] By: jhi                                   on 2000/12/10  18:39:33
22098         Log: Darwin is not Windows.
22099      Branch: perl
22100            ! lib/CGI.pm
22101 ____________________________________________________________________________
22102 [  8074] By: jhi                                   on 2000/12/10  18:31:27
22103         Log: Subject: Ambiguous -%c() resolved as a file test
22104              From: "Paul Marquess" <Paul.Marquess@openwave.com>
22105              Date: Sun, 10 Dec 2000 15:35:07 -0000
22106              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
22107      Branch: perl
22108            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
22109 ____________________________________________________________________________
22110 [  8073] By: jhi                                   on 2000/12/10  18:16:29
22111         Log: Subject: PATCH installperl misinformed 
22112              From: andreas.koenig@anima.de (Andreas J. Koenig)
22113              Date: 10 Dec 2000 13:01:32 +0100 
22114              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
22115      Branch: perl
22116            ! installperl
22117 ____________________________________________________________________________
22118 [  8072] By: jhi                                   on 2000/12/10  18:07:55
22119         Log: The walkoptree confusion rages; walkoptree() seems to be coming
22120              from B.xs, while walkoptree_slow() comes from B.pm.
22121      Branch: perl
22122            ! ext/B/B.pm
22123 ____________________________________________________________________________
22124 [  8071] By: nick                                  on 2000/12/10  11:45:47
22125         Log: Integrate mainline
22126      Branch: perlio
22127           +> t/base/commonsense.t
22128           !> (integrate 37 files)
22129 ____________________________________________________________________________
22130 [  8070] By: jhi                                   on 2000/12/10  04:46:21
22131         Log: Update Changes.
22132      Branch: perl
22133            ! Changes patchlevel.h
22134 ____________________________________________________________________________
22135 [  8069] By: jhi                                   on 2000/12/10  04:39:19
22136         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
22137              From: andreas.koenig@anima.de (Andreas J. Koenig)
22138              Date: 09 Dec 2000 17:14:25 +0100
22139              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
22140      Branch: perl
22141            + t/base/commonsense.t
22142            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
22143 ____________________________________________________________________________
22144 [  8068] By: jhi                                   on 2000/12/10  04:17:36
22145         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
22146              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
22147              Date: Sat, 9 Dec 2000 16:47:22 -0000
22148              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
22149      Branch: perl
22150            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
22151            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
22152            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
22153            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
22154            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
22155            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
22156            ! t/lib/sdbm.t
22157 ____________________________________________________________________________
22158 [  8067] By: jhi                                   on 2000/12/10  03:52:02
22159         Log: Test case for #8066.
22160      Branch: perl
22161            ! t/op/misc.t
22162 ____________________________________________________________________________
22163 [  8066] By: jhi                                   on 2000/12/10  03:50:30
22164         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
22165              From: Simon Cozens <simon@cozens.net>
22166              Date: Sun, 10 Dec 2000 00:55:37 +0000
22167              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
22168      Branch: perl
22169            ! pp_sys.c
22170 ____________________________________________________________________________
22171 [  8065] By: jhi                                   on 2000/12/10  03:44:52
22172         Log: Test case for #8064.
22173      Branch: perl
22174            ! t/comp/proto.t
22175 ____________________________________________________________________________
22176 [  8064] By: jhi                                   on 2000/12/10  03:42:32
22177         Log: Subject: Re: prototype of substr
22178              From: Simon Cozens <simon@cozens.net>
22179              Date: Sun, 10 Dec 2000 00:13:33 +0000
22180              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
22181              
22182              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
22183      Branch: perl
22184            ! pp.c
22185 ____________________________________________________________________________
22186 [  8063] By: jhi                                   on 2000/12/10  03:39:42
22187         Log: Subject: [PATCH] perlguts.pod
22188              From: Simon Cozens <simon@cozens.net>
22189              Date: Sun, 10 Dec 2000 00:06:47 +0000
22190              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
22191              
22192              Documentation of the different types of ops,
22193              plus the functions in dump.c
22194      Branch: perl
22195            ! pod/perlguts.pod
22196 ____________________________________________________________________________
22197 [  8062] By: jhi                                   on 2000/12/10  03:30:04
22198         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
22199              From: Nicholas Clark <nick@talking.bollo.cx>
22200              Date: Sat, 09 Dec 2000 18:57:25 +0000
22201              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
22202              
22203              Be more robust in weird hostname setups.
22204      Branch: perl
22205            ! t/lib/net-hostent.t
22206 ____________________________________________________________________________
22207 [  8061] By: jhi                                   on 2000/12/10  03:28:21
22208         Log: Pacify fussy compiler. 
22209      Branch: perl
22210            ! pp_sys.c
22211 ____________________________________________________________________________
22212 [  8060] By: jhi                                   on 2000/12/10  02:52:46
22213         Log: Integrate perlio.
22214      Branch: perl
22215           !> pp_sys.c t/io/utf8.t
22216 ____________________________________________________________________________
22217 [  8059] By: nick                                  on 2000/12/09  23:40:14
22218         Log: read/sysread/recv should now be utf8 aware.
22219              Basic test for utf8 read.
22220      Branch: perlio
22221            ! pp_sys.c t/io/utf8.t
22222 ____________________________________________________________________________
22223 [  8058] By: jhi                                   on 2000/12/09  21:56:02
22224         Log: Integrate perlio.
22225      Branch: perl
22226           +> t/io/utf8.t
22227           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
22228 ____________________________________________________________________________
22229 [  8057] By: jhi                                   on 2000/12/09  21:53:35
22230         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
22231              From: Inaba Hiroto <inaba@st.rim.or.jp>
22232              Date: Sun, 10 Dec 2000 05:53:21 +0900
22233              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
22234              
22235              Tests for #8056.
22236      Branch: perl
22237            ! t/op/each.t
22238 ____________________________________________________________________________
22239 [  8056] By: jhi                                   on 2000/12/09  21:51:16
22240         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
22241              From: Inaba Hiroto <inaba@st.rim.or.jp>
22242              Date: Sat, 09 Dec 2000 18:02:00 +0900
22243              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
22244              
22245              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
22246      Branch: perl
22247            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
22248 ____________________________________________________________________________
22249 [  8055] By: nick                                  on 2000/12/09  20:11:48
22250         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
22251              than raw PerlIO_write() - does not seem to break any tests.
22252      Branch: perlio
22253            ! pp_sys.c
22254 ____________________________________________________________________________
22255 [  8054] By: nick                                  on 2000/12/09  19:47:30
22256         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
22257              (sysread, recv and write i.e. formats still to do...)
22258              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
22259              open($fh,">:utf8","name")
22260              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
22261              so no extra overhead is involved.
22262              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
22263              to a non-utf8 stream.
22264              Add initial io/utf8.t
22265              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
22266              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
22267              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
22268      Branch: perlio
22269            + t/io/utf8.t
22270            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
22271 ____________________________________________________________________________
22272 [  8053] By: nick                                  on 2000/12/09  19:26:37
22273         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
22274              was only testing this_utf8.
22275      Branch: perlio
22276            ! toke.c
22277 ____________________________________________________________________________
22278 [  8052] By: nick                                  on 2000/12/09  19:09:41
22279         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
22280              i.e. the output string has one, but don't mess with source assumption.
22281      Branch: perlio
22282            ! toke.c
22283 ____________________________________________________________________________
22284 [  8051] By: jhi                                   on 2000/12/09  16:55:17
22285         Log: Integrate perlio.
22286      Branch: perl
22287           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
22288           !> sv.c thrdvar.h util.c
22289 ____________________________________________________________________________
22290 [  8050] By: jhi                                   on 2000/12/09  16:48:07
22291         Log: Nits noticed by Peter Prymmer.
22292      Branch: perl
22293            ! lib/ExtUtils/MM_VMS.pm
22294 ____________________________________________________________________________
22295 [  8049] By: nick                                  on 2000/12/09  13:49:40
22296         Log: UTF8 output prework.
22297              - Store $\ and $, as SVs so they can have SvUTF8 flag
22298              - use do_print() rather than raw PerlIO_write() to print them.
22299      Branch: perlio
22300            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
22301            ! thrdvar.h util.c
22302 ____________________________________________________________________________
22303 [  8048] By: nick                                  on 2000/12/09  12:30:43
22304         Log: Integrate mainline.
22305      Branch: perlio
22306           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
22307           +> t/op/reverse.t
22308           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
22309           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
22310           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
22311           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
22312           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
22313           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
22314 ____________________________________________________________________________
22315 [  8047] By: jhi                                   on 2000/12/09  00:23:27
22316         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
22317              From: Michael G Schwern <schwern@pobox.com>
22318              Date: Fri, 8 Dec 2000 14:43:04 -0600
22319      Branch: perl
22320            ! lib/ExtUtils/MM_VMS.pm
22321 ____________________________________________________________________________
22322 [  8046] By: jhi                                   on 2000/12/08  23:10:27
22323         Log: A missed check-in.
22324      Branch: perl
22325            ! lib/ExtUtils/Manifest.pm
22326 ____________________________________________________________________________
22327 [  8045] By: jhi                                   on 2000/12/08  21:57:12
22328         Log: (null check-in)
22329      Branch: perl
22330            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
22331 ____________________________________________________________________________
22332 [  8044] By: jhi                                   on 2000/12/08  21:11:06
22333         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
22334              at the final draft stage.
22335      Branch: perl
22336            + ext/Encode/Encode/iso8859-16.enc
22337            ! MANIFEST
22338 ____________________________________________________________________________
22339 [  8043] By: jhi                                   on 2000/12/08  16:39:04
22340         Log: Update Changes.
22341      Branch: perl
22342            ! Changes patchlevel.h
22343 ____________________________________________________________________________
22344 [  8042] By: jhi                                   on 2000/12/08  16:33:39
22345         Log: Do not return the Unicode replacement character if UTF-8
22346              decoding goes awry, it should be up to the caller to decide.
22347      Branch: perl
22348            ! pod/perlapi.pod utf8.c
22349 ____________________________________________________________________________
22350 [  8041] By: jhi                                   on 2000/12/08  16:22:28
22351         Log: metaconfig maintenance.
22352      Branch: metaconfig
22353            ! U/modified/stdchar.U
22354      Branch: metaconfig/U/perl
22355            + testsyml.U
22356 ____________________________________________________________________________
22357 [  8040] By: jhi                                   on 2000/12/08  16:03:08
22358         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
22359              From: sthoenna@efn.org
22360              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
22361              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
22362      Branch: perl
22363            ! Changes lib/ExtUtils/MM_OS2.pm
22364 ____________________________________________________________________________
22365 [  8039] By: jhi                                   on 2000/12/08  15:57:11
22366         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
22367              From: Simon Cozens <simon@cozens.net>
22368              Date: Fri, 8 Dec 2000 13:33:31 +0000
22369              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
22370              
22371              (The pp_hot part needed a rewrite.)
22372      Branch: perl
22373            ! doop.c pp_hot.c utf8.c
22374 ____________________________________________________________________________
22375 [  8038] By: jhi                                   on 2000/12/08  15:25:08
22376         Log: Subject: djSP
22377              From: Michael Stevens <michael@etla.org>
22378              Date: Wed, 6 Dec 2000 23:24:01 +0000
22379              Message-ID: <20001206232400.A21381@firedrake.org>
22380              
22381              Plus a note from Nick Ing-Simmons.
22382      Branch: perl
22383            ! pp.h
22384 ____________________________________________________________________________
22385 [  8037] By: jhi                                   on 2000/12/08  15:18:35
22386         Log: Filetype is text.
22387      Branch: perl
22388            ! t/op/utf8decode.t
22389 ____________________________________________________________________________
22390 [  8036] By: jhi                                   on 2000/12/08  03:31:27
22391         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
22392              From: Andy Dougherty <doughera@lafayette.edu>
22393              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
22394              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
22395              
22396              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
22397              From: Andy Dougherty <doughera@lafayette.edu>
22398              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
22399              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
22400      Branch: perl
22401            + ext/POSIX/hints/svr4.pl
22402            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
22403 ____________________________________________________________________________
22404 [  8035] By: jhi                                   on 2000/12/08  03:26:01
22405         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
22406              From: Andy Dougherty <doughera@lafayette.edu>
22407              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
22408              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
22409      Branch: perl
22410            ! t/README t/base/term.t
22411 ____________________________________________________________________________
22412 [  8034] By: jhi                                   on 2000/12/08  03:21:59
22413         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
22414              From: mjd@plover.com  
22415              Date: 7 Dec 2000 21:04:20 -0000
22416              Message-ID: <20001207210420.22282.qmail@plover.com>
22417              
22418              Plus -z doc.
22419      Branch: perl
22420            ! pod/perlfunc.pod
22421 ____________________________________________________________________________
22422 [  8033] By: jhi                                   on 2000/12/08  03:19:03
22423         Log: Use the UTF8 macros a bit.  They can't be used with abandon
22424              everywhere because we do generate illegal UTF-8 in some situations.
22425              This is of course naughty.
22426      Branch: perl
22427            ! pod/perlapi.pod utf8.c utf8.h
22428 ____________________________________________________________________________
22429 [  8032] By: jhi                                   on 2000/12/08  03:00:09
22430         Log: Out of sync?
22431      Branch: perl
22432            ! t/pragma/warn/utf8
22433 ____________________________________________________________________________
22434 [  8031] By: jhi                                   on 2000/12/08  02:22:39
22435         Log: Cnt spl.
22436      Branch: perl
22437            ! MANIFEST
22438 ____________________________________________________________________________
22439 [  8030] By: jhi                                   on 2000/12/08  01:23:54
22440         Log: Add test for reverse().
22441      Branch: perl
22442            + t/op/reverse.t
22443            ! MANIFEST
22444 ____________________________________________________________________________
22445 [  8029] By: jhi                                   on 2000/12/08  01:21:47
22446         Log: Integrate perlio.
22447      Branch: perl
22448           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
22449           !> perlio.c perlio.h perlsdio.h warnings.pl
22450 ____________________________________________________________________________
22451 [  8028] By: jhi                                   on 2000/12/08  01:19:08
22452         Log: Introduce macros for UTF8 decoding.
22453      Branch: perl
22454            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
22455 ____________________________________________________________________________
22456 [  8027] By: nick                                  on 2000/12/07  22:18:19
22457         Log: Integrate mainline
22458      Branch: perlio
22459           !> embed.pl pod/perlapi.pod utf8.c
22460 ____________________________________________________________________________
22461 [  8026] By: nick                                  on 2000/12/07  21:45:08
22462         Log: Various oddities p4 diff -se showed up
22463              Remove 'our' from warnings.pl
22464      Branch: perlio
22465            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
22466 ____________________________________________________________________________
22467 [  8025] By: nick                                  on 2000/12/07  21:43:32
22468         Log: Change PerlIO_(get|set)pos to take SV *
22469              Should fix, OS/2, VMS, (sfio??)
22470      Branch: perlio
22471            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
22472 ____________________________________________________________________________
22473 [  8024] By: jhi                                   on 2000/12/07  19:05:32
22474         Log: Document utf8_to_uv() better.
22475      Branch: perl
22476            ! pod/perlapi.pod utf8.c
22477 ____________________________________________________________________________
22478 [  8023] By: jhi                                   on 2000/12/07  18:23:47
22479         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
22480      Branch: perl
22481            ! embed.pl pod/perlapi.pod utf8.c
22482 ____________________________________________________________________________
22483 [  8022] By: jhi                                   on 2000/12/07  04:13:51
22484         Log: Integrate perlio.
22485      Branch: perl
22486           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
22487           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
22488           !> win32/makefile.mk
22489 ____________________________________________________________________________
22490 [  8021] By: nick                                  on 2000/12/07  00:28:14
22491         Log: Various attempts at MSVC debug - not sure what has
22492              changed but works now. 
22493              Seems atexit() _may_ work for DLLs built with MSVC so don't
22494              call cleanup that way.
22495      Branch: perlio
22496            ! perlio.c win32/makefile.mk
22497 ____________________________________________________________________________
22498 [  8020] By: nick                                  on 2000/12/06  19:57:20
22499         Log: Integrate mainline
22500      Branch: perlio
22501           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
22502           !> (integrate 75 files)
22503 ____________________________________________________________________________
22504 [  8019] By: nick                                  on 2000/12/06  19:28:21
22505         Log: Add useperlio to config.vc
22506              Turn off binmode in config_H.PL
22507              Regen all the config_H.xx
22508              Attempt to get debugging build with MSVC.
22509      Branch: perlio
22510            ! win32/config.vc win32/config_H.bc win32/config_H.gc
22511            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
22512 ____________________________________________________________________________
22513 [  8018] By: nick                                  on 2000/12/06  19:21:57
22514         Log: Test various dup/external program options on all platforms.
22515      Branch: perlio
22516            ! t/io/dup.t
22517 ____________________________________________________________________________
22518 [  8017] By: nick                                  on 2000/12/06  19:20:47
22519         Log: Fix harness to be less picky
22520      Branch: perlio
22521            ! lib/Test/Harness.pm
22522 ____________________________________________________________________________
22523 [  8016] By: jhi                                   on 2000/12/06  16:45:12
22524         Log: Update Changes.
22525      Branch: perl
22526            ! Changes patchlevel.h
22527 ____________________________________________________________________________
22528 [  8015] By: jhi                                   on 2000/12/06  16:41:03
22529         Log: Test \x{...} with ord().
22530      Branch: perl
22531            ! t/op/ord.t
22532 ____________________________________________________________________________
22533 [  8014] By: jhi                                   on 2000/12/06  16:20:33
22534         Log: Test tweak because of #8013.
22535      Branch: perl
22536            ! t/lib/b.t
22537 ____________________________________________________________________________
22538 [  8013] By: jhi                                   on 2000/12/06  16:09:09
22539         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
22540              From: Michael G Schwern <schwern@pobox.com>
22541              Date: Tue, 5 Dec 2000 21:23:28 -0500
22542              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
22543              
22544              Carp::Heavy parts not very applicable because of recent changes.
22545      Branch: perl
22546            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
22547            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
22548            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
22549            ! lib/Exporter.pm lib/Exporter/Heavy.pm
22550            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
22551            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
22552            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
22553            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
22554            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
22555            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
22556            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
22557            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
22558            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
22559            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
22560            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
22561            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
22562            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
22563            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
22564            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
22565            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
22566            ! warnings.pl
22567 ____________________________________________________________________________
22568 [  8012] By: jhi                                   on 2000/12/06  15:22:38
22569         Log: Subject: [PATCH] Re: New harness is failing things
22570              From: Nick Ing-Simmons <nik@tiuk.ti.com>
22571              Date: Wed, 6 Dec 2000 13:00:30 GMT
22572              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
22573      Branch: perl
22574            ! lib/Test/Harness.pm
22575 ____________________________________________________________________________
22576 [  8011] By: jhi                                   on 2000/12/06  15:12:08
22577         Log: Subject: installhtml changes
22578              From: Michael Stevens <michael@etla.org>
22579              Date: Wed, 6 Dec 2000 13:15:53 +0000
22580              Message-ID: <20001206131553.A27317@firedrake.org>
22581      Branch: perl
22582            ! installhtml
22583 ____________________________________________________________________________
22584 [  8010] By: jhi                                   on 2000/12/06  15:06:05
22585         Log: Subject: the dTHR hits
22586              From: Michael Stevens <michael@etla.org>
22587              Date: Wed, 6 Dec 2000 12:06:03 +0000
22588              Message-ID: <20001206120603.A24581@firedrake.org>
22589              
22590              More, errrm, less dTHRs.
22591      Branch: perl
22592            ! bytecode.pl ext/B/B/C.pm
22593 ____________________________________________________________________________
22594 [  8009] By: jhi                                   on 2000/12/06  15:04:25
22595         Log: Subject: MakeMaker mailing list gone?
22596              From: Michael G Schwern <schwern@pobox.com>
22597              Date: Tue, 5 Dec 2000 19:29:59 -0500
22598              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
22599              
22600              The MakeMaker mailing list is dead, perlbug is the right
22601              address to report bugs.
22602      Branch: perl
22603            ! lib/ExtUtils/MakeMaker.pm
22604 ____________________________________________________________________________
22605 [  8008] By: jhi                                   on 2000/12/06  15:00:32
22606         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
22607              From: Michael G Schwern <schwern@pobox.com>
22608              Date: Tue, 5 Dec 2000 19:21:21 -0500
22609              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
22610              
22611              Add a default MANIFEST skip that ignores things like
22612              version control files, editor temporary files, and the Makefile.
22613      Branch: perl
22614            + lib/ExtUtils/MANIFEST.SKIP
22615            ! MANIFEST lib/ExtUtils/Manifest.pm
22616 ____________________________________________________________________________
22617 [  8007] By: jhi                                   on 2000/12/06  14:57:20
22618         Log: In Amiga more manual hackery of the scripts seems to be needed,
22619              from Jan-Erik Karlsson.  Why Configure does not get this right
22620              is unknown, may be shell-induced.
22621      Branch: perl
22622            ! README.amiga
22623 ____________________________________________________________________________
22624 [  8006] By: jhi                                   on 2000/12/05  23:53:12
22625         Log: Add TOPm1s to peek at the second topmost stack item.
22626      Branch: perl
22627            ! pp.h
22628 ____________________________________________________________________________
22629 [  8005] By: jhi                                   on 2000/12/05  23:13:55
22630         Log: Avaunt, you foul UTF-8 tests.
22631      Branch: perl
22632            ! t/op/ver.t t/pragma/utf8.t
22633 ____________________________________________________________________________
22634 [  8004] By: jhi                                   on 2000/12/05  23:09:54
22635         Log: Continue utf8 dispersal. 
22636      Branch: perl
22637            + t/op/concat.t
22638            ! MANIFEST t/pragma/utf8.t
22639 ____________________________________________________________________________
22640 [  8003] By: nick                                  on 2000/12/05  23:02:39
22641         Log: Integrate mainline.
22642      Branch: perlio
22643           +> t/op/length.t t/op/utf8decode.t
22644           !> (integrate 69 files)
22645 ____________________________________________________________________________
22646 [  8002] By: jhi                                   on 2000/12/05  22:59:28
22647         Log: Integrate perlio.
22648      Branch: perl
22649           !> iperlsys.h perl.c perlio.c win32/perllib.c
22650 ____________________________________________________________________________
22651 [  8001] By: nick                                  on 2000/12/05  22:07:52
22652         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
22653              - calloc/free suffer from damage on TerminateThread()
22654              - use PerlMemShared (as originally planned) now fixed
22655              - avoid doing anything important on DLL "detach".
22656      Branch: perlio
22657            ! perl.c perlio.c win32/perllib.c
22658 ____________________________________________________________________________
22659 [  8000] By: nick                                  on 2000/12/05  21:05:09
22660         Log: Fix gross PerlMemShared issue.
22661      Branch: perlio
22662            ! iperlsys.h
22663 ____________________________________________________________________________
22664 [  7999] By: jhi                                   on 2000/12/05  20:46:58
22665         Log: Test for Unicode (UTF-8) hash keys.
22666      Branch: perl
22667            ! t/op/each.t
22668 ____________________________________________________________________________
22669 [  7998] By: jhi                                   on 2000/12/05  20:30:35
22670         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
22671              is now always UTF-8), empty line cosmetics.
22672      Branch: perl
22673            ! t/pragma/utf8.t
22674 ____________________________________________________________________________
22675 [  7997] By: jhi                                   on 2000/12/05  20:15:40
22676         Log: Subject: Re: STRLEN - what?
22677              From: Andy Dougherty <doughera@lafayette.edu>
22678              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
22679              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
22680              
22681              Explain STRLEN.
22682      Branch: perl
22683            ! pod/perlguts.pod
22684 ____________________________________________________________________________
22685 [  7996] By: jhi                                   on 2000/12/05  20:13:34
22686         Log: Split off the UTF-8 decoder tests, make them to check also
22687              the error message.
22688      Branch: perl
22689            + t/op/utf8decode.t
22690            ! MANIFEST t/pragma/utf8.t utf8.c
22691 ____________________________________________________________________________
22692 [  7995] By: jhi                                   on 2000/12/05  16:39:47
22693         Log: Start migrating bits of pragma/utf8 to elsewhere
22694              (since the long term plan is to obsolete 'use utf8').
22695      Branch: perl
22696            + t/op/length.t
22697            ! MANIFEST t/pragma/utf8.t
22698 ____________________________________________________________________________
22699 [  7994] By: jhi                                   on 2000/12/05  16:30:21
22700         Log: Fix a manual edit typo from #7993, fix the message formatting
22701              for Unicode, add few our declarations.
22702      Branch: perl
22703            ! lib/Carp/Heavy.pm
22704 ____________________________________________________________________________
22705 [  7993] By: jhi                                   on 2000/12/05  16:09:15
22706         Log: Subject: Need help with warnings :-(
22707              From: "Ben Tilly" <ben_tilly@hotmail.com>
22708              Date: Tue, 05 Dec 2000 01:35:54 -0500
22709              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
22710              
22711              Subject: UPDATE: Carp/Heavy now passes all tests
22712              From: "Ben Tilly" <ben_tilly@hotmail.com>
22713              Date: Tue, 05 Dec 2000 07:59:41 -0500
22714              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
22715              
22716              The Brave New Carp.
22717      Branch: perl
22718            ! lib/Carp.pm lib/Carp/Heavy.pm
22719 ____________________________________________________________________________
22720 [  7992] By: jhi                                   on 2000/12/05  15:55:08
22721         Log: Subject: [PATCH perl@7979] cygwin port
22722              From: "Eric Fifer" <efifer@dircon.co.uk>
22723              Date: Tue, 5 Dec 2000 14:04:09 -0000
22724              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
22725      Branch: perl
22726            ! t/lib/net-hostent.t
22727 ____________________________________________________________________________
22728 [  7991] By: jhi                                   on 2000/12/05  15:52:34
22729         Log: Subject: Re: [PATCH] The largest hoax of all times?
22730              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22731              Date: Tue, 5 Dec 2000 00:40:25 -0500
22732              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
22733              
22734              Subject: Re: [PATCH] The largest hoax of all times?
22735              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22736              Date: Mon, 4 Dec 2000 23:55:53 -0500
22737              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
22738              
22739              Subject: Re: [PATCH] The largest hoax of all times?
22740              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22741              Date: Tue, 5 Dec 2000 01:28:45 -0500
22742              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
22743              
22744              Fix the unpredictable order of DESTROYs.
22745      Branch: perl
22746            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
22747            ! sv.c sv.h t/op/ref.t
22748 ____________________________________________________________________________
22749 [  7990] By: jhi                                   on 2000/12/05  14:38:53
22750         Log: Subject: [PATCH] shrink pp_hot fractionally
22751              From: Nicholas Clark <nick@ccl4.org>
22752              Date: Tue, 5 Dec 2000 12:44:31 +0000
22753              Message-ID: <20001205124431.E74518@plum.flirble.org>
22754              
22755              Use report_evil_fh().
22756      Branch: perl
22757            ! opcode.pl opnames.h pp_hot.c util.c
22758 ____________________________________________________________________________
22759 [  7989] By: jhi                                   on 2000/12/05  14:21:27
22760         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
22761              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
22762              Date: Mon, 04 Dec 2000 22:21:59 -0800
22763              Message-ID: <HmIL6gzkgepS092yn@efn.org>
22764              
22765              Harness shouldn't ignore responses like "ok 3\r\r\n".
22766      Branch: perl
22767            ! lib/Test/Harness.pm
22768 ____________________________________________________________________________
22769 [  7988] By: jhi                                   on 2000/12/05  13:51:28
22770         Log: Integrate the "skip" messages to explain().
22771      Branch: perl
22772            ! t/lib/syslfs.t t/op/lfs.t
22773 ____________________________________________________________________________
22774 [  7987] By: jhi                                   on 2000/12/05  12:34:54
22775         Log: The one that got away in #7984.
22776              
22777              Subject: Re: dTHR - what and why?
22778              From: Michael Stevens <michael@etla.org> 
22779              Date: Tue, 5 Dec 2000 11:15:52 +0000
22780              Message-ID: <20001205111552.A4647@firedrake.org>
22781      Branch: perl
22782            ! sv.h
22783 ____________________________________________________________________________
22784 [  7986] By: gsar                                  on 2000/12/05  09:14:44
22785         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
22786              due to the notorious GetFileType() bug in Windows 9x, which fstat()
22787              tickles)
22788      Branch: perl
22789            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
22790 ____________________________________________________________________________
22791 [  7985] By: jhi                                   on 2000/12/05  05:49:03
22792         Log: Integrate perlio.
22793      Branch: perl
22794           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
22795           !> win32/perlhost.h win32/perllib.c
22796 ____________________________________________________________________________
22797 [  7984] By: jhi                                   on 2000/12/05  05:48:16
22798         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
22799      Branch: perl
22800            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
22801            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
22802            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
22803            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
22804            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
22805            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
22806            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
22807            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
22808            ! win32/win32.c
22809 ____________________________________________________________________________
22810 [  7983] By: nick                                  on 2000/12/04  23:27:43
22811         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
22812      Branch: perlio
22813            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
22814            ! win32/perlhost.h win32/perllib.c
22815 ____________________________________________________________________________
22816 [  7982] By: jhi                                   on 2000/12/04  19:44:09
22817         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
22818              uncovered by #7980.
22819      Branch: perl
22820            ! op.c
22821 ____________________________________________________________________________
22822 [  7981] By: jhi                                   on 2000/12/04  19:42:07
22823         Log: Subject: [PATCH] Trivial dump.c feature
22824              From: Simon Cozens <simon@cozens.net>
22825              Date: Mon, 4 Dec 2000 18:08:38 +0000
22826              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
22827              
22828              Show whether a constant is UTF-8.
22829      Branch: perl
22830            ! dump.c
22831 ____________________________________________________________________________
22832 [  7980] By: jhi                                   on 2000/12/04  19:36:51
22833         Log: UTF-8 hash keys, patch from Inaba Hiroto.
22834      Branch: perl
22835            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
22836 ____________________________________________________________________________
22837 [  7979] By: jhi                                   on 2000/12/04  17:36:28
22838         Log: Update Changes.
22839      Branch: perl
22840            ! Changes patchlevel.h
22841 ____________________________________________________________________________
22842 [  7978] By: jhi                                   on 2000/12/04  16:42:17
22843         Log: Retract #7977, still too volatile (the euphemism of the day
22844              for unfinished and buggy :-)
22845      Branch: perl
22846            ! doop.c hv.c pp.c sv.h
22847 ____________________________________________________________________________
22848 [  7977] By: jhi                                   on 2000/12/04  16:25:15
22849         Log: (Retracted by #7978, too shaky yet.)
22850              
22851              Subject: Re: utf8 in hash keys, implementor missing
22852              From: Simon Cozens <simon@cozens.net>
22853              Date: Sat, 2 Dec 2000 19:49:35 +0000
22854              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
22855              
22856              The first step at UTF-8 hash keys.
22857      Branch: perl
22858            ! doop.c hv.c pp.c sv.h
22859 ____________________________________________________________________________
22860 [  7976] By: jhi                                   on 2000/12/04  16:13:53
22861         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
22862              From: sthoenna@efn.org
22863              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
22864              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
22865      Branch: perl
22866            ! os2/os2.c perlio.c
22867 ____________________________________________________________________________
22868 [  7975] By: jhi                                   on 2000/12/04  16:05:25
22869         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
22870              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
22871              Date: Thu, 30 Nov 2000 20:50:37 -0800
22872              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
22873      Branch: perl
22874            ! os2/os2.c
22875 ____________________________________________________________________________
22876 [  7974] By: jhi                                   on 2000/12/04  16:03:57
22877         Log: Subject: [PATCH] ++ 20% faster
22878              From: Nicholas Clark <nick@ccl4.org>
22879              Date: Mon, 4 Dec 2000 12:17:27 +0000
22880              Message-ID: <20001204121726.B52976@plum.flirble.org>
22881              
22882              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
22883      Branch: perl
22884            ! sv.c
22885 ____________________________________________________________________________
22886 [  7973] By: jhi                                   on 2000/12/04  16:00:48
22887         Log: 
22888              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
22889              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22890              Date: Mon, 04 Dec 2000 12:30:45 +0100
22891              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
22892              
22893              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
22894              library (getprotobyname and getprotobynumber are outversioned by
22895              the same calls in libc, at least for xlc version 3.
22896      Branch: perl
22897            ! hints/aix.sh
22898 ____________________________________________________________________________
22899 [  7972] By: jhi                                   on 2000/12/04  02:58:31
22900         Log: Integrate perlio.
22901      Branch: perl
22902           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
22903           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
22904           !> win32/win32.h win32/win32iop.h win32/win32thread.h
22905 ____________________________________________________________________________
22906 [  7971] By: nick                                  on 2000/12/04  00:24:33
22907         Log: Quieten some noise in Win32 builds:
22908              - win32.h is included after <sys/socket.h>, so need to 
22909              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
22910              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
22911      Branch: perlio
22912            ! doio.c perl.h toke.c win32/win32.h
22913 ____________________________________________________________________________
22914 [  7970] By: nick                                  on 2000/12/03  22:57:46
22915         Log: PERL_IMPLICIT_SYS compiles but does not work.
22916      Branch: perlio
22917            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
22918            ! win32/perlhost.h win32/perllib.c win32/win32.h
22919            ! win32/win32iop.h win32/win32thread.h
22920 ____________________________________________________________________________
22921 [  7969] By: jhi                                   on 2000/12/03  22:12:58
22922         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
22923              used to swash_init(), makes regprop() dumps more informative
22924              (+utf8::IsAlpha, -utf8::IsDigit, for example).
22925      Branch: perl
22926            ! regcomp.c regexec.c
22927 ____________________________________________________________________________
22928 [  7968] By: jhi                                   on 2000/12/03  21:39:56
22929         Log: Implement ANYOFUTF8 regprop() dumping.
22930      Branch: perl
22931            ! regcomp.c
22932 ____________________________________________________________________________
22933 [  7967] By: jhi                                   on 2000/12/03  20:57:19
22934         Log: Make uv_to_utf8() to zero-terminate its output buffer,
22935              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
22936      Branch: perl
22937            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
22938 ____________________________________________________________________________
22939 [  7966] By: nick                                  on 2000/12/03  18:41:21
22940         Log: Integrate mainline (STDCHAR)
22941      Branch: perlio
22942           !> Configure t/pragma/utf8.t
22943 ____________________________________________________________________________
22944 [  7965] By: jhi                                   on 2000/12/03  17:58:20
22945         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
22946      Branch: perl
22947            ! t/pragma/utf8.t
22948 ____________________________________________________________________________
22949 [  7964] By: jhi                                   on 2000/12/03  17:35:56
22950         Log: Integrate perlio.
22951      Branch: perl
22952           !> iperlsys.h perlio.c
22953 ____________________________________________________________________________
22954 [  7963] By: jhi                                   on 2000/12/03  17:33:55
22955         Log: Metaconfig unit change for #7962.
22956      Branch: metaconfig
22957            ! U/modified/stdchar.U
22958 ____________________________________________________________________________
22959 [  7962] By: jhi                                   on 2000/12/03  17:33:27
22960         Log: Untangle the <stdio.h> #include nest for the stdchar test,
22961              from Andy Dougherty.
22962      Branch: perl
22963            ! Configure
22964 ____________________________________________________________________________
22965 [  7961] By: nick                                  on 2000/12/03  16:53:00
22966         Log: Make iperlsys.h vector stdio not PerlIO.
22967      Branch: perlio
22968            ! iperlsys.h perlio.c
22969 ____________________________________________________________________________
22970 [  7960] By: nick                                  on 2000/12/03  14:43:01
22971         Log: Integrate mainline
22972      Branch: perlio
22973           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
22974           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
22975 ____________________________________________________________________________
22976 [  7959] By: jhi                                   on 2000/12/03  08:16:36
22977         Log: Use DO_UTF8().
22978      Branch: perl
22979            ! op.c
22980 ____________________________________________________________________________
22981 [  7958] By: jhi                                   on 2000/12/02  18:33:05
22982         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
22983              From: Mike Guy <mjtg@cam.ac.uk>         
22984              Date: Sat, 02 Dec 2000 17:27:13 +0000
22985              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
22986              
22987              An extraneous argument.
22988      Branch: perl
22989            ! toke.c
22990 ____________________________________________________________________________
22991 [  7957] By: jhi                                   on 2000/12/02  18:22:32
22992         Log: A missing hunk.
22993      Branch: perl
22994            ! t/lib/net-hostent.t
22995 ____________________________________________________________________________
22996 [  7956] By: jhi                                   on 2000/12/02  18:06:20
22997         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
22998              From: Nicholas Clark <nick@ccl4.org>
22999              Date: Sat, 2 Dec 2000 14:28:27 +0000
23000              Message-ID: <20001202142827.A12308@plum.flirble.org>
23001              
23002              Test robustness.
23003      Branch: perl
23004            ! t/lib/net-hostent.t
23005 ____________________________________________________________________________
23006 [  7955] By: jhi                                   on 2000/12/02  17:58:06
23007         Log: Metaconfig unit change for #7954.
23008      Branch: metaconfig
23009            ! U/modified/stdchar.U
23010 ____________________________________________________________________________
23011 [  7954] By: jhi                                   on 2000/12/02  17:54:32
23012         Log: An inconvenient hang would happen if the stdio _ptr wasn't
23013              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
23014              would be grepping stdin for all eternity for the _ptr.)
23015      Branch: perl
23016            ! Configure
23017 ____________________________________________________________________________
23018 [  7953] By: jhi                                   on 2000/12/02  00:07:15
23019         Log: Update Changes.
23020      Branch: perl
23021            ! Changes patchlevel.h
23022 ____________________________________________________________________________
23023 [  7952] By: jhi                                   on 2000/12/01  23:54:47
23024         Log: Subject: Re: long shell lines
23025              From: Andy Dougherty <doughera@lafayette.edu>
23026              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
23027              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
23028              
23029              Split overly long shell command lines.
23030      Branch: perl
23031            ! lib/ExtUtils/MM_Unix.pm
23032 ____________________________________________________________________________
23033 [  7951] By: jhi                                   on 2000/12/01  23:48:02
23034         Log: The metaconfig unit change for #7950.
23035      Branch: metaconfig
23036            + U/modified/stdchar.U
23037 ____________________________________________________________________________
23038 [  7950] By: jhi                                   on 2000/12/01  23:47:39
23039         Log: Try to find stdchar also from <stdio_impl.h>.
23040      Branch: perl
23041            ! Configure config_h.SH
23042 ____________________________________________________________________________
23043 [  7949] By: jhi                                   on 2000/12/01  23:46:45
23044         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
23045              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
23046              Date: Fri, 1 Dec 2000 16:26:08 -0500
23047              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
23048              
23049              Reword the diagnostic message.
23050      Branch: perl
23051            ! pod/perldiag.pod
23052 ____________________________________________________________________________
23053 [  7948] By: nick                                  on 2000/12/01  22:49:43
23054         Log: Integrate mainline (for s/y/m as sub names stuff).
23055      Branch: perlio
23056           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
23057           !> t/pragma/warn/toke toke.c
23058 ____________________________________________________________________________
23059 [  7947] By: jhi                                   on 2000/12/01  20:55:41
23060         Log: Integrate perlio.
23061      Branch: perl
23062           !> perlio.c perliol.h t/io/pipe.t
23063 ____________________________________________________________________________
23064 [  7946] By: jhi                                   on 2000/12/01  20:36:51
23065         Log: Upgrade to CPAN 1.59_51, from Andreas König.
23066      Branch: perl
23067            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
23068 ____________________________________________________________________________
23069 [  7945] By: nick                                  on 2000/12/01  20:31:32
23070         Log: Integrate mainline
23071      Branch: perlio
23072           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
23073           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
23074           +> t/lib/net-hostent.t
23075           !> (integrate 35 files)
23076 ____________________________________________________________________________
23077 [  7944] By: jhi                                   on 2000/12/01  20:23:29
23078         Log: Some help for 20001130.011.  Now one gets warnings like
23079              "Ambiguous -f() resolved as a file test ..."
23080      Branch: perl
23081            ! pod/perldiag.pod t/pragma/warn/toke toke.c
23082 ____________________________________________________________________________
23083 [  7943] By: jhi                                   on 2000/12/01  19:44:44
23084         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
23085              that also breaks using them as methods. 
23086      Branch: perl
23087            ! pod/perldiag.pod t/op/misc.t toke.c
23088 ____________________________________________________________________________
23089 [  7942] By: nick                                  on 2000/12/01  17:56:46
23090         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
23091              Make 'unix' pass most tests
23092              - do unread by temporary push of layer ("pending") holding unread chars
23093              - fast_gets is now based on per-handle flag
23094              - relax one of io/pipe.t tests to allow print to fail and close to
23095              succeed so that it passes on unbuffered "unix" layer.
23096              Remaining fail is sporadic and a genuine race condition between
23097              parent/child in fork test.
23098      Branch: perlio
23099            ! perlio.c perliol.h t/io/pipe.t
23100 ____________________________________________________________________________
23101 [  7941] By: jhi                                   on 2000/12/01  15:28:58
23102         Log: (Retracted by #7943.)
23103              
23104              Reserve the short named string operator names.
23105      Branch: perl
23106            ! pod/perldiag.pod t/op/misc.t toke.c
23107 ____________________________________________________________________________
23108 [  7940] By: jhi                                   on 2000/12/01  06:45:53
23109         Log: Get the three different space character classes right under utf8.
23110      Branch: perl
23111            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
23112            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
23113            ! regexec.c t/op/pat.t utf8.c
23114 ____________________________________________________________________________
23115 [  7939] By: jhi                                   on 2000/12/01  03:26:26
23116         Log: Two more tests that make no sense in UTF-8 since the test
23117              data is not in UTF-8.
23118      Branch: perl
23119            ! t/op/regexp.t
23120 ____________________________________________________________________________
23121 [  7938] By: jhi                                   on 2000/12/01  03:20:39
23122         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
23123              should it be required inside regexen?
23124      Branch: perl
23125            ! regcomp.c t/op/regmesg.t
23126 ____________________________________________________________________________
23127 [  7937] By: jhi                                   on 2000/12/01  02:58:53
23128         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
23129              stored and restored, and thusly was trounced by the utf8 swash
23130              routines.
23131      Branch: perl
23132            ! regcomp.c
23133 ____________________________________________________________________________
23134 [  7936] By: jhi                                   on 2000/11/30  20:41:39
23135         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
23136              Why the different platforms behave so differently (core dump vs
23137              no core dump) on this bug is a but of a mystery, but if I had to
23138              guess I would mumble something like 'alignment'.
23139      Branch: perl
23140            ! sv.c
23141 ____________________________________________________________________________
23142 [  7935] By: jhi                                   on 2000/11/30  16:17:02
23143         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
23144              From: Robin Barker <rmb1@cise.npl.co.uk>
23145              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
23146              Date: Thu, 30 Nov 2000 14:27:12 GMT
23147      Branch: perl
23148            ! perlio.c toke.c
23149 ____________________________________________________________________________
23150 [  7934] By: jhi                                   on 2000/11/30  16:04:49
23151         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
23152      Branch: perl
23153            ! t/lib/net-hostent.t
23154 ____________________________________________________________________________
23155 [  7933] By: jhi                                   on 2000/11/30  06:07:26
23156         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
23157              From: Peter Prymmer <pvhp@forte.com>
23158              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
23159              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
23160              
23161              In VMS the localhost may be LOCALHOST.
23162      Branch: perl
23163            ! t/lib/net-hostent.t
23164 ____________________________________________________________________________
23165 [  7932] By: jhi                                   on 2000/11/30  01:11:11
23166         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
23167              From: Peter Prymmer <pvhp@forte.com>
23168              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
23169              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
23170              
23171              plus regen perlapi.pod.
23172      Branch: perl
23173            ! pod/perlapi.pod utf8.c
23174 ____________________________________________________________________________
23175 [  7931] By: jhi                                   on 2000/11/30  01:06:19
23176         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
23177              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
23178              Date:     Wed, 29 Nov 2000 17:15:11 EST
23179              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
23180      Branch: perl
23181            ! t/lib/filter-util.pl t/lib/filter-util.t
23182 ____________________________________________________________________________
23183 [  7930] By: jhi                                   on 2000/11/29  18:51:55
23184         Log: Update Changes.
23185      Branch: perl
23186            ! Changes patchlevel.h
23187 ____________________________________________________________________________
23188 [  7929] By: jhi                                   on 2000/11/29  18:50:55
23189         Log: Update the va_copy() metaconfig unit.
23190      Branch: metaconfig/U/perl
23191            ! need_va_copy.U
23192 ____________________________________________________________________________
23193 [  7928] By: jhi                                   on 2000/11/29  17:50:43
23194         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
23195              From: Dominic Dunlop <domo@computer.org>
23196              Date: Tue, 28 Nov 2000 16:41:57 +0100
23197              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
23198              
23199              Patch to catch a core dump in the Configure va_copy test.
23200      Branch: perl
23201            ! Configure config_h.SH
23202 ____________________________________________________________________________
23203 [  7927] By: jhi                                   on 2000/11/29  17:31:59
23204         Log: Retract #7921, the patch shouldn't be needed.
23205      Branch: perl
23206            ! sv.c
23207 ____________________________________________________________________________
23208 [  7926] By: jhi                                   on 2000/11/29  17:01:41
23209         Log: Make the Class::Struct import() wiser.
23210      Branch: perl
23211            ! lib/Class/Struct.pm t/lib/class-struct.t
23212 ____________________________________________________________________________
23213 [  7925] By: jhi                                   on 2000/11/29  16:36:33
23214         Log: All the core library users of Class::Struct seem to be
23215              using "use Class::Struct 'struct';" instead of the bare
23216              "use Class::Struct;", which isn't documented in Class::Struct.
23217              This can't be right.
23218      Branch: perl
23219            ! lib/File/stat.pm
23220 ____________________________________________________________________________
23221 [  7924] By: jhi                                   on 2000/11/29  16:32:15
23222         Log: A test works better if it has the right 1..$n output.
23223      Branch: perl
23224            ! t/lib/class-struct.t
23225 ____________________________________________________________________________
23226 [  7923] By: jhi                                   on 2000/11/29  16:29:11
23227         Log: Forgot to MANIFEST the new Net::hostent test.
23228      Branch: perl
23229            ! MANIFEST
23230 ____________________________________________________________________________
23231 [  7922] By: jhi                                   on 2000/11/29  16:27:49
23232         Log: Integrate perlio.
23233      Branch: perl
23234           !> iperlsys.h perlio.c
23235 ____________________________________________________________________________
23236 [  7921] By: jhi                                   on 2000/11/29  16:27:10
23237         Log: (Retracted by #7927.)
23238              
23239              Subject: [PATCH] Is infinity a number?
23240              From: Simon Cozens <simon@cozens.net>
23241              Date: Wed, 29 Nov 2000 14:48:20 +0000
23242              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
23243      Branch: perl
23244            ! sv.c
23245 ____________________________________________________________________________
23246 [  7920] By: jhi                                   on 2000/11/29  16:23:02
23247         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
23248              From: rspier@pobox.com (Robert Spier)
23249              Date: Wed, 29 Nov 2000 02:17:49 -0500
23250              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
23251              
23252              Add a test for Net::hostent.
23253      Branch: perl
23254            + t/lib/net-hostent.t
23255 ____________________________________________________________________________
23256 [  7919] By: jhi                                   on 2000/11/29  16:21:31
23257         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
23258              add a test for Class::Struct.
23259      Branch: perl
23260            + t/lib/class-struct.t
23261            ! MANIFEST lib/Class/Struct.pm
23262 ____________________________________________________________________________
23263 [  7918] By: jhi                                   on 2000/11/29  15:48:40
23264         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
23265              From: rspier@pobox.com (Robert Spier)
23266              Date: Wed, 29 Nov 2000 02:25:39 -0500
23267              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
23268              
23269              More checking in case someone has broken their services or
23270              protocol databases.
23271      Branch: perl
23272            ! ext/Sys/Syslog/Syslog.pm
23273 ____________________________________________________________________________
23274 [  7917] By: jhi                                   on 2000/11/29  15:46:25
23275         Log: Subject: [PATCH] $^O  win32 -> MSWin32
23276              From: rspier@pobox.com (Robert Spier)
23277              Date: Wed, 29 Nov 2000 02:17:38 -0500
23278              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
23279              
23280              plus similar nits for vms, err, VMS, and UNICOS.
23281      Branch: perl
23282            ! t/lib/syslfs.t t/op/lfs.t
23283 ____________________________________________________________________________
23284 [  7916] By: jhi                                   on 2000/11/29  15:42:51
23285         Log: Subject: [PATCH] Tokeniser debugging
23286              From: Simon Cozens <simon@cozens.net>
23287              Date: Wed, 29 Nov 2000 14:15:45 +0000
23288              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
23289      Branch: perl
23290            ! perl.c perl.h pod/perlrun.pod toke.c
23291 ____________________________________________________________________________
23292 [  7915] By: jhi                                   on 2000/11/29  15:41:36
23293         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
23294              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23295              Date: Wed, 29 Nov 2000 02:13:14 -0500
23296              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
23297              
23298              OUT keyword nits.
23299              
23300              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
23301              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23302              Date: Wed, 29 Nov 2000 03:09:04 -0500
23303              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
23304              
23305              OUT and IN_OUT documentation.
23306      Branch: perl
23307            ! lib/ExtUtils/xsubpp pod/perlxs.pod
23308 ____________________________________________________________________________
23309 [  7914] By: jhi                                   on 2000/11/29  03:35:01
23310         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
23311              From: John Tobey <jtobey@john-edwin-tobey.org>
23312              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
23313              Message-Id: <m140e1N-000FOoC@feynman.localnet>
23314              
23315              plus a performance speedup noticed by Sarathy.
23316      Branch: perl
23317            ! op.c
23318 ____________________________________________________________________________
23319 [  7913] By: jhi                                   on 2000/11/29  03:16:59
23320         Log: Use "1 while unlink" so that VMS gets clean, too.
23321      Branch: perl
23322            ! t/lib/filter-util.t
23323 ____________________________________________________________________________
23324 [  7912] By: jhi                                   on 2000/11/29  03:09:08
23325         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
23326              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23327              Date: Tue, 28 Nov 2000 03:27:09 -0500
23328              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
23329      Branch: perl
23330            ! lib/ExtUtils/xsubpp
23331 ____________________________________________________________________________
23332 [  7911] By: jhi                                   on 2000/11/29  03:06:30
23333         Log: This should have been part of #7872: no need to scan UTF-8
23334              until eternity.
23335      Branch: perl
23336            ! utf8.c
23337 ____________________________________________________________________________
23338 [  7910] By: jhi                                   on 2000/11/29  02:50:04
23339         Log: One more perltie.pod nit from Casey R. Tweten.
23340      Branch: perl
23341            ! pod/perltie.pod
23342 ____________________________________________________________________________
23343 [  7909] By: jhi                                   on 2000/11/29  02:44:23
23344         Log: Document the known sprintf test failures, exact standard
23345              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
23346      Branch: perl
23347            ! pod/perldelta.pod t/op/sprintf.t
23348 ____________________________________________________________________________
23349 [  7908] By: jhi                                   on 2000/11/29  02:36:23
23350         Log: Add the Encoding table format documentation.
23351      Branch: perl
23352            + ext/Encode/Encode/EncodeFormat.pod
23353            ! MANIFEST
23354 ____________________________________________________________________________
23355 [  7907] By: jhi                                   on 2000/11/29  02:07:24
23356         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
23357              From: "Casey R. Tweten" <crt@kiski.net>
23358              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
23359              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
23360              
23361              Subject: Re: [PATCH] Updating perltie.pod for arrays
23362              From: "Casey R. Tweten" <crt@kiski.net>
23363              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
23364              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
23365      Branch: perl
23366            ! pod/perltie.pod
23367 ____________________________________________________________________________
23368 [  7906] By: nick                                  on 2000/11/28  22:40:59
23369         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
23370      Branch: perlio
23371            ! iperlsys.h perlio.c
23372 ____________________________________________________________________________
23373 [  7905] By: nick                                  on 2000/11/28  22:04:34
23374         Log: Integrate mainline
23375      Branch: perlio
23376           !> (integrate 39 files)
23377 ____________________________________________________________________________
23378 [  7904] By: jhi                                   on 2000/11/28  16:44:43
23379         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
23380              From: Nicholas Clark <nick@babyhippo.co.uk>
23381              Date: Tue, 28 Nov 2000 11:16:57 +0000
23382              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
23383      Branch: perl
23384            ! pod/perlipc.pod
23385 ____________________________________________________________________________
23386 [  7903] By: jhi                                   on 2000/11/28  16:40:31
23387         Log: Subject: [PATCH] Updating perltie.pod for arrays
23388              From: "Casey R. Tweten" <crt@kiski.net>
23389              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
23390              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
23391      Branch: perl
23392            ! pod/perltie.pod
23393 ____________________________________________________________________________
23394 [  7902] By: jhi                                   on 2000/11/28  16:39:37
23395         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
23396              From: Robin Barker <rmb1@cise.npl.co.uk>
23397              Date: Mon, 27 Nov 2000 17:56:44 GMT
23398              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
23399      Branch: perl
23400            ! pod/perlfunc.pod t/op/split.t
23401 ____________________________________________________________________________
23402 [  7901] By: jhi                                   on 2000/11/28  16:28:04
23403         Log: setmode() is a DOSish-only thing.
23404      Branch: perl
23405            ! perlio.c
23406 ____________________________________________________________________________
23407 [  7900] By: jhi                                   on 2000/11/28  16:21:46
23408         Log: Subject: [PATCH] perlcc.PL cleanups
23409              From: Simon Cozens <simon@cozens.net>
23410              Date: Tue, 28 Nov 2000 12:44:35 +0000
23411              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
23412      Branch: perl
23413            ! utils/perlcc.PL
23414 ____________________________________________________________________________
23415 [  7899] By: gsar                                  on 2000/11/28  06:32:55
23416         Log: reintegrate files missed by change#7895
23417      Branch: maint-5.6/perl
23418           +> ext/ByteLoader/bytecode.h utils/Makefile
23419            - utils/perlbc.PL
23420 ____________________________________________________________________________
23421 [  7897] By: gsar                                  on 2000/11/27  18:22:47
23422         Log: can't integrate these two files, for some reason
23423      Branch: maint-5.6/perl
23424            - ext/ByteLoader/bytecode.h utils/Makefile
23425 ____________________________________________________________________________
23426 [  7895] By: gsar                                  on 2000/11/27  18:11:21
23427         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
23428              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
23429              6757..6890,6892..6901 from mainline
23430              
23431              Bytecompiler patches from Benjamin Stuhl.
23432              
23433              More bytecompiler.
23434              
23435              Subject: [PATCH blead] B:: missing dependency
23436              
23437              Subject: [PATCH: 6757] configure.com updates and syslog build
23438              
23439              Long double Gconvert fixes from Yitzchak Scott-Thoennes
23440              and Spider Boardman.
23441              
23442              Subject: [PATCH blead] nextchar() abuse misses an optimisation
23443              
23444              Long double fixes from Spider Boardman.
23445              
23446              Make the selection of NVff et al stricter.
23447              
23448              cSVOPo_*v things index into the current PL_curpad
23449              under ithreads, which is different from the curpad
23450              used by the XSUB.  (In other words, the code as-is
23451              before this patch wouldn't work under ithreads.)
23452              
23453              Be portable.
23454              
23455              VMS MMS (make) wants null action.
23456              
23457              Mac and other portability updates from Chris Nandor.
23458              
23459              Storable support, v-version fixes.
23460              Subject: CPAN.pm beta for testing available
23461              
23462              Portability fix from Hugo van der Sanden.
23463              
23464              Bad makefile.
23465              
23466              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
23467              
23468              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
23469              
23470              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
23471              
23472              Replace #6705 with a minimal doc patch.
23473              Subject: [PATCH 5.6.0] replace change #6705
23474              
23475              Drop the separate perlbc, perlcc -b should be enough.
23476              
23477              installperl couldn't tell whether it had run tests or not.
23478              Subject: [PATCH] Re: installperl and t/TEST
23479              
23480              Add silencer flags to installperl.
23481              Subject: [PATCH] Making installperl silent.
23482              
23483              Make "make install" by default silent.  A new "install-verbose"
23484              target is verbose.
23485              
23486              More liberal parsing of version numbers.
23487              Subject: Re: CPAN.pm beta for testing available
23488              
23489              Create directories in silence.
23490              Subject: [PATCH] Another silencer for MakeMaker
23491              
23492              DOS patches and portability/porting notes, from Tim Jenness.
23493              
23494              Make installman to recognize the silence flag -S.
23495              
23496              Actually do something with the silencer option.
23497              
23498              Continue silencing.
23499              
23500              Show the doc file, not the temp file.
23501              
23502              Regen perltoc.
23503              
23504              Subject: [PATCH] More silencing of installman.
23505              
23506              Better wording for the vec lvalue diagnostic.
23507              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
23508              
23509              Subject: [PATCH: 6805] several more tweaks to configure.com
23510              
23511              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
23512              
23513              Missing parts of 
23514              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
23515              
23516              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
23517              (applied slightly modified)
23518              
23519              installperl --verbose and --silent.
23520              Subject: Re: [PATCH] More silencing of installman.
23521              
23522              Add install-silent target.
23523              
23524              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
23525              the problem reported in
23526              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
23527              
23528              Tweak the sfio/useperlio logic, hopefully as wished in
23529              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
23530              
23531              One forgotten file from #6816.
23532              
23533              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
23534              
23535              Remove duplicately applied patch shards.
23536              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
23537              
23538              Support preserving extremely big/small angles.
23539              
23540              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
23541              
23542              Subject: [PATCH] installation not quite silent yet.
23543              
23544              Update the test count.
23545              
23546              Use UVxf, PTR2UV, NVff.
23547              
23548              Document PTR2XX and INT2PTR.
23549              
23550              no-install target a la make -n.
23551              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
23552              
23553              grep -e isn't portable.
23554              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
23555              
23556              Can't get the test to reliably work thanks to the
23557              inaccurateness of floating point.  "Resolves" bug ids
23558              20000826.003, 20000826.009, 20000826.010,
23559              
23560              Subject: installman buglet
23561              
23562              DJGPP update from Laszlo Molnar.
23563              
23564              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
23565              
23566              Passing -R in ldflags makes now it to appear in the default
23567              for lddlflags, just like with -L.
23568              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
23569              
23570              Test nit.
23571              
23572              Use the actual thread type, not the pointer-to-struct.
23573              
23574              Provice virtual $Config{ccflags_nolargefiles} etc. 
23575              
23576              display_format used as a class method without arguments was broken,
23577              reported in
23578              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
23579              
23580              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
23581              
23582              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
23583              
23584              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
23585              
23586              opmini.o may be left around if a build is interrupted.
23587              
23588              Typo in #6858.
23589              
23590              Fix for ID 20000828.001, long doubles were not formatted
23591              correctly (showed up in $], which stopped installing perl).
23592              
23593              An attempt to fix the problem reported in
23594              Subject: Building perl@6856 using gcc/AIX 4.3.3 
23595              I can't test this properly since the gcc installation I have
23596              access to seems to be botched (gcc is calling the AIX cpp,
23597              a losing proposition...)
23598              
23599              Add -ld to archname on long tr...double platforms.
23600              
23601              Subject: hv.h Doc Patch
23602              
23603              Potential cruft.
23604              
23605              Subject: [PATCH bleedperl@6856] warnings fixes
23606              
23607              -S is the silent flag, -s is the strip flag.
23608              Subject: [PATCH] Re: [PATCH] make no-install          
23609              
23610              Take out the SUIDMAIL thing, that will not be
23611              a problem in 5.7.*.
23612              
23613              Subject: [PATCH bleedperl@6866] spellings
23614              
23615              Subject: [PATCH] Re: files not cleaned even by veryclean
23616              
23617              Use minimal @INC in tests, most of the time just '../lib',
23618              so that we simply can't pick up stuff from other Perls than
23619              the one we are testing.  Pointed out by
23620              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
23621              
23622              Update to Getopt::Long 2.24, from Johan Vromans.
23623              
23624              Fix for thinko in #6848.
23625              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
23626              
23627              Patches all over for people and the files they (hopefully) care about.
23628              
23629              Subject: Net::protoent does not export 'getproto'
23630              
23631              Missed a change in #6869.
23632              
23633              Subject: [PATCH] Warnings in B::Deparse
23634              
23635              Subject: [PATCH] Glob dumping
23636              
23637              Disable one of the tests for now.
23638              
23639              Disabling the one test is a bit tricky.
23640              
23641              Don't forget to tidy up.
23642              
23643              The #6881 removed one dump line.
23644              
23645              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
23646              
23647              Under usethreads the dumped variable is IN_PAD.
23648              Subject: Re: [PATCH] Glob dumping
23649              
23650              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
23651              
23652              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
23653              
23654              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
23655              
23656              Regen Configure for #6894.
23657              
23658              Subject: [PATCH: 6889] updates to perlebcdic.pod
23659              
23660              Undo namespace pollution of #6878.
23661              Subject: Re: Net::protoent does not export 'getproto'
23662              
23663              Admit that we are leaking scalars.
23664              
23665              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
23666      Branch: maint-5.6/perl
23667           !> (integrate 271 files)
23668 ____________________________________________________________________________
23669 [  7894] By: gsar                                  on 2000/11/27  16:00:34
23670         Log: a couple of nits
23671      Branch: maint-5.6/perl
23672            ! MANIFEST pp_sys.c
23673 ____________________________________________________________________________
23674 [  7893] By: gsar                                  on 2000/11/27  15:10:56
23675         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
23676              6740..6745,6747..6757,6760
23677              
23678              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
23679              
23680              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
23681              
23682              Doc nits spotted by Richard Soderberg.
23683              
23684              move WNOHANG definition to where other such things are
23685              
23686              Make $Config{byteorder} more magical so that it is
23687              dynamically computed: nice for 'fat binaries'.
23688              Subject: [PATCH]: default byteorder
23689              
23690              Subject: [PATCH] Cwd.pm now uses strict
23691              
23692              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
23693              
23694              Get -DLEAKTEST to compile (not necessarily to work, mind)
23695              Subject: [ID 20000724.006] -DLEAKTEST problem
23696              
23697              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
23698              
23699              Add perlebcdic from Peter Prymmer, regen toc.
23700              
23701              Don't propose using modules built for 5.005 if no binary
23702              compatibility with 5.005 is attempted.
23703              
23704              Do not use prototyping here.
23705              Subject: [ID 20000817.016] [PATCH] Peek.xs
23706              
23707              Document what the backtick returns if the command fails.
23708              
23709              Add byteorder to the myconfig output.
23710              
23711              Introduce NVef, NVff, and NVgf, use the middle one.
23712              (helps for lib/peek + Linux + long doubles)  Reported in
23713              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
23714              Use NVs in POSIX math, not doubles.
23715              Subject: [ID 20000817.014] POSIX & modfl
23716              
23717              Subject: [PATCH 5.6.0+] newSVrv() memory leak
23718              
23719              The byteorder code in #6671 was wrong.
23720              
23721              Fix the lib/complex failure of
23722              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
23723              Linux long double accuracy issue: something that
23724              when printed with %g looks like "2" but int() of it is 1.
23725              
23726              Propagate new Configure vars.
23727              
23728              Unbuffer the output.
23729              
23730              Subject: [PATCH] perltrap.pod spring cleaning
23731              
23732              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
23733              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
23734              
23735              Tiny Getopt::Long patch from Johan Vromans.
23736              
23737              Document code point which makes if (defined %stash::) to work
23738              (noted by Spider Boardman).
23739              
23740              Subject: [PATCH perl@6698] cygwin port
23741              
23742              Document the NDBM_File and ODBM_File as SDBM_File
23743              was documented in #6417.
23744              
23745              The new tests were missing from #6415.
23746              
23747              Add [[:blank:]] as suggested in
23748              Subject: [ID 20000716.024] [=cc=] / [:blank:]
23749              (the [=cc=] has already been taken care of by #6439
23750              so the whole bug report can be closed)
23751              and make [[:space:]] to be equivalent to isspace(3)
23752              (as opposed to \s, which is isSPACE()).  The difference
23753              is that now [[:space:]] matches the mythical vertical tab,
23754              while \s doesn't.
23755              
23756              Don't eat leading os from index entries.
23757              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
23758              
23759              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
23760              
23761              Typo in pp_complement().
23762              Subject: [PATCH perl-current] Deparse
23763              
23764              Add warnif(), check warnings further up the stack,
23765              all the warnings functions now can take an optional object reference.
23766              Subject: [PATCH bleedperl@6691] warnings pragma update
23767              
23768              Fix a core dump in lib/selfloader under -DDEBUGGING.
23769              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
23770              
23771              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
23772              
23773              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
23774              
23775              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
23776              Put back the long double avoidance code to POSIX.xs
23777              because VMS seems to need it still.
23778              
23779              Introduce a 'veryclean' target that is like 'distclean'
23780              but also removes *~ and *.orig.
23781              
23782              Subject: [ID 20000817.023] endianness description in perlfunc.pod
23783              
23784              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
23785              
23786              Let's try #6717 again.
23787              
23788              UTF8 concat fixes.
23789              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
23790              
23791              pp_open() could pass an uninitialized filename down to do_open9().
23792              
23793              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
23794              
23795              Update to CGI 2.72, from Lincoln Stein.
23796              
23797              Subject: [PATCH] Silence MakeMaker (Was: installman)
23798              
23799              Use temporary directory instead of current directory.
23800              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
23801              
23802              Document odd vs even subreleases and -Dusedevel.
23803              
23804              The veryclean target needs to clobber.
23805              
23806              Use File::Spec->tmpdir().
23807              
23808              Document the number of exponent digits.
23809              
23810              Mention perlebcdic and perlposix-bc.
23811              
23812              s/this one/the 5.6.0 release/
23813              
23814              The #6724 is here.
23815              
23816              The correct cleaning order is an art.
23817              
23818              small tweaks for change#6705: avoid C++ style comments in C code;
23819              use Perl's malloc API rather than the low level system one
23820              
23821              Array context keeps slithering in.
23822              
23823              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
23824              
23825              Subject: [PATCH] os2.c fix for use64bitint
23826              
23827              Update to Pod::LaTeX 0.53.
23828              Subject: [PATCH] lib/Pod/LaTeX.pm updates
23829              
23830              Document the endianness of Alpha more precisely.
23831              
23832              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
23833              
23834              Rename the macro argument because some preprocessors
23835              can't tell the difference and expand arguments also inside
23836              double quoted strings.
23837              
23838              free TLS slot properly on Windows
23839              
23840              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
23841              
23842              Unicos/mk requires elaborate paranoia.
23843              
23844              Tweak the floating point output routine preferences.
23845              
23846              Also under djgpp the timestamps are funky.
23847              
23848              Apply some PodParser 1.18 patches; the Pod/Find.pm
23849              patches cannot be applied since #6712 conflicts.
23850              
23851              Use PodParser 1.18 new test.
23852              
23853              A pod nit.
23854              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
23855              
23856              Be verydeepclean.
23857      Branch: maint-5.6/perl
23858           +> pod/perlebcdic.pod
23859           !> (integrate 106 files)
23860 ____________________________________________________________________________
23861 [  7892] By: jhi                                   on 2000/11/27  15:02:32
23862         Log: Update Changes.
23863      Branch: perl
23864            ! Changes patchlevel.h
23865 ____________________________________________________________________________
23866 [  7891] By: jhi                                   on 2000/11/27  14:57:23
23867         Log: Subject: Re: perlfaq style changes
23868              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
23869              Date: Sat, 25 Nov 2000 23:32:26 -0800
23870              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
23871              
23872              plus a note from Ronald Kimball.
23873      Branch: perl
23874            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
23875 ____________________________________________________________________________
23876 [  7890] By: jhi                                   on 2000/11/27  14:53:14
23877         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
23878              From: Benjamin Holzman <bah@ecnvantage.com>
23879              Date: Sun, 26 Nov 2000 16:27:33 -0500
23880              Message-ID: <20001126162733.J25040@ecnvantage.com>
23881      Branch: perl
23882            ! gv.c
23883 ____________________________________________________________________________
23884 [  7889] By: jhi                                   on 2000/11/27  14:43:11
23885         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
23886              From: lvirden@cas.org
23887              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
23888              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
23889      Branch: perl
23890            ! README.amiga
23891 ____________________________________________________________________________
23892 [  7888] By: jhi                                   on 2000/11/27  14:32:34
23893         Log: Restore also the locale test to no-sprintf-taint state.
23894              Fixes the bug 20001127.003.
23895      Branch: perl
23896            ! sv.c t/pragma/locale.t
23897 ____________________________________________________________________________
23898 [  7887] By: gsar                                  on 2000/11/27  14:13:05
23899         Log: integrate changes#6613..6616,6620..6665 from mainline
23900              
23901              VMS configure.com update continues.
23902              
23903              Subject: Test fails / warnings with perl-current #6612
23904              
23905              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
23906              
23907              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
23908              
23909              For now remove the mail code.
23910              
23911              Subject: Re: [PATCH] @+, @- readonly
23912              
23913              Subject: warning: storage class after type is obsolescent
23914              
23915              Subject: sfio2000
23916              
23917              Subject: Re: File::Temp problems on VMS in bleedperl
23918              
23919              README.os2 update.
23920              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
23921              
23922              Make the user to give up his firstborn, err, to knowingly
23923              verify installing an unstable developer release.  Also bump
23924              the release to 5.7.0, but leave a patch tag in the local
23925              patches saying that this is not yet the real thing.
23926              
23927              Update (kinda) to Test 1.14, from Joshua Pritikin.
23928              
23929              make ok etc also for win32.
23930              
23931              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
23932              
23933              Don't blow limited stacks, a lower number is enough to
23934              tickle the lookbehind limit.
23935              
23936              Use -Dusedevel; regen Configure and the respective Porting stuff.
23937              
23938              Subject: [PATCH] debugger exit code should reflect user exit code
23939              
23940              Subject: [PATCH perl@6620] cygwin port
23941              
23942              Missed a file from #6638.
23943              
23944              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)
23945              
23946              magic callbacks all need to have same type signature
23947              
23948              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
23949              
23950              Fix a dependency problem.
23951              Subject: [PATCH: 6640] VMS Makefile.SH update
23952              
23953              The numeric locale was reset to "C" by s?printf and never restored.
23954              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
23955              No test since adding the failing example to locale.t
23956              does not fail -- probably because the locale settings are so
23957              thoroughly tweaked by that time.  Running the example standalone
23958              does fail, though.  UPDATE: test case added at change #7540.
23959              
23960              Subject: [ID 20000324.040] minor fix to perlhpux.pod
23961              
23962              Update to CPAN 1.57.
23963              
23964              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
23965              
23966              Change the perlbug address to perl.org since it's more forgiving.
23967              
23968              Change the regx compilation error markers to use = instead of <
23969              since pod makes using the latter quite messy.  Reported in
23970              ID 20000814.006 by Abigail and in
23971              Subject: Unknown escape E<> ?
23972              
23973              Update to perldebtut 1.9, from Richard Foley.
23974              
23975              check that the number pseudo children doesn't exceed
23976              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
23977              the WaitForMultipleObjects() limit that would cause wait()
23978              to crash)
23979              wait() and waitpid() could potentially be rewritten to use
23980              more than one thread to do the waiting to eliminate this
23981              limitation
23982              
23983              change#6328 could make close(SOCKET) return false on windows
23984              when it shouldn't
23985              
23986              pod nit seen in passing
23987              
23988              on windows, the return values from wait() and waitpid() don't
23989              match those of pseudo-pids
23990              
23991              waitpid() now handles externally spawned pids correctly;
23992              fixes for backtick/wait/waitpid failures on Windows 9x
23993              these changes make the pid returned by process functions on
23994              Windows 9x always positive by clearing the high bit (which
23995              is always set on Win9x); pseudo-process PIDs are likewise
23996              always negative now on Win9x (just as on NT/2000)
23997              
23998              trailing new %ENV entries weren't being pushed into the real
23999              environment of subprocesses on Windows
24000              
24001              Tweak the regex compilation errors once more.
24002              
24003              avoid warnings from dense compiler
24004              
24005              add "ok" targets from change#6632 in makefile.mk
24006      Branch: maint-5.6/perl
24007            - lib/Pod/PlainText.pm vms/configure.com
24008           !> (integrate 66 files)
24009 ____________________________________________________________________________
24010 [  7886] By: jhi                                   on 2000/11/27  13:54:18
24011         Log: __FUNCTION__ isn't portable and trying to emulate it leads
24012              into practically spelling out the name of the function.
24013              Takes care of the bug 20001127.001.
24014      Branch: perl
24015            ! perlio.c
24016 ____________________________________________________________________________
24017 [  7885] By: gsar                                  on 2000/11/27  13:53:18
24018         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
24019              6610..6611 from mainline
24020              
24021              Make regular expression parse error messages easier to understand.
24022              Subject: Re: enhanced(?) regex error messages
24023              
24024              Tiny tidying on report_evil_fh().
24025              
24026              Subject: Re: enhanced(?) regex error messages 
24027              plus Capitalize the error messages, plus perldiag them.
24028              
24029              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
24030              
24031              Document here-doc better.
24032              
24033              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
24034              
24035              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
24036              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
24037              (either perlbug or p5p ate the original), plus regen
24038              perlapi and perltoc. 
24039              
24040              Regen global.sym.
24041              
24042              Double check that we have a dirhandle.
24043              
24044              Subject: Re: enhanced(?) regex error messages
24045              (plus two small patches sent privately)
24046              (this still seems to leave few test failures)
24047              
24048              warn is a macro, avoid using at a variable to avoid warnings
24049              in some configurations; readdir.t is too conservative in
24050              estimating number of *.t's
24051              
24052              Get back into sync with Jeffrey on the enhanced regex warnings.
24053              
24054              Subject: [PATCH 5.6.0] cygwin port
24055              
24056              Zero entries were skipped, fix from Adrian Goalby
24057              <argoalby@yahoo.co.uk>
24058              
24059              Subject: Remove dead entry in perldiag
24060              
24061              Amend the description of Perl6.
24062              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
24063              
24064              detypo
24065              
24066              It's the 2ndO'ROSSC.
24067              
24068              Revert the sv.c part of #6559, a better fix is needed.
24069              
24070              Iterating perl6 description.
24071              
24072              Update to Term::ANSIColor 1.03, from Russ Allbery.
24073              
24074              Update to Getopt::Long 2.23_05, from Johan Vromans.
24075              
24076              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
24077              
24078              Update to Pod::Parser 1.17, from Brad Appleton.
24079              
24080              Update to CPAN 1.56, from Andreas König.
24081              
24082              Update to CGI 2.70, from Lincoln Stein.
24083              
24084              Put back the std @INC thing.
24085              
24086              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
24087              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
24088              
24089              Document the IO::Select timeout.
24090              
24091              sleep(1) does not necessarily return 1.
24092              Subject: [PATCH bleadperl] op/lex_assign.t  
24093              
24094              Subject: debugger "d" command doesnt check line number
24095              
24096              B::Deparse didn't do sub attributes.
24097              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
24098              
24099              Preprocessing and postprocessing for File::Find.
24100              Subject: Patch to Find::File.pm to allow alphabetical results
24101              
24102              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
24103              
24104              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
24105              
24106              Subject: Re: [ID 20000730.003] utf8::length() bad
24107              
24108              Subject: Getting perlio and threads to compile
24109              (the Solaris version changes in Configure skipped)
24110              
24111              Tests for #6589.
24112              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
24113              
24114              Add Perl debugging tutorial, regen toc. 
24115              Subject: perldebtut.pod
24116              
24117              Add a few missing files, update MANIFEST.
24118              
24119              Rewrite of vms/subconfigure.com as configure.com,
24120              from Peter Prymmer and the vmsperl crew.
24121              
24122              Should have deleted this in #6603.
24123              
24124              Fix the test for 5005threads.
24125              
24126              Fix-n-skip the tests under 5005threads.
24127              
24128              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
24129              
24130              Upgrade to CGI 2.71, from Lincoln Stein.
24131      Branch: maint-5.6/perl
24132           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
24133           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
24134           +> t/op/regmesg.t t/pod/find.t vms/configure.com
24135            - vms/subconfigure.com
24136            ! lib/lib.pm
24137           !> (integrate 115 files)
24138 ____________________________________________________________________________
24139 [  7884] By: jhi                                   on 2000/11/27  13:44:33
24140         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
24141              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
24142              Date:     Mon, 27 Nov 2000 08:23:54 EST
24143              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
24144      Branch: perl
24145            ! vms/descrip_mms.template vms/test.com
24146 ____________________________________________________________________________
24147 [  7883] By: gsar                                  on 2000/11/27  11:50:46
24148         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
24149              6511..6513,6515..6523,6525..6536
24150              
24151              The swallow_bom() saga continues.  The #23 of require.t
24152              (UTF16-LE) still fails (silently, no output) but the #22
24153              (UTF16-BE) seems to be working now.  The root of the
24154              failure may be in sv_gets(): is it UTF-16LE-aware,
24155              especially when it comes to line endings? 
24156              
24157              Document the problem with -P in HP-UX and its workaround.
24158              
24159              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
24160              (aka ID 20000730.002)
24161              
24162              Subject: fix and question re: waitpid() under win32
24163              
24164              Make the safety catch for buggy gccs work with triple version
24165              numbers like 2.95.2.  Reported in
24166              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
24167              
24168              In Digital UNIX warn if gcc explicitly chosen because even
24169              2.95.2 is known to cause problems.
24170              
24171              Make chr() for values >127 to create utf8 when under utf8.
24172              
24173              various syntax errors and such (not fixed: comp/require.t#22 coredump
24174              on Windows)
24175              
24176              Stash away the largefiles flags and libswanted.
24177              
24178              BOM patching from Simon Cozens.
24179              
24180              If gccosandvers is equal to osname, clear gccosandvers.
24181              
24182              Make p4desc to skip non-mainperl branches by default.
24183              
24184              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
24185              
24186              The test from this
24187              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
24188              
24189              In new BSDs changes to argv[] do not show up in ps(1) output,
24190              instead one must use setproctitle().  This was already addressed
24191              by change #6457, but the below has a new variant for FreeBSD 4.0
24192              or later, and the matter is also documented more.
24193              
24194              FreeBSD 3.* updates from
24195              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
24196              
24197              regen_headers, regen perltoc.
24198              
24199              Document in one place the memory abstractions used in Perl core.
24200              
24201              memcpy has n o in it, as pinted ut by Sarathy.
24202              
24203              Remove the extraneous "main::" prefix from all the
24204              "opened only for", "on closed", and "never opened" warnings.
24205              
24206              The name of a filehandle does not have <these>.
24207              
24208              The tr utf8 patching continues.
24209              
24210              The new setproctitle() feature is available only in 
24211              bleeding edge FreeBSD.  From Paul Saab.
24212              
24213              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
24214              
24215              Dump UVs as UVs in Data::Dumper.
24216              
24217              detypo #6494
24218              
24219              Document the IVdf UVuf UVof UVxf.
24220              
24221              require.t needs binmode() to work on windows
24222              
24223              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
24224              that are hopefully soon put into use.
24225              
24226              Allow "no Module;" even if there is no 'unimport'.
24227              
24228              Better skip message for the test; one of the two problems in
24229              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
24230              
24231              The subtest 4 may fail also on VOBS, as pointed out
24232              by Nick Ing-Simmons in November 1999, bug id 19991124.003
24233              (but the failure in that bug report isn't the subtest 4).
24234              
24235              Be more informative on what is skipped and why,
24236              also repeat the list at the end.
24237              
24238              Add a URL for FSF.
24239              
24240              Subject: [PATCH] sv.h documentation - SvLEN
24241              
24242              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
24243              
24244              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
24245              
24246              Subject: [PATCH] bad cppsymbols on os2 + Configure question
24247              
24248              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
24249              
24250              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
24251              mention the idea of @( and @)
24252              
24253              This is 6512.  Really.
24254              
24255              Subject: [ID 19990721.004] Documentation bug in perlfunc
24256              
24257              Subject: Minor tweak to perlvar.pod
24258              
24259              In the warnings call filehandles consistently so;
24260              add "unopened" warning for stat().
24261              
24262              After the #6519 a warning about stat() is just that,
24263              not about a filetest, which now have their own warning.
24264              
24265              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
24266              
24267              Subject: Re: Array vs. List context
24268              
24269              Subject: New perlcc, take 2
24270              
24271              Weed buglets pointed out by
24272              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
24273              
24274              gcc versions might have (parentheses) in them.
24275              
24276              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
24277              
24278              Essential prototype changes were missing from #6527.
24279              Also make report_evil_fh() more bomb-proof.
24280              
24281              Zap lib/Sys directory when cleaning up.
24282              
24283              Change the Policy policy: now -Dprefix= with an existing
24284              Policy.sh and prefix == siteprefix == vendorprefix, then all
24285              of them follow along the new prefix.
24286              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
24287              
24288              Continue fixing the io warnings.  This also
24289              sort of fixes bug ID 20000802.003: the core dump
24290              is no more.  Whether the current behaviour is correct
24291              (giving a warning: "Not a format reference"), is another matter.
24292              
24293              Have symbols for the IoTYPEs.
24294              
24295              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
24296              
24297              Document a bit that UDP is not what you might think.
24298              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
24299              tr memory corruption fix from Simon Cozens.
24300              
24301              Plug the security hole described in the Aug 05 2000 bugtraq message
24302              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
24303              The security hole exists only in suidperls, which isn't
24304              installed or even built by default.
24305      Branch: maint-5.6/perl
24306           !> (integrate 71 files)
24307 ____________________________________________________________________________
24308 [  7882] By: gsar                                  on 2000/11/27  10:25:36
24309         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
24310              from mainline
24311              
24312              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
24313              to be fatal errors (instead of by default ignoring them, and
24314              ignoring with a bug: even though -w gave an error, the opening [
24315              was left in)  Reported in:
24316              
24317              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
24318              
24319              Subject: [PATCH] split /^/
24320              
24321              MacOS nits from Matthias Neeracher.
24322              
24323              More split() doc and test patches from Mike Guy.
24324              
24325              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
24326              from Graham Barr in the module list.
24327              
24328              docfix from Peter Scott <Peter@PSDT.com>.
24329              
24330              File::Temp patches for VMS and OS/2 from Tim Jenness.
24331              
24332              open() wariness in perlbug.
24333              
24334              Subject: [PATCH] minor doc change - perlguts
24335              
24336              Subject: Minor doc patch: handy.h
24337              
24338              Be wary of close()s, too.
24339              
24340              Further File::Temp patches from Yitzchak Scott-Thoennes
24341              and Craig A. Berry.
24342              
24343              Subject: [PATCH] fixes bug 20000508.004
24344              
24345              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
24346              
24347              Allow "no AutoLoader;", based on change #6444,
24348              suggested by Graham Barr.
24349              
24350              Use setproctitle() if available to modify $0.
24351              
24352              Warn if the version of the operating system used to compile gcc
24353              differs from the current version of the operating system.
24354              Also display the gcc compilation os and version in myconfig.
24355              Inspiration from
24356              
24357              Tiny fixes for #6460.
24358              
24359              The problem described in this
24360              Subject: [ID 20000322.018] named chars aren't magical enough
24361              has been fixed in perl 5.6.0 but just in case added a test
24362              to keep it away.  (The report from Joseph Hall.)
24363              
24364              Tune the comments and hopefully stop a memory leak.
24365              
24366              Subject: UTF8 concat
24367              (with a memory leak fixed, plus a few casts added)
24368              This also seems to help for
24369              Subject: [ID 20000716.015] join UTF8 weirdness
24370              
24371              Do not upgrade SVs into utf8 just because they participate
24372              in eq or cmp.  Reported and fix suggested in
24373              Subject: [ID 20000720.009] sv_eq UTF8 bug
24374              
24375              Fix the HALF_UPGRADE() macro introduced in #6263.
24376              
24377              Find green threads before native threads.
24378              Subject: Re: Patch to jpl/JNI/Makefile.PL
24379      Branch: maint-5.6/perl
24380           !> (integrate 30 files)
24381 ____________________________________________________________________________
24382 [  7881] By: jhi                                   on 2000/11/27  05:48:41
24383         Log: It seems that *both* the unused submatch loop cleanup
24384              codes are needed.
24385      Branch: perl
24386            ! regexec.c
24387 ____________________________________________________________________________
24388 [  7880] By: jhi                                   on 2000/11/27  04:50:07
24389         Log: Clean .exists deeper.
24390      Branch: perl
24391            ! Makefile.SH
24392 ____________________________________________________________________________
24393 [  7879] By: jhi                                   on 2000/11/27  02:31:35
24394         Log: The code in regcppop() (see #7878) contains the correct lower
24395              limit for the unused submatch 'cleanup' loop so that under
24396              "use utf8" the following code wouldn't dump core:
24397              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
24398              the cleanup loop in regtry() stomped beyond allocated area
24399              in the startp[] array.  Therefore, copied the correct lower
24400              loop limit (*PL_reglastparen) to regtry().  Note: something
24401              may still not be quite right: why was the _higher_ loop limit
24402              (prog->nparens) different in the utf8 case?
24403              
24404              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
24405              without core dumps, there were about 17 of them before
24406              the patch (with us since Perl 5.7.0).  Two failures, still:
24407              496 and 505 (though these may not be severe).
24408              
24409              Patch #7881 is also needed since both the cleanup loops
24410              seem to be needed.
24411              
24412              Also, the t/op/pat#44 seems to core dump under utf8.
24413              Plus a couple of failures.  UGH-8.
24414      Branch: perl
24415            ! regexec.c
24416 ____________________________________________________________________________
24417 [  7878] By: jhi                                   on 2000/11/27  02:21:17
24418         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
24419              the code in regcppop() seems to be redundant for the test suite --
24420              but it contains a germ of truth, and it needed for the build
24421              process itself: see #7879 and #7881.
24422      Branch: perl
24423            ! regexec.c
24424 ____________________________________________________________________________
24425 [  7877] By: jhi                                   on 2000/11/27  01:53:09
24426         Log: Comment on comment.
24427      Branch: perl
24428            ! regexec.c
24429 ____________________________________________________________________________
24430 [  7876] By: jhi                                   on 2000/11/27  00:49:59
24431         Log: Adjust the docs to agree with #7875.
24432      Branch: perl
24433            ! pod/perllocale.pod
24434 ____________________________________________________________________________
24435 [  7875] By: jhi                                   on 2000/11/27  00:49:27
24436         Log: Retract #7863.  It makes more sense not to taint formatted output,
24437              not even by sprintf().
24438      Branch: perl
24439            ! sv.c
24440 ____________________________________________________________________________
24441 [  7874] By: jhi                                   on 2000/11/26  23:36:02
24442         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
24443              Not really fixed (should really dump the UTF-8 charclass),
24444              but stopped displaying the garbage.
24445              
24446              Also add a note on the (missing) Unicode PSXSPC and BLANK.
24447      Branch: perl
24448            ! regcomp.c
24449 ____________________________________________________________________________
24450 [  7873] By: jhi                                   on 2000/11/26  21:31:13
24451         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
24452      Branch: perl
24453            ! regexec.c
24454 ____________________________________________________________________________
24455 [  7872] By: jhi                                   on 2000/11/26  21:06:04
24456         Log: No need to scan till infinity, 13 is enough.
24457      Branch: perl
24458            ! handy.h utf8.c
24459 ____________________________________________________________________________
24460 [  7871] By: jhi                                   on 2000/11/26  20:20:32
24461         Log: Test line numbers are different with utf8.
24462      Branch: perl
24463            ! t/op/re_tests
24464 ____________________________________________________________________________
24465 [  7870] By: jhi                                   on 2000/11/26  20:10:12
24466         Log: Message nit.
24467      Branch: perl
24468            ! regcomp.c
24469 ____________________________________________________________________________
24470 [  7869] By: jhi                                   on 2000/11/26  19:01:05
24471         Log: Make utf8_length() and utf8_distance() (the latter of which
24472              is unused at the moment) to be less forgiving about bad UTF-8.
24473      Branch: perl
24474            ! embed.h embed.pl objXSUB.h proto.h utf8.c
24475 ____________________________________________________________________________
24476 [  7868] By: jhi                                   on 2000/11/26  18:45:56
24477         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
24478              From: Benjamin Holzman <bah@ecnvantage.com>
24479              Date: Sat, 25 Nov 2000 20:40:20 -0500       
24480              Message-ID: <20001125204020.A25040@ecnvantage.com>              
24481              
24482              Debian allows installing /usr/bin/locale without installing
24483              any locales, an error message will ensue.
24484      Branch: perl
24485            ! t/pragma/locale.t
24486 ____________________________________________________________________________
24487 [  7867] By: jhi                                   on 2000/11/26  18:31:12
24488         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
24489              From: Benjamin Holzman <bah@ecnvantage.com>
24490              Date: Sun, 26 Nov 2000 02:42:34 -0500
24491              Message-ID: <20001126024234.G25040@ecnvantage.com>
24492              
24493              Patch for the bug 20000212.002.
24494      Branch: perl
24495            ! sv.c t/op/array.t
24496 ____________________________________________________________________________
24497 [  7866] By: jhi                                   on 2000/11/26  18:28:09
24498         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
24499              From: Tim Jenness <t.jenness@jach.hawaii.edu>
24500              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
24501              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
24502              
24503              File::Temp 0.11.
24504      Branch: perl
24505            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
24506 ____________________________________________________________________________
24507 [  7865] By: jhi                                   on 2000/11/26  18:24:22
24508         Log: The metaconfig unit change for #7864.
24509      Branch: metaconfig/U/perl
24510            ! need_va_copy.U
24511 ____________________________________________________________________________
24512 [  7864] By: jhi                                   on 2000/11/26  18:23:41
24513         Log: Make the va_copy() test not to be so talkative.
24514      Branch: perl
24515            ! Configure config_h.SH
24516 ____________________________________________________________________________
24517 [  7863] By: jhi                                   on 2000/11/26  18:11:02
24518         Log: Fix locale inconsistencies unearthed by Hugo's work.
24519              Now the floating point sprintf really does taint the result
24520              string as perllocale promises (has promised for a long time)
24521              if "use locale" is in the lexical scope.
24522      Branch: perl
24523            ! sv.c t/pragma/locale.t
24524 ____________________________________________________________________________
24525 [  7862] By: jhi                                   on 2000/11/26  00:35:15
24526         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
24527              From: Nicholas Clark <nick@ccl4.org>
24528              Date: Sun, 26 Nov 2000 00:07:50 +0000
24529              Message-ID: <20001126000750.A22446@plum.flirble.org>
24530              
24531              Infinit.
24532      Branch: perl
24533            ! sv.c
24534 ____________________________________________________________________________
24535 [  7861] By: jhi                                   on 2000/11/26  00:01:26
24536         Log: Integrate perlio.
24537      Branch: perl
24538           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
24539 ____________________________________________________________________________
24540 [  7860] By: nick                                  on 2000/11/25  22:04:17
24541         Log: Correct relative path from new ext\Filter\Util\Call location
24542              back to miniperl.
24543      Branch: perlio
24544            ! win32/makefile.mk
24545 ____________________________________________________________________________
24546 [  7859] By: nick                                  on 2000/11/25  21:26:54
24547         Log: Integrate mainline.
24548      Branch: perlio
24549           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
24550           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
24551           +> t/lib/filter-util.t
24552            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
24553            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
24554            - t/lib/filt-util.t
24555           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
24556           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
24557           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
24558           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
24559           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
24560           !> win32/makefile.mk
24561 ____________________________________________________________________________
24562 [  7858] By: gsar                                  on 2000/11/25  20:52:17
24563         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
24564              parent's memory; fix it by keeping track of the actual pad
24565              offset rather than a raw pointer (this change is probably also
24566              relevant to non-ithreads case to avoid fallout from reallocs of
24567              the pad array, but is currently only enabled for the ithreads
24568              case in the interests of minimal disruption to existing "well
24569              tested" code)
24570      Branch: perl
24571            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
24572            ! proto.h scope.c scope.h sv.c t/op/fork.t
24573 ____________________________________________________________________________
24574 [  7857] By: nick                                  on 2000/11/25  20:01:28
24575         Log: All tests pass on Win32/gcc/USE_PERLIO.
24576              - when crlf layer is pushed make unix-level binary.
24577              - remove :crlf injection in pp_backtick in pp_sys.c
24578              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
24579      Branch: perlio
24580            ! doio.c perlio.c pp_sys.c win32/makefile.mk
24581 ____________________________________________________________________________
24582 [  7856] By: jhi                                   on 2000/11/25  18:38:30
24583         Log: Update the metaconfig units for #7855.
24584      Branch: metaconfig/U/perl
24585            ! useperlio.U usesocks.U
24586 ____________________________________________________________________________
24587 [  7855] By: jhi                                   on 2000/11/25  18:37:54
24588         Log: Undo the SOCKS workarounds, instead start using PerlIO
24589              if SOCKS is selected.
24590              
24591              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
24592              From: Jens Hamisch <jens@Strawberry.COM>
24593              Date: Fri, 24 Nov 2000 18:31:30 +0100
24594              Message-ID: <20001124183130.E28337@Strawberry.COM>
24595              
24596              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
24597              From: Jens Hamisch <jens@Strawberry.COM>
24598              Date: Fri, 24 Nov 2000 19:11:51 +0100
24599              Message-ID: <20001124191151.A28753@Strawberry.COM>
24600      Branch: perl
24601            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
24602            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
24603 ____________________________________________________________________________
24604 [  7854] By: jhi                                   on 2000/11/25  17:39:08
24605         Log: Undo #7848.  Some of the code seems to use walkoptree(),
24606              some walkoptree_slow().  An unfinished renaming?
24607              Now the sub is walkoptree() (which is @EXPORT_OK),
24608              the walkoptree_slow() is a typeglob alias to walkoptree.
24609              This makes the tests to pass, at least.
24610      Branch: perl
24611            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
24612 ____________________________________________________________________________
24613 [  7853] By: nick                                  on 2000/11/24  22:24:33
24614         Log: Re-arrange crlf vs binary for platforms that care.
24615              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
24616              Lip-service to making stdio layer work on such platfroms (untested).
24617              Now fails 3 tests rather than one, checkin to see if I can debug 
24618              the issue under linux. (Do not merge.)
24619      Branch: perlio
24620            ! doio.c perlio.c perliol.h
24621 ____________________________________________________________________________
24622 [  7852] By: jhi                                   on 2000/11/24  18:57:39
24623         Log: AUTHORS edits.
24624      Branch: perl
24625            ! AUTHORS
24626 ____________________________________________________________________________
24627 [  7851] By: jhi                                   on 2000/11/24  17:34:56
24628         Log: Add Jan-Erik Karlsson.
24629      Branch: perl
24630            ! AUTHORS
24631 ____________________________________________________________________________
24632 [  7850] By: jhi                                   on 2000/11/24  17:27:56
24633         Log: Configure should find stdchar on its own.
24634      Branch: perl
24635            ! hints/solaris_2.sh
24636 ____________________________________________________________________________
24637 [  7849] By: jhi                                   on 2000/11/24  17:24:55
24638         Log: Subject: PATCH over 7848: Filter test flawed
24639              From: andreas.koenig@anima.de (Andreas J. Koenig)
24640              Date: 24 Nov 2000 10:28:29 +0100
24641              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
24642      Branch: perl
24643            ! t/lib/filter-util.t
24644 ____________________________________________________________________________
24645 [  7848] By: jhi                                   on 2000/11/24  17:22:15
24646         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
24647              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
24648              Date: Fri, 24 Nov 2000 16:12:58 +0000
24649              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
24650      Branch: perl
24651            ! ext/B/B.pm
24652 ____________________________________________________________________________
24653 [  7847] By: jhi                                   on 2000/11/24  03:07:01
24654         Log: Integrate perlio.
24655      Branch: perl
24656           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
24657           !> win32/makefile.mk
24658 ____________________________________________________________________________
24659 [  7846] By: gsar                                  on 2000/11/24  00:55:57
24660         Log: integrate changes#6415..6418,6420..6438 from mainline
24661              
24662              Fix the bitvector ops for utf8 (tricky since past 7 bits
24663              the utf8 'characters' can be more than one octet).
24664              
24665              MPE/ix updates for perl 5.6.0 from Mark Bixby.
24666              
24667              Subject: SDBM_File documentation
24668              
24669              Detypo.
24670              
24671              Decutandpasto.
24672              
24673              Send all installperl messages to STDERR and be -w clean.
24674              
24675              Out-of-date note removed.
24676              
24677              Protect against "wild next"s, that is, callbacks doing "next"
24678              instead of "return".
24679              
24680              Use STDOUT consistently.
24681              
24682              The output might have been produced in the wrong order.
24683              
24684              A missing 'break' after the [[:space:]] switch case.
24685              
24686              Add tests for
24687              [ID 19991110.003] another matching finding by pcre author
24688              which has already been fixed by some patch, as verified in
24689              
24690              Documentation to explain the behaviour of map().
24691              
24692              Add an optimization for map-maps-a-list-element-to-more-list-elements
24693              case, but add also notes explaining the relationship of this
24694              patch and the earlier notes by Sarathy.
24695              
24696              Subject: [ID 20000716.023] syslog test fails without sockets
24697              
24698              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
24699              Test cases for #6431.
24700              
24701              File::Spec::VMS fixup for tmpdir from Craig Berry.
24702              
24703              Make the "uninit variable" warning to say "concat or string"
24704              or "join or string" when in concat or join .
24705              
24706              Get UTF16 BOMs working.  Patch from
24707              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
24708              
24709              Subject: [PATCH] Make large file tests deal with SIGXFSZ
24710              
24711              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
24712              
24713              Subject: [PATCH] av.c apidoc
24714      Branch: maint-5.6/perl
24715           !> (integrate 43 files)
24716 ____________________________________________________________________________
24717 [  7845] By: gsar                                  on 2000/11/24  00:20:45
24718         Log: integrate changes#6406..6414 from mainline
24719              
24720              Merge perlhacktut into perlhack, update perlguts.
24721              
24722              Fix AutoSplit to use File::Spec the right way in VMS,
24723              from Peter Prymmer.
24724              
24725              The bug report
24726              [ID 19991110.002] minimal matching discrepancy found by pcre author
24727              seems to have been fixed (though differently from what was suggested
24728              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
24729              
24730              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
24731              not in pod, from Peter Prymmer
24732              
24733              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
24734              From: Hugo <hv@crypt.compulink.co.uk>
24735              Date: Fri, 14 Jul 2000 23:05:20 +0100
24736              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
24737              
24738              Didn't anymore apply, but that point still could use another fix.
24739              
24740              lib/b test fixes from Peter Prymmer.
24741              
24742              More docs for sv functions.
24743              
24744              perlvms.pod whitespace cleanup to keep pod utils happy.
24745              
24746              another VMS build tweak from Peter Prymmer
24747      Branch: maint-5.6/perl
24748           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
24749           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
24750           !> vms/descrip_mms.template vms/perlvms.pod
24751 ____________________________________________________________________________
24752 [  7844] By: nick                                  on 2000/11/23  23:42:45
24753         Log: Win32/perlio Now just fails one io/argv.t test - lack 
24754              of default :crlf on standard streams.
24755      Branch: perlio
24756            ! doio.c perlio.c
24757 ____________________________________________________________________________
24758 [  7843] By: nick                                  on 2000/11/23  23:04:05
24759         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
24760              peek fail is showing a real problem (multiple crlf layers
24761              are getting pushed.)
24762      Branch: perlio
24763            ! doio.c perlio.c win32/makefile.mk
24764 ____________________________________________________________________________
24765 [  7842] By: nick                                  on 2000/11/23  19:46:23
24766         Log: Implement PerlIO_binmode()
24767              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
24768              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
24769              make binmode in t/lib/io_tell.t unconditional so that works.
24770              Checkin just so Win32 machine can see these changes.
24771      Branch: perlio
24772            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
24773 ____________________________________________________________________________
24774 [  7841] By: jhi                                   on 2000/11/23  19:30:00
24775         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
24776      Branch: perl
24777            ! README.amiga
24778 ____________________________________________________________________________
24779 [  7840] By: jhi                                   on 2000/11/23  17:18:02
24780         Log: SOCKS wrestling continues, patches from Jens Hamisch.
24781      Branch: perl
24782            ! doio.c embed.h embed.pl perlsdio.h proto.h
24783 ____________________________________________________________________________
24784 [  7839] By: jhi                                   on 2000/11/23  16:54:14
24785         Log: Push Filter::Util::Call one level deeper.
24786      Branch: perl
24787            + t/lib/filter-util.t
24788           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
24789           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
24790            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
24791            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
24792            - t/lib/filt-util.t
24793            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
24794            ! win32/Makefile win32/makefile.mk
24795 ____________________________________________________________________________
24796 [  7838] By: jhi                                   on 2000/11/23  16:52:40
24797         Log: Reach back one higher up when searching for PERL_SRC.
24798      Branch: perl
24799            ! lib/ExtUtils/MM_Unix.pm
24800 ____________________________________________________________________________
24801 [  7837] By: jhi                                   on 2000/11/23  16:05:41
24802         Log: Subject: Re: perl@7826
24803              Date: Thu, 23 Nov 2000 02:20:25 -0600
24804              From: "Craig A. Berry" <craigberry@mac.com>
24805              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
24806              
24807              Make VMS to like Filter::Util::Call. 
24808      Branch: perl
24809            ! configure.com ext/Filter/Util/Makefile.PL
24810 ____________________________________________________________________________
24811 [  7836] By: nick                                  on 2000/11/23  16:04:08
24812         Log: Implement crlf layer - not ready for merge.
24813      Branch: perlio
24814            ! perlio.c win32/makefile.mk
24815 ____________________________________________________________________________
24816 [  7835] By: jhi                                   on 2000/11/23  15:56:52
24817         Log: STDCHAR is different in Sparc v9 vs x86.
24818      Branch: perl
24819            ! hints/solaris_2.sh
24820 ____________________________________________________________________________
24821 [  7834] By: jhi                                   on 2000/11/23  15:50:47
24822         Log: The type needs to be visible to protos.
24823      Branch: perl
24824            ! perl.h
24825 ____________________________________________________________________________
24826 [  7833] By: jhi                                   on 2000/11/23  15:40:46
24827         Log: Finish unfinished SOCKS workaround changes.
24828      Branch: perl
24829            ! doio.c
24830 ____________________________________________________________________________
24831 [  7832] By: jhi                                   on 2000/11/23  15:33:30
24832         Log: Integrate perlio.
24833      Branch: perl
24834           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
24835           !> win32/makefile.mk
24836 ____________________________________________________________________________
24837 [  7831] By: nick                                  on 2000/11/23  10:31:07
24838         Log: Correct makefile.mk dependancies for ext/Filter/Util
24839              Build ext/Encode
24840              Run dmake regen_config_h
24841      Branch: perlio
24842            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
24843            ! win32/makefile.mk
24844 ____________________________________________________________________________
24845 [  7830] By: nick                                  on 2000/11/23  08:05:07
24846         Log: Integrate mainline
24847      Branch: perlio
24848           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
24849           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
24850           +> t/lib/filt-util.pl t/lib/filt-util.t
24851           !> (integrate 41 files)
24852 ____________________________________________________________________________
24853 [  7829] By: gsar                                  on 2000/11/23  03:07:11
24854         Log: build the Filter extension on windows
24855      Branch: perl
24856            ! win32/Makefile win32/makefile.mk
24857 ____________________________________________________________________________
24858 [  7828] By: gsar                                  on 2000/11/23  02:46:35
24859         Log: regenerate win32/config* and fix some inconsistencies in the
24860              makefiles; always export Perl_deb() because it is needed
24861              by ext/re/* (whether perl itself is built with -DDEBUGGING
24862              or not)
24863      Branch: perl
24864            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
24865            ! win32/config_H.vc win32/makefile.mk
24866 ____________________________________________________________________________
24867 [  7827] By: gsar                                  on 2000/11/23  02:18:38
24868         Log: get sources building on windows+MSVC again (untested with other
24869              compilers)
24870      Branch: perl
24871            ! win32/include/sys/socket.h win32/perllib.c
24872 ____________________________________________________________________________
24873 [  7826] By: jhi                                   on 2000/11/23  01:18:26
24874         Log: Update Changes.
24875      Branch: perl
24876            ! Changes patchlevel.h
24877 ____________________________________________________________________________
24878 [  7825] By: jhi                                   on 2000/11/23  00:20:41
24879         Log: Subject: Re: av.c patch (having slight problems)
24880              From: "Ben Tilly" <ben_tilly@hotmail.com>
24881              Date: Tue, 21 Nov 2000 23:29:31 -0500
24882              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
24883              
24884              unshift() speedup.
24885      Branch: perl
24886            ! av.c
24887 ____________________________________________________________________________
24888 [  7824] By: jhi                                   on 2000/11/22  23:59:15
24889         Log: Fixes for signedness warnings noticed by VMSperlers.
24890      Branch: perl
24891            ! ext/Storable/Storable.xs regcomp.c sv.c
24892 ____________________________________________________________________________
24893 [  7823] By: jhi                                   on 2000/11/22  23:19:31
24894         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
24895              From: Peter Prymmer <pvhp@forte.com>
24896              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
24897              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
24898      Branch: perl
24899            ! t/pragma/warn/pp_hot
24900 ____________________________________________________________________________
24901 [  7822] By: jhi                                   on 2000/11/22  22:52:20
24902         Log: Be clean.
24903      Branch: perl
24904            ! Makefile.SH
24905 ____________________________________________________________________________
24906 [  7821] By: jhi                                   on 2000/11/22  22:46:39
24907         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
24908              by Damian Conway, as suggested by Paul Marquess.
24909      Branch: perl
24910            + lib/Filter/Simple.pm
24911 ____________________________________________________________________________
24912 [  7820] By: jhi                                   on 2000/11/22  22:45:51
24913         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
24914      Branch: perl
24915            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
24916            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
24917            + t/lib/filt-util.t
24918            ! MANIFEST
24919 ____________________________________________________________________________
24920 [  7819] By: jhi                                   on 2000/11/22  22:03:27
24921         Log: Integrate perlio.
24922      Branch: perl
24923           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
24924           !> win32/makefile.mk
24925 ____________________________________________________________________________
24926 [  7818] By: jhi                                   on 2000/11/22  21:56:02
24927         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
24928      Branch: perl
24929            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
24930            ! t/lib/io_sock.t
24931 ____________________________________________________________________________
24932 [  7817] By: jhi                                   on 2000/11/22  21:39:49
24933         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
24934              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24935              Date: Wed, 22 Nov 2000 16:08:12 -0500
24936              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
24937      Branch: perl
24938            ! lib/ExtUtils/Liblist.pm
24939 ____________________________________________________________________________
24940 [  7816] By: jhi                                   on 2000/11/22  21:38:25
24941         Log: Go ahead and #include <unistd.h> in perl.h.
24942      Branch: perl
24943            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
24944            ! util.c
24945 ____________________________________________________________________________
24946 [  7815] By: jhi                                   on 2000/11/22  21:22:52
24947         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
24948              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24949              Date: Mon, 20 Nov 2000 18:30:52 -0500
24950              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
24951      Branch: perl
24952            ! pod/perlre.pod regcomp.c t/op/re_tests
24953 ____________________________________________________________________________
24954 [  7814] By: jhi                                   on 2000/11/22  21:21:46
24955         Log: Subject: [PATCH 5.7.0] Liblist finally works
24956              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24957              Date: Tue, 21 Nov 2000 22:02:17 -0500
24958              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
24959      Branch: perl
24960            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
24961            ! lib/ExtUtils/MakeMaker.pm
24962 ____________________________________________________________________________
24963 [  7813] By: jhi                                   on 2000/11/22  21:20:23
24964         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
24965              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24966              Date: Wed, 22 Nov 2000 17:53:15 +0100
24967              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
24968              
24969              AIX dynaloader and perlio patch.
24970      Branch: perl
24971            ! ext/DynaLoader/dl_aix.xs
24972 ____________________________________________________________________________
24973 [  7812] By: jhi                                   on 2000/11/22  21:17:52
24974         Log: (Accidentally empty patch.)
24975      Branch: perl
24976            ! av.c
24977 ____________________________________________________________________________
24978 [  7811] By: jhi                                   on 2000/11/22  21:16:31
24979         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
24980              From: Peter Prymmer <pvhp@forte.com>
24981              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
24982              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
24983      Branch: perl
24984            ! vms/test.com
24985 ____________________________________________________________________________
24986 [  7810] By: jhi                                   on 2000/11/22  21:15:36
24987         Log: Subject: Re: perl@7777 
24988              From: "John P. Linderman" <jpl@research.att.com>
24989              Date: Wed, 22 Nov 2000 13:11:11 -0500
24990              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
24991              
24992              Detypoing.
24993      Branch: perl
24994            ! lib/CPAN.pm
24995 ____________________________________________________________________________
24996 [  7809] By: jhi                                   on 2000/11/22  21:14:19
24997         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
24998              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
24999              Date:     Wed, 22 Nov 2000 13:51:37 EST
25000              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
25001      Branch: perl
25002            ! perlsdio.h
25003 ____________________________________________________________________________
25004 [  7808] By: jhi                                   on 2000/11/22  21:13:27
25005         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
25006              From: Casey Tweten <crt@kiski.net>
25007              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
25008              Message-Id: <200011201653.LAA10194@home.kiski.net>
25009      Branch: perl
25010            ! t/lib/io_udp.t
25011 ____________________________________________________________________________
25012 [  7807] By: jhi                                   on 2000/11/22  21:12:35
25013         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
25014              From: Casey Tweten <crt@kiski.net>
25015              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
25016              Message-Id: <200011201636.LAA07227@home.kiski.net>
25017      Branch: perl
25018            ! t/lib/io_sock.t
25019 ____________________________________________________________________________
25020 [  7806] By: jhi                                   on 2000/11/22  21:10:59
25021         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
25022              From: "Casey R. Tweten" <crt@kiski.net>
25023              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
25024              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
25025      Branch: perl
25026            ! utils/h2xs.PL
25027 ____________________________________________________________________________
25028 [  7805] By: nick                                  on 2000/11/22  21:05:06
25029         Log: Integrate mainline
25030      Branch: perlio
25031           !> Changes Porting/genlog ext/DB_File/DB_File.xs
25032           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
25033           !> utils/perlbug.PL
25034 ____________________________________________________________________________
25035 [  7804] By: jhi                                   on 2000/11/22  21:01:12
25036         Log: Subject: [PATCH] Test.pm POD peculiarity
25037              From: "Casey R. Tweten" <crt@kiski.net>
25038              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
25039              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
25040      Branch: perl
25041            ! lib/Test.pm
25042 ____________________________________________________________________________
25043 [  7803] By: jhi                                   on 2000/11/22  20:59:59
25044         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
25045              From: "Philip Newton" <pnewton@gmx.de>
25046              Date: Wed, 22 Nov 2000 14:25:53 +0100
25047              Message-Id: <3A1BD771.25462.1939FAD@localhost>
25048              
25049              Be case-understanding also on 's', and use the -oi of sendmail
25050              not to terminate the transmission on a lone '.'.
25051      Branch: perl
25052            ! utils/perlbug.PL
25053 ____________________________________________________________________________
25054 [  7802] By: nick                                  on 2000/11/22  20:51:42
25055         Log: Win32 PerlIO intermediate state now working as expected.
25056              - In current state we are still using C runtime in text/binary
25057              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
25058              - PERLIO=stdio and PERLIO=unix pass all expected tests.
25059              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
25060              and PerlIO_seek() and the dummy crlf layer is not making adjustments
25061              for CRLF translation happening in C runtime. All other tests pass.
25062              
25063              Added note to README.win32 to point out the snags of doing a perl build
25064              with Norton AntiVirus turned on.
25065              
25066              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
25067              which file a fail comes from.
25068              
25069              Updated "canned" config.h to match the one generated.
25070      Branch: perlio
25071            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
25072            ! win32/makefile.mk
25073 ____________________________________________________________________________
25074 [  7801] By: jhi                                   on 2000/11/22  06:50:20
25075         Log: Nickety nits.
25076      Branch: perl
25077            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
25078 ____________________________________________________________________________
25079 [  7800] By: jhi                                   on 2000/11/22  01:29:55
25080         Log: Changes had accidentally gone too silent on non-main branches.
25081      Branch: perl
25082            ! Changes Porting/genlog patchlevel.h
25083 ____________________________________________________________________________
25084 [  7799] By: gsar                                  on 2000/11/22  01:02:56
25085         Log: some lib_pm.PL changes snuck in via change#7772
25086      Branch: maint-5.6/perl
25087            ! Makefile.SH
25088 ____________________________________________________________________________
25089 [  7798] By: nick                                  on 2000/11/21  21:59:40
25090         Log: Integrate mainline
25091      Branch: perlio
25092           !> (integrate 28 files)
25093 ____________________________________________________________________________
25094 [  7797] By: jhi                                   on 2000/11/21  21:01:45
25095         Log: Integrate perlio.
25096      Branch: perl
25097           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
25098 ____________________________________________________________________________
25099 [  7796] By: nick                                  on 2000/11/21  20:36:22
25100         Log: Win32 builds and runs (mostly) with USE_PERLIO.
25101              PERLIO=perlio passes all tests. 
25102              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
25103      Branch: perlio
25104            ! perlio.c win32/perllib.c win32/win32.c
25105 ____________________________________________________________________________
25106 [  7795] By: jhi                                   on 2000/11/21  19:03:44
25107         Log: Update Changes.
25108      Branch: perl
25109            ! Changes patchlevel.h
25110 ____________________________________________________________________________
25111 [  7794] By: jhi                                   on 2000/11/21  18:56:34
25112         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
25113              From: "Craig A. Berry" <craigberry@mac.com>
25114              Date: Mon, 20 Nov 2000 20:27:06 -0600
25115              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
25116              
25117              A cut-and-pasto.
25118      Branch: perl
25119            ! perlio.h
25120 ____________________________________________________________________________
25121 [  7793] By: jhi                                   on 2000/11/21  18:54:41
25122         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
25123              From: Dominic Dunlop <domo@computer.org> 
25124              Date: Mon, 20 Nov 2000 18:55:29 +0100
25125              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
25126              
25127              va_copy() and the need of it.
25128              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
25129      Branch: metaconfig/U/perl
25130            + need_va_copy.U
25131      Branch: perl
25132            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25133            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
25134            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
25135            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
25136            ! win32/config.bc win32/config.gc win32/config.vc
25137 ____________________________________________________________________________
25138 [  7792] By: jhi                                   on 2000/11/21  17:04:10
25139         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
25140      Branch: perl
25141           !> scope.h
25142 ____________________________________________________________________________
25143 [  7791] By: jhi                                   on 2000/11/21  17:01:16
25144         Log: Export the SOCKS workaround symbols only if necessary.
25145      Branch: perl
25146            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
25147 ____________________________________________________________________________
25148 [  7790] By: nick                                  on 2000/11/20  23:57:11
25149         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
25150      Branch: perlio
25151            ! scope.h
25152 ____________________________________________________________________________
25153 [  7789] By: nick                                  on 2000/11/20  23:38:33
25154         Log: Integrate mainline
25155      Branch: perlio
25156           +> lib/File/Spec/Epoc.pm
25157           !> (integrate 34 files)
25158 ____________________________________________________________________________
25159 [  7788] By: nick                                  on 2000/11/20  23:20:18
25160         Log: Make extra buffer layer work (dummy crlf layer)
25161      Branch: perlio
25162            ! doio.c perlio.c perlio.h
25163 ____________________________________________________________________________
25164 [  7787] By: jhi                                   on 2000/11/20  22:44:04
25165         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
25166              From: Peter Prymmer <pvhp@forte.com>
25167              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
25168              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
25169      Branch: perl
25170            ! t/pragma/locale.t
25171 ____________________________________________________________________________
25172 [  7786] By: jhi                                   on 2000/11/20  22:29:10
25173         Log: Subject: DOC PATCH 5.6.0 perlreftut
25174              From: mjd@plover.com
25175              Date: 20 Nov 2000 19:45:06 -0000
25176              Message-ID: <20001120194506.9505.qmail@plover.com>
25177      Branch: perl
25178            ! pod/perlreftut.pod
25179 ____________________________________________________________________________
25180 [  7785] By: jhi                                   on 2000/11/20  22:27:44
25181         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
25182              From: David Dyck <dcd@tc.fluke.com>
25183              Date: Mon, 20 Nov 2000 11:43:40 -0800
25184              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
25185      Branch: perl
25186            ! lib/Cwd.pm
25187 ____________________________________________________________________________
25188 [  7784] By: jhi                                   on 2000/11/20  22:23:21
25189         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
25190              Date: Mon, 20 Nov 2000 17:06:10 -0500
25191              To: Mailing list Perl5 <perl5-porters@perl.org>
25192              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
25193      Branch: perl
25194            ! pp_ctl.c t/op/pat.t
25195 ____________________________________________________________________________
25196 [  7783] By: jhi                                   on 2000/11/20  22:11:18
25197         Log: Subject: [PATCH] doop.c - UTF8 tr///               
25198              From: Simon Cozens <simon@cozens.net>
25199              Date: Sat, 18 Nov 2000 18:49:30 +0000
25200              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
25201              
25202              Subject: Re: [PATCH] doop.c - UTF8 tr///           
25203              From: Simon Cozens <simon@cozens.net>
25204              Date: Mon, 20 Nov 2000 20:45:22 +0000
25205              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
25206              
25207              Make tr on UTF-8 better but still not correct.
25208      Branch: perl
25209            ! doop.c
25210 ____________________________________________________________________________
25211 [  7782] By: jhi                                   on 2000/11/20  22:02:16
25212         Log: Remove the shared object before attempting to create
25213              (by linking) a new one.  E.g. in AIX not removing
25214              becomes quite painful if one tries to do more than one
25215              build in the same tree (an interrupted build, for example),
25216              since the AIX' shared dynaloader seemingly keeps the shared
25217              objects open and therefore 'busy' for quite a while, even when
25218              nobody is using the objects, leading into link failures.
25219      Branch: perl
25220            ! lib/ExtUtils/MM_Unix.pm
25221 ____________________________________________________________________________
25222 [  7781] By: gsar                                  on 2000/11/20  19:02:55
25223         Log: type mismatch due to faulty integration
25224      Branch: maint-5.6/perl
25225            ! toke.c win32/Makefile
25226 ____________________________________________________________________________
25227 [  7780] By: gsar                                  on 2000/11/20  17:31:55
25228         Log: integrate changes#6392,6394..6399,6401..6404
25229              
25230              The {multiplier} of a fixed substring was overlooked which
25231              caused a wrong initial search offset for that substring.
25232              
25233              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
25234              From: Hugo <hv@crypt.compulink.co.uk>
25235              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
25236              Date: Thu, 13 Jul 2000 19:27:13 +0100
25237              
25238              Fix the BOM bug: not a byteorder bug, a signedness bug.
25239              
25240              Replace change #6337 with a better one.
25241              
25242              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
25243              From: Hugo <hv@crypt.compulink.co.uk>
25244              Date: Fri, 14 Jul 2000 04:16:20 +0100
25245              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
25246              
25247              MakeMaker should not remove editor backups (*~) on `make clean`
25248              by default (completes change#6383)
25249              
25250              move new variables to the end of the interpreter structure (for
25251              bincompat in code that doesn't #include XSUB.h)
25252              
25253              rename totally bletcherous SvLOCK() thingy (doesn't do what the
25254              name suggests anyway)
25255              
25256              various cleanups (typos, misformatted code, and small bugs)
25257              
25258              typecasts needed for change#6394
25259              
25260              typos in change#6399, regen headers
25261              
25262              inconsistent types needs casts
25263              
25264              PERL_OBJECT build tweaks
25265      Branch: maint-5.6/perl
25266           !> MANIFEST doop.c embed.h embed.pl embedvar.h
25267           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
25268           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
25269           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
25270           !> toke.c util.c
25271 ____________________________________________________________________________
25272 [  7779] By: gsar                                  on 2000/11/20  17:06:29
25273         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
25274              
25275              Cosmetics and perldelta.
25276              
25277              Fix nits noticed by Boston.pm.
25278              
25279              Do the cc sanity check both before the hints and
25280              after the cc selction.
25281              
25282              get sprintf.t to adjust properly for 3-digit exponents
25283              
25284              don't clobber *.orig files on *clean targets
25285              
25286              fix bugs in processing %v-*d and similar format specs (from
25287              Avi Finkel <avi@finkel.org>)
25288              
25289              sprintf test tweaks (from Dominic Dunlop)
25290              
25291              new selfloader.t in change#6183 doesn't close DATA handles,
25292              and thus fails to clean up tmp files on dosish platforms
25293              
25294              typos (spotted by Peter Prymmer)
25295              
25296              typo fix from Craig Berry
25297      Branch: maint-5.6/perl
25298           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
25299           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
25300           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
25301           !> x2p/Makefile.SH
25302 ____________________________________________________________________________
25303 [  7778] By: gsar                                  on 2000/11/20  16:46:51
25304         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
25305              
25306              Subject: Re: format bug report  [Patch]
25307              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25308              Date: Wed, 05 Jul 2000 13:12:52 +0200
25309              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
25310              
25311              Subject: Re: format bug report  [Patch]
25312              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25313              Date: Wed, 05 Jul 2000 14:10:01 +0200
25314              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
25315              
25316              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
25317              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
25318              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
25319              Date: Fri, 07 Jul 2000 17:57:16 +0100
25320              
25321              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
25322              To: perl5-porters@perl.org
25323              From: Karsten Sperling <spiff@phreax.net>
25324              Date: Mon, 10 Jul 2000 15:12:52 +0200
25325              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
25326              
25327              README.posix-bc podified from Thomas Dorner.
25328              
25329              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
25330              From: Dominic Dunlop <domo@computer.org>
25331              Date: Tue, 11 Jul 2000 12:27:33 +0200
25332              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
25333              
25334              Typo in #6341.
25335              
25336              Fix for
25337              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
25338              From: Roderick Schertler <roderick@argon.org>
25339              Date: Tue, 11 Jul 2000 13:55:05 -0400
25340              Message-Id: <200007111755.NAA05077@jones.argon.org>
25341              
25342              Minor cleanups on the booklist.
25343              
25344              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
25345              regen perltoc.
25346              
25347              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
25348      Branch: maint-5.6/perl
25349           +> pod/perlbook.pod
25350           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
25351           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
25352           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
25353 ____________________________________________________________________________
25354 [  7777] By: jhi                                   on 2000/11/20  16:08:49
25355         Log: Update Changes.
25356      Branch: perl
25357            ! Changes patchlevel.h
25358 ____________________________________________________________________________
25359 [  7776] By: jhi                                   on 2000/11/20  15:27:56
25360         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
25361              This may be overly harsh but until proven otherwise, we think this
25362              way, or until we have a simple test for Configure (having to start
25363              up servers is does not count as simple) to check for the problems.
25364      Branch: perl
25365            ! perl.h
25366 ____________________________________________________________________________
25367 [  7775] By: jhi                                   on 2000/11/20  15:22:17
25368         Log: Solaris hints tweaks.
25369      Branch: perl
25370            ! hints/solaris_2.sh
25371 ____________________________________________________________________________
25372 [  7774] By: jhi                                   on 2000/11/20  15:01:20
25373         Log: Add a workaround to SOCKS 64-bit problems.
25374      Branch: perl
25375            ! doio.c embed.h embed.pl perlsdio.h proto.h
25376 ____________________________________________________________________________
25377 [  7773] By: jhi                                   on 2000/11/20  14:51:47
25378         Log: sysseek() instead of seek().
25379      Branch: perl
25380            ! t/lib/syslfs.t
25381 ____________________________________________________________________________
25382 [  7772] By: gsar                                  on 2000/11/20  13:06:23
25383         Log: integrate changes#6315..6319,6321..6331,6333..6338
25384              
25385              Integrate with Sarathy, preliminary fix for unicos
25386              alignment problems in [ID 20000612.002] Perl problem on Cray system.
25387              
25388              some debugger output does not go to the socket when RemotePort is set
25389              
25390              winsock cleanup never done on Windows (leads to handle leaks)
25391              
25392              fix UNC path handling on Windows under ithreads, and chdir()
25393              return value when given a non-existent directory
25394              
25395              Autogenerate pod/Makefile and pod/buildtoc.
25396              buildtoc also checks whether the existin pods are
25397              mentioned in MANIFEST and perl.pod, and vice versa.
25398              (None of the thusly found discrepancies fixed yet.)
25399              roffitall also needs to be autogenerated similarly but it
25400              seems so badly out of date that I didn't touch it yet.
25401              
25402              Config is being used.
25403              
25404              Add =head1 NAMEs so that buildtoc is happy.
25405              (The CGI::Util nit reported to Lincoln.)
25406              
25407              Fix complaints of buildtoc.
25408              
25409              Fix the alignment problem in Crays ([ID 20000612.002]).
25410              
25411              Remove perlbook, update perlfaq book listing,
25412              rearrange perl.pod, regenerate perltoc.
25413              
25414              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
25415              was cast to an unsigned (32-bit) integer with wild abandon.
25416              
25417              winsock options weren't being set in all threads under ithreads
25418              (caused send()s from second and subsequent threads to fail)
25419              
25420              accept() leaks memory on windows due to incorrect ordering of
25421              closesocket() and fclose() calls
25422              
25423              Reorder perl.pod once more.
25424              
25425              More POSIX.pod tweaks.
25426              
25427              Sprinkle ldlibpath.
25428              
25429              Precedence goof, fix based on
25430              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
25431              From: Hugo <hv@crypt.compulink.co.uk>
25432              Date: Tue, 11 Jul 2000 12:52:38 +0100
25433              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
25434              
25435              Subject: PATCH perlguts.pod: Document D and d magic types
25436              From: mjd@plover.com
25437              Date: 5 Jul 2000 18:01:51 -0000
25438              Message-ID: <20000705180151.29413.qmail@plover.com>
25439              
25440              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
25441              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
25442              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
25443              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
25444              
25445              Subject: [PATCH cfgperl] $& segfaults if you trick it
25446              From: simon@brecon.co.uk (Simon Cozens)
25447              Date: 7 Jul 2000 11:26:09 GMT
25448              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
25449              
25450              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
25451              From: Hugo <hv@crypt.compulink.co.uk>
25452              Date: Tue, 11 Jul 2000 12:44:50 +0100
25453              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
25454              
25455              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
25456              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
25457              Date: Tue, 11 Jul 2000 13:50:51 +0100
25458              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
25459      Branch: maint-5.6/perl
25460           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
25461           +> pod/buildtoc.PL
25462            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
25463           !> (integrate 26 files)
25464 ____________________________________________________________________________
25465 [  7771] By: gsar                                  on 2000/11/20  12:31:42
25466         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
25467              6310,6311,6314
25468              
25469              Subject: [PATCH bleedperl] File::Spec 0.82 beta
25470              From: Barrie Slaymaker <barries@jester.slaysys.com>
25471              Date: Wed, 28 Jun 2000 11:35:29 -0400
25472              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
25473              
25474              tweak perlembed for multiplicity/usethreads sanity; correct notes
25475              about Windows
25476              
25477              localize %INC in a Safe compartment so that use/require work
25478              (many other magic globals probably need similar treatment)
25479              
25480              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
25481              when @_ is modified, causing coredumps
25482              
25483              slurp mode fix in change#4736 still not quite right
25484              
25485              Point to perlipc for more SysV IPC examples.
25486              
25487              Elaborate POSIX.pod.  Still needs work.
25488              
25489              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
25490              
25491              fix large memory leak that has been around for ever, masked by
25492              -DPURIFY (most of the arenas were never freed!)
25493              
25494              fix memory leak on Windows (PL_sys_intern contents were never
25495              freed)
25496              
25497              PERL_OBJECT build tweak
25498              
25499              adjust change#6299
25500              
25501              remove rel2abs prototypes (from Barrie Slaymaker)
25502              
25503              missing perldiag entry for unpack("w",...) diagnostic (from
25504              Andreas Koenig)
25505              
25506              better diagnostic on Frob->stuff() when Frob:: doesn't exist
25507              (from Richard Soderberg <rs@oregonnet.com>)
25508              
25509              Win32 patches for cfgperl from Sarathy.
25510              
25511              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
25512              
25513              More POSIX.pod embellishment.
25514              
25515              tyop in change#6306
25516      Branch: maint-5.6/perl
25517           !> (integrate 44 files)
25518 ____________________________________________________________________________
25519 [  7770] By: gsar                                  on 2000/11/20  11:51:00
25520         Log: integrate changes#6268..6282 from cfgperl branch
25521              
25522              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
25523              From: Dominic Dunlop <domo@computer.org>
25524              Date: Thu, 29 Jun 2000 12:32:39 +0200
25525              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
25526              
25527              Regen headers for #6261 (and update embed.pl for this) and #6267,
25528              silence few compiler warnings.
25529              
25530              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
25531              From: Nicholas Clark <nick@talking.bollo.cx>
25532              Date: Fri, 23 Jun 2000 16:21:15 +0100
25533              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
25534              
25535              Subject: PATCH pod/perltie.pod
25536              From: Ian Phillipps <Ian.Phillipps@iname.com>
25537              Date: Fri, 16 Jun 2000 00:17:19 +0100
25538              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
25539              (only the first hunk, the second hunk had already been done
25540              by some other patch)
25541              
25542              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
25543              From: Tom Phoenix <rootbeer@redcat.com>
25544              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
25545              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
25546              
25547              Subject: [PATCH] xsub attributes
25548              From: Doug MacEachern <dougm@covalent.net>
25549              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
25550              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
25551              
25552              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
25553              From: Andy Dougherty <doughera@lafayette.edu>
25554              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
25555              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
25556              
25557              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
25558              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
25559              Date: Tue, 13 Jun 2000 02:43:48 -0500
25560              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
25561              
25562              Subject: [PATCH] Re: eval documentation: context
25563              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
25564              Date: Mon, 12 Jun 2000 15:07:29 +0100
25565              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
25566              
25567              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
25568              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
25569              Date: Mon, 12 Jun 2000 14:55:59 +0100
25570              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
25571              
25572              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
25573              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
25574              Date: Fri, 09 Jun 2000 12:39:27 -0400
25575              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
25576              (plus update the version "number" of Text::Wrap)
25577              
25578              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
25579              From: Tim Ayers <tayers@bridge.com>
25580              Date: Thu, 08 Jun 2000 08:11:06 +0200
25581              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
25582              [resent by Richard Foley, Message-Id probably wrong]
25583              
25584              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
25585              From: rspier@pobox.com (Robert Spier)
25586              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
25587              Message-ID: <14654.31913.845602.610277@rls.cx>
25588              
25589              Subject: [PATCH 5.6.0] utils/h2xs.PL
25590              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
25591              Date: Wed, 7 Jun 2000 04:02:04 -0500
25592              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
25593              
25594              Subject: [PATCH 5.6.0]ITHREADs for VMS
25595              From: Dan Sugalski <dan@sidhe.org>
25596              Date: Tue, 06 Jun 2000 11:59:50 -0400
25597              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
25598      Branch: maint-5.6/perl
25599           !> (integrate 31 files)
25600 ____________________________________________________________________________
25601 [  7769] By: gsar                                  on 2000/11/20  11:29:06
25602         Log: integrate changes#6261..6266 from cfgperl
25603              
25604              Subject: Re: [PATCH cfgperl] BOMs away!
25605              From: simon@brecon.co.uk (Simon Cozens)
25606              Date: 17 Jun 2000 11:49:57 GMT
25607              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
25608              
25609              Subject: 5.6.0 Patch for EPOC
25610              From: Olaf Flebbe <o.flebbe@gmx.de>
25611              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
25612              Message-ID: <23449.960929969@www11.gmx.net>
25613              
25614              tr fixes from Simon Cozens
25615              
25616              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
25617              From: Marty Lucich <marty@netcom.com>
25618              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
25619              Message-Id: <200006282116.OAA11148@netcom.com>
25620              ccdlflags update (the BSD/OS 4.1 part had already been taken
25621              care of by #6141).
25622              
25623              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
25624              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
25625              Date: Wed, 28 Jun 2000 17:50:12 -0700
25626              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
25627              
25628              Subject: [PATCH 5.6.0] cygwin port
25629              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
25630              From: "Fifer, Eric" <EFifer@sanwaint.com>
25631              Date: Thu, 29 Jun 2000 12:58:29 +0100
25632      Branch: maint-5.6/perl
25633           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
25634           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
25635           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
25636           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
25637 ____________________________________________________________________________
25638 [  7768] By: gsar                                  on 2000/11/20  11:13:44
25639         Log: integrate changes#6252..6256,6259..6260
25640              
25641              Paranoia tweak on #6249.
25642              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
25643              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
25644              Date: Sun, 25 Jun 2000 23:43:12 -0400
25645              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
25646              
25647              Subject: tr///, help wanted.
25648              From: simon@brecon.co.uk (Simon Cozens)
25649              Date: 28 Jun 2000 11:29:04 GMT
25650              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
25651              
25652              small thinko tweaks
25653              
25654              tweaks from Simon Conzes to further fix tr/// under utf8
25655              
25656              perlnewmod was missing from MANIFEST.
25657              
25658              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
25659              From: simon@brecon.co.uk (Simon Cozens)
25660              Date: 17 Jun 2000 11:56:44 GMT
25661              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
25662              pack U0, pack C0
25663      Branch: maint-5.6/perl
25664           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
25665           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
25666           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
25667           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
25668 ____________________________________________________________________________
25669 [  7767] By: gsar                                  on 2000/11/20  10:51:38
25670         Log: integrate change#6250 from cfgperl
25671              
25672              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
25673              From: Doug MacEachern <dougm@covalent.net>
25674              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
25675              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
25676      Branch: maint-5.6/perl
25677           +> t/op/my_stash.t
25678           !> MANIFEST embed.pl global.sym proto.h toke.c
25679 ____________________________________________________________________________
25680 [  7766] By: gsar                                  on 2000/11/20  10:48:34
25681         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
25682              
25683              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
25684              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
25685              Date: Mon, 26 Jun 2000 18:40:14 +0100
25686              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
25687              
25688              Subject: [PATCH] bytes<->utf8 fixes
25689              From: simon@brecon.co.uk (Simon Cozens)
25690              Date: 26 Jun 2000 04:55:45 GMT
25691              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
25692              
25693              Subject: [PATCH] is_utf8_string
25694              From: simon@brecon.co.uk (Simon Cozens)
25695              Date: 26 Jun 2000 02:25:59 GMT
25696              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
25697              
25698              Subject: [PATCH] avoid mg_ptr in '*' magic
25699              From: Doug MacEachern <dougm@covalent.net>
25700              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
25701              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
25702              
25703              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
25704              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
25705              Date: Sat, 24 Jun 2000 13:06:20 +0100
25706              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
25707              
25708              Allow for standalone testing.
25709              
25710              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
25711              From: Mark-Jason Dominus <mjd@plover.com>
25712              Date: Tue, 27 Jun 2000 22:36:42 -0400
25713              Message-ID: <20000628023642.12166.qmail@plover.com>
25714              
25715              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
25716              From: Frank Tobin <ftobin@uiuc.edu>
25717              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
25718              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
25719      Branch: maint-5.6/perl
25720           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
25721           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
25722           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
25723           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
25724           !> utf8.c utils/h2xs.PL
25725 ____________________________________________________________________________
25726 [  7765] By: gsar                                  on 2000/11/20  10:29:13
25727         Log: integrate change#6239 from cfgperl
25728              
25729              Configure maintenance.  Sever some dependency cycles,
25730              separate gccversion from the cc unit,
25731              address [ID 20000623.006] Configure script patch for using gcc on AIX
25732              (but solve it a little bit differently),
25733              unduplex some accidentally duplicated units,
25734              suggest using gcc if no cc available
25735              (p5p thread: "Solaris configure: counterproposal", 1999-09)
25736      Branch: maint-5.6/perl
25737           !> Configure Todo-5.6 config_h.SH
25738 ____________________________________________________________________________
25739 [  7764] By: gsar                                  on 2000/11/20  10:25:55
25740         Log: integrate changes#6233..6238 from cfgperl
25741              
25742              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
25743              From: Mark-Jason Dominus <mjd@plover.com>
25744              Date: Fri, 16 Jun 2000 20:53:04 -0400
25745              Message-ID: <20000617005304.8008.qmail@plover.com>
25746              
25747              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
25748              because when run as services (Win32ese for daemons)
25749              no environment variables are set and tmpdir ends up as /tmp,
25750              which is ambiguous.
25751              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
25752              From: matt@sergeant.org
25753              Date: 16 Jun 2000 16:30:43 -0000
25754              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
25755              
25756              The thread begun by
25757              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
25758              From: Kevin.Ruscoe@ubsw.com
25759              Date: Fri, 16 Jun 2000 16:38:51 +0100
25760              Message-Id: <H000019b03c300d6@MHS>
25761              
25762              Tweak embed.pl, regen headers.
25763              
25764              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
25765              From: Dan Sugalski <dan@sidhe.org>
25766              Date: Fri, 23 Jun 2000 17:00:00 -0400
25767              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
25768      Branch: maint-5.6/perl
25769           !> (integrate 27 files)
25770 ____________________________________________________________________________
25771 [  7763] By: gsar                                  on 2000/11/20  10:08:08
25772         Log: s/perl56delta/perldelta/g
25773      Branch: maint-5.6/perl
25774            ! pod/Makefile
25775 ____________________________________________________________________________
25776 [  7762] By: gsar                                  on 2000/11/20  10:04:00
25777         Log: integrate changes#6225,6229,6231,6232 from cfgperl
25778              
25779              Add source code filenames to apidoc.
25780              From: simon@brecon.co.uk (Simon Cozens)
25781              Subject: [PATCH embed.pl] Source X-ref
25782              Date: 22 Jun 2000 02:18:49 GMT
25783              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
25784              
25785              Subject: README.hpux version 0.6.1
25786              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
25787              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
25788              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
25789              
25790              Subject: [PATCH 5.6.0] cygwin port
25791              From: "Fifer, Eric" <EFifer@sanwaint.com>
25792              Date: Tue, 20 Jun 2000 14:30:58 +0100
25793              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
25794              
25795              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
25796              From: simon@brecon.co.uk (Simon Cozens)
25797              Date: 19 Jun 2000 15:18:27 GMT
25798              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
25799              
25800              plus update pod/Makefile and regenerate perltoc
25801      Branch: maint-5.6/perl
25802           +> pod/perlutil.pod
25803           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
25804           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
25805 ____________________________________________________________________________
25806 [  7761] By: jhi                                   on 2000/11/20  04:09:55
25807         Log: Miraculous typo.
25808      Branch: perl
25809            ! t/op/pat.t
25810 ____________________________________________________________________________
25811 [  7760] By: jhi                                   on 2000/11/20  04:06:08
25812         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
25813              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25814              Date: Sun, 19 Nov 2000 22:30:26 -0500
25815              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
25816      Branch: perl
25817            ! regexec.c scope.h t/op/pat.t
25818 ____________________________________________________________________________
25819 [  7759] By: jhi                                   on 2000/11/20  02:05:22
25820         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
25821      Branch: perl
25822            ! perl.h
25823 ____________________________________________________________________________
25824 [  7758] By: jhi                                   on 2000/11/20  01:58:11
25825         Log: Subject: [perl 7711: EPOC] updates
25826              From: Olaf Flebbe <o.flebbe@gmx.de>
25827              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
25828              Message-ID: <25575.974658810@www23.gmx.net>               
25829      Branch: perl
25830            + lib/File/Spec/Epoc.pm
25831            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
25832            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
25833            ! lib/File/Spec.pm perl.c sv.c
25834 ____________________________________________________________________________
25835 [  7757] By: jhi                                   on 2000/11/20  01:53:11
25836         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
25837      Branch: perl
25838            ! MANIFEST
25839 ____________________________________________________________________________
25840 [  7756] By: jhi                                   on 2000/11/20  01:47:22
25841         Log: Integrate perlio.
25842      Branch: perl
25843            - ext/re/hints/MSWin32.pl
25844           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
25845           !> win32/config.gc win32/config_H.gc win32/win32sck.c
25846 ____________________________________________________________________________
25847 [  7755] By: nick                                  on 2000/11/19  20:57:17
25848         Log: Add dummy crlf layer (just as buffer)
25849              Correct 1st bug - one layer of indirection.
25850      Branch: perlio
25851            ! perlio.c perlio.h perliol.h
25852 ____________________________________________________________________________
25853 [  7754] By: nick                                  on 2000/11/19  20:56:12
25854         Log: Work-round to Perl_deb_nocontext is no longer required
25855      Branch: perlio
25856            - ext/re/hints/MSWin32.pl
25857 ____________________________________________________________________________
25858 [  7753] By: nick                                  on 2000/11/19  20:01:16
25859         Log: diff -se shows these as different
25860      Branch: perlio
25861            ! global.sym pod/perlapi.pod
25862 ____________________________________________________________________________
25863 [  7752] By: nick                                  on 2000/11/19  18:57:30
25864         Log: Configure GCC/Win32 build -Duseperlio
25865              Fix a couple of gross issues
25866              - double-include of ../deb.o in re.dll
25867              - win32sck.c needs PerlIO and FILE 
25868      Branch: perlio
25869            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
25870            ! win32/win32sck.c
25871 ____________________________________________________________________________
25872 [  7751] By: nick                                  on 2000/11/19  17:05:36
25873         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
25874      Branch: perlio
25875            ! perlio.c
25876 ____________________________________________________________________________
25877 [  7750] By: nick                                  on 2000/11/19  16:57:14
25878         Log: Missing aTHX_
25879      Branch: perlio
25880            ! sv.c
25881 ____________________________________________________________________________
25882 [  7749] By: jhi                                   on 2000/11/19  16:28:40
25883         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
25884              From: "Peter J. Farley III" <pjfarley@banet.net>
25885              Date: Sun, 19 Nov 2000 01:42:58 -0500
25886              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
25887      Branch: perl
25888            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
25889 ____________________________________________________________________________
25890 [  7748] By: jhi                                   on 2000/11/19  16:08:10
25891         Log: Subject: podlators 1.05 available        
25892              From: Russ Allbery <rra@stanford.edu>   
25893              Date: 18 Nov 2000 22:04:28 -0800
25894              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
25895      Branch: perl
25896            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
25897 ____________________________________________________________________________
25898 [  7747] By: nick                                  on 2000/11/19  11:19:39
25899         Log: Integrate mainline
25900      Branch: perlio
25901           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
25902           !> util.c
25903 ____________________________________________________________________________
25904 [  7746] By: jhi                                   on 2000/11/19  06:42:22
25905         Log: Make hex scanning warn on "\x{x}" and "\xx".
25906              "\x" and and hex("x") are still valid.
25907      Branch: perl
25908            ! util.c
25909 ____________________________________________________________________________
25910 [  7745] By: nick                                  on 2000/11/18  22:52:28
25911         Log: Integrate mainline
25912      Branch: perlio
25913           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
25914           !> perl.h perlio.c proto.h regcomp.c regcomp.h
25915 ____________________________________________________________________________
25916 [  7744] By: jhi                                   on 2000/11/18  22:50:28
25917         Log: Introduce Perl_utf8_length().  Use it.
25918      Branch: perl
25919            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
25920 ____________________________________________________________________________
25921 [  7743] By: jhi                                   on 2000/11/18  22:38:51
25922         Log: Compiler denit.
25923      Branch: perl
25924            ! perlio.c
25925 ____________________________________________________________________________
25926 [  7742] By: jhi                                   on 2000/11/18  20:33:05
25927         Log: Integrate perlio.
25928      Branch: perl
25929           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
25930           !> perlio.h pp_ctl.c pp_sys.c sv.c
25931 ____________________________________________________________________________
25932 [  7741] By: jhi                                   on 2000/11/18  20:31:27
25933         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
25934              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25935              Date: Fri, 17 Nov 2000 20:35:11 -0500
25936              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
25937              
25938              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
25939              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25940              Date: Fri, 17 Nov 2000 21:03:47 -0500
25941              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
25942              
25943              Plus a little bit of tweaking in pregcomp().
25944      Branch: perl
25945            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
25946 ____________________________________________________________________________
25947 [  7740] By: nick                                  on 2000/11/18  20:17:22
25948         Log: Lexical use open ... support:
25949              add ->cop_io to COP structure in cop.h.
25950              Make mg.c and gv.c associate it with ${^OPEN}.
25951              Make lib/open.pm set it.
25952              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
25953              manner similar to ->cop_warnings.
25954              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
25955              call new PerlIO_apply_layers().
25956              Declare latter in perlio.h and define in perlio.c
25957      Branch: perlio
25958            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
25959            ! perlio.h pp_ctl.c pp_sys.c sv.c
25960 ____________________________________________________________________________
25961 [  7739] By: jhi                                   on 2000/11/18  19:54:00
25962         Log: Integrate perlio.
25963      Branch: perl
25964           !> doio.c perlio.c pp.c
25965 ____________________________________________________________________________
25966 [  7738] By: jhi                                   on 2000/11/18  17:16:13
25967         Log: Subject: [PATCH 5.7.0] etags broken again
25968              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25969              Date: Sat, 18 Nov 2000 02:41:36 -0500
25970              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
25971      Branch: perl
25972            ! emacs/ptags
25973 ____________________________________________________________________________
25974 [  7737] By: jhi                                   on 2000/11/18  17:12:18
25975         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
25976      Branch: perl
25977            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
25978 ____________________________________________________________________________
25979 [  7736] By: nick                                  on 2000/11/18  14:06:20
25980         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
25981              part to be isolated.
25982      Branch: perlio
25983            ! doio.c perlio.c
25984 ____________________________________________________________________________
25985 [  7735] By: nick                                  on 2000/11/18  11:03:32
25986         Log: Integrate mainline
25987      Branch: perlio
25988           !> Changes README.amiga README.win32 patchlevel.h
25989           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
25990 ____________________________________________________________________________
25991 [  7734] By: jhi                                   on 2000/11/18  01:18:56
25992         Log: Update Changes.
25993      Branch: perl
25994            ! Changes patchlevel.h
25995 ____________________________________________________________________________
25996 [  7733] By: jhi                                   on 2000/11/18  00:32:54
25997         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
25998              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25999              Date: Fri, 17 Nov 2000 17:28:02 -0500
26000              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
26001      Branch: perl
26002            ! regcomp.c regexec.c t/op/re_tests
26003 ____________________________________________________________________________
26004 [  7732] By: jhi                                   on 2000/11/18  00:28:56
26005         Log: Sparc 64-bit pack() fix from Jens Hamisch.
26006      Branch: perl
26007            ! pp.c
26008 ____________________________________________________________________________
26009 [  7731] By: jhi                                   on 2000/11/18  00:18:39
26010         Log: Explain in more detail the {} syntax ambiguousity.
26011              
26012              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
26013              From: Nicholas Clark <nick@ccl4.org>
26014              Date: Fri, 17 Nov 2000 22:10:28 +0000
26015              Message-ID: <20001117221028.A88930@plum.flirble.org>
26016      Branch: perl
26017            ! pod/perlfunc.pod
26018 ____________________________________________________________________________
26019 [  7730] By: jhi                                   on 2000/11/18  00:12:18
26020         Log: Subject: Fix for README.amiga (20000323.033)
26021              From: "Stephen P. Potter" <spp@spotter.yi.org>
26022              Date: Fri, 17 Nov 2000 12:25:51 -0500
26023              Message-Id: <200011171725.MAA05768@spotter.yi.org>
26024      Branch: perl
26025            ! README.amiga
26026 ____________________________________________________________________________
26027 [  7729] By: jhi                                   on 2000/11/18  00:08:34
26028         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
26029              From: "A. C. Yardley" <yardley@tanet.net>
26030              Date: Mon, 3 Apr 2000 11:35:33 -0700
26031              Message-ID: <3483.000403@tanet.net>
26032      Branch: perl
26033            ! README.win32
26034 ____________________________________________________________________________
26035 [  7728] By: nick                                  on 2000/11/17  21:59:47
26036         Log: Integrate mainline
26037      Branch: perlio
26038           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
26039           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
26040           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
26041           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
26042 ____________________________________________________________________________
26043 [  7727] By: nick                                  on 2000/11/17  21:56:31
26044         Log: Experiment on use of attributes.pm interface.
26045              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
26046              SVt_PVRV if not already something better (else vivify of say magic gets
26047              core dump).
26048      Branch: perlio
26049            ! perlio.c pp.c
26050 ____________________________________________________________________________
26051 [  7726] By: jhi                                   on 2000/11/17  14:15:49
26052         Log: Subject: Fix for 20000815.006
26053              From: "Stephen P. Potter" <spp@spotter.yi.org>
26054              Date: Fri, 17 Nov 2000 08:57:45 -0500
26055              Message-Id: <200011171357.IAA05122@spotter.yi.org>
26056              
26057              It's really 20000518.006.
26058      Branch: perl
26059            ! pod/perlmodlib.PL
26060 ____________________________________________________________________________
26061 [  7725] By: jhi                                   on 2000/11/17  14:12:31
26062         Log: Subject: Fix for 20000409.001
26063              From: "Stephen P. Potter" <spp@spotter.yi.org>
26064              Date: Fri, 17 Nov 2000 08:55:45 -0500
26065              Message-Id: <200011171355.IAA05104@spotter.yi.org>
26066      Branch: perl
26067            ! pod/perlfaq9.pod
26068 ____________________________________________________________________________
26069 [  7724] By: jhi                                   on 2000/11/17  14:08:58
26070         Log: Undo #7627 now that we have =head3.
26071      Branch: perl
26072            ! pod/perlhack.pod
26073 ____________________________________________________________________________
26074 [  7723] By: jhi                                   on 2000/11/17  14:04:09
26075         Log: As surmised the #7719 wasn't a good move.
26076      Branch: perl
26077            ! hints/solaris_2.sh
26078 ____________________________________________________________________________
26079 [  7722] By: jhi                                   on 2000/11/17  13:59:04
26080         Log: Also the 64bitall hints can be either here or there.
26081      Branch: perl
26082            ! hints/solaris_2.sh
26083 ____________________________________________________________________________
26084 [  7721] By: jhi                                   on 2000/11/17  02:26:23
26085         Log: Test tweak for the open pragma.
26086      Branch: perl
26087            ! t/lib/b.t
26088 ____________________________________________________________________________
26089 [  7720] By: jhi                                   on 2000/11/17  00:23:22
26090         Log: The long double hints can be here or there.
26091      Branch: perl
26092            ! hints/solaris_2.sh
26093 ____________________________________________________________________________
26094 [  7719] By: jhi                                   on 2000/11/17  00:14:06
26095         Log: For Solaris use64bitall the stdchar needs a little bit of help.
26096      Branch: perl
26097            ! hints/solaris_2.sh
26098 ____________________________________________________________________________
26099 [  7718] By: jhi                                   on 2000/11/16  23:27:34
26100         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
26101              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
26102              Date: Wed, 15 Nov 2000 08:56:32 +0100
26103              Message-ID: <3A1241B0.64477E00@alcatel.at>
26104      Branch: perl
26105            ! lib/Carp/Heavy.pm
26106 ____________________________________________________________________________
26107 [  7717] By: jhi                                   on 2000/11/16  23:23:29
26108         Log: Subject: [PATCH] Re: 20001101.003 PDL
26109              From: Nicholas Clark <nick@ccl4.org>
26110              Date: Thu, 16 Nov 2000 16:48:25 +0000
26111              Message-ID: <20001116164825.B93487@plum.flirble.org>
26112      Branch: perl
26113            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
26114 ____________________________________________________________________________
26115 [  7716] By: jhi                                   on 2000/11/16  23:21:31
26116         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
26117              From: "Casey R. Tweten" <crt@kiski.net>
26118              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
26119              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
26120      Branch: perl
26121            ! lib/Pod/Checker.pm pod/perlpod.pod
26122 ____________________________________________________________________________
26123 [  7715] By: jhi                                   on 2000/11/16  23:19:40
26124         Log: Avoid an infinite loop in VMS when utils scripts are run
26125              with no arguments, from Charles Lane.
26126      Branch: perl
26127            ! configure.com
26128 ____________________________________________________________________________
26129 [  7714] By: jhi                                   on 2000/11/16  23:17:08
26130         Log: Subject: perllocale.pod changes
26131              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
26132              Date: Mon, 13 Nov 2000 10:09:22 +0300
26133              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
26134      Branch: perl
26135            ! pod/perllocale.pod
26136 ____________________________________________________________________________
26137 [  7713] By: jhi                                   on 2000/11/16  23:14:06
26138         Log: Integrate perlio.
26139      Branch: perl
26140           !> doio.c perlio.c perlio.h util.c
26141 ____________________________________________________________________________
26142 [  7712] By: nick                                  on 2000/11/16  21:10:58
26143         Log: Integrate mainline
26144      Branch: perlio
26145           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
26146           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
26147           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
26148           !> vos/config.ga.def vos/config.ga.h win32/config.bc
26149           !> win32/config.gc win32/config.vc
26150 ____________________________________________________________________________
26151 [  7711] By: nick                                  on 2000/11/16  19:56:41
26152         Log: Minor tweaks:
26153              consistent way of getting 'rb', 'wb' etc. for binary opens
26154              move *perlio::layers to *open::layers
26155              a #define to show layers available
26156              DOSISH popen/PerlIO had export/import sense inverted.
26157      Branch: perlio
26158            ! doio.c perlio.c perlio.h util.c
26159 ____________________________________________________________________________
26160 [  7710] By: jhi                                   on 2000/11/16  15:46:05
26161         Log: Add HAS_SBRK_PROTO.
26162      Branch: metaconfig/U/perl
26163            + d_sbrkproto.U
26164      Branch: perl
26165            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26166            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
26167            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
26168            ! vos/config.ga.def vos/config.ga.h win32/config.bc
26169            ! win32/config.gc win32/config.vc
26170 ____________________________________________________________________________
26171 [  7709] By: nick                                  on 2000/11/16  07:31:49
26172         Log: Integrate mainline
26173      Branch: perlio
26174           !> (integrate 35 files)
26175 ____________________________________________________________________________
26176 [  7708] By: jhi                                   on 2000/11/16  05:33:03
26177         Log: These files are text, not binary.
26178      Branch: perl
26179            ! ext/Encode/Encode/iso8859-10.enc
26180            ! ext/Encode/Encode/iso8859-13.enc
26181            ! ext/Encode/Encode/iso8859-14.enc
26182            ! ext/Encode/Encode/iso8859-15.enc
26183 ____________________________________________________________________________
26184 [  7707] By: jhi                                   on 2000/11/16  01:53:37
26185         Log: Update Changes.
26186      Branch: perl
26187            ! Changes patchlevel.h
26188 ____________________________________________________________________________
26189 [  7706] By: jhi                                   on 2000/11/16  01:35:59
26190         Log: More #undefing of stdio.
26191      Branch: perl
26192            ! fakesdio.h nostdio.h
26193 ____________________________________________________________________________
26194 [  7705] By: jhi                                   on 2000/11/16  01:34:18
26195         Log: Add fwalk() probe to the configuration files and regen perltoc.
26196      Branch: perl
26197            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26198            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
26199            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
26200            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
26201            ! win32/config.bc win32/config.gc win32/config.vc
26202 ____________________________________________________________________________
26203 [  7704] By: jhi                                   on 2000/11/16  01:33:07
26204         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
26205              an optional third argument to Inlibc?)
26206      Branch: metaconfig/U/perl
26207            + d__fwalk.U
26208 ____________________________________________________________________________
26209 [  7703] By: jhi                                   on 2000/11/16  01:09:22
26210         Log: The type of the hash_cb() size argument is tricky.
26211      Branch: perl
26212            ! ext/DB_File/DB_File.xs
26213 ____________________________________________________________________________
26214 [  7702] By: jhi                                   on 2000/11/15  23:01:16
26215         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
26216      Branch: perl
26217            ! nostdio.h
26218 ____________________________________________________________________________
26219 [  7701] By: jhi                                   on 2000/11/15  22:52:32
26220         Log: Detypo.
26221      Branch: perl
26222            ! t/lib/bigfltpm.t
26223 ____________________________________________________________________________
26224 [  7700] By: jhi                                   on 2000/11/15  22:51:56
26225         Log: UINT64_C() work continues.
26226      Branch: perl
26227            ! handy.h perl.h utf8.h
26228 ____________________________________________________________________________
26229 [  7699] By: jhi                                   on 2000/11/15  14:13:04
26230         Log: SOCKS has its own USE_THREADS, based on
26231              
26232              Subject: [ID 20001114.002] et. al. bugfix followup
26233              From: Jens Hamisch <jens@Strawberry.COM> 
26234              Date: Wed, 15 Nov 2000 14:23:11 +0100
26235              Message-ID: <20001115142311.A21164@Strawberry.COM>
26236      Branch: perl
26237            ! perl.h
26238 ____________________________________________________________________________
26239 [  7698] By: jhi                                   on 2000/11/15  03:50:56
26240         Log: Add few missing #undefs and sort them.
26241      Branch: perl
26242            ! fakesdio.h
26243 ____________________________________________________________________________
26244 [  7697] By: jhi                                   on 2000/11/15  03:39:14
26245         Log: Linenumber fix.
26246      Branch: perl
26247            ! t/pragma/warn/utf8
26248 ____________________________________________________________________________
26249 [  7696] By: jhi                                   on 2000/11/15  02:55:26
26250         Log: EBCDIC tweaks.
26251              
26252              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
26253              From: Peter Prymmer <pvhp@forte.com>
26254              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
26255              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
26256      Branch: perl
26257            ! t/op/regmesg.t t/pragma/warn/utf8
26258 ____________________________________________________________________________
26259 [  7695] By: jhi                                   on 2000/11/15  02:53:58
26260         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
26261              From: Peter Prymmer <pvhp@forte.com>
26262              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
26263              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
26264      Branch: perl
26265            ! utf8.c
26266 ____________________________________________________________________________
26267 [  7694] By: jhi                                   on 2000/11/15  02:50:55
26268         Log: Subject: [PATCH: perl@7674] updates to README.os390
26269              From: Prymmer/Kahn <pvhp@best.com>
26270              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
26271              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
26272      Branch: perl
26273            ! README.os390
26274 ____________________________________________________________________________
26275 [  7693] By: jhi                                   on 2000/11/15  02:48:37
26276         Log: Quit utf8_to_uv() instantly if curlen == 0.
26277      Branch: perl
26278            ! utf8.c
26279 ____________________________________________________________________________
26280 [  7692] By: jhi                                   on 2000/11/15  02:24:29
26281         Log: Use u_int32_t for the size of hash_cb(), not size_t.
26282              
26283              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
26284              From: Jens Hamisch <jens@Strawberry.COM>     
26285              Date: Tue, 14 Nov 2000 19:03:55 +0100
26286              Message-Id: <20001114190355.A20559@Strawberry.COM>
26287      Branch: perl
26288            ! ext/DB_File/DB_File.xs
26289 ____________________________________________________________________________
26290 [  7691] By: jhi                                   on 2000/11/15  02:20:12
26291         Log: Use UINT64_C().
26292              
26293              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
26294              From: Jens Hamisch <jens@Strawberry.COM>
26295              Date: Tue, 14 Nov 2000 19:16:23 +0100
26296              Message-Id: <20001114191623.G20559@Strawberry.COM>
26297      Branch: perl
26298            ! utf8.c utf8.h
26299 ____________________________________________________________________________
26300 [  7690] By: jhi                                   on 2000/11/15  02:17:06
26301         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
26302              (a macro to define signed and unsigned integer constants).
26303      Branch: perl
26304            ! handy.h
26305 ____________________________________________________________________________
26306 [  7689] By: jhi                                   on 2000/11/15  01:56:51
26307         Log: Regen Configure.
26308      Branch: perl
26309            ! Configure
26310 ____________________________________________________________________________
26311 [  7688] By: jhi                                   on 2000/11/15  01:56:32
26312         Log: Make the unit know about SOCKS.
26313      Branch: metaconfig
26314            ! U/protos/socksizetype.U
26315 ____________________________________________________________________________
26316 [  7687] By: jhi                                   on 2000/11/15  01:54:47
26317         Log: Remove unused dependencies.
26318      Branch: metaconfig
26319            ! U/compline/d_getpagsz.U
26320 ____________________________________________________________________________
26321 [  7686] By: nick                                  on 2000/11/14  21:25:13
26322         Log: Integrate mainline.
26323      Branch: perlio
26324           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
26325           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
26326           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
26327           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
26328           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
26329           !> win32/config.bc win32/config.gc win32/config.vc
26330           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
26331 ____________________________________________________________________________
26332 [  7685] By: jhi                                   on 2000/11/14  17:54:56
26333         Log: Integrate perlio.
26334      Branch: perl
26335           +> fakesdio.h perliol.h
26336           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
26337           !> perlsdio.h perlsfio.h pod/perlfunc.pod
26338 ____________________________________________________________________________
26339 [  7684] By: nick                                  on 2000/11/14  17:43:04
26340         Log: PerlIO #include and #ifdef re-work.
26341      Branch: perlio
26342            + fakesdio.h perliol.h
26343            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
26344            ! perlsdio.h perlsfio.h
26345 ____________________________________________________________________________
26346 [  7683] By: jhi                                   on 2000/11/14  15:42:40
26347         Log: Hoist the duplicated socket/netdb include logic to perl.h;
26348              undef SETERRNO in case SOCKS has defined it.  Based on:
26349              
26350              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
26351              From: Jens Hamisch <jens@Strawberry.COM> 
26352              Date: Tue, 14 Nov 2000 11:34:40 +0100
26353              Message-Id: <20001114113440.A20005@Strawberry.COM>
26354      Branch: perl
26355            ! doio.c perl.h pp_sys.c
26356 ____________________________________________________________________________
26357 [  7682] By: jhi                                   on 2000/11/14  14:07:28
26358         Log: Subject: some additions for makefiles for win32 (for perl@7674)
26359              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
26360              Date: Tue, 14 Nov 2000 09:31:13 +0300
26361              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
26362      Branch: perl
26363            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
26364            ! win32/makefile.mk
26365 ____________________________________________________________________________
26366 [  7681] By: jhi                                   on 2000/11/14  14:01:41
26367         Log: Subject: tiny typo in perl5db.pl
26368              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
26369              Date: Tue, 14 Nov 2000 09:29:28 +0300
26370              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
26371      Branch: perl
26372            ! lib/perl5db.pl
26373 ____________________________________________________________________________
26374 [  7680] By: jhi                                   on 2000/11/14  04:13:50
26375         Log: Redo #7679 with LFs instead of CRLFs.
26376      Branch: perl
26377            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
26378            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
26379            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
26380 ____________________________________________________________________________
26381 [  7679] By: jhi                                   on 2000/11/14  01:21:09
26382         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
26383              From: Benjamin Stuhl <tiriath@yahoo.com> 
26384              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
26385              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
26386      Branch: perl
26387            + win32/bin/mdelete.bat
26388            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
26389            ! makedef.pl perlio.c win32/Makefile win32/config.gc
26390            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
26391 ____________________________________________________________________________
26392 [  7678] By: jhi                                   on 2000/11/14  01:19:20
26393         Log: Fix the re extension building for Win32.
26394              
26395              Subject: [PATCH perl@7638] Get PerlIO building on Win32
26396              From: Benjamin Stuhl <tiriath@yahoo.com> 
26397              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
26398              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
26399      Branch: perl
26400            + ext/re/hints/MSWin32.pl
26401            ! MANIFEST
26402 ____________________________________________________________________________
26403 [  7677] By: jhi                                   on 2000/11/14  01:13:54
26404         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
26405              From: sthoenna@efn.org
26406              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
26407              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
26408      Branch: perl
26409            ! doop.c pp.c toke.c utf8.c utf8.h
26410 ____________________________________________________________________________
26411 [  7676] By: jhi                                   on 2000/11/13  20:23:15
26412         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
26413              From: Nicholas Clark <nick@ccl4.org>
26414              Date: Mon, 13 Nov 2000 18:55:04 +0000
26415              Message-ID: <20001113185504.J29183@plum.flirble.org>
26416      Branch: perl
26417            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
26418 ____________________________________________________________________________
26419 [  7675] By: nick                                  on 2000/11/13  20:21:57
26420         Log: Integrate mainline ...
26421      Branch: perlio
26422           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
26423           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
26424           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
26425           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
26426 ____________________________________________________________________________
26427 [  7674] By: jhi                                   on 2000/11/13  15:07:56
26428         Log: Update Changes.
26429      Branch: perl
26430            ! Changes patchlevel.h
26431 ____________________________________________________________________________
26432 [  7673] By: jhi                                   on 2000/11/13  14:42:42
26433         Log: Remove the new two tests of lib/io_xs for now, they seem to
26434              fail under perlio on some platforms.
26435      Branch: perl
26436            ! t/lib/io_xs.t
26437 ____________________________________________________________________________
26438 [  7672] By: jhi                                   on 2000/11/13  13:57:53
26439         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
26440      Branch: perl
26441            ! perlio.c
26442 ____________________________________________________________________________
26443 [  7671] By: jhi                                   on 2000/11/13  05:30:48
26444         Log: Placate nervous compilers that see longer than ints switch()ing.
26445      Branch: perl
26446            ! utf8.c
26447 ____________________________________________________________________________
26448 [  7670] By: jhi                                   on 2000/11/13  05:14:21
26449         Log: fputs() does return EOF on error but here we don't care.
26450      Branch: perl
26451            ! perlio.c
26452 ____________________________________________________________________________
26453 [  7669] By: jhi                                   on 2000/11/13  05:02:45
26454         Log: Declare reg_data like reg_substr_data.
26455      Branch: perl
26456            ! regexp.h
26457 ____________________________________________________________________________
26458 [  7668] By: jhi                                   on 2000/11/13  04:54:34
26459         Log: Typos in #7667.
26460      Branch: perl
26461            ! perl.h
26462 ____________________________________________________________________________
26463 [  7667] By: jhi                                   on 2000/11/13  04:49:49
26464         Log: Cleanup messy #ifdef.
26465      Branch: perl
26466            ! perl.h
26467 ____________________________________________________________________________
26468 [  7666] By: jhi                                   on 2000/11/13  04:17:34
26469         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
26470              From: Nicholas Clark <nick@talking.bollo.cx>
26471              Date: Sun, 12 Nov 2000 21:14:11 +0000
26472              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
26473              
26474              Note: only one breakage of the two reported is fixed by this patch.
26475      Branch: perl
26476            ! perlio.c
26477 ____________________________________________________________________________
26478 [  7665] By: jhi                                   on 2000/11/13  04:05:07
26479         Log: Tweak the definition of the bit complement on UTF-8 data:
26480              if none of the characters in the string are > 0xff,
26481              the result is a complemented byte string, not a (UTF-8)
26482              char string.  Based on the summary in
26483              
26484              Subject: Re: [ID 20000918.005] ~ on wide chars
26485              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
26486              Date: Fri, 10 Nov 2000 09:47:15 -0800
26487              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
26488              
26489              This should give us the maximum backward (pre-char string)
26490              compatibility and utf8 compatibility.  The other alternative
26491              would be to limit the bit complement to be always byte only,
26492              taking the least significant byte of the chars.
26493      Branch: perl
26494            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
26495 ____________________________________________________________________________
26496 [  7664] By: jhi                                   on 2000/11/13  00:23:44
26497         Log: Couple of tests from #7660 salvaged.
26498      Branch: perl
26499            - t/op/tell.t
26500            ! MANIFEST t/io/tell.t
26501 ____________________________________________________________________________
26502 [  7663] By: jhi                                   on 2000/11/13  00:02:48
26503         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
26504              From: Nicholas Clark <nick@talking.bollo.cx>
26505              Date: Sun, 12 Nov 2000 21:23:43 +0000
26506              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
26507      Branch: perl
26508            ! perlsfio.h
26509 ____________________________________________________________________________
26510 [  7662] By: jhi                                   on 2000/11/13  00:01:39
26511         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
26512              From: Nicholas Clark <nick@talking.bollo.cx>
26513              Date: Sun, 12 Nov 2000 21:30:04 +0000
26514              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
26515      Branch: perl
26516            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
26517 ____________________________________________________________________________
26518 [  7661] By: jhi                                   on 2000/11/12  23:57:29
26519         Log: Document tell() on special streams.
26520      Branch: perl
26521            ! pod/perlfunc.pod
26522 ____________________________________________________________________________
26523 [  7660] By: jhi                                   on 2000/11/12  23:54:22
26524         Log: (Subsumed by #7664)
26525      Branch: perl
26526            + t/op/tell.t
26527            ! MANIFEST
26528 ____________________________________________________________________________
26529 [  7659] By: jhi                                   on 2000/11/12  22:55:25
26530         Log: Many subdocumented return values of the IO extension now documented.
26531              ungetc and write still left subdocumented.
26532              
26533              Subject: [PATCH] (was Re: IO::Handle::ungetc)
26534              From: Nicholas Clark <nick@talking.bollo.cx>
26535              Date: Sun, 12 Nov 2000 21:35:53 +0000
26536              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
26537      Branch: perl
26538            ! ext/IO/lib/IO/Handle.pm
26539 ____________________________________________________________________________
26540 [  7658] By: jhi                                   on 2000/11/12  21:37:06
26541         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
26542              From: Nicholas Clark <nick@talking.bollo.cx>
26543              Date: Sun, 12 Nov 2000 20:03:22 +0000
26544              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
26545      Branch: perl
26546            ! pod/perlfunc.pod
26547 ____________________________________________________________________________
26548 [  7657] By: jhi                                   on 2000/11/12  20:34:55
26549         Log: Integrate perlio.
26550      Branch: perl
26551           !> perlio.c
26552 ____________________________________________________________________________
26553 [  7656] By: nick                                  on 2000/11/12  19:25:06
26554         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
26555      Branch: perlio
26556            ! perlio.c
26557 ____________________________________________________________________________
26558 [  7655] By: nick                                  on 2000/11/12  19:09:41
26559         Log: Integrate mainline
26560      Branch: perlio
26561           +> README.solaris ext/Encode/Encode/cp1006.enc
26562           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
26563           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
26564           +> ext/Encode/Encode/iso8859-13.enc
26565           +> ext/Encode/Encode/iso8859-14.enc
26566           +> ext/Encode/Encode/iso8859-15.enc
26567           !> (integrate 34 files)
26568 ____________________________________________________________________________
26569 [  7654] By: jhi                                   on 2000/11/12  19:00:22
26570         Log: Add a metaconfig unit for fsync.
26571      Branch: metaconfig/U/perl
26572            + d_fsync.U
26573 ____________________________________________________________________________
26574 [  7653] By: jhi                                   on 2000/11/12  19:00:01
26575         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
26576      Branch: perl
26577            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26578            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
26579            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
26580            ! vos/config.ga.h win32/config.bc win32/config.gc
26581            ! win32/config.vc
26582 ____________________________________________________________________________
26583 [  7652] By: jhi                                   on 2000/11/11  21:12:01
26584         Log: Copy the s// information of README.hpux also to the perlrun.
26585      Branch: perl
26586            ! README.hpux pod/perlrun.pod
26587 ____________________________________________________________________________
26588 [  7651] By: jhi                                   on 2000/11/11  21:03:13
26589         Log: More README.solaris updates from Andy Dougherty.
26590      Branch: perl
26591            ! README.solaris
26592 ____________________________________________________________________________
26593 [  7650] By: jhi                                   on 2000/11/11  18:38:57
26594         Log: More descriptive error for unknown perlio layers.
26595              
26596              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
26597              From: Dominic Dunlop <domo@computer.org> 
26598              Date: Sat, 11 Nov 2000 18:20:32 +0100             
26599              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
26600      Branch: perl
26601            ! perlio.c pod/perldiag.pod
26602 ____________________________________________________________________________
26603 [  7649] By: jhi                                   on 2000/11/11  18:37:52
26604         Log: MachTen doesn't really do mmap() and munmap().
26605              
26606              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
26607              From: Dominic Dunlop <domo@computer.org> 
26608              Date: Sat, 11 Nov 2000 18:20:32 +0100             
26609              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
26610      Branch: perl
26611            ! hints/machten.sh
26612 ____________________________________________________________________________
26613 [  7648] By: jhi                                   on 2000/11/11  18:36:46
26614         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
26615              From: rspier@pobox.com (Robert Spier)
26616              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
26617              Message-ID: <14861.32839.491271.985797@rls.cx>
26618      Branch: perl
26619            ! Porting/Contract pod/perltoot.pod
26620 ____________________________________________________________________________
26621 [  7647] By: jhi                                   on 2000/11/11  18:35:30
26622         Log: Simplify the getpagesize() unit by dropping the
26623              pagesize probe since it's nowadays slightly more
26624              complicated because of sysconf(). (Note: if some
26625              platform really needs the -lPW for getpagesize,
26626              I just broke it.)
26627              
26628              TODO: a new pagesize unit.
26629      Branch: metaconfig
26630            ! U/compline/d_getpagsz.U
26631 ____________________________________________________________________________
26632 [  7646] By: jhi                                   on 2000/11/11  18:33:23
26633         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
26634      Branch: perl
26635            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26636            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
26637            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
26638            ! vos/config.ga.h win32/config.bc win32/config.gc
26639            ! win32/config.vc
26640 ____________________________________________________________________________
26641 [  7645] By: jhi                                   on 2000/11/11  16:45:15
26642         Log: Use sysconf() or getpagesize() to find out the pagesize.
26643      Branch: perl
26644            ! perlio.c
26645 ____________________________________________________________________________
26646 [  7644] By: jhi                                   on 2000/11/11  15:46:08
26647         Log: Integrate perlio.
26648      Branch: perl
26649           !> perlio.c
26650 ____________________________________________________________________________
26651 [  7643] By: jhi                                   on 2000/11/11  15:33:36
26652         Log: Subject: Re: [PATCH] README.solaris
26653              From: Lupe Christoph <lupe@lupe-christoph.de>
26654              Date: Sat, 11 Nov 2000 14:08:10 +0100
26655              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
26656      Branch: perl
26657            ! README.solaris
26658 ____________________________________________________________________________
26659 [  7642] By: jhi                                   on 2000/11/11  15:22:12
26660         Log: Subject: [PATCH perl@7638] cygwin port
26661              From: "Eric Fifer" <egf7@columbia.edu>            
26662              Date: Fri, 10 Nov 2000 19:30:30 -0000
26663              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
26664      Branch: perl
26665            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
26666 ____________________________________________________________________________
26667 [  7641] By: nick                                  on 2000/11/11  14:50:36
26668         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
26669              Also call "Buf" layer directly when unread'ing non-read chars.
26670      Branch: perlio
26671            ! perlio.c
26672 ____________________________________________________________________________
26673 [  7640] By: jhi                                   on 2000/11/11  02:05:02
26674         Log: Add more encoding tables.
26675      Branch: perl
26676            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
26677            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
26678            + ext/Encode/Encode/iso8859-10.enc
26679            + ext/Encode/Encode/iso8859-13.enc
26680            + ext/Encode/Encode/iso8859-14.enc
26681            + ext/Encode/Encode/iso8859-15.enc
26682            ! MANIFEST
26683 ____________________________________________________________________________
26684 [  7639] By: jhi                                   on 2000/11/10  18:49:25
26685         Log: Subject: [PATCH] README.solaris
26686              From: Andy Dougherty <doughera@lafayette.edu>
26687              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
26688              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
26689      Branch: perl
26690            + README.solaris
26691            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
26692            ! pod/perl.pod pod/perltoc.pod
26693 ____________________________________________________________________________
26694 [  7638] By: jhi                                   on 2000/11/10  15:04:15
26695         Log: Update Changes.
26696      Branch: perl
26697            ! Changes patchlevel.h
26698 ____________________________________________________________________________
26699 [  7637] By: jhi                                   on 2000/11/10  14:14:28
26700         Log: Explain better why certain regex tests are skipped.
26701              
26702              Subject: Re: tests skipped: unknown reason
26703              From: Lupe Christoph <lupe@lupe-christoph.de>
26704              Date: Fri, 10 Nov 2000 09:08:56 +0100
26705              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
26706      Branch: perl
26707            ! t/op/regexp.t
26708 ____________________________________________________________________________
26709 [  7636] By: nick                                  on 2000/11/10  13:40:00
26710         Log: Integrate mainline.
26711      Branch: perlio
26712           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
26713           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
26714           !> win32/bin/search.pl
26715 ____________________________________________________________________________
26716 [  7635] By: nick                                  on 2000/11/10  13:25:52
26717         Log: Re-instate stdio large file support via perlio.
26718      Branch: perl
26719            ! perlio.c
26720 ____________________________________________________________________________
26721 [  7634] By: jhi                                   on 2000/11/10  04:49:55
26722         Log: Amdahl UTS hints updates.
26723              
26724              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
26725              From: hom00@utsglobal.com (Harold O Morris)
26726              Date: Thu, 9 Nov 2000 20:02 PST
26727              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
26728      Branch: perl
26729            ! hints/uts.sh
26730 ____________________________________________________________________________
26731 [  7633] By: jhi                                   on 2000/11/09  23:33:28
26732         Log: Subject: [PATCH] IO::Seekable pod
26733              From: Nicholas Clark <nick@talking.bollo.cx>
26734              Date: Thu, 9 Nov 2000 20:29:45 +0000
26735              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
26736      Branch: perl
26737            ! ext/IO/lib/IO/Handle.pm
26738 ____________________________________________________________________________
26739 [  7632] By: jhi                                   on 2000/11/09  21:55:41
26740         Log: Various doc oddball characters.
26741              
26742              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
26743              From: Michael Somos <somos@grail.cba.csuohio.edu>
26744              Date: Mon, 6 Nov 2000 17:44:20 -0500
26745              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
26746      Branch: perl
26747            ! emacs/cperl-mode.el lib/unicode/syllables.txt
26748            ! win32/bin/search.pl
26749 ____________________________________________________________________________
26750 [  7631] By: jhi                                   on 2000/11/09  21:12:29
26751         Log: Subject: Re: bash -c exit and linux hints 
26752              From: "John P. Linderman" <jpl@research.att.com>
26753              Date: Thu, 02 Nov 2000 09:37:25 -0500
26754              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
26755      Branch: perl
26756            ! hints/linux.sh
26757 ____________________________________________________________________________
26758 [  7630] By: nick                                  on 2000/11/09  20:34:11
26759         Log: Integrate mainline.
26760      Branch: perlio
26761           !> (integrate 91 files)
26762 ____________________________________________________________________________
26763 [  7629] By: jhi                                   on 2000/11/09  19:46:31
26764         Log: Missing dTHXs.
26765              
26766              Subject: RE: perl@7595 builds not on cygwin
26767              From: "Eric Fifer" <egf7@columbia.edu>
26768              Date: Thu, 9 Nov 2000 19:26:50 -0000
26769              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
26770      Branch: perl
26771            ! ext/Devel/Peek/Peek.xs
26772 ____________________________________________________________________________
26773 [  7628] By: jhi                                   on 2000/11/09  14:48:27
26774         Log: Disable only the tests 99 and 166 for UTF-8 locales.
26775      Branch: perl
26776            ! t/pragma/locale.t
26777 ____________________________________________________________________________
26778 [  7627] By: jhi                                   on 2000/11/09  14:40:27
26779         Log: There's no =head3.
26780      Branch: perl
26781            ! pod/perlhack.pod
26782 ____________________________________________________________________________
26783 [  7626] By: jhi                                   on 2000/11/09  13:54:26
26784         Log: The generated boot_* headers are wrong.  Pickier compiler,
26785              such as KAI C++ will refuse to compile the resulting perlmain.
26786              
26787              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
26788              From: Harri Pasanen <harri.pasanen@trema.com>
26789              Date: Thu, 09 Nov 2000 14:23:28 +0100
26790              Message-Id: <3A0AA550.26D548A3@trema.com>
26791      Branch: perl
26792            ! minimod.pl
26793 ____________________________________________________________________________
26794 [  7625] By: jhi                                   on 2000/11/09  13:50:44
26795         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
26796              From: Prymmer/Kahn <pvhp@best.com>
26797              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
26798              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
26799              
26800              All except the "cow orker" change.
26801      Branch: perl
26802            ! Porting/pumpkin.pod
26803 ____________________________________________________________________________
26804 [  7624] By: jhi                                   on 2000/11/09  13:45:33
26805         Log: Fix for
26806              
26807              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
26808              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
26809              Date: Thu, 09 Nov 2000 11:05:52 +0100
26810              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
26811      Branch: perl
26812            ! pod/perldiag.pod t/pragma/warn/pp_sys
26813 ____________________________________________________________________________
26814 [  7623] By: jhi                                   on 2000/11/09  13:37:16
26815         Log: Typo in an ifndef.
26816              
26817              Subject: Re: [PATCH 5.7.0] better messages from malloc()
26818              From: Joe Smith <jms@inwap.com>         
26819              Date: Thu, 09 Nov 2000 01:33:14 -0800
26820              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
26821      Branch: perl
26822            ! malloc.c
26823 ____________________________________________________________________________
26824 [  7622] By: jhi                                   on 2000/11/09  13:31:18
26825         Log: Remove unused extra arguments.
26826      Branch: metaconfig/U/perl
26827            ! perlxv.U
26828      Branch: perl
26829            ! Configure config_h.SH
26830 ____________________________________________________________________________
26831 [  7621] By: jhi                                   on 2000/11/09  13:16:36
26832         Log: More VMS moves on environment handling, from Charles Lane.
26833      Branch: perl
26834            ! t/pragma/locale.t
26835 ____________________________________________________________________________
26836 [  7620] By: jhi                                   on 2000/11/09  04:42:38
26837         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
26838              From: David Dyck <dcd@tc.fluke.com>
26839              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
26840              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
26841      Branch: perl
26842            ! pp_sys.c
26843 ____________________________________________________________________________
26844 [  7619] By: jhi                                   on 2000/11/09  04:36:21
26845         Log: Forgot from #7618.
26846      Branch: perl
26847            ! lib/File/stat.pm
26848 ____________________________________________________________________________
26849 [  7618] By: jhi                                   on 2000/11/09  04:28:44
26850         Log: Make deleting for %ENV work for (newer versions of) VMS,
26851              from Craig A. Berry.
26852      Branch: perl
26853            ! vms/vms.c
26854 ____________________________________________________________________________
26855 [  7617] By: jhi                                   on 2000/11/09  04:25:05
26856         Log: Subject: [PATCH] Class::Struct at compile time
26857              From: "Casey R. Tweten" <crt@kiski.net>
26858              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
26859              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
26860      Branch: perl
26861            ! lib/Class/Struct.pm
26862 ____________________________________________________________________________
26863 [  7616] By: jhi                                   on 2000/11/09  04:15:17
26864         Log: Subject: [ID 20001108.013] spelling
26865              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
26866              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
26867              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
26868      Branch: perl
26869            ! lib/ftp.pl
26870 ____________________________________________________________________________
26871 [  7615] By: jhi                                   on 2000/11/09  04:12:42
26872         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
26873              From: Peter Prymmer <pvhp@forte.com>
26874              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
26875              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
26876      Branch: perl
26877            ! configure.com
26878 ____________________________________________________________________________
26879 [  7614] By: jhi                                   on 2000/11/08  22:42:55
26880         Log: A missing aTHX_.
26881      Branch: perl
26882            ! ext/IPC/SysV/SysV.xs
26883 ____________________________________________________________________________
26884 [  7613] By: jhi                                   on 2000/11/08  19:30:21
26885         Log: Update Changes.
26886      Branch: perl
26887            ! Changes patchlevel.h
26888 ____________________________________________________________________________
26889 [  7612] By: jhi                                   on 2000/11/08  18:35:25
26890         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
26891              From: David Dyck <dcd@tc.fluke.com>
26892              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
26893              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
26894      Branch: perl
26895            ! pp_sys.c
26896 ____________________________________________________________________________
26897 [  7611] By: jhi                                   on 2000/11/08  18:30:26
26898         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
26899              From: Dominic Dunlop <domo@computer.org>
26900              Date: Tue, 7 Nov 2000 12:05:25 +0100
26901              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
26902      Branch: perl
26903            ! malloc.c
26904 ____________________________________________________________________________
26905 [  7610] By: jhi                                   on 2000/11/08  18:25:14
26906         Log: Do not test UTF-8 locales since that the tests would require
26907              polymorphic regexen.
26908      Branch: perl
26909            ! t/pragma/locale.t
26910 ____________________________________________________________________________
26911 [  7609] By: jhi                                   on 2000/11/08  17:12:51
26912         Log: Locale buglets.
26913              
26914              Subject: RE: Locales support (setlocale) fixes
26915              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
26916              Date: Wed, 8 Nov 2000 20:01:39 +0300
26917              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
26918      Branch: perl
26919            ! t/pragma/locale.t util.c
26920 ____________________________________________________________________________
26921 [  7608] By: jhi                                   on 2000/11/08  17:00:16
26922         Log: Deleting $ENV{PATH} in VMS is not recommendable.
26923      Branch: perl
26924            ! t/pragma/locale.t
26925 ____________________________________________________________________________
26926 [  7607] By: jhi                                   on 2000/11/08  16:58:26
26927         Log: Subject: PATCH std stdio for (Free)BSD
26928              From: Nicholas Clark <nick@ccl4.org>
26929              Date: Wed, 8 Nov 2000 15:36:29 +0000
26930              Message-ID: <20001108153629.D98736@plum.flirble.org>
26931      Branch: metaconfig
26932            ! U/compline/d_stdstdio.U
26933      Branch: perl
26934            ! Configure config_h.SH
26935 ____________________________________________________________________________
26936 [  7606] By: jhi                                   on 2000/11/08  16:43:31
26937         Log: Forgot to bump the line numbers in #7601.
26938      Branch: perl
26939            ! t/pragma/warn/pp_sys
26940 ____________________________________________________________________________
26941 [  7605] By: jhi                                   on 2000/11/08  16:39:12
26942         Log: More careful detection of how well NVs and UVs mix.
26943              
26944              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))
26945              From: Nicholas Clark <nick@ccl4.org>
26946              Date: Wed, 8 Nov 2000 15:14:12 +0000
26947              Message-ID: <20001108151412.B98736@plum.flirble.org>
26948              
26949              Added some SIGFPE paranoia.
26950      Branch: metaconfig/U/perl
26951            ! perlxv.U
26952      Branch: perl
26953            ! Configure config_h.SH
26954 ____________________________________________________________________________
26955 [  7604] By: jhi                                   on 2000/11/08  14:39:10
26956         Log: Subject: [patch perl@7595] VMS configure.com tweak
26957              From: "Craig A. Berry" <craigberry@mac.com>
26958              Date: Wed, 8 Nov 2000 00:24:12 -0600
26959              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
26960      Branch: perl
26961            ! configure.com
26962 ____________________________________________________________________________
26963 [  7603] By: jhi                                   on 2000/11/08  14:27:11
26964         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
26965              From: Robin Barker <rmb1@cise.npl.co.uk>
26966              Date: Wed, 8 Nov 2000 11:11:39 GMT
26967              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
26968      Branch: perl
26969            ! perlio.c
26970 ____________________________________________________________________________
26971 [  7602] By: jhi                                   on 2000/11/08  14:25:03
26972         Log: Fix for the tie-refhash string table leaks.
26973              
26974              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
26975              Date: Wed, 8 Nov 2000 13:03:04 GMT
26976              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
26977      Branch: perl
26978            ! t/lib/tie-refhash.t
26979 ____________________________________________________________________________
26980 [  7601] By: jhi                                   on 2000/11/08  14:21:08
26981         Log: Try to avoid flockless and emulationless places.
26982      Branch: perl
26983            ! t/pragma/warn/pp_sys
26984 ____________________________________________________________________________
26985 [  7600] By: jhi                                   on 2000/11/08  02:28:54
26986         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
26987              
26988              Subject: [PATCH] prototyped functions that should be overrideable
26989              From: "Casey R. Tweten" <crt@kiski.net>
26990              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
26991              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
26992      Branch: perl
26993            ! toke.c
26994 ____________________________________________________________________________
26995 [  7599] By: jhi                                   on 2000/11/08  01:12:05
26996         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
26997              
26998              Subject: [PATCH] perlbug.PL
26999              From: "Kurt D. Starsinic" <kstar@chapin.edu>
27000              Date: Mon, 6 Nov 2000 21:39:01 -0500
27001              Message-ID: <20001106213901.B20955@O2.chapin.edu>
27002      Branch: perl
27003            ! utils/perlbug.PL
27004 ____________________________________________________________________________
27005 [  7598] By: jhi                                   on 2000/11/07  23:42:00
27006         Log: Bad thinko in #7581 (I used the test program with the expanded
27007              values as-is).
27008      Branch: metaconfig
27009            ! U/compline/d_stdstdio.U
27010      Branch: perl
27011            ! Configure
27012 ____________________________________________________________________________
27013 [  7597] By: jhi                                   on 2000/11/07  21:43:29
27014         Log: Subject: [PATCH perl@7573] cygwin port
27015              From: "Fifer, Eric" <EFifer@sanwaint.com>
27016              Date: Tue, 7 Nov 2000 18:08:51 -0000 
27017              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
27018              
27019              Synchronize with Cygwin 1.1.5.
27020      Branch: perl
27021            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
27022            ! pod/perlport.pod unixish.h util.c
27023 ____________________________________________________________________________
27024 [  7596] By: jhi                                   on 2000/11/07  21:39:25
27025         Log: perlhack updates from H.Merijn Brand.
27026      Branch: perl
27027            ! pod/perlhack.pod
27028 ____________________________________________________________________________
27029 [  7595] By: jhi                                   on 2000/11/07  20:21:41
27030         Log: Update Changes.
27031      Branch: perl
27032            ! Changes patchlevel.h
27033 ____________________________________________________________________________
27034 [  7594] By: jhi                                   on 2000/11/07  19:18:58
27035         Log: Be more robust in Dynaloader.pm.
27036      Branch: perl
27037            ! ext/DynaLoader/DynaLoader_pm.PL
27038 ____________________________________________________________________________
27039 [  7593] By: jhi                                   on 2000/11/07  16:49:31
27040         Log: AUTHORS update.
27041      Branch: perl
27042            ! AUTHORS
27043 ____________________________________________________________________________
27044 [  7592] By: gsar                                  on 2000/11/07  16:39:51
27045         Log: normalize relative paths in virtualized current directory on windows,
27046              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
27047              returns)
27048      Branch: perl
27049            ! win32/vdir.h
27050 ____________________________________________________________________________
27051 [  7591] By: jhi                                   on 2000/11/07  16:04:26
27052         Log: Too profiler-happy: with optimization the #7590 actually makes
27053              the test to run 0.5% _slower_.  Requires much more instrumentation.
27054              Retract #7590.
27055      Branch: perl
27056            ! regcomp.c regcomp.h
27057 ____________________________________________________________________________
27058 [  7590] By: jhi                                   on 2000/11/07  15:51:13
27059         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
27060              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
27061              by using memset() and testing bytewise (as opposed to bitwise).
27062      Branch: perl
27063            ! regcomp.c regcomp.h
27064 ____________________________________________________________________________
27065 [  7589] By: jhi                                   on 2000/11/07  12:56:39
27066         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
27067              From: "Craig A. Berry" <craig.berry@psinetcs.com>
27068              Date: Mon, 06 Nov 2000 23:45:30 -0500
27069              Message-Id: <0011079735.AA973576259@univpress.com>
27070      Branch: perl
27071            ! configure.com t/lib/st-lock.t
27072 ____________________________________________________________________________
27073 [  7588] By: jhi                                   on 2000/11/07  01:03:28
27074         Log: Tweak #7587.
27075      Branch: perl
27076            ! pod/perldiag.pod
27077 ____________________________________________________________________________
27078 [  7587] By: jhi                                   on 2000/11/07  01:00:27
27079         Log: A doc addition for bug id 20001105.019, beware \p.
27080      Branch: perl
27081            ! pod/perldiag.pod
27082 ____________________________________________________________________________
27083 [  7586] By: jhi                                   on 2000/11/07  00:32:22
27084         Log: Fake support of holey files in win/dosish platforms.
27085              
27086              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
27087              From: kipp@shonanblue.ne.jp
27088              Date: Mon, 6 Nov 2000 13:30:55 -0800
27089              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
27090      Branch: perl
27091            ! ext/SDBM_File/sdbm/sdbm.c
27092 ____________________________________________________________________________
27093 [  7585] By: jhi                                   on 2000/11/07  00:12:54
27094         Log: Subject: Pod updates
27095              From: "Stephen P. Potter" <spp@spotter.yi.org>
27096              Date: Mon, 06 Nov 2000 18:56:43 -0500
27097              Message-Id: <200011062357.SAA18173@spotter.yi.org>
27098      Branch: perl
27099            ! README.dos README.os2 README.win32 pod/buildtoc.PL
27100            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
27101            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
27102            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
27103            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
27104            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
27105            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
27106            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
27107            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
27108            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
27109            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
27110            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
27111            ! pod/perltootc.pod pod/perlunicode.pod
27112 ____________________________________________________________________________
27113 [  7584] By: jhi                                   on 2000/11/07  00:04:17
27114         Log: Varargs don't always work too well if one puts an unsigned
27115              char on the stack and pop an unsigned quad off the stack.
27116              
27117              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
27118              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
27119              Date: Mon, 06 Nov 2000 15:19:05 -0800
27120              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
27121      Branch: perl
27122            ! utf8.c
27123 ____________________________________________________________________________
27124 [  7583] By: jhi                                   on 2000/11/06  23:58:48
27125         Log: %ENV note tweaks from Dan Sugalski.
27126      Branch: perl
27127            ! pod/perlport.pod vms/perlvms.pod
27128 ____________________________________________________________________________
27129 [  7582] By: jhi                                   on 2000/11/06  23:05:49
27130         Log: glibc5 detection by __GNU_LIBRARY__.
27131      Branch: perl
27132            ! toke.c
27133 ____________________________________________________________________________
27134 [  7581] By: jhi                                   on 2000/11/06  22:51:29
27135         Log: Make the stdio test program of 7427 less noisy while being 
27136              compiled so that Digital UNIX wouldn't get both
27137              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
27138              undefined.  This makes perlio happy.
27139      Branch: metaconfig
27140            ! U/compline/d_stdstdio.U
27141      Branch: perl
27142            ! Configure config_h.SH
27143 ____________________________________________________________________________
27144 [  7580] By: jhi                                   on 2000/11/06  22:41:41
27145         Log: Document %ENV = () portability issues.
27146      Branch: perl
27147            ! pod/perlport.pod vms/perlvms.pod
27148 ____________________________________________________________________________
27149 [  7579] By: jhi                                   on 2000/11/06  21:29:24
27150         Log: VOS updates from Paul Green.
27151      Branch: perl
27152            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
27153 ____________________________________________________________________________
27154 [  7578] By: jhi                                   on 2000/11/06  21:00:40
27155         Log: Sanitize the environment further.
27156      Branch: perl
27157            ! t/pragma/locale.t
27158 ____________________________________________________________________________
27159 [  7577] By: jhi                                   on 2000/11/06  20:53:51
27160         Log: Re-introduce 7552 lost in integration.
27161      Branch: perl
27162            ! perlio.c
27163 ____________________________________________________________________________
27164 [  7576] By: jhi                                   on 2000/11/06  20:33:46
27165         Log: Admit that the test leaks scalars.
27166      Branch: perl
27167            ! t/comp/proto.t
27168 ____________________________________________________________________________
27169 [  7575] By: jhi                                   on 2000/11/06  20:17:08
27170         Log: Integrate perlio.
27171      Branch: perl
27172           !> perlio.c
27173 ____________________________________________________________________________
27174 [  7574] By: nick                                  on 2000/11/06  20:07:28
27175         Log: Remove debug. Try (Mmap_t) on madvise() call.
27176      Branch: perlio
27177            ! perlio.c
27178 ____________________________________________________________________________
27179 [  7573] By: jhi                                   on 2000/11/06  13:56:05
27180         Log: Update Changes.
27181      Branch: perl
27182            ! Changes patchlevel.h
27183 ____________________________________________________________________________
27184 [  7572] By: jhi                                   on 2000/11/06  13:48:41
27185         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
27186              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27187              Date: Mon, 06 Nov 2000 10:11:42 +0100
27188              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
27189      Branch: perl
27190            ! pod/perlhack.pod
27191 ____________________________________________________________________________
27192 [  7571] By: jhi                                   on 2000/11/06  01:45:51
27193         Log: AUTHORS updates.
27194      Branch: perl
27195            ! AUTHORS
27196 ____________________________________________________________________________
27197 [  7570] By: jhi                                   on 2000/11/06  00:18:00
27198         Log: Fix for
27199              
27200              Subject: [ID 20000728.005] perl -P broken
27201              From: David Dyck <dcd@tc.fluke.com>
27202              Date: Fri, 28 Jul 2000 17:19:16 -0700
27203              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
27204              
27205              (hopefully).  The fix is also not complete, it seems to break
27206              BOM swallowing for libc5 systems, but until someone figures
27207              out a way to do this without ftell(), this will do.
27208      Branch: perl
27209            ! toke.c
27210 ____________________________________________________________________________
27211 [  7569] By: jhi                                   on 2000/11/06  00:05:30
27212         Log: Document that the evaled syntax errors cause scalar leaks.
27213      Branch: perl
27214            ! t/comp/proto.t
27215 ____________________________________________________________________________
27216 [  7568] By: jhi                                   on 2000/11/05  23:14:47
27217         Log: opmini.o can linger from Configures past.
27218      Branch: perl
27219            ! Makefile.SH
27220 ____________________________________________________________________________
27221 [  7567] By: jhi                                   on 2000/11/05  21:28:39
27222         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
27223              first argument correctly.
27224      Branch: perl
27225            ! perlio.c
27226 ____________________________________________________________________________
27227 [  7566] By: jhi                                   on 2000/11/05  21:15:56
27228         Log: Integrate perlio.
27229      Branch: perl
27230           !> perlio.c
27231 ____________________________________________________________________________
27232 [  7565] By: jhi                                   on 2000/11/05  21:15:13
27233         Log: Use -dM for gcc (the suggested patch did it only for Linux,
27234              but I think it can be generalized).
27235              
27236              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
27237              From: Pixel <pixel@mandrakesoft.com>
27238              Date: 05 Nov 2000 21:49:34 +0100 
27239              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
27240      Branch: perl
27241            ! ext/Errno/Errno_pm.PL
27242 ____________________________________________________________________________
27243 [  7564] By: nick                                  on 2000/11/05  21:09:18
27244         Log: Added a mmap layer as a "subclass" of perlio.
27245              PERLIO=mmap ./perl harness passes
27246      Branch: perlio
27247            ! perlio.c
27248 ____________________________________________________________________________
27249 [  7563] By: jhi                                   on 2000/11/05  19:48:55
27250         Log: Add a note for future generations about bug id 20000229.006.
27251      Branch: perl
27252            ! malloc.c
27253 ____________________________________________________________________________
27254 [  7562] By: jhi                                   on 2000/11/05  19:38:24
27255         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
27256      Branch: perl
27257            ! pp_ctl.c t/op/pos.t
27258 ____________________________________________________________________________
27259 [  7561] By: jhi                                   on 2000/11/05  18:21:46
27260         Log: Add =pod to be tidy.
27261      Branch: perl
27262            ! lib/Math/Complex.pm
27263 ____________________________________________________________________________
27264 [  7560] By: jhi                                   on 2000/11/05  17:38:46
27265         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
27266      Branch: perl
27267            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
27268            ! ext/Storable/Storable.xs t/lib/st-recurse.t
27269 ____________________________________________________________________________
27270 [  7559] By: jhi                                   on 2000/11/05  17:32:59
27271         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
27272              From: "Peter J. Farley III" <pjfarley@banet.net>
27273              Date: Sun, 05 Nov 2000 11:55:59 -0500
27274              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
27275      Branch: perl
27276            ! t/lib/syslog.t
27277 ____________________________________________________________________________
27278 [  7558] By: jhi                                   on 2000/11/05  17:29:19
27279         Log: Integrate perlio.
27280      Branch: perl
27281           !> perlio.c
27282 ____________________________________________________________________________
27283 [  7557] By: jhi                                   on 2000/11/05  17:22:01
27284         Log: A fix of sorts for 20000329.026, a better error message
27285              for a missing "use charnames" when using the \N{...}. 
27286      Branch: perl
27287            ! pod/perldiag.pod toke.c
27288 ____________________________________________________________________________
27289 [  7556] By: jhi                                   on 2000/11/05  16:33:50
27290         Log: Test tweak: show also the failed locales.
27291              
27292              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
27293              From: Lupe Christoph <lupe@lupe-christoph.de>         
27294              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
27295              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
27296      Branch: perl
27297            ! t/pragma/locale.t
27298 ____________________________________________________________________________
27299 [  7555] By: nick                                  on 2000/11/05  11:09:34
27300         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
27301              open RDWR so does not fail. (pragma/warnings 303 again...)
27302      Branch: perlio
27303            ! perlio.c
27304 ____________________________________________________________________________
27305 [  7554] By: nick                                  on 2000/11/05  10:10:13
27306         Log: Fix case where ungetc(f,EOF) was allowed.
27307              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
27308              so we can see similarities.
27309              Use types more carefully and a STDCHAR array in hope that this will
27310              fix Jarrko's 64bit machine.
27311      Branch: perlio
27312            ! perlio.c
27313 ____________________________________________________________________________
27314 [  7553] By: jhi                                   on 2000/11/05  01:12:16
27315         Log: Fix for
27316              
27317              Subject: [ID 20001004.007] taint propogation is inconsistent
27318              From: pimlott@idiomtech.com (Andrew Pimlott) 
27319              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
27320              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
27321              
27322              The culprit was sv_setsv() which was rather blindly
27323              propagating taint, which lead to behaviour where if
27324              a tainted anon hash value was seen all the hash values
27325              from then on at that level became tainted, or at any
27326              upper levels in the case of nested anon hashes.
27327      Branch: perl
27328            ! sv.c t/op/taint.t
27329 ____________________________________________________________________________
27330 [  7552] By: jhi                                   on 2000/11/04  23:44:18
27331         Log: Some cpps don't like splitting conditionals across several lines.
27332      Branch: perl
27333            ! perlio.c
27334 ____________________________________________________________________________
27335 [  7551] By: nick                                  on 2000/11/04  23:40:44
27336         Log: Integrate mainline
27337      Branch: perlio
27338           !> pp_hot.c t/op/taint.t
27339 ____________________________________________________________________________
27340 [  7550] By: nick                                  on 2000/11/04  23:39:05
27341         Log: Integrate mainline again
27342      Branch: perlio
27343           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
27344           !> t/lib/b.t t/op/misc.t util.c
27345 ____________________________________________________________________________
27346 [  7549] By: jhi                                   on 2000/11/04  23:14:01
27347         Log: Fix for
27348              
27349              Subject: [ID 20001004.006] undef is never tainted
27350              From: pimlott@idiomtech.com (Andrew Pimlott)
27351              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
27352              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
27353              
27354              An undef read from a slurped file was not tainted.
27355      Branch: perl
27356            ! pp_hot.c t/op/taint.t
27357 ____________________________________________________________________________
27358 [  7548] By: jhi                                   on 2000/11/04  22:56:21
27359         Log: Test tweak ($Config{useperlio} is by default undef) .
27360      Branch: perl
27361            ! t/lib/b.t
27362 ____________________________________________________________________________
27363 [  7547] By: jhi                                   on 2000/11/04  22:43:56
27364         Log: Integrate perlio.
27365      Branch: perl
27366           +> lib/perlio.pm
27367           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
27368           !> pod/perlapi.pod t/lib/b.t
27369 ____________________________________________________________________________
27370 [  7546] By: jhi                                   on 2000/11/04  22:40:59
27371         Log: Configure would use a bad $myuname from an old config.sh.
27372              
27373              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
27374              From: Andy Dougherty <doughera@lafayette.edu>
27375              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
27376              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
27377      Branch: metaconfig
27378            ! U/modified/Oldconfig.U
27379      Branch: perl
27380            ! Configure config_h.SH
27381 ____________________________________________________________________________
27382 [  7545] By: jhi                                   on 2000/11/04  22:36:54
27383         Log: Subject: Locales support (setlocale) fixes
27384              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
27385              Date: Sat, 4 Nov 2000 10:15:48 +0300 
27386              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
27387              
27388              Modified quite a bit to be more portable.
27389      Branch: perl
27390            ! embed.h embed.pl perl.h proto.h util.c
27391 ____________________________________________________________________________
27392 [  7544] By: jhi                                   on 2000/11/04  22:32:47
27393         Log: Dying is too strict here, better just skip.
27394      Branch: perl
27395            ! t/op/misc.t
27396 ____________________________________________________________________________
27397 [  7543] By: nick                                  on 2000/11/04  21:55:13
27398         Log: Merge mainline
27399      Branch: perlio
27400           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
27401           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
27402           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
27403           !> (integrate 64 files)
27404 ____________________________________________________________________________
27405 [  7542] By: jhi                                   on 2000/11/04  21:09:28
27406         Log: More Changes tweakery.
27407      Branch: perl
27408            ! Changes Porting/genlog
27409 ____________________________________________________________________________
27410 [  7541] By: jhi                                   on 2000/11/04  20:58:18
27411         Log: Changes fixups.
27412      Branch: perl
27413            ! Changes
27414 ____________________________________________________________________________
27415 [  7540] By: jhi                                   on 2000/11/04  20:42:38
27416         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
27417              create a "fast path" for locale name probing using "locale -a"
27418              if available, squash finally hopefully the s?printf resetting
27419              the numeric locale (since, IIUC perllocale, it never shouldn't). 
27420      Branch: perl
27421            ! sv.c t/op/misc.t t/pragma/locale.t
27422 ____________________________________________________________________________
27423 [  7539] By: nick                                  on 2000/11/04  19:56:10
27424         Log: PerlIO infrastructure complete.
27425      Branch: perlio
27426            + lib/perlio.pm
27427            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
27428 ____________________________________________________________________________
27429 [  7538] By: nick                                  on 2000/11/04  14:31:32
27430         Log: Type tweaks + less contorted allocation scheme
27431      Branch: perlio
27432            ! perlio.c
27433 ____________________________________________________________________________
27434 [  7537] By: nick                                  on 2000/11/04  12:40:42
27435         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
27436              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
27437              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
27438              sensible) which lead to some interesting fails.
27439      Branch: perlio
27440            ! perlio.c
27441 ____________________________________________________________________________
27442 [  7536] By: jhi                                   on 2000/11/04  00:20:02
27443         Log: Add FCNTL_CAN_LOCK.
27444              
27445              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
27446              From: Andy Dougherty <doughera@lafayette.edu>
27447              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
27448              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
27449              
27450              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
27451              From: Andy Dougherty <doughera@lafayette.edu>
27452              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
27453              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
27454      Branch: metaconfig/U/perl
27455            + d_fcntl_can_lock.U
27456            ! startperl.U
27457      Branch: perl
27458            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27459            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
27460            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
27461            ! vos/config.ga.h win32/config.bc win32/config.gc
27462            ! win32/config.vc
27463 ____________________________________________________________________________
27464 [  7535] By: nick                                  on 2000/11/03  22:19:10
27465         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
27466              - Works on Linux with
27467              perlio + unix
27468              stdio
27469              - Works on Solaris with
27470              perlio + unix
27471              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
27472              - Fails (hangs in openpid) if you try and stack
27473              perlio + stdio - Linux stdio's read() logic is hanging.
27474      Branch: perlio
27475            ! iperlsys.h perlio.c
27476 ____________________________________________________________________________
27477 [  7534] By: jhi                                   on 2000/11/03  15:16:02
27478         Log: Subject: Re: README.aix
27479              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27480              Date: Fri, 03 Nov 2000 16:03:15 +0100
27481              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
27482      Branch: perl
27483            ! README.aix
27484 ____________________________________________________________________________
27485 [  7533] By: jhi                                   on 2000/11/03  03:59:02
27486         Log: Subject: [PATCH 5.7.0] better messages from malloc()
27487              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27488              Date: Wed, 1 Nov 2000 23:39:56 -0500
27489              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
27490      Branch: perl
27491            ! malloc.c pod/perldiag.pod
27492 ____________________________________________________________________________
27493 [  7532] By: jhi                                   on 2000/11/03  00:11:56
27494         Log: The #7521 touched things it shouldn't have.
27495      Branch: perl
27496            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
27497 ____________________________________________________________________________
27498 [  7531] By: jhi                                   on 2000/11/02  22:32:33
27499         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
27500              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
27501              Date:     Thu, 2 Nov 2000 16:58:36 EST
27502              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
27503      Branch: perl
27504            ! vms/gen_shrfls.pl
27505 ____________________________________________________________________________
27506 [  7530] By: jhi                                   on 2000/11/02  22:08:49
27507         Log: Fix the problem discussed in
27508              
27509              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
27510              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
27511              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
27512              
27513              originally from Linc Madison.  Also Andreas König's comments
27514              taken into account.  Some other problems with Tie::SubstrHash
27515              fixed: didn't croak when the table exceeded the requested number
27516              of entries (as documented) but instead when the number of entries
27517              exceeded the size of the table, a croak() had an unnecessary \n,
27518              didn't have a CLEAR method, documented that there is no exists().
27519              Didn't fix to be strict-proof because the module uses &foo; and
27520              dynamic scope.  Added a test script exercizing both first tamely 
27521              the basic functionality, and then the failure cases reported by
27522              Linc Madison.
27523      Branch: perl
27524            + t/lib/tie-substrhash.t
27525            ! MANIFEST lib/Tie/SubstrHash.pm
27526 ____________________________________________________________________________
27527 [  7529] By: jhi                                   on 2000/11/02  17:58:08
27528         Log: recv() can fail and return undef.
27529              
27530              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
27531              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
27532              Date: Thu, 2 Nov 2000 20:12:20 +0300
27533              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
27534      Branch: perl
27535            ! lib/Net/Ping.pm
27536 ____________________________________________________________________________
27537 [  7528] By: jhi                                   on 2000/11/02  17:49:09
27538         Log: Detpyo.
27539      Branch: perl
27540            ! pod/perlop.pod
27541 ____________________________________________________________________________
27542 [  7527] By: jhi                                   on 2000/11/02  15:48:37
27543         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
27544              fix a autovivification bug in Tie::RefHash, add tests for both.
27545              
27546              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
27547              From: Edward Avis <epa98@doc.ic.ac.uk>
27548              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
27549              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
27550      Branch: perl
27551            + t/lib/tie-refhash.t
27552            ! MANIFEST lib/Tie/RefHash.pm
27553 ____________________________________________________________________________
27554 [  7526] By: jhi                                   on 2000/11/02  13:56:26
27555         Log: Test::Harness revealed buglets in the new DynaLoader.
27556              
27557              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
27558              From: andreas.koenig@anima.de (Andreas J. Koenig)
27559              Date: 02 Nov 2000 11:26:48 +0100 
27560              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
27561      Branch: perl
27562            ! ext/DynaLoader/DynaLoader_pm.PL
27563 ____________________________________________________________________________
27564 [  7525] By: jhi                                   on 2000/11/01  23:52:08
27565         Log: The entry for #7503 was missing.
27566      Branch: perl
27567            ! Changes
27568 ____________________________________________________________________________
27569 [  7524] By: jhi                                   on 2000/11/01  23:40:52
27570         Log: Update Changes.
27571      Branch: perl
27572            ! Changes patchlevel.h
27573 ____________________________________________________________________________
27574 [  7523] By: jhi                                   on 2000/11/01  22:57:09
27575         Log: More tweaking on the #7522 theme.
27576      Branch: perl
27577            ! ext/DynaLoader/DynaLoader_pm.PL
27578 ____________________________________________________________________________
27579 [  7522] By: jhi                                   on 2000/11/01  22:06:15
27580         Log: Expand %Config variables and %ENV variables only if
27581              so requested during build time using the
27582              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
27583              Not expanding makes relocating distributions easier.
27584      Branch: perl
27585            ! ext/DynaLoader/DynaLoader_pm.PL
27586 ____________________________________________________________________________
27587 [  7521] By: jhi                                   on 2000/11/01  20:56:34
27588         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
27589              and setgid() because they were just changing $< and $( which means
27590              only changing the real uid/gid, as opposed to changing both
27591              real and effective ids.  (The alternative way could have been
27592              in POSIX.pm to change $> and $), too, but making a direct call
27593              to the C API feels cleaner.)  Fixes the bug
27594              
27595              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
27596              From: "Garry T. Williams" <garry@zvolve.com>
27597              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
27598              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
27599      Branch: perl
27600            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
27601            ! ext/POSIX/typemap pod/perlvar.pod
27602 ____________________________________________________________________________
27603 [  7520] By: jhi                                   on 2000/11/01  20:08:33
27604         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
27605              From: "Garry T. Williams" <garry@zvolve.com>
27606              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
27607              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
27608      Branch: perl
27609            ! pod/perlsec.pod
27610 ____________________________________________________________________________
27611 [  7519] By: jhi                                   on 2000/11/01  20:01:22
27612         Log: Locale warning explanation tweak.
27613      Branch: perl
27614            ! pod/perldiag.pod
27615 ____________________________________________________________________________
27616 [  7518] By: jhi                                   on 2000/11/01  18:57:13
27617         Log: C.pm part of
27618              
27619              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
27620              From: Jarkko Hietaniemi <jhi@iki.fi>
27621              Date: Tue, 10 Oct 2000 08:22:28 -0500
27622              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
27623      Branch: perl
27624            ! ext/B/B/C.pm
27625 ____________________________________________________________________________
27626 [  7517] By: jhi                                   on 2000/11/01  18:41:59
27627         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
27628              From: Martien Verbruggen <mgjv@comdyn.com.au>
27629              Date: Fri, 6 Oct 2000 14:09:10 +1100
27630              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
27631      Branch: perl
27632            ! pod/perlop.pod
27633 ____________________________________________________________________________
27634 [  7516] By: jhi                                   on 2000/11/01  18:34:55
27635         Log: Generalize the Camel wording.
27636              
27637              Subject: Re: perlfaq style changes
27638              From: John Borwick <jhborwic@unity.ncsu.edu>
27639              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
27640              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
27641      Branch: perl
27642            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
27643 ____________________________________________________________________________
27644 [  7515] By: jhi                                   on 2000/11/01  16:52:31
27645         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
27646              From: pimlott@idiomtech.com (Andrew Pimlott)
27647              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
27648              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
27649      Branch: perl
27650            ! pod/perlsec.pod
27651 ____________________________________________________________________________
27652 [  7514] By: jhi                                   on 2000/11/01  15:03:40
27653         Log: More AIX lore.
27654      Branch: perl
27655            ! ext/re/hints/aix.pl
27656 ____________________________________________________________________________
27657 [  7513] By: jhi                                   on 2000/11/01  14:48:30
27658         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
27659              From: root <root@chronos.fi.muni.cz>
27660              Date: Wed, 1 Nov 2000 12:31:32 +0100
27661              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
27662      Branch: perl
27663            ! lib/Net/Ping.pm
27664 ____________________________________________________________________________
27665 [  7512] By: jhi                                   on 2000/11/01  14:46:47
27666         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
27667              From: Martin Husemann <martin@duskware.de>
27668              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
27669              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
27670      Branch: perl
27671            ! regcomp.c
27672 ____________________________________________________________________________
27673 [  7511] By: jhi                                   on 2000/11/01  14:39:50
27674         Log: AUTHORS updates.
27675      Branch: perl
27676            ! AUTHORS
27677 ____________________________________________________________________________
27678 [  7510] By: jhi                                   on 2000/11/01  14:29:50
27679         Log: Subject: [PATCH] startperl to respect versiononly
27680              From: Robin Barker <rmb1@cise.npl.co.uk> 
27681              Date: Tue, 31 Oct 2000 16:29:36 GMT
27682              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
27683      Branch: metaconfig/U/perl
27684            ! startperl.U
27685      Branch: perl
27686            ! Configure config_h.SH
27687 ____________________________________________________________________________
27688 [  7509] By: jhi                                   on 2000/11/01  14:19:53
27689         Log: printf UVs the correct way, noticed by Robin Barker.
27690      Branch: perl
27691            ! utf8.c
27692 ____________________________________________________________________________
27693 [  7508] By: jhi                                   on 2000/11/01  14:10:03
27694         Log: Do not cleanup *% because the % has special meanings in some
27695              shell environments.
27696      Branch: perl
27697            ! ext/Storable/Makefile.PL
27698 ____________________________________________________________________________
27699 [  7507] By: jhi                                   on 2000/11/01  14:06:00
27700         Log: The NonStop-UX libraries have a novel way to say NaN.
27701      Branch: perl
27702            ! t/lib/bigfltpm.t
27703 ____________________________________________________________________________
27704 [  7506] By: jhi                                   on 2000/11/01  14:03:35
27705         Log: The osname has been lowercased by now, from Tom Bates.
27706      Branch: metaconfig
27707            ! U/modified/Oldconfig.U
27708      Branch: perl
27709            ! Configure config_h.SH
27710 ____________________________________________________________________________
27711 [  7505] By: jhi                                   on 2000/10/31  19:18:39
27712         Log: The compiler is either gcc or cc, from Tom Bates.
27713      Branch: perl
27714            ! hints/nonstopux.sh
27715 ____________________________________________________________________________
27716 [  7504] By: jhi                                   on 2000/10/31  14:53:42
27717         Log: Update Changes.
27718      Branch: perl
27719            ! Changes patchlevel.h
27720 ____________________________________________________________________________
27721 [  7503] By: jhi                                   on 2000/10/31  14:30:50
27722         Log: Whitespace style tweak.  Was originally going to see to
27723              
27724              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
27725              From: Joe Smith <jms@inwap.com>
27726              Date: Mon, 30 Oct 2000 18:47:57 -0800
27727              Message-Id: <39FE32DD.24AAC4D@inwap.com>
27728              
27729              but that had already been taken care of.
27730      Branch: metaconfig
27731            ! U/compline/d_stdstdio.U
27732      Branch: perl
27733            ! Configure config_h.SH
27734 ____________________________________________________________________________
27735 [  7502] By: jhi                                   on 2000/10/31  14:25:02
27736         Log: AUTHORS tweaks.
27737      Branch: perl
27738            ! AUTHORS
27739 ____________________________________________________________________________
27740 [  7501] By: jhi                                   on 2000/10/31  14:23:59
27741         Log: Subject: perlfaq style changes
27742              From: John Borwick <jhborwic@unity.ncsu.edu>
27743              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
27744              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
27745      Branch: perl
27746            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
27747            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
27748            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
27749            ! pod/perlfaq9.pod
27750 ____________________________________________________________________________
27751 [  7500] By: jhi                                   on 2000/10/31  14:22:15
27752         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
27753              
27754              Subject: Re: [ID 20000918.005] ~ on wide chars
27755              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
27756              Date: Mon, 30 Oct 2000 21:09:55 -0800
27757              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
27758              
27759              (The ord() part of the patch skipped.)
27760      Branch: perl
27761            ! doop.c
27762 ____________________________________________________________________________
27763 [  7499] By: jhi                                   on 2000/10/31  14:20:08
27764         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
27765              From: Jens Hamisch <jens@Strawberry.COM>
27766              Date: Mon, 30 Oct 2000 15:17:07 +0100
27767              Message-Id: <20001030151707.A9597@Strawberry.COM>
27768      Branch: perl
27769            ! av.c
27770 ____________________________________________________________________________
27771 [  7498] By: jhi                                   on 2000/10/31  14:16:29
27772         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
27773              From: Peter Prymmer <pvhp@forte.com>
27774              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
27775              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
27776      Branch: perl
27777            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
27778            + ext/Encode/Encode/posix-bc.enc
27779            ! MANIFEST t/lib/encode.t
27780 ____________________________________________________________________________
27781 [  7497] By: jhi                                   on 2000/10/31  14:13:22
27782         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
27783              From: Peter Prymmer <pvhp@forte.com>
27784              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
27785              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
27786      Branch: perl
27787            ! t/lib/cgi-html.t
27788 ____________________________________________________________________________
27789 [  7496] By: jhi                                   on 2000/10/31  14:12:05
27790         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
27791              From: Peter Prymmer <pvhp@forte.com>
27792              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
27793              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
27794      Branch: perl
27795            ! t/lib/cgi-function.t
27796 ____________________________________________________________________________
27797 [  7495] By: jhi                                   on 2000/10/31  14:11:08
27798         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
27799              From: Peter Prymmer <pvhp@forte.com>
27800              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
27801              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
27802      Branch: perl
27803            + ext/re/hints/aix.pl
27804            ! MANIFEST ext/re/Makefile.PL
27805 ____________________________________________________________________________
27806 [  7494] By: jhi                                   on 2000/10/31  14:08:32
27807         Log: Use Errno magic.
27808              
27809              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
27810              From: Casey Tweten <perl@ctweten.amsite.com>
27811              Date: Mon, 30 Oct 2000 15:51:17 -0500
27812              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
27813      Branch: perl
27814            ! lib/File/Temp.pm
27815 ____________________________________________________________________________
27816 [  7493] By: jhi                                   on 2000/10/31  14:05:07
27817         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
27818              
27819              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
27820              From: Nicholas Clark <nick@ccl4.org>
27821              Date: Mon, 30 Oct 2000 17:38:45 +0000
27822              Message-ID: <20001030173845.O60355@plum.flirble.org>
27823      Branch: perl
27824            ! Makefile.SH utils/perlbug.PL
27825 ____________________________________________________________________________
27826 [  7492] By: nick                                  on 2000/10/30  19:37:23
27827         Log: Change files which are mysteriously different to mainline to be
27828              copies of mainline.
27829      Branch: perlio
27830            ! objXSUB.h perlapi.c pod/perlapi.pod
27831 ____________________________________________________________________________
27832 [  7491] By: nick                                  on 2000/10/30  18:05:54
27833         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
27834              - typo in endian code in putc.
27835              - Don't allow read of write-only files and vice-versa
27836              - and off-by-one in flush-all loop.
27837              Remove debug calls as they were using GCC specific features.
27838      Branch: perlio
27839            ! perlio.c
27840 ____________________________________________________________________________
27841 [  7490] By: nick                                  on 2000/10/29  21:45:45
27842         Log: Integrate mainline to perlio
27843      Branch: perlio
27844           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
27845           !> toke.c
27846 ____________________________________________________________________________
27847 [  7489] By: jhi                                   on 2000/10/29  21:11:08
27848         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
27849              From: andreas.koenig@anima.de (Andreas J. Koenig)
27850              Date: 29 Oct 2000 22:05:59 +0100
27851              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
27852      Branch: perl
27853            ! lib/ExtUtils/Manifest.pm
27854 ____________________________________________________________________________
27855 [  7488] By: jhi                                   on 2000/10/29  21:07:47
27856         Log: Tests for #7487.
27857              
27858              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
27859              From: andreas.koenig@anima.de (Andreas J. Koenig)
27860              Date: 29 Oct 2000 19:37:09 +0100
27861              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
27862      Branch: perl
27863            ! t/comp/proto.t
27864 ____________________________________________________________________________
27865 [  7487] By: jhi                                   on 2000/10/29  21:06:27
27866         Log: constsub spillage.
27867              
27868              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
27869              From: John Tobey <jtobey@john-edwin-tobey.org>
27870              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
27871              Message-Id: <m13pvSr-000FObC@feynman.localnet>
27872      Branch: perl
27873            ! op.c
27874 ____________________________________________________________________________
27875 [  7486] By: nick                                  on 2000/10/29  21:05:04
27876         Log: Integrate mainline to perlio branch
27877      Branch: perlio
27878           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
27879           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
27880           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
27881           +> vos/install_perl.cm
27882            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
27883            - vos/config.h vos/config_h.SH_orig
27884           !> (integrate 141 files)
27885 ____________________________________________________________________________
27886 [  7485] By: jhi                                   on 2000/10/29  21:00:47
27887         Log: Make \x{...} consistently produce UTF-8.
27888              
27889              Subject: Re: \x{...} is confused 
27890              From: Simon Cozens <simon@cozens.net>
27891              Date: Sun, 29 Oct 2000 19:36:48 +0000
27892              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
27893      Branch: perl
27894            ! t/pragma/utf8.t toke.c
27895 ____________________________________________________________________________
27896 [  7484] By: nick                                  on 2000/10/29  20:05:29
27897         Log: PerlIO passes all tests.
27898      Branch: perlio
27899            ! perlio.c
27900 ____________________________________________________________________________
27901 [  7483] By: jhi                                   on 2000/10/29  18:06:55
27902         Log: Update Changes.
27903      Branch: perl
27904            ! Changes patchlevel.h
27905 ____________________________________________________________________________
27906 [  7482] By: nick                                  on 2000/10/29  17:43:28
27907         Log: Include <unistd.h> to get correct lseek() prototype etc.
27908              (I thought perl.h did that) - down to two fails
27909              - comp/require.t (last test)
27910              - lib/io_xs.t - possibly import/export of FILE * ?
27911      Branch: perlio
27912            ! perlio.c
27913 ____________________________________________________________________________
27914 [  7481] By: jhi                                   on 2000/10/29  17:02:37
27915         Log: UTF-8 decoder tweak.
27916      Branch: perl
27917            ! utf8.c
27918 ____________________________________________________________________________
27919 [  7480] By: nick                                  on 2000/10/29  16:26:11
27920         Log: Fixed two bugs:
27921              - error code not being set on close (of broken pipe)
27922              - append mode was truncating.
27923              At least one seek/tell bug remains.
27924      Branch: perlio
27925            ! perlio.c
27926 ____________________________________________________________________________
27927 [  7479] By: nick                                  on 2000/10/29  11:18:16
27928         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
27929              in case of accidents. Still several worrying fails, no line disciplines yet.
27930      Branch: perlio
27931            ! iperlsys.h perlio.c
27932 ____________________________________________________________________________
27933 [  7478] By: jhi                                   on 2000/10/29  02:04:01
27934         Log: Add also emailless people.
27935      Branch: perl
27936            ! AUTHORS
27937 ____________________________________________________________________________
27938 [  7477] By: jhi                                   on 2000/10/29  01:36:00
27939         Log: The #7476 needs a MANIFEST change, too.
27940      Branch: perl
27941            ! MANIFEST
27942 ____________________________________________________________________________
27943 [  7476] By: jhi                                   on 2000/10/29  01:35:21
27944         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
27945      Branch: perl
27946            - MAINTAIN
27947            ! AUTHORS Changes
27948 ____________________________________________________________________________
27949 [  7475] By: jhi                                   on 2000/10/28  23:57:25
27950         Log: De-quoted-unreadable to ISO Latin 1.
27951              (There's one ISO-2022-JP name in Changes5.004.)
27952      Branch: perl
27953            ! Changes Changes5.6
27954 ____________________________________________________________________________
27955 [  7474] By: jhi                                   on 2000/10/28  19:13:06
27956         Log: Subject: [ID 20001027.007] uniq array in perlfaq
27957              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
27958              Date: Fri, 27 Oct 2000 19:28:30 +0200
27959              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
27960      Branch: perl
27961            ! pod/perlfaq4.pod
27962 ____________________________________________________________________________
27963 [  7473] By: jhi                                   on 2000/10/28  18:02:05
27964         Log: Locking null mutexes is not recommendable.
27965              
27966              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
27967              From: Hugo <hv@crypt.compulink.co.uk>
27968              Date: Sat, 28 Oct 2000 18:41:12 +0100
27969              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
27970      Branch: perl
27971            ! op.c
27972 ____________________________________________________________________________
27973 [  7472] By: jhi                                   on 2000/10/28  17:52:58
27974         Log: Better create a true mailing list for the repository keepers.
27975      Branch: perl
27976            ! Porting/repository.pod
27977 ____________________________________________________________________________
27978 [  7471] By: jhi                                   on 2000/10/28  17:28:24
27979         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
27980              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
27981      Branch: perl
27982            + Porting/repository.pod
27983            ! MANIFEST
27984 ____________________________________________________________________________
27985 [  7470] By: jhi                                   on 2000/10/28  17:20:54
27986         Log: Subject: DOC PATCH 5.6.0
27987              From: mjd@plover.com
27988              Date: 27 Oct 2000 17:32:44 -0000
27989              Message-ID: <20001027173244.23754.qmail@plover.com>
27990      Branch: perl
27991            ! pod/perlfunc.pod
27992 ____________________________________________________________________________
27993 [  7469] By: jhi                                   on 2000/10/28  17:16:45
27994         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
27995              From: "Peter J. Farley III" <pjfarley@banet.net>
27996              Date: Fri, 27 Oct 2000 20:32:56 -0400
27997              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
27998      Branch: perl
27999            ! README.dos
28000 ____________________________________________________________________________
28001 [  7468] By: jhi                                   on 2000/10/28  17:07:18
28002         Log: Make target reordering to avoid pointless re-makes.
28003              
28004              Subject: Re: Total re-make of 'make okfile' after 7451 ?
28005              From: Nicholas Clark <nick@ccl4.org>
28006              Date: Sat, 28 Oct 2000 00:31:02 +0100
28007              Message-ID: <20001028003101.A54517@plum.flirble.org>
28008      Branch: perl
28009            ! Makefile.SH
28010 ____________________________________________________________________________
28011 [  7467] By: jhi                                   on 2000/10/28  17:05:31
28012         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
28013              From: lvirden@cas.org
28014              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
28015              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
28016      Branch: perl
28017            ! README.os2
28018 ____________________________________________________________________________
28019 [  7466] By: jhi                                   on 2000/10/28  16:09:16
28020         Log: Upgrade to CPAN 1.58_55.
28021              
28022              Subject: CPAN.pm status
28023              From: andreas.koenig@anima.de (Andreas J. Koenig) 
28024              Date: 28 Oct 2000 08:18:00 +0200 
28025              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
28026      Branch: perl
28027            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
28028 ____________________________________________________________________________
28029 [  7465] By: jhi                                   on 2000/10/28  16:02:47
28030         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
28031      Branch: perl
28032            ! embed.h embed.pl perl.h proto.h toke.c
28033 ____________________________________________________________________________
28034 [  7464] By: nick                                  on 2000/10/28  10:43:44
28035         Log: Fix for sv_2iv() on "shared" value from keys %hash.
28036      Branch: perl
28037            ! sv.c
28038 ____________________________________________________________________________
28039 [  7463] By: jhi                                   on 2000/10/27  16:18:29
28040         Log: Update Changes.
28041      Branch: perl
28042            ! Changes patchlevel.h
28043 ____________________________________________________________________________
28044 [  7462] By: jhi                                   on 2000/10/27  16:17:44
28045         Log: Too enthusiastic editing in #7460.
28046      Branch: metaconfig
28047            ! U/modified/Oldsym.U
28048      Branch: perl
28049            ! Configure config_h.SH
28050 ____________________________________________________________________________
28051 [  7461] By: jhi                                   on 2000/10/27  15:37:38
28052         Log: Retract #7459, the script needs more work.
28053      Branch: perl
28054            - mkreef
28055            ! MANIFEST
28056 ____________________________________________________________________________
28057 [  7460] By: jhi                                   on 2000/10/27  15:23:14
28058         Log: Use $sort, $uniq (and $tr) consistently as wondered
28059              by Nicholas Clark.
28060      Branch: metaconfig
28061            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
28062            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
28063            ! U/modified/libc.U
28064      Branch: perl
28065            ! Configure config_h.SH
28066 ____________________________________________________________________________
28067 [  7459] By: jhi                                   on 2000/10/27  15:02:07
28068         Log: (Retracted by #7461)
28069              
28070              Add a shell script for creating/removing symbolic link farms,
28071              useful for keeping the source code read-only and doing the
28072              builds somewhere else.
28073      Branch: perl
28074            + mkreef
28075            ! MANIFEST
28076 ____________________________________________________________________________
28077 [  7458] By: jhi                                   on 2000/10/27  14:42:20
28078         Log: Do away with the fix_pl.
28079      Branch: perl
28080            - fix_pl
28081            ! MANIFEST Makefile.SH
28082 ____________________________________________________________________________
28083 [  7457] By: jhi                                   on 2000/10/27  12:43:13
28084         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
28085              From: Jens Hamisch <jens@Strawberry.COM>
28086              Date: Fri, 27 Oct 2000 14:38:21 +0200
28087              Message-Id: <20001027143821.B3366@Strawberry.COM>
28088      Branch: perl
28089            ! perl.h
28090 ____________________________________________________________________________
28091 [  7456] By: jhi                                   on 2000/10/27  12:33:42
28092         Log: Subject: [PATCH] todo
28093              From: Nicholas Clark <nick@ccl4.org>
28094              Date: Thu, 26 Oct 2000 22:32:29 +0100
28095              Message-ID: <20001026223229.A44540@plum.flirble.org>
28096      Branch: perl
28097            ! pod/perltodo.pod
28098 ____________________________________________________________________________
28099 [  7455] By: jhi                                   on 2000/10/27  12:02:21
28100         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
28101              From: John Tobey <jtobey@john-edwin-tobey.org>
28102              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
28103              Message-Id: <m13ozHF-000FObC@feynman.localnet>
28104      Branch: perl
28105            ! op.c t/pragma/sub_lval.t
28106 ____________________________________________________________________________
28107 [  7454] By: jhi                                   on 2000/10/27  11:59:42
28108         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
28109              From: sthoenna@efn.org
28110              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
28111              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
28112      Branch: perl
28113            ! pp.c t/op/assignwarn.t
28114 ____________________________________________________________________________
28115 [  7453] By: jhi                                   on 2000/10/27  00:15:08
28116         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
28117      Branch: perl
28118            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
28119            ! ext/Storable/Storable.xs t/lib/st-lock.t
28120 ____________________________________________________________________________
28121 [  7452] By: jhi                                   on 2000/10/26  13:05:52
28122         Log: Undo #7451, this seems to be a deficiency in Perforce,
28123              there is no per-file line-terminator type, only per-client.
28124      Branch: perl
28125            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
28126            ! win32/makefile.mk
28127 ____________________________________________________________________________
28128 [  7451] By: jhi                                   on 2000/10/26  04:56:03
28129         Log: Experimenting in DOS arcana.
28130      Branch: perl
28131            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
28132            ! win32/makefile.mk
28133 ____________________________________________________________________________
28134 [  7450] By: jhi                                   on 2000/10/26  04:50:52
28135         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
28136              From: "Peter J. Farley III" <pjfarley@banet.net>            
28137              Date: Wed, 25 Oct 2000 23:10:18 -0400
28138              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
28139      Branch: perl
28140            ! t/io/open.t
28141 ____________________________________________________________________________
28142 [  7449] By: jhi                                   on 2000/10/26  04:49:16
28143         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
28144              From: Hugo <hv@crypt.compulink.co.uk>
28145              Date: Thu, 26 Oct 2000 01:55:17 +0100
28146              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
28147              
28148              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
28149      Branch: perl
28150            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
28151 ____________________________________________________________________________
28152 [  7448] By: jhi                                   on 2000/10/26  04:38:36
28153         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
28154              From: Peter Prymmer <pvhp@forte.com>
28155              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
28156              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
28157      Branch: perl
28158            ! configure.com
28159 ____________________________________________________________________________
28160 [  7447] By: jhi                                   on 2000/10/25  23:20:02
28161         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
28162              in platforms that strictly require all the symbols being present
28163              at link time.
28164      Branch: perl
28165            ! handy.h
28166 ____________________________________________________________________________
28167 [  7446] By: jhi                                   on 2000/10/25  21:55:57
28168         Log: Update Changes.
28169      Branch: perl
28170            ! Changes patchlevel.h
28171 ____________________________________________________________________________
28172 [  7445] By: jhi                                   on 2000/10/25  21:27:08
28173         Log: Integrate with vmsperl #7430 by Charles Bailey:
28174              
28175              Cleanup from prior patch (Charles Lane?):
28176              - improve handling of MFDs in Basename and Path
28177              - default to no xsubpp line # munging when building debug images
28178      Branch: perl
28179           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
28180 ____________________________________________________________________________
28181 [  7444] By: jhi                                   on 2000/10/25  21:03:50
28182         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
28183              From: John Peacock <JPeacock@UnivPress.com>
28184              Date: Thu, 18 May 2000 11:55:27 -0400
28185              Message-ID: <3924126F.A58BE57A@UnivPress.com>
28186      Branch: perl
28187            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
28188            ! t/op/write.t
28189 ____________________________________________________________________________
28190 [  7443] By: jhi                                   on 2000/10/25  20:43:10
28191         Log: Temporary stopgap for the self-tying issue: for now only
28192              array and hash self-ties are verboten.  The real fix, of
28193              course, would be to comprehensively test (and implement?)
28194              and debug (and document) self-ties.
28195      Branch: perl
28196            ! pod/perldiag.pod pp_sys.c t/op/tie.t
28197 ____________________________________________________________________________
28198 [  7442] By: jhi                                   on 2000/10/25  20:14:30
28199         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
28200              From: Dan Sugalski <dan@sidhe.org>
28201              Date: Wed, 25 Oct 2000 13:36:35 -0400
28202              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
28203              
28204              plus regen global.sym.
28205      Branch: perl
28206            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
28207            ! thrdvar.h util.c
28208 ____________________________________________________________________________
28209 [  7441] By: jhi                                   on 2000/10/25  20:12:20
28210         Log: buildtoc target tweaks.
28211      Branch: perl
28212            ! pod/Makefile.SH
28213 ____________________________________________________________________________
28214 [  7440] By: jhi                                   on 2000/10/25  20:03:53
28215         Log: A new version of making the syslog test more robust.
28216              (Replaces #7421.)
28217              
28218              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
28219              From: "Kurt D. Starsinic" <kstar@chapin.edu>
28220              Date: Wed, 25 Oct 2000 12:13:54 -0400
28221              Message-ID: <20001025121354.B2264@O2.chapin.edu>
28222      Branch: perl
28223            ! t/lib/syslog.t
28224 ____________________________________________________________________________
28225 [  7439] By: jhi                                   on 2000/10/25  20:00:48
28226         Log: Continue the internal UTF-8 API tweaking.
28227              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
28228              used much more than the simpler API, now called utf8_to_uv_simple().
28229              Still not quite happy with API, too much partial duplication
28230              of functionality.
28231      Branch: perl
28232            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
28233            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
28234            ! regcomp.c regexec.c sv.c toke.c utf8.c
28235 ____________________________________________________________________________
28236 [  7438] By: jhi                                   on 2000/10/25  18:52:30
28237         Log: Allow poking holes at the UTF-8 decoding strictness.
28238      Branch: perl
28239            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
28240            ! utf8.h
28241 ____________________________________________________________________________
28242 [  7437] By: jhi                                   on 2000/10/25  13:53:05
28243         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
28244              UTF8LEN() and UTF8SKIP(). 
28245      Branch: perl
28246            ! pp.c utf8.c utf8.h
28247 ____________________________________________________________________________
28248 [  7436] By: jhi                                   on 2000/10/25  13:51:37
28249         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
28250              From: Nicholas Clark <nick@ccl4.org>
28251              Date: Wed, 25 Oct 2000 14:44:05 +0100
28252              Message-ID: <20001025144404.D27253@plum.flirble.org>
28253      Branch: perl
28254            ! pod/perlrun.pod
28255 ____________________________________________________________________________
28256 [  7435] By: jhi                                   on 2000/10/25  13:49:32
28257         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
28258              From: Mike Guy <mjtg@cam.ac.uk>
28259              Date: Tue, 24 Oct 2000 14:59:40 +0100
28260              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
28261      Branch: perl
28262            ! scope.c
28263 ____________________________________________________________________________
28264 [  7434] By: jhi                                   on 2000/10/25  13:48:41
28265         Log: AIX is picky about its symbol exports.  Solution for now
28266              is to include the deb.o explicitly to the re extension build.
28267              
28268              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
28269              From: Peter Prymmer <pvhp@forte.com>
28270              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
28271              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
28272      Branch: perl
28273            ! ext/re/Makefile.PL hints/aix.sh
28274 ____________________________________________________________________________
28275 [  7433] By: jhi                                   on 2000/10/25  13:46:49
28276         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
28277              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28278              Date: Wed, 25 Oct 2000 12:02:20 +0200
28279              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
28280      Branch: perl
28281            ! perlsdio.h
28282 ____________________________________________________________________________
28283 [  7432] By: jhi                                   on 2000/10/25  13:44:28
28284         Log: Subject: Minor update to find2perl, for portability
28285              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
28286              Date: Wed, 25 Oct 2000 12:05:47 +0100
28287              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
28288      Branch: perl
28289            ! x2p/find2perl.PL
28290 ____________________________________________________________________________
28291 [  7431] By: jhi                                   on 2000/10/25  13:40:39
28292         Log: Add targets to Makefile.SH, most importantly
28293              'regen_all' which also remembers to update vms/perly*.
28294      Branch: perl
28295            ! Makefile.SH
28296 ____________________________________________________________________________
28297 [  7430] By: bailey                                on 2000/10/25  03:13:53
28298         Log: Cleanup from prior patch (Charles Lane?):
28299              - improve handling of MFDs in Basename and Path
28300              - default to no xsubpp line # munging when building debug images
28301      Branch: vmsperl
28302            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
28303 ____________________________________________________________________________
28304 [  7429] By: jhi                                   on 2000/10/24  20:03:40
28305         Log: Podify README.epoc and README.vos.
28306      Branch: perl
28307            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
28308            ! pod/perlport.pod pod/perltoc.pod
28309 ____________________________________________________________________________
28310 [  7428] By: jhi                                   on 2000/10/24  19:10:33
28311         Log: Stratus VOS updates from Paul Green.
28312      Branch: perl
28313            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
28314            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
28315            - vos/config.def vos/config.h vos/config_h.SH_orig
28316            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
28317            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
28318 ____________________________________________________________________________
28319 [  7427] By: jhi                                   on 2000/10/24  18:59:48
28320         Log: Check if stdio supports tweaking lval and cnt simultaneously.
28321              
28322              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
28323              From: Nicholas Clark <nick@ccl4.org>
28324              Date: Mon, 23 Oct 2000 15:39:32 +0100
28325              Message-ID: <20001023153932.A10786@plum.flirble.org>
28326      Branch: metaconfig
28327            ! U/compline/d_stdstdio.U
28328      Branch: perl
28329            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28330            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
28331            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
28332            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
28333            ! vos/config.h vos/config_h.SH_orig win32/config.bc
28334            ! win32/config.gc win32/config.vc
28335 ____________________________________________________________________________
28336 [  7426] By: jhi                                   on 2000/10/24  17:57:44
28337         Log: Missed the header file changes from #7425.
28338      Branch: perl
28339            ! embed.h embed.pl objXSUB.h proto.h
28340 ____________________________________________________________________________
28341 [  7425] By: jhi                                   on 2000/10/24  17:55:17
28342         Log: Fix the bug reported in
28343              
28344              From: andreas.koenig@anima.de (Andreas J. Koenig)
28345              Subject: Encode bug?
28346              Date: 24 Oct 2000 14:01:26 +0200 
28347              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
28348              
28349              Also make is_utf8_char() stricter.
28350      Branch: perl
28351            ! ext/Encode/Encode.xs utf8.c
28352 ____________________________________________________________________________
28353 [  7424] By: jhi                                   on 2000/10/24  15:15:39
28354         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
28355              From: Peter Scott <Peter@PSDT.com>
28356              Date: Mon, 23 Oct 2000 19:46:01 -0700
28357              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
28358      Branch: perl
28359            ! pod/perlfaq5.pod
28360 ____________________________________________________________________________
28361 [  7423] By: jhi                                   on 2000/10/24  14:25:30
28362         Log: Test tweak to avoid pulling in the whole Config.
28363      Branch: perl
28364            ! t/lib/st-lock.t
28365 ____________________________________________________________________________
28366 [  7422] By: jhi                                   on 2000/10/24  14:03:16
28367         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
28368      Branch: perl
28369            ! pp.c
28370 ____________________________________________________________________________
28371 [  7421] By: jhi                                   on 2000/10/24  13:32:09
28372         Log: (Replaced by #7440.)
28373              
28374              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
28375              From: "Kurt D. Starsinic" <kstar@chapin.edu>
28376              Date: Mon, 23 Oct 2000 16:40:54 -0400
28377              Message-ID: <20001023164054.B14491@O2.chapin.edu>
28378      Branch: perl
28379            ! t/lib/syslog.t
28380 ____________________________________________________________________________
28381 [  7420] By: jhi                                   on 2000/10/24  13:30:53
28382         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
28383              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28384              Date: Mon, 23 Oct 2000 17:29:03 -0400
28385              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
28386      Branch: perl
28387            ! lib/ExtUtils/MM_Unix.pm
28388 ____________________________________________________________________________
28389 [  7419] By: jhi                                   on 2000/10/24  13:29:57
28390         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
28391              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28392              Date: Mon, 23 Oct 2000 19:01:32 -0400
28393              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
28394      Branch: perl
28395            ! utils/h2xs.PL
28396 ____________________________________________________________________________
28397 [  7418] By: jhi                                   on 2000/10/24  13:26:04
28398         Log: Replace #7409 with
28399              
28400              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
28401              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
28402              Date: Mon, 23 Oct 2000 20:08:56 +0200
28403              Message-ID: <20001023200855.A14850@nice.ram.loc>
28404      Branch: perl
28405            ! ext/Storable/Storable.pm t/lib/st-lock.t
28406 ____________________________________________________________________________
28407 [  7417] By: jhi                                   on 2000/10/24  13:17:52
28408         Log: Run vms/vms_yfix.pl, should have done that after changing
28409              perly.c in #7382.
28410      Branch: perl
28411            ! vms/perly_c.vms vms/perly_h.vms
28412 ____________________________________________________________________________
28413 [  7416] By: jhi                                   on 2000/10/24  02:55:33
28414         Log: Make the UTF-8 decoding stricter and more verbose when
28415              malformation happens.  This involved adding an argument
28416              to utf8_to_uv_chk(), which involved changing its prototype,
28417              and prefer STRLEN over I32 for the UTF-8 length, which as
28418              a domino effect necessitated changing the prototypes of
28419              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
28420              The stricter UTF-8 decoding checking uses Markus Kuhn's
28421              UTF-8 Decode Stress Tester from
28422              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
28423      Branch: perl
28424            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
28425            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
28426            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
28427            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
28428 ____________________________________________________________________________
28429 [  7415] By: jhi                                   on 2000/10/23  14:06:06
28430         Log: Update Changes.
28431      Branch: perl
28432            ! Changes patchlevel.h
28433 ____________________________________________________________________________
28434 [  7414] By: jhi                                   on 2000/10/23  12:39:52
28435         Log: Undo the basename() part of #7412 since the lib/basename
28436              tests would need upgrading too.
28437      Branch: perl
28438            ! lib/File/Basename.pm
28439 ____________________________________________________________________________
28440 [  7413] By: jhi                                   on 2000/10/23  12:19:27
28441         Log: Document PERL_INSTALL_ROOT of #7210.
28442      Branch: perl
28443            ! lib/ExtUtils/Install.pm
28444 ____________________________________________________________________________
28445 [  7412] By: jhi                                   on 2000/10/23  12:16:47
28446         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
28447      Branch: perl
28448            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
28449            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
28450 ____________________________________________________________________________
28451 [  7411] By: jhi                                   on 2000/10/23  12:07:41
28452         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
28453              From: Prymmer/Kahn <pvhp@best.com>
28454              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
28455              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
28456      Branch: perl
28457            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
28458 ____________________________________________________________________________
28459 [  7410] By: jhi                                   on 2000/10/23  04:10:11
28460         Log: The change #7187 was not so good on VMS.
28461              
28462              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
28463              From: "Craig A. Berry" <craig.berry@psinetcs.com>
28464              Date: Sun, 22 Oct 2000 23:03:08 -0500
28465              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
28466      Branch: perl
28467            ! utils/perldoc.PL
28468 ____________________________________________________________________________
28469 [  7409] By: jhi                                   on 2000/10/23  03:57:36
28470         Log: Avoid Storable locking on DJGPP for now.
28471              
28472              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
28473              From: "Peter J. Farley III" <pjfarley@banet.net>
28474              Date: Sun, 22 Oct 2000 20:00:00 -0400
28475              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
28476      Branch: perl
28477            ! ext/Storable/Storable.pm t/lib/st-lock.t
28478 ____________________________________________________________________________
28479 [  7408] By: jhi                                   on 2000/10/23  03:50:24
28480         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
28481              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
28482              Date: Sun, 22 Oct 2000 21:12:22 -0400
28483              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
28484      Branch: perl
28485            ! lib/vars.pm
28486 ____________________________________________________________________________
28487 [  7407] By: jhi                                   on 2000/10/23  03:43:12
28488         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
28489              From: Hugo <hv@crypt.compulink.co.uk>
28490              Date: Mon, 23 Oct 2000 00:47:22 +0100
28491              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
28492      Branch: perl
28493            ! regexec.c t/op/pat.t
28494 ____________________________________________________________________________
28495 [  7406] By: jhi                                   on 2000/10/23  03:40:29
28496         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
28497      Branch: perl
28498            ! lib/ExtUtils/MakeMaker.pm
28499 ____________________________________________________________________________
28500 [  7405] By: jhi                                   on 2000/10/22  21:32:00
28501         Log: Doc patch.
28502              
28503              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
28504              From: rspier@pobox.com (Robert Spier)
28505              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
28506              Message-ID: <14835.16112.13457.447971@rls.cx>
28507      Branch: perl
28508            ! lib/strict.pm
28509 ____________________________________________________________________________
28510 [  7404] By: jhi                                   on 2000/10/22  21:30:51
28511         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
28512              From: rspier@pobox.com (Robert Spier)
28513              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
28514              Message-ID: <14835.17223.72448.705566@rls.cx>
28515      Branch: perl
28516            ! lib/ExtUtils/MakeMaker.pm
28517 ____________________________________________________________________________
28518 [  7403] By: jhi                                   on 2000/10/22  21:24:11
28519         Log: Subject: [PATCH bleadperl] ripples from constsub patch
28520              From: John Tobey <jtobey@john-edwin-tobey.org>
28521              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
28522              Message-Id: <m13nSOB-000FObC@feynman.localnet>
28523      Branch: perl
28524            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
28525 ____________________________________________________________________________
28526 [  7402] By: jhi                                   on 2000/10/22  20:59:35
28527         Log: Support s?printf parameter reordering.
28528      Branch: perl
28529            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
28530 ____________________________________________________________________________
28531 [  7401] By: jhi                                   on 2000/10/22  19:19:14
28532         Log: Expand %Config variables only if explicitly so requested
28533              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
28534              
28535              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
28536              From: Gurusamy Sarathy <gsar@ActiveState.com>
28537              Date: Sun, 22 Oct 2000 11:47:32 -0700
28538              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
28539      Branch: perl
28540            ! Makefile.SH lib/lib_pm.PL
28541 ____________________________________________________________________________
28542 [  7400] By: jhi                                   on 2000/10/22  18:24:10
28543         Log: Move the #7390 test from warn/op to comp/redef.
28544              
28545              Subject: Re: Creating const subs for constants.
28546              From: John Tobey <jtobey@john-edwin-tobey.org>
28547              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
28548              Message-Id: <m13nG72-000FObC@feynman.localnet>               
28549      Branch: perl
28550            ! t/comp/redef.t t/pragma/warn/op
28551 ____________________________________________________________________________
28552 [  7399] By: jhi                                   on 2000/10/22  17:49:59
28553         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
28554              From: Nicholas Clark <nick@ccl4.org>
28555              Date: Sat, 21 Oct 2000 22:23:19 +0100
28556              Message-ID: <20001021222319.B45586@plum.flirble.org>
28557      Branch: perl
28558            ! ext/DynaLoader/DynaLoader_pm.PL
28559 ____________________________________________________________________________
28560 [  7398] By: jhi                                   on 2000/10/22  17:47:35
28561         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
28562              From: Hugo <hv@crypt.compulink.co.uk>
28563              Date: Sat, 21 Oct 2000 18:19:59 +0100
28564              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
28565      Branch: perl
28566            ! ext/B/B.pm ext/B/B/C.pm
28567 ____________________________________________________________________________
28568 [  7397] By: jhi                                   on 2000/10/22  17:35:18
28569         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
28570              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
28571              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
28572              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
28573      Branch: perl
28574            ! hints/openbsd.sh
28575 ____________________________________________________________________________
28576 [  7396] By: jhi                                   on 2000/10/22  17:19:46
28577         Log: Subject: installman go-faster stripes
28578              From: Nicholas Clark <nick@talking.bollo.cx>
28579              Date: Sat, 21 Oct 2000 17:24:53 +0100
28580              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
28581              
28582              Subject: Re: installman go-faster stripes
28583              From: Russ Allbery <rra@stanford.edu>
28584              Date: 21 Oct 2000 11:04:13 -0700
28585              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
28586      Branch: perl
28587            ! installman pod/pod2man.PL
28588 ____________________________________________________________________________
28589 [  7395] By: jhi                                   on 2000/10/22  17:17:35
28590         Log: Hints tweak from Anton Berezin.
28591      Branch: perl
28592            ! hints/freebsd.sh
28593 ____________________________________________________________________________
28594 [  7394] By: jhi                                   on 2000/10/22  04:50:04
28595         Log: Tweak the Is* definitions of Unicode character classes
28596              to better match the official categorizations; embrace
28597              the official categorizations; add the combining marks
28598              as alpha (and -numeric); fix DCinital (a typo and edito)
28599              to be DCmedial.
28600      Branch: perl
28601            + lib/unicode/Is/DCmedial.pl
28602            - lib/unicode/Is/DCinital.pl
28603            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
28604            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
28605            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
28606            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
28607 ____________________________________________________________________________
28608 [  7393] By: jhi                                   on 2000/10/21  18:06:05
28609         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
28610              From: Daniel Chetlin <daniel@chetlin.com>
28611              Date: Sat, 21 Oct 2000 02:57:03 -0700
28612              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
28613      Branch: perl
28614            + t/lib/tie-splice.t
28615            ! MANIFEST lib/Tie/Array.pm
28616 ____________________________________________________________________________
28617 [  7392] By: gsar                                  on 2000/10/21  18:05:15
28618         Log: resync utfperl branch with mainline
28619      Branch: utfperl
28620           !> (integrate 1760 files)
28621 ____________________________________________________________________________
28622 [  7391] By: jhi                                   on 2000/10/21  14:37:49
28623         Log: Testcases for a #7383,#7385 related bug.
28624              
28625              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
28626              From: Nicholas Clark <nick@ccl4.org>
28627              Date: Sat, 21 Oct 2000 15:04:51 +0100
28628              Message-ID: <20001021150451.A51566@plum.flirble.org>
28629      Branch: perl
28630            ! t/pragma/utf8.t
28631 ____________________________________________________________________________
28632 [  7390] By: jhi                                   on 2000/10/21  14:35:57
28633         Log: Add a testcase for #7389.
28634      Branch: perl
28635            ! t/pragma/warn/op
28636 ____________________________________________________________________________
28637 [  7389] By: jhi                                   on 2000/10/21  14:26:45
28638         Log: Subject: Re: Creating const subs for constants.
28639              From: John Tobey <jtobey@john-edwin-tobey.org>
28640              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
28641              Message-Id: <m13mo0N-000FObC@feynman.localnet>
28642      Branch: perl
28643            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
28644            ! proto.h sv.c
28645 ____________________________________________________________________________
28646 [  7388] By: nick                                  on 2000/10/21  11:44:23
28647         Log: Populate perlio branch
28648      Branch: perlio
28649           +> (branch 1760 files)
28650 ____________________________________________________________________________
28651 [  7387] By: nick                                  on 2000/10/21  10:52:05
28652         Log: Get branch back as replica of mainline via :
28653              p4 integrate -b utfperl
28654              p4 resolve -at ./...
28655      Branch: utfperl
28656           +> (branch 269 files)
28657            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
28658            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
28659            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
28660            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
28661            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
28662            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
28663            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
28664            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
28665            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
28666            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
28667            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
28668            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
28669            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
28670            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
28671            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
28672            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
28673            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
28674            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
28675            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
28676            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
28677            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
28678            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
28679            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
28680            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
28681            - lib/unicode/UCD300.html lib/unicode/Unicode.300
28682            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
28683            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
28684            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
28685            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
28686           !> (integrate 965 files)
28687 ____________________________________________________________________________
28688 [  7386] By: jhi                                   on 2000/10/21  01:31:12
28689         Log: Update Changes.
28690      Branch: perl
28691            ! Changes patchlevel.h
28692 ____________________________________________________________________________
28693 [  7385] By: jhi                                   on 2000/10/21  01:28:42
28694         Log: The #7383 was right only in the context of the original bug report,
28695              not in more general case.
28696      Branch: perl
28697            ! pp_hot.c
28698 ____________________________________________________________________________
28699 [  7384] By: jhi                                   on 2000/10/21  01:08:23
28700         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
28701      Branch: perl
28702            ! ext/IO/lib/IO/Select.pm
28703 ____________________________________________________________________________
28704 [  7383] By: jhi                                   on 2000/10/21  00:44:18
28705         Log: Fix for ID 20001020.006, concatenating an unset submatch
28706              with utf8 resulted in "Modification of a read-only value".
28707      Branch: perl
28708            ! pp_hot.c t/pragma/utf8.t
28709 ____________________________________________________________________________
28710 [  7382] By: jhi                                   on 2000/10/20  20:44:31
28711         Log: Make scan_num() reëntrant, as suggested in
28712              
28713              Subject: [PATCH perl@7229] Rentrant parser and yylex()
28714              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
28715              Date: Fri, 20 Oct 2000 14:17:27 +0100
28716              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
28717      Branch: perl
28718            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
28719            ! toke.c
28720 ____________________________________________________________________________
28721 [  7381] By: jhi                                   on 2000/10/20  20:07:29
28722         Log: Reëntrancy fix.
28723              
28724              Subject: [PATCH perl@7229] Rentrant parser and yylex()
28725              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
28726              Date: Fri, 20 Oct 2000 14:17:27 +0100
28727              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
28728      Branch: perl
28729            ! embed.h embed.pl perl.h proto.h toke.c
28730 ____________________________________________________________________________
28731 [  7380] By: jhi                                   on 2000/10/20  19:15:54
28732         Log: Don't write double values through long double pointers,
28733              based on a part of
28734              
28735              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
28736              From: Jens Hamisch <jens@Strawberry.COM>
28737              Date: Tue, 17 Oct 2000 08:39:36 +0200
28738              Message-Id: <20001017083936.A11104@Strawberry.COM>
28739      Branch: perl
28740            ! perl.h pp.c
28741 ____________________________________________________________________________
28742 [  7379] By: jhi                                   on 2000/10/20  18:43:37
28743         Log: Portability tweak on #7377.
28744              
28745              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
28746              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
28747              Date:     Fri, 20 Oct 2000 13:13:41 EDT
28748              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
28749      Branch: perl
28750            ! t/lib/dprof.t
28751 ____________________________________________________________________________
28752 [  7378] By: jhi                                   on 2000/10/20  12:57:19
28753         Log: SOCKS function redefinitions need prototypes, too, otherwise
28754              for example 32 bit versus 64 bit differences cause a lot of
28755              problems.  Part of
28756              
28757              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
28758              From: Jens Hamisch <jens@Strawberry.COM>
28759              Date: Tue, 17 Oct 2000 08:39:36 +0200
28760              Message-Id: <20001017083936.A11104@Strawberry.COM>
28761      Branch: perl
28762            ! doio.c pp_sys.c
28763 ____________________________________________________________________________
28764 [  7377] By: jhi                                   on 2000/10/20  12:37:12
28765         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
28766              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
28767              Date:     Fri, 20 Oct 2000 08:26:04 EDT
28768              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
28769      Branch: perl
28770            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
28771 ____________________________________________________________________________
28772 [  7376] By: jhi                                   on 2000/10/20  12:35:31
28773         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
28774              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
28775              Date:     Fri, 20 Oct 2000 07:48:15 EDT
28776              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
28777      Branch: perl
28778            ! configure.com vms/gen_shrfls.pl
28779 ____________________________________________________________________________
28780 [  7375] By: bailey                                on 2000/10/20  04:44:37
28781         Log: SYN SYN
28782      Branch: vmsperl
28783           +> (branch 134 files)
28784            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
28785            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
28786            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
28787            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
28788            - eg/cgi/frameset.cgi eg/cgi/index.html
28789            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
28790            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
28791            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
28792            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
28793            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
28794            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
28795            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
28796            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
28797            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
28798            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
28799            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
28800            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
28801            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
28802            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
28803            - lib/unicode/Props.txt lib/unicode/UCD300.html
28804            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
28805            - utils/perlbc.PL vms/subconfigure.com
28806           !> (integrate 785 files)
28807 ____________________________________________________________________________
28808 [  7374] By: jhi                                   on 2000/10/20  00:59:48
28809         Log: In the latest compiler builds cccdlflags must not become -fpic,
28810              from Wilfredo Sánchez.
28811      Branch: perl
28812            ! hints/darwin.sh
28813 ____________________________________________________________________________
28814 [  7373] By: jhi                                   on 2000/10/20  00:56:35
28815         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
28816              From: Tony Cook <tony@develop-help.com>
28817              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
28818              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
28819      Branch: perl
28820            ! pod/perlop.pod
28821 ____________________________________________________________________________
28822 [  7372] By: jhi                                   on 2000/10/19  19:34:40
28823         Log: Typo noted by Mark Lutz.
28824      Branch: perl
28825            ! t/op/64bitint.t
28826 ____________________________________________________________________________
28827 [  7371] By: jhi                                   on 2000/10/19  19:33:13
28828         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
28829      Branch: metaconfig
28830            ! U/modified/Cppsym.U U/modified/Oldconfig.U
28831      Branch: metaconfig/U/perl
28832            ! End.U dlsrc.U libperl.U
28833      Branch: perl
28834            + hints/nonstopux.sh
28835            ! Configure MANIFEST config_h.SH
28836 ____________________________________________________________________________
28837 [  7370] By: jhi                                   on 2000/10/19  17:18:08
28838         Log: Subject: PATCH do_print has 2 PerlIO_error()s
28839              From: nick@ccl4.org
28840              Date: Thu, 19 Oct 2000 18:09:20 +0100
28841              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
28842      Branch: perl
28843            ! doio.c
28844 ____________________________________________________________________________
28845 [  7369] By: jhi                                   on 2000/10/19  14:01:49
28846         Log: Update Changes.
28847      Branch: perl
28848            ! Changes patchlevel.h
28849 ____________________________________________________________________________
28850 [  7368] By: jhi                                   on 2000/10/19  13:04:29
28851         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
28852              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28853              Date: Wed, 18 Oct 2000 13:12:01 +0200
28854              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
28855      Branch: perl
28856            ! hints/aix.sh
28857 ____________________________________________________________________________
28858 [  7367] By: jhi                                   on 2000/10/19  02:22:40
28859         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
28860              of a 'pmshort' anywhere in the B, so the offending line was simply
28861              removed.
28862      Branch: perl
28863            ! ext/B/B/Debug.pm
28864 ____________________________________________________________________________
28865 [  7366] By: jhi                                   on 2000/10/19  02:12:37
28866         Log: Add the test case for the bug id 20000730.004 which seems
28867              to have been fixed by now.
28868      Branch: perl
28869            ! t/pragma/utf8.t
28870 ____________________________________________________________________________
28871 [  7365] By: jhi                                   on 2000/10/18  23:36:24
28872         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
28873              From: Hugo <hv@crypt.compulink.co.uk>
28874              Date: Wed, 18 Oct 2000 23:25:58 +0100
28875              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
28876      Branch: perl
28877            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
28878 ____________________________________________________________________________
28879 [  7364] By: jhi                                   on 2000/10/18  21:12:53
28880         Log: (retracted)
28881      Branch: perl
28882            ! pp.c
28883 ____________________________________________________________________________
28884 [  7363] By: jhi                                   on 2000/10/18  20:55:38
28885         Log: Missing change from #7362.
28886      Branch: perl
28887            ! win32/perlhost.h
28888 ____________________________________________________________________________
28889 [  7362] By: jhi                                   on 2000/10/18  20:52:01
28890         Log: Borland C fstat() never saw the fd as writable.
28891              
28892              Subject: fix for Borland's weak "stat" (perl@7211)
28893              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
28894              Date: Mon, 16 Oct 2000 09:55:03 +0400
28895              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
28896      Branch: perl
28897            ! win32/win32.c
28898 ____________________________________________________________________________
28899 [  7361] By: jhi                                   on 2000/10/18  17:43:50
28900         Log: Regen toc.
28901      Branch: perl
28902            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
28903 ____________________________________________________________________________
28904 [  7360] By: jhi                                   on 2000/10/18  17:07:44
28905         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28906              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
28907              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
28908              Date: Mon, 16 Oct 2000 15:19:49 +0200
28909      Branch: perl
28910            + README.aix
28911            ! MANIFEST
28912 ____________________________________________________________________________
28913 [  7359] By: jhi                                   on 2000/10/18  17:04:49
28914         Log: Subject: Pod patch for Devel::Peek
28915              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28916              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
28917              Date: Mon, 16 Oct 2000 12:26:34 +0200
28918      Branch: perl
28919            ! ext/Devel/Peek/Peek.pm
28920 ____________________________________________________________________________
28921 [  7358] By: jhi                                   on 2000/10/18  17:03:15
28922         Log: Make Cwd more bulletproof in chrooted environments.
28923              
28924              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
28925              From: "Eric E. Coe" <Eric.Coe@oracle.com>
28926              Date: Wed, 18 Oct 2000 04:03:54 -0400
28927              Message-Id: <39ED596A.70E599FE@oracle.com>
28928      Branch: perl
28929            ! lib/Cwd.pm
28930 ____________________________________________________________________________
28931 [  7357] By: jhi                                   on 2000/10/18  16:37:26
28932         Log: Disable the UTF8 downgrade croakage for now to avoid
28933              too many not okay messages.
28934      Branch: perl
28935            ! doio.c
28936 ____________________________________________________________________________
28937 [  7356] By: jhi                                   on 2000/10/17  23:29:41
28938         Log: Show the failed remote port, instead of the failing line number.
28939              
28940              Subject: [PATCH 5.6.1 Debugger] More diagnostics
28941              From: David Sparks <daves@ActiveState.com>
28942              Date: Tue, 17 Oct 2000 15:00:24 -0700
28943              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
28944      Branch: perl
28945            ! lib/perl5db.pl
28946 ____________________________________________________________________________
28947 [  7355] By: jhi                                   on 2000/10/17  14:11:31
28948         Log: On output try to downgrade to bytes, croak if impossible,
28949              from Simon Cozens.  This means that outputting >255 UTF8
28950              is impossible.  Consider this as a strong incentive to get
28951              the I/O disciplines implemented.
28952      Branch: perl
28953            ! doio.c pod/perldiag.pod sv.c
28954 ____________________________________________________________________________
28955 [  7354] By: jhi                                   on 2000/10/17  13:42:23
28956         Log: Clarify documentation on 'use bytes'.
28957              
28958              Subject: Re: What does 'use bytes' "mean" ?
28959              From: Simon Cozens <simon@cozens.net>
28960              Date: Mon, 18 Sep 2000 18:24:25 +0100
28961              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
28962      Branch: perl
28963            ! lib/bytes.pm
28964 ____________________________________________________________________________
28965 [  7353] By: jhi                                   on 2000/10/17  13:28:12
28966         Log: Workaround for a sfio bug where the stream error indicator
28967              is not cleared as documented.
28968              
28969              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
28970              From: Nicholas Clark <nick@ccl4.org>
28971              Date: Mon, 16 Oct 2000 18:28:23 +0100
28972              Message-ID: <20001016182823.J19700@plum.flirble.org>
28973      Branch: perl
28974            ! doio.c
28975 ____________________________________________________________________________
28976 [  7352] By: jhi                                   on 2000/10/17  13:06:19
28977         Log: More IoTYPE sprinkling.
28978      Branch: perl
28979            ! doio.c pp_hot.c
28980 ____________________________________________________________________________
28981 [  7351] By: jhi                                   on 2000/10/16  22:47:07
28982         Log: Detect early whether the std streams have gone bad.
28983              
28984              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
28985              Date: Mon, 16 Oct 2000 23:28:42 +0100
28986              From: Nicholas Clark <nick@ccl4.org>
28987              Message-ID: <20001016232842.A37942@plum.flirble.org>
28988      Branch: perl
28989            ! t/op/misc.t
28990 ____________________________________________________________________________
28991 [  7350] By: jhi                                   on 2000/10/16  22:45:16
28992         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
28993              From: "Peter J. Farley III" <pjfarley@banet.net>
28994              Date: Mon, 16 Oct 2000 18:15:59 -0400
28995              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
28996      Branch: perl
28997            ! djgpp/djgpp.c dosish.h t/io/open.t
28998 ____________________________________________________________________________
28999 [  7349] By: jhi                                   on 2000/10/16  22:36:45
29000         Log: perldelta tweak.
29001      Branch: perl
29002            ! pod/perldelta.pod
29003 ____________________________________________________________________________
29004 [  7348] By: jhi                                   on 2000/10/16  15:17:53
29005         Log: Update Changes.
29006      Branch: perl
29007            ! Changes patchlevel.h
29008 ____________________________________________________________________________
29009 [  7347] By: jhi                                   on 2000/10/16  13:55:27
29010         Log: Add the capability to include/exclude branches.
29011      Branch: perl
29012            ! Porting/genlog
29013 ____________________________________________________________________________
29014 [  7346] By: jhi                                   on 2000/10/16  13:18:04
29015         Log: Add Charles Lane.
29016      Branch: perl
29017            ! AUTHORS Changes
29018 ____________________________________________________________________________
29019 [  7345] By: jhi                                   on 2000/10/16  13:13:21
29020         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
29021      Branch: perl
29022            ! pod/perldelta.pod
29023 ____________________________________________________________________________
29024 [  7344] By: gsar                                  on 2000/10/16  09:30:21
29025         Log: integrate change#6220 from cfgperl
29026              
29027              Win32 patches from Benjamin Stuhl.
29028      Branch: maint-5.6/perl
29029           !> makedef.pl win32/win32.h
29030 ____________________________________________________________________________
29031 [  7343] By: gsar                                  on 2000/10/16  08:32:19
29032         Log: integrate changes#6221,6222 from cfgperl
29033              
29034              Remove tr///CU (the feature is to be obsoleted by better interfaces).
29035              From: simon@brecon.co.uk (Simon Cozens)
29036              Subject: [PATCH] Eliminate tr///[CU][CU]
29037              Date: 23 Jun 2000 11:05:40 GMT
29038              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
29039              
29040              doc typo fix
29041              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
29042              From: Ian Phillipps <Ian.Phillipps@iname.com>
29043              Date: Fri, 23 Jun 2000 10:40:58 +0100
29044              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
29045      Branch: maint-5.6/perl
29046           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
29047 ____________________________________________________________________________
29048 [  7342] By: gsar                                  on 2000/10/16  08:28:08
29049         Log: integrate change#6217 from cfgperl (in part)
29050              
29051              Rename the fdpid locking and integrate with Sarathy.
29052      Branch: maint-5.6/perl
29053           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
29054           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
29055           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
29056           !> win32/win32.c
29057 ____________________________________________________________________________
29058 [  7341] By: gsar                                  on 2000/10/16  08:23:39
29059         Log: integrate changes#6214..6216 from mainline
29060              
29061              @_ can't have junk in it even in the non-USE_ITHREADS case because
29062              caller() wants to populate @DB::args with it (causes a coredump
29063              in Carp::confess())
29064              
29065              tweak comment about @DB::args
29066              
29067              be more optimal about clearing @_
29068      Branch: maint-5.6/perl
29069           !> av.h cop.h pp_ctl.c t/op/runlevel.t
29070 ____________________________________________________________________________
29071 [  7340] By: gsar                                  on 2000/10/16  08:20:37
29072         Log: integrate changes#6207..6210 from cfgperl
29073              
29074              Subject: [PATCH 5.6.0] Threadsafe patches
29075              From: Dan Sugalski <dan@sidhe.org>
29076              To: perl5-porters@perl.org
29077              Date: Mon, 08 May 2000 18:08:13 -0400
29078              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
29079              
29080              Regen headers for #6207.
29081              
29082              Lock PL_fdpid against race conditions, based on:
29083              Subject: [PATCH 5.6.0]subprocess fixup for threads
29084              From: Dan Sugalski <dan@sidhe.org>
29085              To: perl5-porters@perl.org
29086              Date: Tue, 11 Apr 2000 17:02:32 -0400
29087              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
29088              
29089              Mopup for #6207 and #6209.
29090      Branch: maint-5.6/perl
29091           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
29092           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
29093           !> win32/win32.c
29094 ____________________________________________________________________________
29095 [  7339] By: gsar                                  on 2000/10/16  08:14:34
29096         Log: integrate change#6203 from cfgperl
29097              
29098              perldiag should refer to perlos2.pod not README.os2
29099      Branch: maint-5.6/perl
29100           !> pod/perldiag.pod
29101 ____________________________________________________________________________
29102 [  7338] By: gsar                                  on 2000/10/16  08:11:42
29103         Log: integrate change#6201 from mainline
29104              
29105              Perl_eval_pv() leaks 4 bytes every time it is called because it
29106              does a PUSHMARK that's never ever POPMARKed; in general, only
29107              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
29108              Perl_eval_[sp]v() don't because they don't take any incoming
29109              arguments (this leak has been around since the original version
29110              of perl_eval_pv() in 5.003_97e)
29111      Branch: maint-5.6/perl
29112           !> perl.c
29113 ____________________________________________________________________________
29114 [  7337] By: gsar                                  on 2000/10/16  08:08:47
29115         Log: integrate changes#6197..6200 from cfgperl
29116              
29117              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
29118              From: John Borwick <jhborwic@unity.ncsu.edu>
29119              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
29120              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
29121              
29122              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
29123              From: Dan Sugalski <dan@sidhe.org>
29124              To: vmsperl@perl.org, perl5-porters@perl.org
29125              Date: Fri, 02 Jun 2000 16:00:41 -0400
29126              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
29127              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
29128              
29129              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
29130              From: Dan Sugalski <dan@sidhe.org>
29131              To: perl5-porters@perl.org, vmsperl@perl.org
29132              Date: Fri, 02 Jun 2000 17:30:51 -0400
29133              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
29134              
29135              Update to cperl-mode.el 4.31 from
29136              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
29137              Subject: A couple of notes
29138              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29139              To: Mailing list Perl5 <perl5-porters@perl.org>
29140              Date: Sat, 3 Jun 2000 23:33:32 -0400
29141              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
29142      Branch: maint-5.6/perl
29143           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
29144           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
29145           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
29146           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
29147           !> vms/vmsish.h
29148 ____________________________________________________________________________
29149 [  7336] By: gsar                                  on 2000/10/16  08:03:46
29150         Log: integrate changes#6194,6195 from mainline
29151              
29152              fix small eval"" memory leaks under USE_ITHREADS
29153              
29154              fix yet another eval"" leak under USE_ITHREADS
29155      Branch: maint-5.6/perl
29156           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
29157           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
29158           !> vms/perly_c.vms
29159 ____________________________________________________________________________
29160 [  7335] By: gsar                                  on 2000/10/16  08:02:15
29161         Log: integrate changes#6190,6191 from mainline
29162              
29163              submit missing embed.pl change
29164              
29165              vec() loses numericalness (modified version of patch suggested
29166              by Robin Barker)
29167      Branch: maint-5.6/perl
29168           !> doop.c embed.pl t/op/vec.t
29169 ____________________________________________________________________________
29170 [  7334] By: gsar                                  on 2000/10/16  08:01:03
29171         Log: integrate change#6189 from mainline
29172              
29173              counting tr/// corrupts later operation (from M.J.T Guy)
29174      Branch: maint-5.6/perl
29175           !> doop.c t/op/tr.t
29176 ____________________________________________________________________________
29177 [  7333] By: gsar                                  on 2000/10/16  07:59:07
29178         Log: integrate changes#6183..6188 from mainline
29179              
29180              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
29181              <nick@ccl4.org>)
29182              
29183              tweak for change#6127
29184              
29185              remove incorrect documentation about implicit split to @_ in
29186              list context, which never really worked in perl 5 (from
29187              M.J.T. Guy)
29188              
29189              further qualify references to "alphanumeric" (from Wolfgang Laun
29190              <wolfgang.laun@alcatel.at>)
29191              
29192              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
29193              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
29194              
29195              h2xs tweaks
29196      Branch: maint-5.6/perl
29197           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
29198           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
29199           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
29200           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
29201           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
29202           !> pod/pod2latex.PL utils/h2xs.PL
29203 ____________________________________________________________________________
29204 [  7332] By: gsar                                  on 2000/10/16  07:53:52
29205         Log: integrate change#6179 from mainline
29206              
29207              buggy modulus on UVs introduced by change#3378 (resulted in
29208              4063328477 % 65535 amounting to 27406, instead of 27407)
29209      Branch: maint-5.6/perl
29210           !> pp.c t/op/arith.t
29211 ____________________________________________________________________________
29212 [  7331] By: gsar                                  on 2000/10/16  07:52:49
29213         Log: integrate changes#6176,6177,6178,6182 from cfgperl
29214              
29215              Single-quoted utf8 patch from Simon Cozens.
29216              
29217              Substitution utf8 patch from Simon Cozens.
29218              
29219              Be cleaner.
29220              
29221              Be Cleaner Part Deux.
29222      Branch: maint-5.6/perl
29223           !> Makefile.SH pp_hot.c toke.c
29224 ____________________________________________________________________________
29225 [  7330] By: gsar                                  on 2000/10/16  07:41:36
29226         Log: integrate change#6172 from mainline
29227              
29228              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
29229              (from Ilya Zakharevich)
29230      Branch: maint-5.6/perl
29231           !> regexec.c t/op/re_tests
29232 ____________________________________________________________________________
29233 [  7329] By: gsar                                  on 2000/10/16  07:40:25
29234         Log: integrate change#6171 from mainline
29235              
29236              scalar() doesn't force scalar context when used in void context
29237              (from Simon Cozens)
29238      Branch: maint-5.6/perl
29239           !> op.c t/op/wantarray.t
29240 ____________________________________________________________________________
29241 [  7328] By: gsar                                  on 2000/10/16  07:39:33
29242         Log: integrate change#6170 from mainline
29243              
29244              change#6142 needs tweaks to tests to work where there's no
29245              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
29246      Branch: maint-5.6/perl
29247           !> t/lib/filefind.t
29248 ____________________________________________________________________________
29249 [  7327] By: gsar                                  on 2000/10/16  07:35:34
29250         Log: integrate changes#6166..6168 from cfgperl
29251              
29252              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
29253              in case somebody wants to write an extension for more
29254              shadow database interfaces.
29255              
29256              tweak todo
29257              
29258              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
29259      Branch: maint-5.6/perl
29260           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
29261           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
29262           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
29263           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
29264           !> win32/config.vc win32/config_H.bc win32/config_H.gc
29265           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
29266 ____________________________________________________________________________
29267 [  7326] By: gsar                                  on 2000/10/16  07:29:05
29268         Log: integrate changes#6157,6159..6161,6164 from cfgperl
29269              
29270              Regen Configure to jive with #6149.
29271              
29272              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
29273              
29274              Changes for the File::Temp 0.08 (change #6159) test suite
29275              to fit better into the Perl distribution test framework.
29276              
29277              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
29278              both from Simon Cozens.
29279              
29280              detypo
29281      Branch: maint-5.6/perl
29282           +> pod/perlmodlib.PL pod/perlnewmod.pod
29283           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
29284           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
29285           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
29286           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
29287 ____________________________________________________________________________
29288 [  7325] By: gsar                                  on 2000/10/16  07:25:13
29289         Log: integrate change#6158 from vmsperl
29290              
29291              Add fallback to tmpfile for use in cases where user's relying on
29292              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
29293              Lane's patch)
29294      Branch: maint-5.6/perl
29295           !> vms/vms.c vms/vmsish.h
29296 ____________________________________________________________________________
29297 [  7324] By: gsar                                  on 2000/10/16  07:20:50
29298         Log: integrate changes#6153..6155 from mainline
29299              
29300              prettier Test::Harness output on failed tests (from Nicholas Clark
29301              <nick@Bagpuss.uk.boo.com>)
29302              
29303              avoid type mismatch warning
29304              
29305              small bug in change#6144; remove random \xA0 character that snuck
29306              in via change#6145
29307      Branch: maint-5.6/perl
29308           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
29309           !> perl.c
29310 ____________________________________________________________________________
29311 [  7323] By: gsar                                  on 2000/10/16  07:18:47
29312         Log: integrate changes#6151,6152 from mainline
29313              
29314              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
29315              
29316              cosmetic fixups of RE debug output (from Ilya Zakharevich)
29317      Branch: maint-5.6/perl
29318           !> regexec.c
29319 ____________________________________________________________________________
29320 [  7322] By: gsar                                  on 2000/10/16  07:17:25
29321         Log: integrate changes#6146..6150 from mainline
29322              
29323              doc typo
29324              
29325              add a make entry to Config.pm so "perl -V:make" works on VMS
29326              (from Peter Prymmer)
29327              
29328              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
29329              
29330              OS/2 tweaks for usethreads build (from Rocco Caputo
29331              <troc@netrus.net>)
29332              
29333              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
29334      Branch: maint-5.6/perl
29335           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
29336           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
29337           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
29338           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
29339           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
29340           !> warnings.pl x2p/a2p.h
29341 ____________________________________________________________________________
29342 [  7321] By: gsar                                  on 2000/10/16  07:14:02
29343         Log: integrate changes#6143..6145 from mainline
29344              
29345              MacOS support, part 1 (from Matthias Neeracher
29346              <neeri@iis.ee.ethz.ch>)
29347              
29348              MacOS support, part 2: make AutoSplit use File::Spec instead
29349              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
29350              <neeri@iis.ee.ethz.ch>)
29351              
29352              make xsubpp skip embedded pod (from Matthias Neeracher
29353              <neeri@iis.ee.ethz.ch>)
29354      Branch: maint-5.6/perl
29355           +> ext/DynaLoader/dl_mac.xs
29356           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
29357           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
29358           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
29359           !> pp_ctl.c proto.h toke.c util.c util.h
29360 ____________________________________________________________________________
29361 [  7320] By: gsar                                  on 2000/10/16  07:12:13
29362         Log: integrate changes#6141,6142 from mainline
29363              
29364              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
29365              forwarded by Peter Seebach from the bsdi-users mailing list.
29366              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
29367              
29368              File::Find fails to chdir when chasing symlinks (from
29369              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
29370      Branch: maint-5.6/perl
29371           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
29372 ____________________________________________________________________________
29373 [  7319] By: gsar                                  on 2000/10/16  07:04:30
29374         Log: integrate change#6139 from mainline
29375              
29376              revise mktables.PL for bugs and newness in Unicode 3.0
29377              (from James Bence <jbence@amgen.com>)
29378      Branch: maint-5.6/perl
29379           +> (branch 30 files)
29380           !> (integrate 49 files)
29381 ____________________________________________________________________________
29382 [  7318] By: gsar                                  on 2000/10/16  07:01:01
29383         Log: integrate changes#6137,6138 from mainline
29384              
29385              fix bogus redeclaration warning for "our" variables in different
29386              scopes
29387              
29388              add note about the handling of negative indices to tied arrays
29389              (from Michael G Schwern <schwern@pobox.com>)
29390      Branch: maint-5.6/perl
29391           !> op.c pod/perltie.pod t/pragma/strict-vars
29392 ____________________________________________________________________________
29393 [  7317] By: gsar                                  on 2000/10/16  06:58:46
29394         Log: integrate changes#6127..6136 from mainline
29395              
29396              call_method(...,G_EVAL) can longjmp() out if the method probing
29397              failed (from Gisle Aas)
29398              
29399              new perlxstut example for passing/returning refs to arrays
29400              (from David Lowe <dlowe@pootpoot.com>)
29401              
29402              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
29403              
29404              fix places that mean C<"word" character> but say C<alphanumeric
29405              character>
29406              
29407              avoid warnings in POSIX.pm (from Barrie Slaymaker)
29408              
29409              warnings::enabled() doesn't fall back to looking at $^W if
29410              caller isn't using lexical warnings (from Paul Marquess)
29411              
29412              elide bogus test in change#6132
29413              
29414              make Test::Harness use wait.h/WCOREDUMP if available
29415              (from Ben Tilly <ben_tilly@hotmail.com>)
29416              
29417              enable Test::Harness to dynamically determine column width etc.
29418              (from Rob Napier <rnapier@employees.org>)
29419              
29420              random pod typos (from Peter Scott <Peter@PSDT.com>)
29421      Branch: maint-5.6/perl
29422           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
29423           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
29424           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
29425           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
29426 ____________________________________________________________________________
29427 [  7316] By: gsar                                  on 2000/10/16  06:53:23
29428         Log: integrate change#6126 from mainline
29429              
29430              change#2879 broke rvalue autovivification of magicals such as
29431              ${$num} (reworked variant of patch suggested by Simon Cozens)
29432      Branch: maint-5.6/perl
29433           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
29434           !> pp_hot.c proto.h t/op/gv.t
29435 ____________________________________________________________________________
29436 [  7315] By: gsar                                  on 2000/10/16  06:51:38
29437         Log: integrate changes#6123,6125 from mainline
29438              
29439              clarify gotcha with #line directives (from Rocco Caputo
29440              <troc@netrus.net>)
29441              
29442              enable propagating exception objects via Perl_croak() in XS code
29443              (from Gisle Aas)
29444      Branch: maint-5.6/perl
29445           !> pod/perldebug.pod pod/perlsyn.pod util.c
29446 ____________________________________________________________________________
29447 [  7314] By: gsar                                  on 2000/10/16  06:49:28
29448         Log: integrate change#6122 from mainline
29449              
29450              downgrade fatal error on C<"foo@nosucharray.com"> to optional
29451              warning (from Mark-Jason Dominus)
29452      Branch: maint-5.6/perl
29453           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
29454           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
29455           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
29456           !> toke.c
29457 ____________________________________________________________________________
29458 [  7313] By: gsar                                  on 2000/10/16  06:46:54
29459         Log: integrate changes#6112..6121 from vmsperl
29460              
29461              Check for existence of file before trying to delete
29462              
29463              Ugly workaround for version-specific RTL error
29464              
29465              Urk -- undo previous removal of vmsish 'exit' change
29466              
29467              Add bounds checking for several strings (Charles Lane)
29468              
29469              Miscellaneous cosmetic fixes (Charles Lane)
29470              
29471              Treat sockets as special in sys(read|write) (Charles Lane et al.)
29472              
29473              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
29474              Flatten case labels in switch statements uniformly (Charles Bailey)
29475              
29476              Quiet error messages in vmsish.t (Charles Lane)
29477              
29478              Add missing escape (Charles Lane)
29479              
29480              Allow eliminate_macros() and fixpath() to handle space-delimited
29481              lists (based on fixes by Craig Berry)
29482      Branch: maint-5.6/perl
29483           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
29484           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
29485           !> vms/vmsish.h
29486 ____________________________________________________________________________
29487 [  7312] By: gsar                                  on 2000/10/16  06:41:18
29488         Log: integrate changes#6107,6110 from cfgperl
29489              
29490              Tweak the todo list.
29491              
29492              todo tweak
29493      Branch: maint-5.6/perl
29494           !> Todo-5.6
29495 ____________________________________________________________________________
29496 [  7311] By: gsar                                  on 2000/10/16  06:38:38
29497         Log: integrate changes#6104,6108 from mainline
29498              
29499              PL_sys_intern was being initialized too late on windows
29500              
29501              reenable fake signal handling on Windows, bugs and all
29502      Branch: maint-5.6/perl
29503           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
29504           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
29505           !> win32/win32.c
29506 ____________________________________________________________________________
29507 [  7310] By: gsar                                  on 2000/10/16  06:36:03
29508         Log: integrate changes#6095,6097..6103 from cfgperl
29509              
29510              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
29511              might be useful in future.
29512              
29513              Add a note about possible compilation problems from Allen Smith.
29514              
29515              Add a note about other, yet unsupported, shadow password APIs.
29516              
29517              Tweaks for the cc bugs from Allen Smith.
29518              
29519              More compilation tweakery from Allen Smith.
29520              
29521              Hints and test tweaks for Unicos.
29522              
29523              The test suite tweak in #6101 wasn't quite right.
29524              
29525              Test tweaking for Unicos continues.
29526      Branch: maint-5.6/perl
29527           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
29528           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
29529           !> t/lib/complex.t t/op/64bitint.t
29530 ____________________________________________________________________________
29531 [  7309] By: gsar                                  on 2000/10/16  06:29:41
29532         Log: integrate changes#6093,6094 from mainline
29533              
29534              fork() failure to create pseudo process sets errno=EAGAIN and returns
29535              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
29536              
29537              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
29538      Branch: maint-5.6/perl
29539           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
29540           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
29541 ____________________________________________________________________________
29542 [  7308] By: gsar                                  on 2000/10/16  06:27:29
29543         Log: integrate change#6092 from cfgperl
29544              
29545              Regen perltoc with the fixed buildtoc.
29546      Branch: maint-5.6/perl
29547           !> pod/perltoc.pod
29548 ____________________________________________________________________________
29549 [  7307] By: gsar                                  on 2000/10/16  06:26:40
29550         Log: integrate changes#6089,6090 from mainline
29551              
29552              buildtoc tweak to fix newline lossage
29553              
29554              concat doesn't preserve utf8-ness, and doesn't invalidate
29555              [NI]OK; added tests for both
29556      Branch: maint-5.6/perl
29557           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
29558 ____________________________________________________________________________
29559 [  7306] By: gsar                                  on 2000/10/16  06:24:05
29560         Log: integrate change#6088 from cfgperl
29561              
29562              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
29563              because we do not use those.  The HAS_GETSPNAM remains,
29564              though, because we still do use that.
29565      Branch: maint-5.6/perl
29566           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
29567           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
29568           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
29569           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
29570           !> win32/config.vc win32/config_H.bc win32/config_H.gc
29571           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
29572 ____________________________________________________________________________
29573 [  7305] By: gsar                                  on 2000/10/16  06:15:52
29574         Log: integrate changes#6084,6085,6087 from mainline
29575              
29576              substr() does not preserve utf8-ness (from Stefan Eissing
29577              <Eissing@medicaldataservice.de>); added tests
29578              
29579              repeat operator (x) doesn't preserve utf8-ness
29580              
29581              reverse() and quotemeta() weren't preserving utf8-ness; add tests
29582      Branch: maint-5.6/perl
29583           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
29584 ____________________________________________________________________________
29585 [  7304] By: gsar                                  on 2000/10/16  06:13:10
29586         Log: integrate changes#6077..6083 from mainline
29587              
29588              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
29589              and Tom Phoenix)
29590              
29591              workaround for CRT bug in chdir() (from Charles Lane, via
29592              Peter Prymmer)
29593              
29594              remove outdated kludge in Carp (NULLs are permitted in diagnostics
29595              now)
29596              
29597              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
29598              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
29599              
29600              better default perlbug categories for ok reports (from Richard Foley)
29601              
29602              peek.t non-portable to ithreads
29603              
29604              note about undocumented caller() return value (from M.J.T. Guy);
29605              yet another peek.t tweak
29606      Branch: maint-5.6/perl
29607           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
29608           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
29609           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
29610           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
29611           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
29612           !> vms/vmsish.h
29613 ____________________________________________________________________________
29614 [  7303] By: gsar                                  on 2000/10/16  06:03:18
29615         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
29616              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
29617              
29618              &HUGE_VAL is not defined, it exists.
29619              
29620              Do not warn that an infinity does not look like a number.
29621              
29622              Rewrite the pwent/spent logic to be a little bit more clearer.
29623              
29624              Continue on the pwent/spent case.
29625              
29626              Correct Freudian slip.
29627              
29628              Use HUGE_VALL if applicable.
29629              
29630              pwent/spent #ifdef imbalance.
29631              
29632              Infinite problems.
29633              
29634              Call getspnam() only iff needd.
29635              
29636              Test both the scalar and list contexts.
29637              
29638              Use setxxent()/endxxent().
29639              
29640              Complex tweakery.
29641              
29642              Unicos hint tweak.
29643              
29644              Be more forgiving in POSIX about HUGE_VALL.
29645              
29646              Detypo.
29647              
29648              The search of infinity continues, this time simplified.
29649              
29650              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
29651              in natively 64-bit platforms where a long is a quad (no need
29652              for long longs).  Also added bias for IVs.
29653              
29654              Complex tweaks.
29655              
29656              Introduce t/lib/peek.t.
29657              
29658              Make the test more portable.
29659      Branch: maint-5.6/perl
29660           +> t/lib/peek.t
29661            ! pp_sys.c
29662           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
29663           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
29664           !> t/op/pwent.t toke.c util.c
29665 ____________________________________________________________________________
29666 [  7302] By: gsar                                  on 2000/10/16  05:03:37
29667         Log: integrate changes#6066..6071 from mainline
29668              
29669              s/END/CHECK/
29670              
29671              replace direct call to sighandler() with (*PL_sighandlerp)()
29672              
29673              note about values()
29674              
29675              File::Spec compatibility update (from Barrie Slaymaker
29676              <barries@slaysys.com>)
29677              
29678              remove misleading comment (from M.J.T. Guy)
29679              
29680              misformatted perllocal.pod (from Tim Jenness
29681              <t.jenness@jach.hawaii.edu>)
29682      Branch: maint-5.6/perl
29683           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
29684           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
29685           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
29686           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
29687 ____________________________________________________________________________
29688 [  7301] By: gsar                                  on 2000/10/16  05:00:08
29689         Log: integrate changes#6061..6063 from mainline
29690              
29691              change#5921 neglected to make eq honor "use bytes"
29692              
29693              additional tests for utf8.t
29694              
29695              tokeq() could read unallocated field in argument
29696      Branch: maint-5.6/perl
29697           !> sv.c t/pragma/utf8.t toke.c
29698 ____________________________________________________________________________
29699 [  7300] By: gsar                                  on 2000/10/16  04:56:54
29700         Log: integrate changes#6046,6048,6057,6058 from mainline
29701              
29702              libscheck has insufficient checks for n32 libs (from
29703              Albert Chin-A-Young <china@thewrittenword.com>)
29704              
29705              add note about how $( doesn't interpolate in REs (from
29706              Philip Newton <newton@ficus.frogspace.net>)
29707              
29708              fix broken parsing of /\x{ab}/
29709              
29710              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
29711              (spotted by Donald Kinzer <dkinzer@premia.com>)
29712      Branch: maint-5.6/perl
29713           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
29714           !> t/pragma/utf8.t
29715 ____________________________________________________________________________
29716 [  7299] By: gsar                                  on 2000/10/16  04:52:50
29717         Log: integrate change#6044 from mainline
29718              
29719              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
29720              such that underscores are only ignored in literal numbers,
29721              "\x{...}", and hex/oct argument
29722      Branch: maint-5.6/perl
29723           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
29724 ____________________________________________________________________________
29725 [  7298] By: gsar                                  on 2000/10/16  04:50:53
29726         Log: integrate changes#6027..6043 from mainline
29727              
29728              podlators-1.02 update (from Russ Allbery)
29729              
29730              Pod::Man generates groff-incompatible macro definition (from
29731              Tom Christiansen)
29732              
29733              add CGI.pm v2.66 (from Lincoln Stein)
29734              
29735              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
29736              for @- and @+ (from Johan Vromans)
29737              
29738              small nits in diagnostics.pm (from Robin Barker)
29739              
29740              whitespace adjustments
29741              
29742              missing files in MANIFEST
29743              
29744              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
29745              to compensate
29746              
29747              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
29748              
29749              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
29750      Branch: maint-5.6/perl
29751           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
29752           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
29753           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
29754           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
29755           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
29756           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
29757           !> t/lib/cgi-html.t t/lib/cgi-request.t
29758 ____________________________________________________________________________
29759 [  7297] By: gsar                                  on 2000/10/16  04:44:30
29760         Log: integrate change#6025 from mainline
29761              
29762              Is{Alnum,Alpha,Word} don't match titlecase
29763              TODO: IsSpace is defined recursively!
29764              (both spotted by Larry)
29765      Branch: maint-5.6/perl
29766           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
29767           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
29768 ____________________________________________________________________________
29769 [  7296] By: gsar                                  on 2000/10/16  04:39:30
29770         Log: integrate change#6023 from mainline
29771              
29772              debugger stomps on $. (from M.J.T. Guy)
29773      Branch: maint-5.6/perl
29774           !> lib/perl5db.pl
29775 ____________________________________________________________________________
29776 [  7295] By: gsar                                  on 2000/10/16  04:38:02
29777         Log: integrate change#6022 from mainline
29778              
29779              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
29780      Branch: maint-5.6/perl
29781           !> sv.c
29782 ____________________________________________________________________________
29783 [  7294] By: gsar                                  on 2000/10/16  04:37:05
29784         Log: integrate changes#6018..6021 from mainline
29785              
29786              make lib/syslog.t portable to systems that don't have _PATH_LOG,
29787              make _PATH_LOG() return "" if unavailable
29788              
29789              windows portability tweaks
29790              
29791              test tweak
29792              
29793              remove Win2K issue in pod (fixed by change#6020)
29794      Branch: maint-5.6/perl
29795           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
29796           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
29797           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
29798 ____________________________________________________________________________
29799 [  7293] By: gsar                                  on 2000/10/16  04:20:00
29800         Log: integrate changes#6013..6015 from mainline
29801              
29802              tweak change#5945 to display correct switch name in diagnostic
29803              
29804              glob() loading File::Glob behind the scenes may cause syntax errors
29805              
29806              tweak test for portability
29807      Branch: maint-5.6/perl
29808           !> op.c perl.c pod/perldiag.pod t/lib/b.t
29809 ____________________________________________________________________________
29810 [  7292] By: gsar                                  on 2000/10/16  04:18:11
29811         Log: integrate changes#6005..6010 from mainline, cfgperl
29812              
29813              perldoc might fail via "use blib" (from Hugo van der Sanden)
29814              
29815              Regen Configure.
29816              
29817              note about compile failures and END blocks (from M.J.T. Guy)
29818              
29819              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
29820              
29821              (change#6009 integrated earlier in change#7255)
29822              
29823              clarify note about shadow password support (from
29824              gellyfish@gellyfish.com)
29825      Branch: maint-5.6/perl
29826           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
29827           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
29828           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
29829 ____________________________________________________________________________
29830 [  7291] By: gsar                                  on 2000/10/16  04:12:03
29831         Log: integrate changes#6002,6003 from mainline
29832              
29833              destructive sv_setsv() can lose UV-ness from source, causing
29834              numeric promotions/comparisons to fail to do the right thing
29835              
29836              allow REG_EXPAND_SZ keys in Windows registry (from
29837              John Clayton <John.Clayton@barclayscapital.com>)
29838      Branch: maint-5.6/perl
29839           !> sv.c win32/win32.c
29840 ____________________________________________________________________________
29841 [  7290] By: gsar                                  on 2000/10/16  04:10:19
29842         Log: integrate change#6001 from mainline
29843              
29844              support additional library locations via $Config{otherlibdirs}
29845              (from Andy Dougherty)
29846      Branch: maint-5.6/perl
29847           !> Configure INSTALL Porting/Glossary Porting/config.sh
29848           !> Porting/config_H config_h.SH epoc/config.sh perl.c
29849           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
29850           !> win32/config.bc win32/config.gc win32/config.vc
29851 ____________________________________________________________________________
29852 [  7289] By: gsar                                  on 2000/10/16  04:08:28
29853         Log: integrate change#5999 from mainline
29854              
29855              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
29856      Branch: maint-5.6/perl
29857           !> t/pragma/warn/toke toke.c
29858 ____________________________________________________________________________
29859 [  7288] By: gsar                                  on 2000/10/16  04:07:01
29860         Log: integrate changes#5997,5998 from cfgperl
29861              
29862              Preserve $!.
29863              
29864              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
29865      Branch: maint-5.6/perl
29866           !> lib/Math/Complex.pm
29867 ____________________________________________________________________________
29868 [  7287] By: gsar                                  on 2000/10/16  04:04:37
29869         Log: integrate change#5995 from mainline
29870              
29871              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
29872      Branch: maint-5.6/perl
29873           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
29874 ____________________________________________________________________________
29875 [  7286] By: gsar                                  on 2000/10/16  04:03:21
29876         Log: integrate change#5994 from mainline
29877              
29878              fix for missed accounting for null byte in pack("Z",...) (from
29879              M.J.T. Guy)
29880      Branch: maint-5.6/perl
29881           !> pp.c t/op/pack.t
29882 ____________________________________________________________________________
29883 [  7285] By: gsar                                  on 2000/10/16  04:02:11
29884         Log: integrate changes#5989..5993 from mainline
29885              
29886              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
29887              itself and no other (from Tom Hughes)
29888              
29889              use $ENV{LIB} to search for libs under Visual C compiler
29890              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
29891              
29892              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
29893              
29894              pod nit (from Simon Cozens)
29895              
29896              various minor tweaks seen on p5p
29897      Branch: maint-5.6/perl
29898           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
29899           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
29900           !> t/op/array.t toke.c
29901 ____________________________________________________________________________
29902 [  7284] By: gsar                                  on 2000/10/16  03:59:00
29903         Log: integrate changes#5978..5988 from mainline
29904              
29905              sync version numbers in File::Spec with the ones on CPAN
29906              (from Barrie Slaymaker)
29907              
29908              under useithreads, constant pad entries could inadvertantly be
29909              shared across threads (from Eric Blood <eblood@xmission.com>);
29910              added Eric's test case to testsuite
29911              
29912              allow Configure -S to run non-interactively (spotted by Greg Hudson
29913              <ghudson@mit.edu>)
29914              
29915              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
29916              prototype mismatch with CORE::glob(); update pod and tests to
29917              suit (File::Glob::glob() is still available for backward
29918              compatibility, but should be considered deprecated)
29919              
29920              avoid error in IO::Socket::INET when given an unknown service name
29921              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
29922              
29923              numeric conversion of non-number in change#3378 tramples on
29924              OOK offset, causing segfaults
29925              
29926              attributes::reftype() doesn't work on tied argument
29927              
29928              forked child may not exit correctly if it failed to open
29929              /dev/console (from Graham Barr)
29930              
29931              add regular expressions tutorial and quick-start guide (from
29932              Mark Kvale <kvale@phy.ucsf.edu>)
29933              
29934              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
29935              
29936              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
29937              <paul@miraclefish.com>)
29938      Branch: maint-5.6/perl
29939           +> pod/perlrequick.pod pod/perlretut.pod
29940           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
29941           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
29942           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
29943           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
29944           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
29945           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
29946           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
29947           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
29948 ____________________________________________________________________________
29949 [  7283] By: gsar                                  on 2000/10/16  03:52:14
29950         Log: integrate change#5977 from mainline
29951              
29952              autoquote barewords followed by newline and arrow properly
29953              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
29954      Branch: maint-5.6/perl
29955           !> t/pragma/warn/toke toke.c
29956 ____________________________________________________________________________
29957 [  7282] By: gsar                                  on 2000/10/16  03:50:48
29958         Log: integrate change#5976 from mainline
29959              
29960              DB_File v1.73 update (from Paul Marquess)
29961      Branch: maint-5.6/perl
29962           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
29963           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
29964 ____________________________________________________________________________
29965 [  7281] By: gsar                                  on 2000/10/16  03:49:14
29966         Log: integrate change#5975 from mainline
29967              
29968              allow sort() reentrancy (variant of patch suggested by
29969              Hugo van der Sanden)
29970      Branch: maint-5.6/perl
29971           !> pp_ctl.c t/op/sort.t
29972 ____________________________________________________________________________
29973 [  7280] By: gsar                                  on 2000/10/16  03:48:22
29974         Log: integrate change#5974 from mainline
29975              
29976              change#4197 somehow missed initializing PL_errors, meaning
29977              syntax error queueing wasn't working outside eval"" at all;
29978              also fixed eval"" to localize PL_error_count, so that compile-time
29979              eval's don't clobber the error state of the outer context
29980      Branch: maint-5.6/perl
29981           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
29982           !> t/pragma/warn/toke
29983 ____________________________________________________________________________
29984 [  7279] By: gsar                                  on 2000/10/16  03:46:21
29985         Log: integrate change#5973 from mainline
29986              
29987              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
29988      Branch: maint-5.6/perl
29989           !> regcomp.c regexec.c t/op/re_tests
29990 ____________________________________________________________________________
29991 [  7278] By: gsar                                  on 2000/10/16  03:44:54
29992         Log: integrate change#5971 from cfgperl
29993              
29994              Unicos tweaks from Mark P. Lutz.
29995      Branch: maint-5.6/perl
29996           !> hints/unicos.sh lib/Math/Complex.pm
29997 ____________________________________________________________________________
29998 [  7277] By: gsar                                  on 2000/10/16  03:42:59
29999         Log: integrate changes#5966..5970 from mainline
30000              
30001              add testsuite for B backends, fix bug in B::Deparse (from
30002              Simon Cozens <simon@brecon.co.uk>)
30003              
30004              improved docs on the warn_uninit diagnostic (from David Glasser
30005              and Simon Cozens)
30006              
30007              tolerate spaces in group names in test on solaris (from David Boyce
30008              <dsb@boyski.com>)
30009              
30010              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
30011              
30012              Data::Dumper fumbles negative numbers on 32-bit platforms where
30013              IV is >32bits
30014      Branch: maint-5.6/perl
30015           +> t/lib/b.t t/lib/syslog.t
30016           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
30017           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
30018           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
30019 ____________________________________________________________________________
30020 [  7276] By: gsar                                  on 2000/10/16  03:39:30
30021         Log: integrate change#5965 from mainline
30022              
30023              avoid "will not stay shared" warnings for our variables (from
30024              Robin Barker)
30025      Branch: maint-5.6/perl
30026           !> op.c t/pragma/warn/op
30027 ____________________________________________________________________________
30028 [  7275] By: gsar                                  on 2000/10/16  03:38:18
30029         Log: integrate change#5964 from mainline
30030              
30031              reformat to 72 columns (again)
30032      Branch: maint-5.6/perl
30033           !> pod/perldiag.pod
30034 ____________________________________________________________________________
30035 [  7274] By: gsar                                  on 2000/10/16  03:36:58
30036         Log: integrate change#5963 from mainline
30037              
30038              patch from Larry to make (\&) prototype work; added tests for
30039              the same
30040      Branch: maint-5.6/perl
30041           !> op.c t/comp/proto.t
30042 ____________________________________________________________________________
30043 [  7273] By: gsar                                  on 2000/10/16  03:35:51
30044         Log: integrate changes#5956..5962 from mainline
30045              
30046              better diagnostics on failed tests (from Ilya Zakharevich)
30047              
30048              pod nits (from A. C. Yardley <yardley@tanet.net>)
30049              
30050              change#3569 deleted some essential code, revert; avoid use of
30051              atexit() to make DynaLoader work properly on AIX under mod_perl
30052              (from Jens-Uwe Mager <jum@helios.de>)
30053              
30054              doubled words in pods (from Simon Cozens
30055              <simon.p.cozens@jp.pwcglobal.com>)
30056              
30057              better INSTALL notes on Solaris issues (from Dominic Dunlop)
30058              
30059              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
30060              
30061              updated README.hpux (from Jeff Okamoto)
30062      Branch: maint-5.6/perl
30063           !> INSTALL README.hpux emacs/cperl-mode.el
30064           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
30065           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
30066           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
30067           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
30068           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
30069           !> t/op/lex_assign.t
30070 ____________________________________________________________________________
30071 [  7272] By: gsar                                  on 2000/10/16  03:31:22
30072         Log: integrate change#5955 from mainline
30073              
30074              longstanding bug exposed by change#3307: sort arguments weren't
30075              compiled with the right wantarray context (ensuing runtime lookup
30076              via block_gimme() was getting the incidental context of the
30077              sort() itself)
30078      Branch: maint-5.6/perl
30079           !> op.c t/op/sort.t
30080 ____________________________________________________________________________
30081 [  7271] By: gsar                                  on 2000/10/16  03:29:11
30082         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
30083              branch
30084              
30085              Flatten the cpp jungle doing the nosuid checking.
30086              
30087              Do not assume sign propagation. (from M.J.T. Guy)
30088              
30089              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
30090              
30091              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
30092              Now pp_ncmp() returns undef is either operand is a NaN.
30093              
30094              On second thoughts frexp() does have two arguments.
30095              
30096              Document that tr() is not tr(1).
30097              
30098              Be more robust on "extreme" (large absolute value)
30099              arguments.  Originally reported by Daniel Connelly
30100              as a problem with asinh() on large negative arguments,
30101              asinh() used to bail out because an argument to log()
30102              ended up being zero.  Ilya Zakharevich proposed using
30103              Taylor's series in such cases, which for such large
30104              arguments is a very good approximation.
30105              
30106              Undo "use integer" addition from 64bitint as it seems
30107              to break most of the subtests in Digital UNIX;
30108              Unicos needs to find another way.
30109      Branch: maint-5.6/perl
30110           !> (integrate 29 files)
30111 ____________________________________________________________________________
30112 [  7270] By: gsar                                  on 2000/10/16  03:09:44
30113         Log: integrate changes#5948,5949,5950 from mainline
30114              
30115              typo in vars.pm that leads to cryptic message (from Piotr
30116              Piatkowski <kompas@kompas.usr.onet.pl>)
30117              
30118              make perldoc use the pod2man from the same version (from
30119              M.J.T. Guy)
30120              
30121              reformat perldiag to avoid long lines
30122      Branch: maint-5.6/perl
30123           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
30124 ____________________________________________________________________________
30125 [  7269] By: gsar                                  on 2000/10/16  03:05:54
30126         Log: integrate change#5947 from mainline
30127              
30128              use &dl_error rather than &dl_load_file as the guard for calling
30129              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
30130              statically built perl)
30131      Branch: maint-5.6/perl
30132           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
30133 ____________________________________________________________________________
30134 [  7268] By: gsar                                  on 2000/10/16  03:04:48
30135         Log: integrate change#5945 from mainline
30136              
30137              make module name mandatory after -M switch; reorder perldiag
30138              alphabetically (from Mark-Jason Dominus)
30139      Branch: maint-5.6/perl
30140           !> perl.c pod/perldiag.pod
30141 ____________________________________________________________________________
30142 [  7267] By: gsar                                  on 2000/10/16  03:03:01
30143         Log: integrate change#5939 from mainline
30144              
30145              more pod nits (from Larry Virden)
30146      Branch: maint-5.6/perl
30147           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
30148           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
30149           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
30150 ____________________________________________________________________________
30151 [  7266] By: gsar                                  on 2000/10/16  03:01:39
30152         Log: integrate change#5938 from mainline
30153              
30154              Consolidated B::Deparse fixes (from Stephen McCamant)
30155      Branch: maint-5.6/perl
30156           !> ext/B/B/Deparse.pm
30157 ____________________________________________________________________________
30158 [  7265] By: gsar                                  on 2000/10/16  03:00:43
30159         Log: integrate change#5936 from mainline
30160              
30161              additional tests for change#7263 (from Paul Marquess)
30162      Branch: maint-5.6/perl
30163           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
30164           !> t/pragma/warn/5nolint t/pragma/warn/6default
30165 ____________________________________________________________________________
30166 [  7264] By: gsar                                  on 2000/10/16  02:58:34
30167         Log: integrate change#5934 from mainline
30168              
30169              propagate lexical warnings from surrounding scope correctly
30170              within string eval() (from Paul Marquess)
30171      Branch: maint-5.6/perl
30172           !> pp_ctl.c t/pragma/warn/pp_ctl
30173 ____________________________________________________________________________
30174 [  7263] By: gsar                                  on 2000/10/16  02:56:53
30175         Log: integrate change#5932 from mainline
30176              
30177              add rsignal(), whichsig() and do_join() to public API list
30178              (mod_perl uses them to good advantage)
30179      Branch: maint-5.6/perl
30180           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
30181 ____________________________________________________________________________
30182 [  7262] By: gsar                                  on 2000/10/16  02:55:53
30183         Log: integrate change#5931 from mainline
30184              
30185              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
30186      Branch: maint-5.6/perl
30187           !> pp_hot.c regexec.c t/op/pat.t
30188 ____________________________________________________________________________
30189 [  7261] By: gsar                                  on 2000/10/16  02:55:01
30190         Log: integrate change#5930 from mainline
30191              
30192              small os390 tweaks (from Peter Prymmer)
30193      Branch: maint-5.6/perl
30194           !> config_h.SH makedepend.SH
30195 ____________________________________________________________________________
30196 [  7260] By: gsar                                  on 2000/10/16  02:54:10
30197         Log: integrate change#5929 from mainline
30198              
30199              pod nits
30200      Branch: maint-5.6/perl
30201           !> pod/perlguts.pod
30202 ____________________________________________________________________________
30203 [  7259] By: gsar                                  on 2000/10/16  02:52:55
30204         Log: integrate change#5927 from mainline
30205              
30206              arrange for next() to resume at the unstack op rather than the
30207              loop conditional, so that scope cleanup happens correctly
30208              (from Stephen McCamant)
30209      Branch: maint-5.6/perl
30210           !> op.c pp_ctl.c t/op/misc.t
30211 ____________________________________________________________________________
30212 [  7258] By: gsar                                  on 2000/10/16  02:51:38
30213         Log: integrate change#5926 from mainline
30214              
30215              on windows, reserve 16M of stack rather than 128M (allows more
30216              threads to run concurrently)
30217      Branch: maint-5.6/perl
30218           !> win32/Makefile win32/makefile.mk
30219 ____________________________________________________________________________
30220 [  7257] By: gsar                                  on 2000/10/16  02:50:37
30221         Log: integrate change#5925 from mainline
30222              
30223              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
30224      Branch: maint-5.6/perl
30225           !> toke.c
30226 ____________________________________________________________________________
30227 [  7256] By: gsar                                  on 2000/10/16  02:49:36
30228         Log: integrate change#5924 from mainline
30229              
30230              avoid using uninitialized memory in require version check
30231      Branch: maint-5.6/perl
30232           !> pp_ctl.c universal.c
30233 ____________________________________________________________________________
30234 [  7255] By: gsar                                  on 2000/10/16  02:48:03
30235         Log: integrate changes#5923,5928,6009 from mainline
30236              
30237              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
30238      Branch: maint-5.6/perl
30239           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
30240 ____________________________________________________________________________
30241 [  7254] By: gsar                                  on 2000/10/16  02:44:46
30242         Log: integrate change#5922 from mainline
30243              
30244              commentary about IoTYPE() (from Nathan Torkington)
30245      Branch: maint-5.6/perl
30246           !> sv.h
30247 ____________________________________________________________________________
30248 [  7253] By: gsar                                  on 2000/10/16  02:43:49
30249         Log: integrate change#5921 from mainline
30250              
30251              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
30252      Branch: maint-5.6/perl
30253           !> sv.c t/lib/charnames.t t/pragma/utf8.t
30254 ____________________________________________________________________________
30255 [  7252] By: gsar                                  on 2000/10/16  02:42:31
30256         Log: integrate change#5920 from mainline
30257              
30258              Larry's fix for buggy propagation of utf8-ness in join(); add test
30259      Branch: maint-5.6/perl
30260           !> doop.c t/op/ver.t
30261 ____________________________________________________________________________
30262 [  7251] By: gsar                                  on 2000/10/16  02:41:14
30263         Log: integrate changes#5915..5919 from mainline
30264              
30265              various (pod tweaks &c)
30266      Branch: maint-5.6/perl
30267           !> (integrate 33 files)
30268 ____________________________________________________________________________
30269 [  7250] By: gsar                                  on 2000/10/16  02:38:16
30270         Log: integrate change#5914 from mainline
30271              
30272              caller() wasn't returning the right number of elements for
30273              eval {...}
30274      Branch: maint-5.6/perl
30275           !> pp_ctl.c t/pragma/warn/9enabled
30276 ____________________________________________________________________________
30277 [  7249] By: gsar                                  on 2000/10/16  02:37:02
30278         Log: integrate change#5913 from mainline
30279              
30280              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
30281              (from Mark-Jason Dominus)
30282      Branch: maint-5.6/perl
30283           !> pod/perlfunc.pod
30284 ____________________________________________________________________________
30285 [  7248] By: gsar                                  on 2000/10/16  02:35:58
30286         Log: integrate change#5912 from mainline
30287              
30288              fix totally broken caching in UNIVERSAL::isa() (from
30289              Nick Ing-Simmons)
30290      Branch: maint-5.6/perl
30291           !> t/op/universal.t universal.c
30292 ____________________________________________________________________________
30293 [  7247] By: gsar                                  on 2000/10/16  02:34:27
30294         Log: integrate changes#5910,5911 from mainline
30295              
30296              typo in pod
30297              
30298              add linebreak properties from unicode/LineBrk.txt (from
30299              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
30300      Branch: maint-5.6/perl
30301           +> (branch 29 files)
30302           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
30303 ____________________________________________________________________________
30304 [  7246] By: gsar                                  on 2000/10/16  02:33:29
30305         Log: integrate change#5909 from mainline
30306              
30307              mode argument to do_binmode() should be file mode, not boolean
30308      Branch: maint-5.6/perl
30309           !> pp_sys.c
30310 ____________________________________________________________________________
30311 [  7245] By: gsar                                  on 2000/10/16  02:31:04
30312         Log: integrate change#5908 from mainline
30313              
30314              introduce illegal symbols into null package so that
30315              gv_fetchpv(...,TRUE) always returns a valid GV even when the
30316              symbol is trapped by strictures (avoids coredumps)
30317      Branch: maint-5.6/perl
30318           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
30319           !> t/pragma/strict-vars
30320 ____________________________________________________________________________
30321 [  7244] By: jhi                                   on 2000/10/16  02:29:54
30322         Log: Subject: $Carp::ExportLevel confusion in Exporter
30323              From: "Ben Tilly" <ben_tilly@hotmail.com>
30324              Date: Sat, 14 Oct 2000 16:44:34 EDT
30325              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
30326      Branch: perl
30327            ! lib/Exporter/Heavy.pm
30328 ____________________________________________________________________________
30329 [  7243] By: jhi                                   on 2000/10/16  02:28:33
30330         Log: Subject: [PATCH perlguts.pod] Document offset hack
30331              From: Simon Cozens <simon@cozens.net>
30332              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
30333              Date: Sat, 14 Oct 2000 19:32:25 +0100
30334      Branch: perl
30335            ! pod/perlguts.pod
30336 ____________________________________________________________________________
30337 [  7242] By: gsar                                  on 2000/10/16  02:26:51
30338         Log: integrate changes#5905,5906,5907,6064 from mainline
30339              
30340              printf/sprintf didn't get quad types right under use64bitint
30341      Branch: maint-5.6/perl
30342           !> pp_sys.c sv.c t/op/64bitint.t
30343 ____________________________________________________________________________
30344 [  7241] By: jhi                                   on 2000/10/16  02:22:44
30345         Log: Subject: small pod patch
30346              From: Dan Boorstein <dan_boo@bellsouth.net>
30347              Date: Sat, 14 Oct 2000 14:29:24 -0400
30348              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
30349      Branch: perl
30350            ! pod/perlfaq7.pod pod/perlmod.pod
30351 ____________________________________________________________________________
30352 [  7240] By: jhi                                   on 2000/10/16  02:13:46
30353         Log: -w cleanup.
30354              
30355              Subject: Re: Problems with bleadperl 
30356              From: "Stephen P. Potter" <spp@ds.net>
30357              Date: Fri, 13 Oct 2000 13:32:49 -0400
30358              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
30359      Branch: perl
30360            ! t/pragma/overload.t
30361 ____________________________________________________________________________
30362 [  7239] By: jhi                                   on 2000/10/16  01:41:18
30363         Log: One more ~utf8 tweak.
30364      Branch: perl
30365            ! t/op/bop.t
30366 ____________________________________________________________________________
30367 [  7238] By: jhi                                   on 2000/10/16  01:34:14
30368         Log: Tweak the test of #7235.
30369      Branch: perl
30370            ! t/op/bop.t
30371 ____________________________________________________________________________
30372 [  7237] By: jhi                                   on 2000/10/16  01:25:04
30373         Log: Fix a couple of compiler-noted nits in #7235.
30374      Branch: perl
30375            ! pp.c
30376 ____________________________________________________________________________
30377 [  7236] By: jhi                                   on 2000/10/16  01:22:46
30378         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
30379      Branch: perl
30380            ! pp.c pp_hot.c
30381 ____________________________________________________________________________
30382 [  7235] By: jhi                                   on 2000/10/15  16:24:44
30383         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
30384              
30385              From: Simon Cozens <simon@cozens.net>
30386              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
30387              Date: Sat, 14 Oct 2000 20:52:13 +0100
30388              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
30389      Branch: perl
30390            ! pp.c t/op/bop.t utf8.h
30391 ____________________________________________________________________________
30392 [  7234] By: jhi                                   on 2000/10/15  15:19:29
30393         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
30394              The problem was that rx->minlen was in chars while pp_split()
30395              thought it would be in bytes. 
30396      Branch: perl
30397            ! pp.c t/pragma/utf8.t
30398 ____________________________________________________________________________
30399 [  7233] By: jhi                                   on 2000/10/14  20:24:24
30400         Log: Document FNCASE=y as discussed in the bug 20000902.009.
30401      Branch: perl
30402            ! README.dos
30403 ____________________________________________________________________________
30404 [  7232] By: jhi                                   on 2000/10/14  18:52:21
30405         Log: Add test for bug id 20000427.003 (which seems to have
30406              been fixed) (also duplicate as 20000427.004, though
30407              with a higher severity).  Move one utf8 from op/append
30408              to pragma/utf8, tag the tests with bug ids.
30409      Branch: perl
30410            ! t/op/append.t t/pragma/utf8.t
30411 ____________________________________________________________________________
30412 [  7231] By: jhi                                   on 2000/10/14  17:28:37
30413         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
30414      Branch: perl
30415            ! t/pragma/utf8.t
30416 ____________________________________________________________________________
30417 [  7230] By: jhi                                   on 2000/10/14  14:24:50
30418         Log: Needs to be conditional on SunOS 4.
30419              
30420              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
30421              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
30422              Date: Sat, 14 Oct 2000 13:37:49 +0100
30423              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
30424      Branch: metaconfig/U/perl
30425            ! End.U
30426      Branch: perl
30427            ! Configure myconfig.SH pod/perldelta.pod
30428 ____________________________________________________________________________
30429 [  7229] By: jhi                                   on 2000/10/14  00:49:22
30430         Log: Update Changes.
30431      Branch: perl
30432            ! Changes patchlevel.h
30433 ____________________________________________________________________________
30434 [  7228] By: jhi                                   on 2000/10/14  00:46:10
30435         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
30436              From: Peter Prymmer <pvhp@forte.com>
30437              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
30438              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
30439      Branch: perl
30440            ! lib/utf8.pm
30441 ____________________________________________________________________________
30442 [  7227] By: jhi                                   on 2000/10/13  23:20:30
30443         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
30444      Branch: perl
30445            ! t/op/tie.t
30446 ____________________________________________________________________________
30447 [  7226] By: jhi                                   on 2000/10/13  22:14:32
30448         Log: Tweak #7225.
30449              
30450              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
30451              From: Peter Prymmer <pvhp@forte.com>
30452              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
30453              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
30454      Branch: perl
30455            ! t/op/sprintf.t
30456 ____________________________________________________________________________
30457 [  7225] By: jhi                                   on 2000/10/13  22:11:31
30458         Log: op/sprintf.t patch for OS/390 (and any other host with limited
30459              floating-point exponent length)
30460              
30461              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
30462              From: Dominic Dunlop <domo@computer.org>
30463              Date: Fri, 13 Oct 2000 19:17:57 +0200
30464              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
30465      Branch: perl
30466            ! t/op/sprintf.t
30467 ____________________________________________________________________________
30468 [  7224] By: jhi                                   on 2000/10/13  18:40:48
30469         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
30470      Branch: perl
30471            ! toke.c
30472 ____________________________________________________________________________
30473 [  7223] By: jhi                                   on 2000/10/13  18:37:13
30474         Log: Thinko in #7222.
30475      Branch: perl
30476            ! utf8.c
30477 ____________________________________________________________________________
30478 [  7222] By: jhi                                   on 2000/10/13  18:05:23
30479         Log: Use UTF8SKIP(), from Simon Cozens.
30480      Branch: perl
30481            ! utf8.c
30482 ____________________________________________________________________________
30483 [  7221] By: jhi                                   on 2000/10/13  15:43:19
30484         Log: (accidentally empty check-in)
30485      Branch: perl
30486            ! utf8.c
30487 ____________________________________________________________________________
30488 [  7220] By: jhi                                   on 2000/10/13  15:23:51
30489         Log: Add (optimistically) Storable to static extensions.
30490      Branch: perl
30491            ! hints/uwin.sh hints/vmesa.sh
30492 ____________________________________________________________________________
30493 [  7219] By: jhi                                   on 2000/10/13  15:20:05
30494         Log: Amdahl UTS doesn't seem to do dynaloading.
30495      Branch: perl
30496            ! hints/uts.sh
30497 ____________________________________________________________________________
30498 [  7218] By: jhi                                   on 2000/10/13  15:15:20
30499         Log: Slight tweak of the code to appease Amdahl UTS cc.
30500      Branch: perl
30501            ! pp.c
30502 ____________________________________________________________________________
30503 [  7217] By: jhi                                   on 2000/10/13  14:50:42
30504         Log: In Amdahl UTS "struct sv" is defined by a system header,
30505              <ksync.h>.
30506      Branch: perl
30507            ! perl.h sv.h
30508 ____________________________________________________________________________
30509 [  7216] By: jhi                                   on 2000/10/13  11:58:25
30510         Log: Ilya implemented the memory profiling API.
30511      Branch: perl
30512            ! Todo
30513 ____________________________________________________________________________
30514 [  7215] By: jhi                                   on 2000/10/13  02:56:38
30515         Log: Subject: [PATCH 5.7.0] Perl API for mstats
30516              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30517              Date: Thu, 12 Oct 2000 22:52:40 -0400
30518              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
30519      Branch: perl
30520            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
30521 ____________________________________________________________________________
30522 [  7214] By: jhi                                   on 2000/10/13  02:55:38
30523         Log: Subject: [PATCH 5.7.0] IVs in mtats
30524              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30525              Date: Thu, 12 Oct 2000 22:51:04 -0400
30526              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
30527      Branch: perl
30528            ! malloc.c perl.h
30529 ____________________________________________________________________________
30530 [  7213] By: jhi                                   on 2000/10/13  02:31:47
30531         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
30532      Branch: perl
30533            ! pod/perldiag.pod pp_sys.c
30534 ____________________________________________________________________________
30535 [  7212] By: jhi                                   on 2000/10/13  01:27:38
30536         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
30537              From: Peter Prymmer <pvhp@forte.com>
30538              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
30539              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
30540      Branch: perl
30541            ! t/op/oct.t
30542 ____________________________________________________________________________
30543 [  7211] By: jhi                                   on 2000/10/13  00:35:09
30544         Log: Update Changes.
30545      Branch: perl
30546            ! Changes patchlevel.h
30547 ____________________________________________________________________________
30548 [  7210] By: jhi                                   on 2000/10/12  23:59:40
30549         Log: The Install.pm third of
30550              
30551              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
30552              From: Bill Campbell <bill@celestial.com>
30553              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
30554              Date: Thu, 5 Oct 2000 18:04:51 -0700
30555      Branch: perl
30556            ! lib/ExtUtils/Install.pm
30557 ____________________________________________________________________________
30558 [  7209] By: jhi                                   on 2000/10/12  23:58:43
30559         Log: Two thirds of
30560              
30561              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
30562              Date: Thu, 5 Oct 2000 18:04:51 -0700
30563              From: Bill Campbell <bill@celestial.com>
30564              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
30565              
30566              The Install.pm changes will be submitted separately because
30567              they need some work and discussion still.
30568      Branch: perl
30569            ! lib/getopts.pl lib/termcap.pl
30570 ____________________________________________________________________________
30571 [  7208] By: jhi                                   on 2000/10/12  23:41:19
30572         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
30573              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
30574              Date:     Thu, 12 Oct 2000 07:30:02 EDT
30575              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
30576      Branch: perl
30577            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
30578            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
30579 ____________________________________________________________________________
30580 [  7207] By: jhi                                   on 2000/10/12  23:39:01
30581         Log: An updated EBCDIC tr patch.
30582              
30583              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
30584              From: Peter Prymmer <pvhp@forte.com>
30585              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
30586              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
30587      Branch: perl
30588            ! t/op/tr.t
30589 ____________________________________________________________________________
30590 [  7206] By: jhi                                   on 2000/10/12  23:34:55
30591         Log: Upgrade to CPAN 1.58, from Andreas König.
30592      Branch: perl
30593            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
30594 ____________________________________________________________________________
30595 [  7205] By: jhi                                   on 2000/10/12  23:29:08
30596         Log: Introduce the man[24-8] variables, from Andy Dougherty.
30597      Branch: metaconfig/U/perl
30598            + mandirs.U mandirstyle.U
30599      Branch: perl
30600            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30601            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
30602            ! vos/config.h vos/config.pl vos/config_h.SH_orig
30603            ! win32/config.bc win32/config.gc win32/config.vc
30604 ____________________________________________________________________________
30605 [  7204] By: gsar                                  on 2000/10/12  18:11:24
30606         Log: restore change#7202
30607      Branch: perl
30608            ! mg.c
30609 ____________________________________________________________________________
30610 [  7203] By: gsar                                  on 2000/10/12  18:09:40
30611         Log: another test of the Emergency Broadcast System--back out 
30612              change#7202
30613      Branch: perl
30614            ! mg.c
30615 ____________________________________________________________________________
30616 [  7202] By: gsar                                  on 2000/10/12  16:40:47
30617         Log: (submitted on behalf of Jarkko)
30618              Fix the lib/encode.t subtest 6 failure as reported by Andreas
30619              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
30620              was unearthed by change 7182, as was a bug in HTML::Entities.
30621      Branch: perl
30622            ! mg.c
30623 ____________________________________________________________________________
30624 [  7201] By: jhi                                   on 2000/10/11  03:16:05
30625         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
30626      Branch: perl
30627            ! pp_hot.c t/pragma/utf8.t
30628 ____________________________________________________________________________
30629 [  7200] By: jhi                                   on 2000/10/11  00:40:30
30630         Log: The #7198 was a false alarm.
30631      Branch: perl
30632            ! pp_hot.c
30633 ____________________________________________________________________________
30634 [  7199] By: jhi                                   on 2000/10/11  00:26:04
30635         Log: Remove duplicated code.
30636      Branch: perl
30637            ! t/lib/cgi-html.t
30638 ____________________________________________________________________________
30639 [  7198] By: jhi                                   on 2000/10/10  23:30:46
30640         Log: (Retracted by #7200.)
30641      Branch: perl
30642            ! pp_hot.c
30643 ____________________________________________________________________________
30644 [  7197] By: jhi                                   on 2000/10/10  21:49:30
30645         Log: Add the test case for #7190, from the original bug report
30646              by Andreas König.
30647      Branch: perl
30648            ! t/pragma/utf8.t
30649 ____________________________________________________________________________
30650 [  7196] By: jhi                                   on 2000/10/10  21:40:49
30651         Log: Reapply Andy's patch and regen Configure.
30652      Branch: perl
30653            ! Configure INSTALL Makefile.SH Porting/Glossary
30654            ! Porting/config.sh config_h.SH epoc/config.sh installperl
30655            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
30656            ! win32/config.vc
30657 ____________________________________________________________________________
30658 [  7195] By: jhi                                   on 2000/10/10  21:09:30
30659         Log: Use the versiononly instead of the installscripts,
30660              retract the changes 7146 and 7147.
30661      Branch: perl
30662            ! Configure INSTALL Makefile.SH Porting/Glossary
30663            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
30664            ! installperl uconfig.sh vos/config.def win32/config.bc
30665            ! win32/config.gc win32/config.vc
30666 ____________________________________________________________________________
30667 [  7194] By: jhi                                   on 2000/10/10  21:06:15
30668         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
30669              From: Peter Prymmer <pvhp@forte.com>
30670              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
30671              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
30672      Branch: perl
30673            ! t/op/ver.t
30674 ____________________________________________________________________________
30675 [  7193] By: jhi                                   on 2000/10/10  21:05:12
30676         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
30677              From: Peter Prymmer <pvhp@forte.com>
30678              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
30679              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
30680      Branch: perl
30681            ! t/op/tr.t
30682 ____________________________________________________________________________
30683 [  7192] By: jhi                                   on 2000/10/10  20:57:30
30684         Log: Add versiononly, delete installscripts, from Andy Dougherty.
30685      Branch: metaconfig
30686            - U/installdirs/installscripts.U
30687      Branch: metaconfig/U/perl
30688            + versiononly.U
30689 ____________________________________________________________________________
30690 [  7191] By: jhi                                   on 2000/10/10  19:41:21
30691         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
30692              From: Peter Prymmer <pvhp@forte.com>
30693              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
30694              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
30695      Branch: perl
30696            ! pod/perlebcdic.pod
30697 ____________________________________________________________________________
30698 [  7190] By: jhi                                   on 2000/10/10  19:26:14
30699         Log: Subject: Re: utf8 concat, mg_get
30700              From: Simon Cozens <simon@cozens.net>
30701              Date: Tue, 10 Oct 2000 17:40:17 +0100
30702              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
30703      Branch: perl
30704            ! pp_hot.c
30705 ____________________________________________________________________________
30706 [  7189] By: jhi                                   on 2000/10/10  19:23:03
30707         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
30708              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
30709              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
30710              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
30711      Branch: perl
30712            ! lib/ExtUtils/MM_Unix.pm
30713 ____________________________________________________________________________
30714 [  7188] By: jhi                                   on 2000/10/10  15:31:24
30715         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
30716              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
30717              Date: Fri, 14 Jul 2000 10:47:36 +0100
30718              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
30719      Branch: perl
30720            ! README.win32
30721 ____________________________________________________________________________
30722 [  7187] By: jhi                                   on 2000/10/10  13:30:10
30723         Log: Quote the temp file name, needed in Win32 because the
30724              default name unfortunately contains spaces, shouldn't
30725              hurt elsewhere.
30726              
30727              Subject: FW: perldoc fails if $TEMP contains spaces
30728              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
30729              Date: Thu, 14 Sep 2000 08:58:45 +0100
30730              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
30731      Branch: perl
30732            ! utils/perldoc.PL
30733 ____________________________________________________________________________
30734 [  7186] By: jhi                                   on 2000/10/10  13:16:27
30735         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
30736              From: hv@hugo.hybyte.com
30737              Date: Tue, 10 Oct 2000 14:10:20 +0100
30738              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
30739      Branch: perl
30740            ! t/lib/thr5005.t util.c
30741 ____________________________________________________________________________
30742 [  7185] By: jhi                                   on 2000/10/10  12:06:22
30743         Log: Upgrade to podlators 1.04, from Russ Allbery.
30744      Branch: perl
30745            ! lib/Pod/Man.pm lib/Pod/Text.pm
30746 ____________________________________________________________________________
30747 [  7184] By: jhi                                   on 2000/10/10  12:01:32
30748         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
30749      Branch: perl
30750            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
30751 ____________________________________________________________________________
30752 [  7183] By: jhi                                   on 2000/10/09  23:47:15
30753         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
30754              From: Peter Prymmer <pvhp@forte.com>
30755              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
30756              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
30757      Branch: perl
30758            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
30759 ____________________________________________________________________________
30760 [  7182] By: jhi                                   on 2000/10/09  23:43:16
30761         Log: Make eq work again with utf8 (disabling the upgrading
30762              should no more be necessary since the copies of the
30763              scalars are upgraded, not the scalars themselves).
30764              Takes care of ID 20001009.001.  (The claimed length()
30765              bug in 20001009.001 seems bogus to me.)
30766      Branch: perl
30767            ! sv.c t/pragma/utf8.t
30768 ____________________________________________________________________________
30769 [  7181] By: gsar                                  on 2000/10/09  19:41:54
30770         Log: tweak for change#7173
30771      Branch: perl
30772            ! win32/win32sck.c
30773 ____________________________________________________________________________
30774 [  7180] By: gsar                                  on 2000/10/09  19:26:56
30775         Log: on Windows, clean targets might not work under some flavors of the shell
30776      Branch: perl
30777            ! win32/Makefile win32/makefile.mk
30778 ____________________________________________________________________________
30779 [  7179] By: jhi                                   on 2000/10/09  19:21:02
30780         Log: Update Changes.
30781      Branch: perl
30782            ! Changes patchlevel.h
30783 ____________________________________________________________________________
30784 [  7178] By: jhi                                   on 2000/10/09  19:18:23
30785         Log: Warn about unknown scripts.
30786              
30787              Subject: Re: ideas? patches? [PATCH bleadperl]
30788              From: Dominic Dunlop <domo@computer.org>
30789              Date: Mon, 9 Oct 2000 14:57:17 +0200
30790              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
30791      Branch: perl
30792            ! lib/charnames.pm
30793 ____________________________________________________________________________
30794 [  7177] By: jhi                                   on 2000/10/09  19:13:27
30795         Log: Change #7160 had a nasty typo.
30796      Branch: metaconfig
30797            ! U/compline/Compile.U
30798      Branch: perl
30799            ! Configure config_h.SH
30800 ____________________________________________________________________________
30801 [  7176] By: gsar                                  on 2000/10/09  18:59:33
30802         Log: pod nit
30803      Branch: perl
30804            ! pod/perlport.pod
30805 ____________________________________________________________________________
30806 [  7175] By: gsar                                  on 2000/10/09  18:54:28
30807         Log: Windows9x doesn't support link(), despite what Config.pm
30808              might think
30809      Branch: perl
30810            ! lib/ExtUtils/Manifest.pm
30811 ____________________________________________________________________________
30812 [  7174] By: gsar                                  on 2000/10/09  18:50:03
30813         Log: avoid nonportable example code
30814      Branch: perl
30815            ! lib/File/Copy.pm
30816 ____________________________________________________________________________
30817 [  7173] By: gsar                                  on 2000/10/09  18:46:54
30818         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
30819              being used) when closing a socket handle
30820      Branch: perl
30821            ! win32/win32.c win32/win32.h win32/win32sck.c
30822 ____________________________________________________________________________
30823 [  7172] By: gsar                                  on 2000/10/09  18:41:40
30824         Log: on Windows, cwd strings in the environment should be of the
30825              form =X:=X:\foo instead of =X=X:\foo\
30826      Branch: perl
30827            ! win32/vdir.h
30828 ____________________________________________________________________________
30829 [  7171] By: gsar                                  on 2000/10/09  18:30:09
30830         Log: on Windows, LoadLibrary() could load an extension DLL multiple
30831              times if forward slashes are used in the path
30832      Branch: perl
30833            ! win32/win32.c
30834 ____________________________________________________________________________
30835 [  7170] By: jhi                                   on 2000/10/09  17:53:59
30836         Log: Add a todo note about overloadable assertions.
30837      Branch: perl
30838            ! Todo-5.6
30839 ____________________________________________________________________________
30840 [  7169] By: jhi                                   on 2000/10/09  13:43:45
30841         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
30842              From: mjd@plover.com
30843              Date: 9 Oct 2000 00:24:44 -0000
30844              Message-ID: <20001009002444.10616.qmail@plover.com>
30845      Branch: perl
30846            ! pod/perldebguts.pod
30847 ____________________________________________________________________________
30848 [  7168] By: nick                                  on 2000/10/08  13:16:33
30849         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
30850              is not right thing to do on (e.g. x86). Network order is also "right" for
30851              X fonts.
30852      Branch: perl
30853            ! ext/Encode/Encode.pm
30854 ____________________________________________________________________________
30855 [  7167] By: nick                                  on 2000/10/08  12:54:42
30856         Log: Make "encodings" work post-install when Encode/*.enc files may not
30857              be in same directory as Encode.pm
30858      Branch: perl
30859            ! ext/Encode/Encode.pm
30860 ____________________________________________________________________________
30861 [  7166] By: nick                                  on 2000/10/08  11:51:26
30862         Log: Work round the fact that $hash->{$key} does not take into account
30863              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
30864              so that key is always in the "expected" encoding - i.e. same way we put
30865              it in the hash.
30866      Branch: perl
30867            ! ext/Encode/Encode.pm
30868 ____________________________________________________________________________
30869 [  7165] By: gsar                                  on 2000/10/08  04:15:29
30870         Log: save_re_context() could reset PL_curcop to freed memory, causing core
30871              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
30872      Branch: perl
30873            ! pp_ctl.c
30874 ____________________________________________________________________________
30875 [  7164] By: jhi                                   on 2000/10/06  20:51:48
30876         Log: UTF8ize split() so that the cloned substrings get the UTF8
30877              flag of the original scalar.  Problem reported by Simon Cozens.
30878      Branch: perl
30879            ! pp.c t/pragma/utf8.t
30880 ____________________________________________________________________________
30881 [  7163] By: nick                                  on 2000/10/06  20:48:34
30882         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
30883              got a false +ve and so did not reach code which would have un-FAKEd the SV.
30884      Branch: perl
30885            ! sv.c
30886 ____________________________________________________________________________
30887 [  7162] By: nick                                  on 2000/10/06  20:25:37
30888         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
30889              To fix  (sort {$a <=> $b} keys %hash) in particular but
30890              should cover a number of other as-yet-unknown cases as well.
30891      Branch: perl
30892            ! sv.c
30893 ____________________________________________________________________________
30894 [  7161] By: jhi                                   on 2000/10/06  19:56:18
30895         Log: Change the version number of Tie::Handle in the core to 4.0,
30896              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
30897              
30898              Subject: Note on Tie::Handle
30899              From: andreas.koenig@anima.de (Andreas J. Koenig)
30900              Date:      06 Oct 2000 21:48:58 +0200
30901              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
30902      Branch: perl
30903            ! lib/Tie/Handle.pm
30904 ____________________________________________________________________________
30905 [  7160] By: jhi                                   on 2000/10/06  18:20:35
30906         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
30907              as the first option of cc/ld because of ultrapicky compilers
30908              (e.g. OS/390 R2.5)
30909      Branch: metaconfig
30910            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
30911            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
30912            ! U/compline/orderlib.U U/modified/Cppsym.U
30913            ! U/modified/d_access.U
30914      Branch: metaconfig/U/perl
30915            ! Checkcc.U d_dlsymun.U gccvers.U
30916      Branch: perl
30917            ! Configure config_h.SH
30918 ____________________________________________________________________________
30919 [  7159] By: jhi                                   on 2000/10/06  13:56:39
30920         Log: Update Changes.
30921      Branch: perl
30922            ! Changes patchlevel.h
30923 ____________________________________________________________________________
30924 [  7158] By: jhi                                   on 2000/10/06  12:48:40
30925         Log: Eliminate $Is_VMS code from the test.
30926              
30927              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
30928              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
30929              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
30930              Date:     Thu, 5 Oct 2000 07:46:33 EDT
30931      Branch: perl
30932            ! t/lib/b.t
30933 ____________________________________________________________________________
30934 [  7157] By: jhi                                   on 2000/10/06  12:47:13
30935         Log: Also the $ccflags is needed for the C compiler check.
30936              
30937              Subject: Configure (check for C-compiler)
30938              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30939              Date: Fri, 06 Oct 2000 08:47:15 +0200
30940              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
30941      Branch: metaconfig/U/perl
30942            ! Checkcc.U
30943      Branch: perl
30944            ! Configure config_h.SH
30945 ____________________________________________________________________________
30946 [  7156] By: jhi                                   on 2000/10/06  11:45:15
30947         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
30948      Branch: perl
30949            ! perl.c pp_ctl.c sv.h utf8.c
30950 ____________________________________________________________________________
30951 [  7155] By: jhi                                   on 2000/10/06  11:40:41
30952         Log: IO::Handle->syswrite() did not handle length omission
30953              like CORE::syswrite() does.
30954              
30955              Subject: [Fwd] IO::Handle, syswrite and arguments
30956              From: Graham Barr <gbarr@pobox.com>
30957              Date: Fri, 6 Oct 2000 10:22:05 +0100
30958              Message-ID: <20001006102205.U6312@pobox.com>
30959              
30960              The original patch from andrew@ugh.net.au.
30961      Branch: perl
30962            ! ext/IO/lib/IO/Handle.pm
30963 ____________________________________________________________________________
30964 [  7154] By: jhi                                   on 2000/10/06  01:42:15
30965         Log: Tweak #7153.
30966      Branch: perl
30967            ! utf8.h
30968 ____________________________________________________________________________
30969 [  7153] By: jhi                                   on 2000/10/06  00:39:55
30970         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
30971      Branch: perl
30972            ! utf8.h
30973 ____________________________________________________________________________
30974 [  7152] By: jhi                                   on 2000/10/06  00:38:11
30975         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
30976      Branch: perl
30977            ! perl.c pp_ctl.c sv.h utf8.c
30978 ____________________________________________________________________________
30979 [  7151] By: jhi                                   on 2000/10/06  00:36:38
30980         Log: Subject: Re: Questions about Tie::Array and perl modules
30981              From: Nick Ing-Simmons <nik@tiuk.ti.com>
30982              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
30983              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
30984              
30985              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
30986      Branch: perl
30987            ! lib/Tie/Array.pm t/op/array.t
30988 ____________________________________________________________________________
30989 [  7150] By: jhi                                   on 2000/10/05  00:20:45
30990         Log: Regen Changes.
30991      Branch: perl
30992            ! Changes patchlevel.h
30993 ____________________________________________________________________________
30994 [  7149] By: jhi                                   on 2000/10/05  00:20:01
30995         Log: Regen toc.
30996      Branch: perl
30997            ! pod/perltoc.pod
30998 ____________________________________________________________________________
30999 [  7148] By: jhi                                   on 2000/10/04  23:35:08
31000         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
31001              reported several times by Dominic Dunlop, for example in
31002              ID 20000315.008.  Patch from Dominic.  Patch affects at
31003              least MachTen, and possibly other oldish BSDs. Should not
31004              break non-broken platforms (tested on LinuxPPC). 
31005      Branch: perl
31006            ! doio.c
31007 ____________________________________________________________________________
31008 [  7147] By: jhi                                   on 2000/10/04  23:26:34
31009         Log: The one that got away from 7146.
31010      Branch: metaconfig
31011            + U/installdirs/installscripts.U
31012 ____________________________________________________________________________
31013 [  7146] By: jhi                                   on 2000/10/04  23:25:04
31014         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
31015              suggested by H. Merijn Brand.
31016      Branch: perl
31017            ! Configure INSTALL Makefile.SH Porting/Glossary
31018            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
31019            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
31020            ! win32/config.vc
31021 ____________________________________________________________________________
31022 [  7145] By: jhi                                   on 2000/10/04  22:08:21
31023         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
31024              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31025              Date: Wed, 4 Oct 2000 17:37:46 -0400
31026              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
31027      Branch: perl
31028            ! utils/h2xs.PL
31029 ____________________________________________________________________________
31030 [  7144] By: jhi                                   on 2000/10/04  18:11:41
31031         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
31032              From: Jeff Pinyan <jeffp@crusoe.net>
31033              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
31034              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
31035      Branch: perl
31036            ! pod/perlrun.pod
31037 ____________________________________________________________________________
31038 [  7143] By: jhi                                   on 2000/10/04  18:09:58
31039         Log: Subject: perlhack.pod Patch for Externals Tools
31040              From: Fisher Mark <fisherm@tce.com>
31041              Date: Tue, 3 Oct 2000 15:43:27 -0500 
31042              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
31043      Branch: perl
31044            ! pod/perlhack.pod
31045 ____________________________________________________________________________
31046 [  7142] By: jhi                                   on 2000/10/04  18:08:41
31047         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
31048              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
31049              Date:     Wed, 4 Oct 2000 12:11:11 EDT
31050              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
31051      Branch: perl
31052            ! vms/vms.c
31053 ____________________________________________________________________________
31054 [  7141] By: jhi                                   on 2000/10/04  12:20:16
31055         Log: Subject: [PATCH 5.7.0] h2xs not working
31056              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31057              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
31058              Date: Tue, 3 Oct 2000 21:43:01 -0400
31059              
31060              Subject: [PATCH 5.7.0] h2xs not documenting the created module
31061              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31062              Date: Tue, 3 Oct 2000 22:55:19 -0400
31063              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
31064      Branch: perl
31065            ! utils/h2xs.PL
31066 ____________________________________________________________________________
31067 [  7140] By: jhi                                   on 2000/10/04  11:53:44
31068         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
31069              From: nick@babyhippo.com
31070              Date: Wed, 4 Oct 2000 12:06:45 +0100
31071              Message-Id: <20001004120645.A7356@babyhippo.com>
31072              
31073              Retract 7118 and 7135.
31074      Branch: perl
31075            ! installman installperl op.c t/pragma/subs.t
31076 ____________________________________________________________________________
31077 [  7139] By: jhi                                   on 2000/10/03  22:09:41
31078         Log: It is possible to have no hosts database at all.  Pointed out in
31079              
31080              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
31081              From: Peter Prymmer <pvhp@forte.com>
31082              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
31083              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
31084      Branch: metaconfig
31085            ! U/modified/myhostname.U
31086      Branch: perl
31087            ! Configure config_h.SH
31088 ____________________________________________________________________________
31089 [  7138] By: jhi                                   on 2000/10/03  21:49:49
31090         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
31091              From: Peter Prymmer <pvhp@forte.com>
31092              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
31093              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
31094      Branch: perl
31095            ! pp_sys.c
31096 ____________________________________________________________________________
31097 [  7137] By: jhi                                   on 2000/10/03  20:10:05
31098         Log: One remaining nit less at the VMS mailbox sizing.
31099      Branch: perl
31100            ! vms/vms.c
31101 ____________________________________________________________________________
31102 [  7136] By: jhi                                   on 2000/10/03  20:08:47
31103         Log: Test harness update to sync with the new perlcc,
31104              from Simon Cozens.
31105      Branch: perl
31106            ! t/TEST t/UTEST
31107 ____________________________________________________________________________
31108 [  7135] By: jhi                                   on 2000/10/03  15:15:42
31109         Log: Subject: Re: PATCH for 20001003.004
31110              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
31111              From: "AARON B. DOSSETT" <aaron@iglou.com>
31112              Message-Id: <E13gTay-0006od-00@iglou.com>
31113      Branch: perl
31114            ! installman installperl
31115 ____________________________________________________________________________
31116 [  7134] By: jhi                                   on 2000/10/03  15:00:34
31117         Log: Subject: [ID 20001003.006] B::Debug not -w clean
31118              From: Nicholas Clark <nick@babyhippo.co.uk>
31119              Date: Tue, 03 Oct 2000 15:46:32 +0100
31120              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
31121      Branch: perl
31122            ! ext/B/B/Debug.pm
31123 ____________________________________________________________________________
31124 [  7133] By: jhi                                   on 2000/10/03  14:58:39
31125         Log: Scale down the VMS message boxes, by Charles Lane.
31126              Fix for ID 20000903.009, workaround at
31127              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
31128      Branch: perl
31129            ! vms/vms.c
31130 ____________________________________________________________________________
31131 [  7132] By: jhi                                   on 2000/10/03  11:20:37
31132         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
31133      Branch: perl
31134            + t/lib/st-lock.t t/lib/st-utf8.t
31135            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
31136            ! ext/Storable/Storable.xs t/lib/st-recurse.t
31137 ____________________________________________________________________________
31138 [  7131] By: jhi                                   on 2000/10/03  03:38:23
31139         Log: Encode nits.
31140      Branch: perl
31141            ! MANIFEST Makefile.SH
31142 ____________________________________________________________________________
31143 [  7130] By: jhi                                   on 2000/10/03  03:31:05
31144         Log: Update Changes.
31145      Branch: perl
31146            ! Changes patchlevel.h
31147 ____________________________________________________________________________
31148 [  7129] By: jhi                                   on 2000/10/03  02:24:02
31149         Log: Misplaced else.
31150      Branch: metaconfig/U/perl
31151            ! d_strtoll.U
31152      Branch: perl
31153            ! Configure config_h.SH
31154 ____________________________________________________________________________
31155 [  7128] By: jhi                                   on 2000/10/03  02:08:29
31156         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
31157              From: sthoenna@efn.org
31158              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
31159              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
31160      Branch: metaconfig/U/perl
31161            ! d_strtoll.U
31162      Branch: perl
31163            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
31164 ____________________________________________________________________________
31165 [  7127] By: jhi                                   on 2000/10/03  01:13:14
31166         Log: Update Changes.
31167      Branch: perl
31168            ! Changes patchlevel.h
31169 ____________________________________________________________________________
31170 [  7126] By: jhi                                   on 2000/10/03  00:57:08
31171         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
31172              as suggested by Olaf Flebbe and Nick Clark.
31173      Branch: perl
31174            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
31175 ____________________________________________________________________________
31176 [  7125] By: jhi                                   on 2000/10/03  00:50:56
31177         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
31178              From: Nick Clark <nick@plum.flirble.org>
31179              Date: Mon, 2 Oct 2000 11:03:24 +0100
31180              Message-Id: <20001002110324.D20073@plum.flirble.org>
31181              
31182              Also fixes bug ID 20001002.005.
31183      Branch: perl
31184            ! t/lib/encode.t
31185 ____________________________________________________________________________
31186 [  7124] By: jhi                                   on 2000/10/03  00:34:59
31187         Log: Subject: [PATCH 5.7.0] Epoc update
31188              From: Olaf Flebbe <o.flebbe@gmx.de>
31189              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
31190              Message-ID: <26423.969484586@www10.gmx.net>
31191      Branch: perl
31192            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
31193            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
31194            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
31195            ! util.c util.h
31196 ____________________________________________________________________________
31197 [  7123] By: jhi                                   on 2000/10/03  00:30:07
31198         Log: Regen headers.
31199      Branch: perl
31200            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
31201 ____________________________________________________________________________
31202 [  7122] By: jhi                                   on 2000/10/03  00:10:48
31203         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
31204      Branch: perl
31205            ! hints/openbsd.sh
31206 ____________________________________________________________________________
31207 [  7121] By: jhi                                   on 2000/10/03  00:05:06
31208         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
31209              From: <abigail@foad.org>
31210              Date: Tue, 26 Sep 2000 13:36:14 -0400
31211              Message-ID: <20000926173614.4356.qmail@foad.org>
31212      Branch: perl
31213            ! pod/perlop.pod
31214 ____________________________________________________________________________
31215 [  7120] By: jhi                                   on 2000/10/03  00:04:00
31216         Log: Inside require() $^S was always left undefined.
31217              
31218              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
31219              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31220              Date: Wed, 27 Sep 2000 18:54:49 -0400
31221              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
31222      Branch: perl
31223            ! cop.h mg.c pp_ctl.c util.c
31224 ____________________________________________________________________________
31225 [  7119] By: jhi                                   on 2000/10/03  00:00:16
31226         Log: Subject: [PATCH] DLL not restartabke with threaded perl
31227              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
31228              Date: Thu, 28 Sep 2000 09:20:46 +0100
31229              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
31230      Branch: perl
31231            ! perl.c
31232 ____________________________________________________________________________
31233 [  7118] By: jhi                                   on 2000/10/02  23:59:20
31234         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
31235              From: Nicholas Clark <nick@ccl4.org>
31236              Date: Thu, 28 Sep 2000 11:52:24 +0100
31237              Message-ID: <20000928115224.D7924@plum.flirble.org>
31238      Branch: perl
31239            ! op.c
31240 ____________________________________________________________________________
31241 [  7117] By: jhi                                   on 2000/10/02  23:57:51
31242         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
31243              From: Nicholas Clark <nick@babyhippo.co.uk>
31244              Date: Thu, 28 Sep 2000 12:18:10 +0100
31245              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
31246              
31247              Did not apply cleanly, manual intervention was needed.
31248      Branch: perl
31249            ! ext/B/B/Bytecode.pm utils/perlcc.PL
31250 ____________________________________________________________________________
31251 [  7116] By: jhi                                   on 2000/10/02  23:50:40
31252         Log: Document the issue (is not a syntax error, kind of)
31253              
31254              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
31255              From: Nicholas Clark <nick@ccl4.org>
31256              Date: Thu, 28 Sep 2000 17:12:42 +0100
31257              Message-ID: <20000928171242.K7924@plum.flirble.org>
31258      Branch: perl
31259            ! pod/perldata.pod
31260 ____________________________________________________________________________
31261 [  7115] By: jhi                                   on 2000/10/02  23:48:58
31262         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
31263              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31264              Date: Thu, 28 Sep 2000 21:55:31 -0400
31265              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
31266      Branch: perl
31267            ! regexec.c
31268 ____________________________________________________________________________
31269 [  7114] By: jhi                                   on 2000/10/02  23:47:57
31270         Log: Subject: DOC PATCH 5.6.0
31271              From: mjd@plover.com
31272              Date: 30 Sep 2000 06:02:34 -0000
31273              Message-ID: <20000930060234.4559.qmail@plover.com>
31274      Branch: perl
31275            ! pod/perldebguts.pod
31276 ____________________________________________________________________________
31277 [  7113] By: jhi                                   on 2000/10/02  23:46:43
31278         Log: SOCK_DGRAM and listen() do not mix as reported in
31279              
31280              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
31281              From: Petter Reinholdtsen <pere@hungry.com>
31282              Date: Sun, 1 Oct 2000 10:57:20 +0800
31283              Message-Id: <200010010257.KAA05735@localhost.localdomain>
31284              
31285              The patch for 5.7.0+ had to be reengineered, though.
31286      Branch: perl
31287            ! ext/IO/lib/IO/Socket/UNIX.pm
31288 ____________________________________________________________________________
31289 [  7112] By: jhi                                   on 2000/10/02  23:36:57
31290         Log: Subject: Re: [PATCH 5.005_64 missed]
31291              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31292              Date: Sun, 1 Oct 2000 18:50:10 -0400
31293              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
31294      Branch: perl
31295            ! pod/perlxs.pod
31296 ____________________________________________________________________________
31297 [  7111] By: jhi                                   on 2000/10/02  23:35:40
31298         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
31299              From: Radu Greab <radu@netsoft.ro>
31300              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
31301              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
31302      Branch: perl
31303            ! op.c opcode.pl t/op/substr.t
31304 ____________________________________________________________________________
31305 [  7110] By: jhi                                   on 2000/10/02  23:32:38
31306         Log: Subject: [PATCH] Fix aliasing of tied filehandles
31307              From: Daniel Chetlin <daniel@chetlin.com>
31308              Date: Mon, 2 Oct 2000 14:53:27 -0700
31309              Message-ID: <20001002145327.C1617@ilmd>
31310      Branch: perl
31311            ! perl.h pp_hot.c t/op/tiehandle.t
31312 ____________________________________________________________________________
31313 [  7109] By: jhi                                   on 2000/10/02  23:31:30
31314         Log: s/Robin Parker/Robin Barker/
31315      Branch: perl
31316            ! Changes5.6
31317 ____________________________________________________________________________
31318 [  7108] By: jhi                                   on 2000/10/02  23:15:46
31319         Log: Retract #7091 as suggested in
31320              
31321              From: Robin Barker <rmb1@cise.npl.co.uk> 
31322              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
31323              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
31324              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
31325      Branch: perl
31326            ! embed.pl proto.h
31327 ____________________________________________________________________________
31328 [  7107] By: nick                                  on 2000/10/02  18:23:14
31329         Log: A few tweaks to get Tk803 to work with Encode scheme.
31330      Branch: perl
31331            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
31332 ____________________________________________________________________________
31333 [  7106] By: nick                                  on 2000/10/01  21:34:14
31334         Log: Add checking cases to Encode's toUnicode and fromUnicode.
31335      Branch: perl
31336            ! ext/Encode/Encode.pm
31337 ____________________________________________________________________________
31338 [  7105] By: nick                                  on 2000/10/01  17:18:01
31339         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
31340              To read and use them.
31341              Add a lib/encode.t which checks a few things.
31342      Branch: perl
31343            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
31344            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
31345            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
31346            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
31347            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
31348            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
31349            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
31350            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
31351            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
31352            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
31353            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
31354            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
31355            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
31356            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
31357            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
31358            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
31359            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
31360            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
31361            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
31362            + ext/Encode/Encode/iso2022-jp.enc
31363            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
31364            + ext/Encode/Encode/iso8859-1.enc
31365            + ext/Encode/Encode/iso8859-2.enc
31366            + ext/Encode/Encode/iso8859-3.enc
31367            + ext/Encode/Encode/iso8859-4.enc
31368            + ext/Encode/Encode/iso8859-5.enc
31369            + ext/Encode/Encode/iso8859-6.enc
31370            + ext/Encode/Encode/iso8859-7.enc
31371            + ext/Encode/Encode/iso8859-8.enc
31372            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
31373            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
31374            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
31375            + ext/Encode/Encode/macCentEuro.enc
31376            + ext/Encode/Encode/macCroatian.enc
31377            + ext/Encode/Encode/macCyrillic.enc
31378            + ext/Encode/Encode/macDingbats.enc
31379            + ext/Encode/Encode/macGreek.enc
31380            + ext/Encode/Encode/macIceland.enc
31381            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
31382            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
31383            + ext/Encode/Encode/macTurkish.enc
31384            + ext/Encode/Encode/macUkraine.enc
31385            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
31386            + t/lib/encode.t
31387            ! MANIFEST ext/Encode/Encode.pm
31388 ____________________________________________________________________________
31389 [  7104] By: nick                                  on 2000/09/30  13:04:30
31390         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
31391              From: Daniel Chetlin <daniel@chetlin.com>
31392              Date: Mon, 18 Sep 2000 05:05:40 -0700
31393              Message-Id: <20000918050540.C652@ilmd>
31394      Branch: perl
31395            ! lib/overload.pm sv.c t/pragma/overload.t
31396 ____________________________________________________________________________
31397 [  7103] By: nick                                  on 2000/09/30  12:53:36
31398         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
31399              From: Johan Vromans <jvromans@squirrel.nl>
31400              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
31401              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
31402      Branch: perl
31403            ! pod/Makefile.SH
31404 ____________________________________________________________________________
31405 [  7102] By: nick                                  on 2000/09/30  12:52:31
31406         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
31407              From: Spider Boardman <spider@Orb.Nashua.NH.US>
31408              Date: Sat, 16 Sep 2000 16:36:45 -0400
31409              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
31410      Branch: perl
31411            ! ext/B/B/Deparse.pm
31412 ____________________________________________________________________________
31413 [  7101] By: nick                                  on 2000/09/30  12:51:41
31414         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
31415              From: Craig A. Berry <craig.berry@psinetcs.com>
31416              Date: Sat, 16 Sep 2000 10:11:10 -0500
31417              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
31418      Branch: perl
31419            ! vms/vms.c
31420 ____________________________________________________________________________
31421 [  7100] By: nick                                  on 2000/09/30  12:50:33
31422         Log: Subject: Re: unicode support and perl [ID 20000901.097]
31423              From: Spider Boardman <spider@Orb.Nashua.NH.US>
31424              Date: Fri, 15 Sep 2000 16:37:58 -0400
31425              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
31426      Branch: perl
31427            ! t/op/append.t
31428 ____________________________________________________________________________
31429 [  7099] By: nick                                  on 2000/09/30  12:49:35
31430         Log: Subject: Re: unicode support and perl [ID 20000901.097]
31431              From: Spider Boardman <spider@Orb.Nashua.NH.US>
31432              Date: Fri, 15 Sep 2000 16:25:30 -0400
31433              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
31434      Branch: perl
31435            ! pp_hot.c
31436 ____________________________________________________________________________
31437 [  7098] By: nick                                  on 2000/09/30  12:48:00
31438         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
31439              From: Gisle Aas <gisle@ActiveState.com>
31440              Date: 15 Sep 2000 16:23:41 +0200
31441              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
31442      Branch: perl
31443            ! toke.c
31444 ____________________________________________________________________________
31445 [  7097] By: nick                                  on 2000/09/30  12:45:16
31446         Log: Subject: [PATCH] Nits in perlmod.pod
31447              From: Daniel Chetlin <daniel@chetlin.com>
31448              Date: Fri, 15 Sep 2000 02:04:09 -0700
31449              Message-Id: <20000915020409.A2104@ilmd>
31450      Branch: perl
31451            ! pod/perlmod.pod
31452 ____________________________________________________________________________
31453 [  7096] By: nick                                  on 2000/09/30  12:18:00
31454         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
31455              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
31456              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
31457              0 to checking to get the warning.
31458      Branch: perl
31459            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
31460            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
31461            ! regexec.c sv.c toke.c utf8.c
31462 ____________________________________________________________________________
31463 [  7095] By: nick                                  on 2000/09/15  16:55:59
31464         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
31465              
31466              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
31467              From: Spider Boardman <spider@Orb.Nashua.NH.US>
31468              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
31469              Date: Fri, 15 Sep 2000 06:37:30 -0400
31470      Branch: perl
31471            ! ext/Encode/Encode.xs sv.c
31472 ____________________________________________________________________________
31473 [  7094] By: jhi                                   on 2000/09/15  03:23:32
31474         Log: Update Changes.
31475      Branch: perl
31476            ! Changes patchlevel.h
31477 ____________________________________________________________________________
31478 [  7093] By: jhi                                   on 2000/09/15  03:11:44
31479         Log: Fix for the charnames.t failures from Spider Boardman.
31480      Branch: perl
31481            ! toke.c
31482 ____________________________________________________________________________
31483 [  7092] By: jhi                                   on 2000/09/15  00:15:48
31484         Log: Botched the #7090 check-in.
31485      Branch: perl
31486            ! sv.c
31487 ____________________________________________________________________________
31488 [  7091] By: jhi                                   on 2000/09/14  23:33:24
31489         Log: Part of #7081 didn't come through.
31490      Branch: perl
31491            ! embed.pl proto.h
31492 ____________________________________________________________________________
31493 [  7090] By: jhi                                   on 2000/09/14  23:17:39
31494         Log: Subject: Re: perl@7078 
31495              From: Spider Boardman <spider@web.zk3.dec.com>
31496              Date: Thu, 14 Sep 2000 19:06:36 -0400
31497              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
31498      Branch: perl
31499            ! sv.c toke.c
31500 ____________________________________________________________________________
31501 [  7089] By: jhi                                   on 2000/09/14  23:11:21
31502         Log: Small portability tweaks.
31503      Branch: perl
31504            ! ext/Encode/Encode.xs
31505 ____________________________________________________________________________
31506 [  7088] By: jhi                                   on 2000/09/14  22:57:23
31507         Log: Fake return to pacify picky compilers.
31508      Branch: perl
31509            ! ext/Encode/Encode.xs
31510 ____________________________________________________________________________
31511 [  7087] By: jhi                                   on 2000/09/14  22:53:37
31512         Log: Subject: [PATCH] utf8.c apidoc
31513              From: Simon Cozens <simon@cozens.net>
31514              Date: Thu, 14 Sep 2000 23:46:57 +0100
31515              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
31516      Branch: perl
31517            ! perlapi.c pod/perlapi.pod utf8.c
31518 ____________________________________________________________________________
31519 [  7086] By: jhi                                   on 2000/09/14  22:40:38
31520         Log: We don't need to count the high bit bytes, a boolean is enough. 
31521      Branch: perl
31522            ! sv.c
31523 ____________________________________________________________________________
31524 [  7085] By: jhi                                   on 2000/09/14  21:20:09
31525         Log: Replace #7084 with
31526              
31527              Subject: Re: perl@7078 
31528              From: Spider Boardman <spider@web.zk3.dec.com>
31529              Date: Thu, 14 Sep 2000 17:09:36 -0400
31530              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
31531      Branch: perl
31532            ! sv.c utf8.c
31533 ____________________________________________________________________________
31534 [  7084] By: jhi                                   on 2000/09/14  20:03:34
31535         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
31536              convertable to bytes by checking it doesn't go above 0xc3
31537              
31538              Subject: Re: perl@7078
31539              From: Simon Cozens <simon@cozens.net>
31540              Date: Thu, 14 Sep 2000 20:59:19 +0100
31541              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
31542      Branch: perl
31543            ! utf8.c
31544 ____________________________________________________________________________
31545 [  7083] By: jhi                                   on 2000/09/14  19:38:47
31546         Log: Subject: Re: perl@7078
31547              From: Simon Cozens <simon@cozens.net>
31548              Date: Thu, 14 Sep 2000 20:13:09 +0100
31549              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
31550      Branch: perl
31551            ! t/op/bop.t
31552 ____________________________________________________________________________
31553 [  7082] By: jhi                                   on 2000/09/14  17:50:44
31554         Log: The one that got away.
31555      Branch: perl
31556            ! lib/File/Find.pm
31557 ____________________________________________________________________________
31558 [  7081] By: jhi                                   on 2000/09/14  17:45:35
31559         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
31560              From: Robin Barker <rmb1@cise.npl.co.uk>
31561              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
31562              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
31563      Branch: perl
31564            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
31565            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
31566            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
31567            ! regcomp.c toke.c universal.c
31568 ____________________________________________________________________________
31569 [  7080] By: jhi                                   on 2000/09/14  17:40:35
31570         Log: Problems picked up by AIX cc.
31571              
31572              Subject: Re: perl@7078 (patch included)
31573              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31574              Date: Thu, 14 Sep 2000 18:53:30 +0200
31575              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
31576      Branch: perl
31577            ! ext/Encode/Encode.xs
31578 ____________________________________________________________________________
31579 [  7079] By: jhi                                   on 2000/09/14  17:38:27
31580         Log: Subject: File::Find 5.7.0 POD nits
31581              From: Rich Morin <rdm@cfcl.com>
31582              Date: Wed, 13 Sep 2000 22:03:58 -0700
31583              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
31584      Branch: perl
31585            ! lib/File/Find.pm
31586 ____________________________________________________________________________
31587 [  7078] By: jhi                                   on 2000/09/14  14:58:20
31588         Log: Update Changes.
31589      Branch: perl
31590            ! Changes patchlevel.h
31591 ____________________________________________________________________________
31592 [  7077] By: jhi                                   on 2000/09/14  14:55:54
31593         Log: Compilation warnings and an error.
31594      Branch: perl
31595            ! sv.c
31596 ____________________________________________________________________________
31597 [  7076] By: jhi                                   on 2000/09/14  14:42:56
31598         Log: Fix for a parsing bug, not for the original bug.
31599              
31600              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
31601              From: Spider Boardman <spider@web.zk3.dec.com>
31602              Date: Wed, 13 Sep 2000 17:52:20 -0400
31603              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
31604      Branch: perl
31605            ! regcomp.c
31606 ____________________________________________________________________________
31607 [  7075] By: jhi                                   on 2000/09/14  14:40:40
31608         Log: Batch of UTF-8 patches from Simon Cozens.
31609      Branch: perl
31610            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
31611            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
31612            ! toke.c utf8.c
31613 ____________________________________________________________________________
31614 [  7074] By: jhi                                   on 2000/09/14  14:29:58
31615         Log: Subject: Re: Two advertising clauses need to be removed
31616              From: Russ Allbery <rra@stanford.edu>
31617              Date: 13 Sep 2000 18:50:26 -0700
31618              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
31619      Branch: perl
31620            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
31621 ____________________________________________________________________________
31622 [  7073] By: jhi                                   on 2000/09/14  14:28:20
31623         Log: Subject: [PATCH] de-wall t/README
31624              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
31625              Date: Wed, 13 Sep 2000 17:46:55 -0700
31626              Message-ID: <//Bw5gzkge/e092yn@efn.org>
31627      Branch: perl
31628            ! t/README
31629 ____________________________________________________________________________
31630 [  7072] By: jhi                                   on 2000/09/14  14:25:10
31631         Log: Hints optimization.
31632              
31633              Subject: Minor nit
31634              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31635              Date: Wed, 13 Sep 2000 21:42:07 +0200
31636              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
31637      Branch: perl
31638            ! hints/hpux.sh
31639 ____________________________________________________________________________
31640 [  7071] By: jhi                                   on 2000/09/14  14:23:30
31641         Log: Allow chop() and chomp() to be overridden.
31642              
31643              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
31644              From: "Casey R. Tweten" <crt@kiski.net>
31645              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
31646              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
31647      Branch: perl
31648            ! toke.c
31649 ____________________________________________________________________________
31650 [  7070] By: jhi                                   on 2000/09/14  14:20:36
31651         Log: The return value of setlocale must be copied away.
31652              
31653              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
31654              From: Alan Burlison <Alan.Burlison@uk.sun.com>
31655              Date: Wed, 13 Sep 2000 16:27:37 +0100 
31656              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
31657      Branch: perl
31658            ! util.c
31659 ____________________________________________________________________________
31660 [  7069] By: jhi                                   on 2000/09/14  14:16:27
31661         Log: Remove vestiges of tr//CU.
31662              
31663              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
31664              From: Nick Clark <nick@plum.flirble.org>
31665              Date: Tue, 12 Sep 2000 22:50:14 +0100
31666              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
31667              
31668              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
31669              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
31670              Date: Tue, 12 Sep 2000 21:38:48 -0700
31671              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
31672      Branch: perl
31673            ! op.h pod/perlunicode.pod
31674 ____________________________________________________________________________
31675 [  7068] By: jhi                                   on 2000/09/13  14:18:39
31676         Log: Add the Encode extension.  The code is still largely just skeleton.
31677      Branch: perl
31678            + ext/Encode/Encode.pm ext/Encode/Encode.xs
31679            + ext/Encode/Makefile.PL ext/Encode/Todo
31680            ! MANIFEST Todo-5.6
31681 ____________________________________________________________________________
31682 [  7067] By: jhi                                   on 2000/09/12  17:43:33
31683         Log: Allow for whitespace between "#" and "line" in cpp output.
31684              
31685              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
31686              From: Calle Dybedahl <calle@lysator.liu.se>
31687              Date: 12 Sep 2000 19:38:02 +0200 
31688              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
31689      Branch: perl
31690            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
31691 ____________________________________________________________________________
31692 [  7066] By: gsar                                  on 2000/09/12  17:24:29
31693         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
31694              initialization in all the threads on Windows
31695      Branch: perl
31696            ! win32/win32.c
31697 ____________________________________________________________________________
31698 [  7065] By: jhi                                   on 2000/09/12  15:11:31
31699         Log: Update Changes.
31700      Branch: perl
31701            ! Changes patchlevel.h
31702 ____________________________________________________________________________
31703 [  7064] By: jhi                                   on 2000/09/12  14:54:54
31704         Log: Retract #7062, the pod tests are not ready.
31705      Branch: perl
31706            ! t/TEST t/harness
31707 ____________________________________________________________________________
31708 [  7063] By: jhi                                   on 2000/09/12  14:25:41
31709         Log: The #7054 truncated Configure badly.
31710      Branch: metaconfig/U/perl
31711            ! End.U
31712      Branch: perl
31713            ! Configure config_h.SH
31714 ____________________________________________________________________________
31715 [  7062] By: jhi                                   on 2000/09/12  14:08:32
31716         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
31717              From: sthoenna@efn.org
31718              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
31719              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
31720      Branch: perl
31721            ! t/TEST t/harness
31722 ____________________________________________________________________________
31723 [  7061] By: jhi                                   on 2000/09/12  14:07:18
31724         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
31725              From: sthoenna@efn.org
31726              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
31727              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
31728      Branch: perl
31729            ! pod/perlxs.pod
31730 ____________________________________________________________________________
31731 [  7060] By: jhi                                   on 2000/09/12  14:06:08
31732         Log: Break up the myconfig lines a bit.
31733              
31734              Subject: perlbug/perl -V output format
31735              From: sthoenna@efn.org
31736              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
31737              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
31738      Branch: perl
31739            ! myconfig.SH
31740 ____________________________________________________________________________
31741 [  7059] By: jhi                                   on 2000/09/12  14:05:04
31742         Log: Test for the #7049.
31743              
31744              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
31745              From: andreas.koenig@anima.de (Andreas J. Koenig)
31746              Date: 12 Sep 2000 06:42:01 +0200
31747              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
31748      Branch: perl
31749            ! t/op/my.t
31750 ____________________________________________________________________________
31751 [  7058] By: jhi                                   on 2000/09/12  14:03:05
31752         Log: Subject: [patch: perl@7045] vms updates
31753              From: Peter Prymmer <pvhp@forte.com>
31754              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
31755              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
31756      Branch: perl
31757            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
31758 ____________________________________________________________________________
31759 [  7057] By: jhi                                   on 2000/09/12  14:00:51
31760         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
31761              From: sthoenna@efn.org
31762              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
31763              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
31764      Branch: perl
31765            ! t/op/64bitint.t
31766 ____________________________________________________________________________
31767 [  7056] By: jhi                                   on 2000/09/12  13:58:14
31768         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
31769              From: Jeff Pinyan <jeffp@crusoe.net>
31770              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
31771              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
31772      Branch: perl
31773            ! pod/perlfunc.pod
31774 ____________________________________________________________________________
31775 [  7055] By: jhi                                   on 2000/09/12  13:56:32
31776         Log: Do in VMS as the #7054 does.
31777      Branch: perl
31778            ! configure.com
31779 ____________________________________________________________________________
31780 [  7054] By: jhi                                   on 2000/09/12  13:50:31
31781         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
31782              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
31783              Date: Mon, 11 Sep 2000 08:33:09 +0100
31784              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
31785      Branch: metaconfig/U/perl
31786            ! End.U
31787      Branch: perl
31788            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
31789            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
31790 ____________________________________________________________________________
31791 [  7053] By: jhi                                   on 2000/09/12  13:29:19
31792         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
31793              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
31794              Date:     Tue, 12 Sep 2000 08:35:59 EDT
31795              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
31796      Branch: perl
31797            ! vms/test.com
31798 ____________________________________________________________________________
31799 [  7052] By: jhi                                   on 2000/09/11  23:01:50
31800         Log: Document the SvUTF8*().
31801      Branch: perl
31802            ! pod/perlapi.pod sv.h
31803 ____________________________________________________________________________
31804 [  7051] By: gsar                                  on 2000/09/11  14:46:30
31805         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
31806              (missed a spot when fixing up op_pmreplroot hack for ithreads)
31807      Branch: perl
31808            ! op.c t/op/split.t
31809 ____________________________________________________________________________
31810 [  7050] By: nick                                  on 2000/09/11  10:03:51
31811         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
31812              
31813              Subject: borland C++ win32.c tweak
31814              From: Vadim Konovalov <vkonovalov@lucent.com>
31815              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
31816              Date: Mon, 11 Sep 2000 11:22:33 +0400
31817      Branch: perl
31818            ! win32/win32.c
31819 ____________________________________________________________________________
31820 [  7049] By: nick                                  on 2000/09/11  09:57:33
31821         Log: Point fix for s/// on foreach (keys %xxx).
31822      Branch: perl
31823            ! pp_hot.c
31824 ____________________________________________________________________________
31825 [  7048] By: jhi                                   on 2000/09/10  23:37:09
31826         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
31827              by Pod::Text, from Brad Appleton.
31828      Branch: perl
31829            ! t/pod/testp2pt.pl
31830 ____________________________________________________________________________
31831 [  7047] By: jhi                                   on 2000/09/10  14:32:53
31832         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
31833              by Russ Allbery.
31834      Branch: perl
31835            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
31836 ____________________________________________________________________________
31837 [  7046] By: jhi                                   on 2000/09/10  14:15:08
31838         Log: Upgrade to CPAN 1.57_65, from Andreas König.
31839      Branch: perl
31840            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
31841 ____________________________________________________________________________
31842 [  7045] By: jhi                                   on 2000/09/08  21:36:32
31843         Log: Update Changes.
31844      Branch: perl
31845            ! Changes patchlevel.h
31846 ____________________________________________________________________________
31847 [  7044] By: jhi                                   on 2000/09/08  21:29:56
31848         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
31849              From: Peter Prymmer <pvhp@forte.com>
31850              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
31851              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
31852      Branch: perl
31853            ! configure.com
31854 ____________________________________________________________________________
31855 [  7043] By: jhi                                   on 2000/09/08  21:27:50
31856         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
31857              From: Peter Prymmer <pvhp@forte.com>
31858              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
31859              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
31860      Branch: perl
31861            ! Makefile.SH installperl
31862 ____________________________________________________________________________
31863 [  7042] By: jhi                                   on 2000/09/08  21:23:21
31864         Log: Continue #7041.
31865      Branch: perl
31866            ! cygwin/Makefile.SHs os2/Makefile.SHs
31867 ____________________________________________________________________________
31868 [  7041] By: jhi                                   on 2000/09/08  21:18:10
31869         Log: Do away with memory models cruft.  Sorry, PDP users.
31870      Branch: metaconfig
31871            ! U/modified/cc.U U/modified/libpth.U
31872      Branch: perl
31873            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
31874            ! Porting/config_H cflags.SH config_h.SH configure.com
31875            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
31876            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
31877            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
31878 ____________________________________________________________________________
31879 [  7040] By: jhi                                   on 2000/09/08  14:34:18
31880         Log: Major rewrite of s2p.  And I mean really major, it is
31881              an implementation of sed in perl.  If called as s2p it
31882              will function as s2p.  Note: needs non-UNIXifying.
31883              
31884              Subject: s2p
31885              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
31886              Date: Mon, 28 Aug 2000 14:05:12 +0200
31887              Message-ID: <39AA5578.2102E2AA@alcatel.at>
31888      Branch: perl
31889            ! x2p/s2p.PL
31890 ____________________________________________________________________________
31891 [  7039] By: jhi                                   on 2000/09/08  14:19:49
31892         Log: Re-allow vec() for characters > 255.
31893              
31894              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
31895              From: Spider Boardman <spider@web.zk3.dec.com>
31896              Date: Fri, 08 Sep 2000 02:21:02 -0400
31897              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
31898      Branch: perl
31899            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
31900            ! t/op/vec.t
31901 ____________________________________________________________________________
31902 [  7038] By: jhi                                   on 2000/09/08  14:14:18
31903         Log: Subject: [PATCH lib/Benchmark.pm]
31904              From: <abigail@foad.org>
31905              Date: Thu, 7 Sep 2000 15:03:20 -0400
31906              Message-ID: <20000907190320.888.qmail@foad.org>
31907      Branch: perl
31908            ! lib/Benchmark.pm
31909 ____________________________________________________________________________
31910 [  7037] By: jhi                                   on 2000/09/08  14:11:06
31911         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
31912              
31913              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
31914              From: Spider Boardman <spider@web.zk3.dec.com>
31915              Date: Fri, 08 Sep 2000 01:30:27 -0400
31916              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
31917      Branch: perl
31918            ! op.c
31919 ____________________________________________________________________________
31920 [  7036] By: jhi                                   on 2000/09/08  14:08:58
31921         Log: Subject: [ID 20000908.002] perlipc documentation bug.
31922              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
31923              Date: Fri, 08 Sep 2000 12:38:32 +0200
31924              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
31925      Branch: perl
31926            ! pod/perlipc.pod
31927 ____________________________________________________________________________
31928 [  7035] By: jhi                                   on 2000/09/08  14:03:12
31929         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
31930              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31931              Date: Fri, 08 Sep 2000 11:47:34 +0200
31932              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
31933      Branch: perl
31934            ! hints/dec_osf.sh
31935 ____________________________________________________________________________
31936 [  7034] By: jhi                                   on 2000/09/08  13:59:35
31937         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
31938              From: Simon Cozens <simon@cozens.net>
31939              Date: Thu, 7 Sep 2000 20:40:38 +0100
31940              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
31941      Branch: perl
31942            ! pp_hot.c
31943 ____________________________________________________________________________
31944 [  7033] By: jhi                                   on 2000/09/08  04:03:03
31945         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
31946              From: "Larry W. Virden" <lvirden@cas.org>
31947              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
31948              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
31949      Branch: perl
31950            ! pod/perldiag.pod
31951 ____________________________________________________________________________
31952 [  7032] By: jhi                                   on 2000/09/07  22:18:30
31953         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
31954              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
31955              Date: Mon, 04 Sep 2000 13:16:38 -0700
31956              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
31957      Branch: perl
31958            ! lib/perl5db.pl
31959 ____________________________________________________________________________
31960 [  7031] By: jhi                                   on 2000/09/07  22:02:29
31961         Log: Fix the ccversion detection for 5.1 and beyond.
31962              
31963              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
31964              From: Spider Boardman <spider@leggy.zk3.dec.com>
31965              Date: Thu, 7 Sep 2000 17:54:27 -0400
31966              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
31967      Branch: perl
31968            ! hints/dec_osf.sh
31969 ____________________________________________________________________________
31970 [  7030] By: jhi                                   on 2000/09/07  19:12:28
31971         Log: Fix for
31972              
31973              Subject: [ID 20000903.001] \w in utf8-strings
31974              From: Marc Lehmann <pcg@goof.com>
31975              Date: Sun, 03 Sep 2000 09:44:29 +0200
31976              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
31977              
31978              and various related nits.
31979      Branch: perl
31980            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
31981 ____________________________________________________________________________
31982 [  7029] By: jhi                                   on 2000/09/07  18:49:09
31983         Log: Fix the URL, but the server is still missing in action.
31984              
31985              Subject: [ID 20000905.002] perlfaq1.pod URL error
31986              From: "Larry W. Virden" <lvirden@cas.org>
31987              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
31988              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
31989      Branch: perl
31990            ! pod/perlfaq1.pod
31991 ____________________________________________________________________________
31992 [  7028] By: jhi                                   on 2000/09/07  18:47:13
31993         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
31994              From: Hugo <hv@crypt.compulink.co.uk>
31995              Date: Tue, 05 Sep 2000 14:13:37 +0100
31996              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
31997      Branch: perl
31998            ! toke.c
31999 ____________________________________________________________________________
32000 [  7027] By: jhi                                   on 2000/09/07  18:45:35
32001         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
32002              From: Daniel Chetlin <daniel@chetlin.com>
32003              Date: Tue, 5 Sep 2000 04:57:07 -0700
32004              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
32005      Branch: perl
32006            ! pod/perlfaq6.pod pod/perlop.pod
32007 ____________________________________________________________________________
32008 [  7026] By: jhi                                   on 2000/09/07  18:44:01
32009         Log: Document the new ref() semantics.
32010              
32011              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
32012              From: Gisle Aas <gisle@ActiveState.com>
32013              Date: 05 Sep 2000 08:10:30 +0200
32014              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
32015      Branch: perl
32016            ! pod/perldelta.pod
32017 ____________________________________________________________________________
32018 [  7025] By: jhi                                   on 2000/09/07  18:42:27
32019         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
32020              
32021              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
32022              From: Gisle Aas <gisle@ActiveState.com>
32023              Date: 05 Sep 2000 08:11:40 +0200
32024              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
32025      Branch: perl
32026            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
32027 ____________________________________________________________________________
32028 [  7024] By: jhi                                   on 2000/09/07  18:39:32
32029         Log: Subject: [PATCH] Modernize Opcode.pm documentation
32030              From: Gisle Aas <gisle@ActiveState.com>
32031              Date: 4 Sep 2000 00:18:55 -0000
32032              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
32033      Branch: perl
32034            ! ext/Opcode/Opcode.pm
32035 ____________________________________________________________________________
32036 [  7023] By: jhi                                   on 2000/09/07  18:37:42
32037         Log: Subject: [PATCH] Tied filehandle documentation
32038              From: Gisle Aas <gisle@ActiveState.com>
32039              Date: 4 Sep 2000 00:14:40 -0000
32040              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
32041      Branch: perl
32042            ! pod/perlfunc.pod pod/perltie.pod
32043 ____________________________________________________________________________
32044 [  7022] By: jhi                                   on 2000/09/07  18:35:37
32045         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
32046              From: Gisle Aas <gisle@ActiveState.com>
32047              Date: 4 Sep 2000 00:04:22 -0000
32048              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
32049      Branch: perl
32050            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
32051 ____________________________________________________________________________
32052 [  7021] By: jhi                                   on 2000/09/07  18:33:22
32053         Log: Subject: small apidoc fix
32054              From: Marc Lehmann <pcg@goof.com>
32055              Date: Sun, 3 Sep 2000 05:12:06 +0200
32056              Message-ID: <20000903051206.A5909@cerebro.laendle>
32057      Branch: perl
32058            ! pod/perlapi.pod utf8.c
32059 ____________________________________________________________________________
32060 [  7020] By: jhi                                   on 2000/09/07  16:14:57
32061         Log: Tiny perldelta nits.
32062      Branch: perl
32063            ! pod/perldelta.pod
32064 ____________________________________________________________________________
32065 [  7019] By: jhi                                   on 2000/09/07  16:04:20
32066         Log: Guard against bad string->int conversion for quads.
32067      Branch: perl
32068            ! t/op/64bitint.t
32069 ____________________________________________________________________________
32070 [  7018] By: jhi                                   on 2000/09/06  17:07:03
32071         Log: Update Unicode todo list.
32072      Branch: perl
32073            ! Todo-5.6
32074 ____________________________________________________________________________
32075 [  7017] By: jhi                                   on 2000/09/05  21:16:01
32076         Log: Document the SvIOK_.*UV().
32077      Branch: perl
32078            ! pod/perlapi.pod sv.h
32079 ____________________________________________________________________________
32080 [  7016] By: nick                                  on 2000/09/03  21:54:46
32081         Log: Hash lookup of constant strings optimization:
32082              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
32083              to string table (as per sharepvn). Add newSV_pvn_share to create such
32084              a thing. Make hv.c compare addresses of strings and skip string compare
32085              if equal. Make method_named and helem ops use these shared-string SVs
32086              when arg is constant. Make keys op return shared-string SVs (less clearly
32087              a win).
32088      Branch: perl
32089            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
32090            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
32091            ! pod/perlintern.pod pp_hot.c proto.h sv.c
32092 ____________________________________________________________________________
32093 [  7015] By: jhi                                   on 2000/09/02  17:48:59
32094         Log: This is 5.7.0.
32095      Branch: perl
32096            ! Changes
32097 ____________________________________________________________________________
32098 [  7014] By: jhi                                   on 2000/09/02  17:35:45
32099         Log: Changes and patchlevel tweaks.
32100      Branch: perl
32101            ! Changes patchlevel.h
32102 ____________________________________________________________________________
32103 [  7013] By: jhi                                   on 2000/09/02  17:30:50
32104         Log: Update Changes.
32105      Branch: perl
32106            ! Changes patchlevel.h
32107 ____________________________________________________________________________
32108 [  7012] By: nick                                  on 2000/09/02  17:25:20
32109         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
32110      Branch: perl
32111            ! gv.c lib/overload.pm
32112 ____________________________________________________________________________
32113 [  7011] By: jhi                                   on 2000/09/02  17:16:25
32114         Log: Update perlhist.
32115      Branch: perl
32116            ! pod/perlhist.pod
32117 ____________________________________________________________________________
32118 [  7010] By: jhi                                   on 2000/09/02  17:01:35
32119         Log: perldelta nits.
32120      Branch: perl
32121            ! pod/perldelta.pod
32122 ____________________________________________________________________________
32123 [  7009] By: nick                                  on 2000/09/02  16:48:35
32124         Log: If overloaded %{} etc. return the object do not loop.
32125              Thus  sub deref { $_[0] } functions if object is wanted type.
32126      Branch: perl
32127            ! pp.h
32128 ____________________________________________________________________________
32129 [  7008] By: jhi                                   on 2000/09/02  16:26:11
32130         Log: Retab MANIFEST.
32131      Branch: perl
32132            ! ext/Storable/MANIFEST
32133 ____________________________________________________________________________
32134 [  7007] By: jhi                                   on 2000/09/02  16:23:02
32135         Log: Make certain cc is set before trying to run it.
32136      Branch: perl
32137            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
32138 ____________________________________________________________________________
32139 [  7006] By: jhi                                   on 2000/09/02  15:45:41
32140         Log: Unicode notes.
32141      Branch: perl
32142            ! pod/perldelta.pod
32143 ____________________________________________________________________________
32144 [  7005] By: jhi                                   on 2000/09/02  15:42:11
32145         Log: Various Configure nits by Philip Newton,
32146              plus the ebcdic one by me.
32147      Branch: metaconfig
32148            + U/modified/pager.U
32149            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
32150      Branch: metaconfig/U/perl
32151            ! Devel.U quadfio.U
32152      Branch: perl
32153            ! Configure config_h.SH
32154 ____________________________________________________________________________
32155 [  7004] By: jhi                                   on 2000/09/02  15:06:14
32156         Log: Apparently avoiding the swapping is too costly.
32157              
32158              From: "Ben Tilly" <ben_tilly@hotmail.com>
32159              Subject: Re: the door is closed.
32160              Date: Fri, 01 Sep 2000 20:23:16 EDT
32161              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
32162      Branch: perl
32163            ! pod/perlfaq4.pod
32164 ____________________________________________________________________________
32165 [  7003] By: nick                                  on 2000/09/02  12:26:04
32166         Log: Undo part of change 6489 which looks like a bulk edit which
32167              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
32168              The supressing of main:: on return from select() is undesirable.
32169      Branch: perl
32170            ! pp_sys.c
32171 ____________________________________________________________________________
32172 [  7002] By: jhi                                   on 2000/09/01  23:08:54
32173         Log: Update Changes.
32174      Branch: perl
32175            ! Changes patchlevel.h
32176 ____________________________________________________________________________
32177 [  7001] By: jhi                                   on 2000/09/01  23:00:13
32178         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
32179              From: Peter Prymmer <pvhp@forte.com>
32180              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
32181              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
32182              
32183              plus rework the http: spots as suggested by Tom Christiansen,
32184              plus regen perltoc.
32185      Branch: perl
32186            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
32187            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
32188 ____________________________________________________________________________
32189 [  7000] By: jhi                                   on 2000/09/01  22:36:01
32190         Log: Only the first line, thank you very much.
32191      Branch: perl
32192            ! hints/solaris_2.sh
32193 ____________________________________________________________________________
32194 [  6999] By: gsar                                  on 2000/09/01  22:16:40
32195         Log: change#6791 accidentally clobbered change#6710, put it back
32196      Branch: perl
32197            ! win32/win32.c
32198 ____________________________________________________________________________
32199 [  6998] By: jhi                                   on 2000/09/01  22:14:16
32200         Log: Mention the HP-UX LP64 freak failure.
32201      Branch: perl
32202            ! pod/perldelta.pod
32203 ____________________________________________________________________________
32204 [  6997] By: jhi                                   on 2000/09/01  21:48:32
32205         Log: Detypo.
32206      Branch: perl
32207            ! hints/hpux.sh
32208 ____________________________________________________________________________
32209 [  6996] By: jhi                                   on 2000/09/01  21:27:10
32210         Log: Update Changes.
32211      Branch: perl
32212            ! Changes patchlevel.h
32213 ____________________________________________________________________________
32214 [  6995] By: jhi                                   on 2000/09/01  21:14:24
32215         Log: Mi splgn s gnin.g
32216      Branch: perl
32217            ! pp_ctl.c
32218 ____________________________________________________________________________
32219 [  6994] By: jhi                                   on 2000/09/01  21:09:54
32220         Log: Subject: http:// in L<>
32221              From: Nicholas Clark <nick@ccl4.org>
32222              Date: Fri, 1 Sep 2000 22:03:21 +0100
32223              Message-ID: <20000901220321.B72074@plum.flirble.org>
32224      Branch: perl
32225            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
32226 ____________________________________________________________________________
32227 [  6993] By: jhi                                   on 2000/09/01  21:06:54
32228         Log: Update to Storable 1.0, from Raphael Manfredi.
32229      Branch: perl
32230            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
32231            ! ext/Storable/Makefile.PL ext/Storable/README
32232            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
32233            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
32234            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
32235            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
32236            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
32237            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
32238 ____________________________________________________________________________
32239 [  6992] By: jhi                                   on 2000/09/01  20:43:05
32240         Log: Mention known sfio+linux buglet.
32241      Branch: perl
32242            ! pod/perldelta.pod
32243 ____________________________________________________________________________
32244 [  6991] By: jhi                                   on 2000/09/01  20:40:11
32245         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
32246              From: Peter Prymmer <pvhp@forte.com>
32247              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
32248              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
32249      Branch: perl
32250            ! vms/vms.c
32251 ____________________________________________________________________________
32252 [  6990] By: jhi                                   on 2000/09/01  20:25:26
32253         Log: Retract #6986.
32254      Branch: perl
32255            ! hints/solaris_2.sh
32256 ____________________________________________________________________________
32257 [  6989] By: jhi                                   on 2000/09/01  20:23:00
32258         Log: Mergesort is back.
32259      Branch: perl
32260            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
32261 ____________________________________________________________________________
32262 [  6988] By: jhi                                   on 2000/09/01  19:37:40
32263         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
32264              From: Mike Guy <mjtg@cam.ac.uk>
32265              Date: Fri, 01 Sep 2000 17:43:33 +0100
32266              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
32267      Branch: perl
32268            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
32269            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
32270 ____________________________________________________________________________
32271 [  6987] By: jhi                                   on 2000/09/01  19:17:10
32272         Log: Regen perltoc.
32273      Branch: perl
32274            ! pod/perltoc.pod
32275 ____________________________________________________________________________
32276 [  6986] By: jhi                                   on 2000/09/01  18:51:10
32277         Log: Subject: Re: Solaris x86 has no SPARC libraries!
32278              From: Lupe Christoph <lupe@lupe-christoph.de>
32279              Date: Fri, 1 Sep 2000 20:41:20 +0200
32280              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
32281      Branch: perl
32282            ! hints/solaris_2.sh
32283 ____________________________________________________________________________
32284 [  6985] By: jhi                                   on 2000/09/01  18:28:10
32285         Log: Update Changes.
32286      Branch: perl
32287            ! Changes patchlevel.h
32288 ____________________________________________________________________________
32289 [  6984] By: jhi                                   on 2000/09/01  18:26:53
32290         Log: Feature ordering tweak.
32291      Branch: perl
32292            ! myconfig.SH
32293 ____________________________________________________________________________
32294 [  6983] By: jhi                                   on 2000/09/01  18:19:50
32295         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
32296              From: <abigail@foad.org>
32297              Date: Fri, 1 Sep 2000 13:07:32 -0400
32298              Message-ID: <20000901170732.18249.qmail@foad.org>
32299      Branch: perl
32300            ! t/pragma/overload.t
32301 ____________________________________________________________________________
32302 [  6982] By: jhi                                   on 2000/09/01  18:17:54
32303         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
32304              so that case-ignoring systems like DCL can tell them from
32305              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
32306      Branch: metaconfig/U/perl
32307            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
32308      Branch: perl
32309            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32310            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
32311            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
32312            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
32313            ! vos/config.def vos/config.h vos/config_h.SH_orig
32314            ! win32/config.bc win32/config.gc win32/config.vc
32315 ____________________________________________________________________________
32316 [  6981] By: nick                                  on 2000/09/01  17:21:57
32317         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
32318              warning when UNTIE exists and instead pass the cound of extra references to
32319              the UNTIE method.
32320      Branch: perl
32321            ! pod/perltie.pod pp_sys.c
32322 ____________________________________________________________________________
32323 [  6980] By: jhi                                   on 2000/09/01  16:54:44
32324         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
32325              From: Peter Prymmer <pvhp@forte.com>
32326              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
32327              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
32328      Branch: perl
32329            ! configure.com
32330 ____________________________________________________________________________
32331 [  6979] By: jhi                                   on 2000/09/01  16:06:20
32332         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
32333              From: Mike Guy <mjtg@cam.ac.uk> 
32334              Date: Fri, 01 Sep 2000 16:49:27 +0100
32335              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
32336      Branch: perl
32337            ! t/base/rs.t
32338 ____________________________________________________________________________
32339 [  6978] By: jhi                                   on 2000/09/01  16:00:42
32340         Log: Update to PodParser 1.18, from Brad Appleton.
32341      Branch: perl
32342            ! lib/Pod/Checker.pm t/pod/find.t
32343 ____________________________________________________________________________
32344 [  6977] By: jhi                                   on 2000/09/01  14:48:58
32345         Log: Subject: Nit in Configure (bleadperl@6961)
32346              From: Lupe Christoph <lupe@lupe-christoph.de>
32347              Date: Fri, 1 Sep 2000 16:34:29 +0200
32348              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
32349      Branch: metaconfig
32350            ! U/compline/ccflags.U
32351      Branch: perl
32352            ! Configure config_h.SH
32353 ____________________________________________________________________________
32354 [  6976] By: jhi                                   on 2000/09/01  14:39:52
32355         Log: Update Changes.
32356      Branch: perl
32357            ! Changes patchlevel.h
32358 ____________________________________________________________________________
32359 [  6975] By: jhi                                   on 2000/09/01  14:37:36
32360         Log: microperl config update.
32361      Branch: perl
32362            ! uconfig.h uconfig.sh
32363 ____________________________________________________________________________
32364 [  6974] By: jhi                                   on 2000/09/01  14:36:53
32365         Log: Document known deficiencies.
32366      Branch: perl
32367            ! pod/perldelta.pod
32368 ____________________________________________________________________________
32369 [  6973] By: jhi                                   on 2000/09/01  14:10:20
32370         Log: Mention warnings fixes and updates.
32371      Branch: perl
32372            ! pod/perldelta.pod
32373 ____________________________________________________________________________
32374 [  6972] By: jhi                                   on 2000/09/01  14:01:52
32375         Log: Drop unused argument.
32376              
32377              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
32378              From: Spider Boardman <spider@web.zk3.dec.com>
32379              Date: Thu, 31 Aug 2000 16:10:15 -0400
32380              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
32381      Branch: perl
32382            ! toke.c
32383 ____________________________________________________________________________
32384 [  6971] By: jhi                                   on 2000/09/01  13:59:24
32385         Log: Add the overload warnings to perldiag.
32386      Branch: perl
32387            ! lib/overload.pm pod/perldiag.pod
32388 ____________________________________________________________________________
32389 [  6970] By: jhi                                   on 2000/09/01  13:55:10
32390         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
32391              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
32392              Date: Fri, 1 Sep 2000 13:43:15 +0100 
32393              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
32394      Branch: perl
32395            ! lib/overload.pm t/pragma/overload.t
32396 ____________________________________________________________________________
32397 [  6969] By: jhi                                   on 2000/09/01  13:52:27
32398         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
32399              From: <abigail@foad.org>
32400              Date: Fri, 1 Sep 2000 05:46:54 -0400
32401              Message-ID: <20000901094654.6476.qmail@foad.org>
32402      Branch: perl
32403            ! lib/overload.pm
32404 ____________________________________________________________________________
32405 [  6968] By: jhi                                   on 2000/09/01  13:50:05
32406         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
32407              From: Daniel Chetlin <daniel@chetlin.com>
32408              Date: Fri, 1 Sep 2000 02:10:55 -0700
32409              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
32410      Branch: perl
32411            ! pod/perlretut.pod
32412 ____________________________________________________________________________
32413 [  6967] By: jhi                                   on 2000/09/01  13:47:54
32414         Log: Part of the solution.
32415              
32416              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
32417              From: Mike Guy <mjtg@cam.ac.uk>
32418              Date: Fri, 01 Sep 2000 14:16:01 +0100
32419              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
32420      Branch: perl
32421            ! gv.c mg.c
32422 ____________________________________________________________________________
32423 [  6966] By: jhi                                   on 2000/09/01  13:46:17
32424         Log: Subject: CPAN.pm beta 1.57_57 for the core
32425              From: andreas.koenig@anima.de (Andreas J. Koenig)
32426              Date: 01 Sep 2000 15:16:31 +0200
32427              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
32428      Branch: perl
32429            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
32430 ____________________________________________________________________________
32431 [  6965] By: jhi                                   on 2000/09/01  13:43:18
32432         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
32433              From: "Craig A. Berry" <craig.berry@psinetcs.com>
32434              Date: Fri, 01 Sep 2000 01:47:22 -0500
32435              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
32436      Branch: perl
32437            ! pod/perldelta.pod vms/vms.c
32438 ____________________________________________________________________________
32439 [  6964] By: jhi                                   on 2000/09/01  13:35:35
32440         Log: File::Temp patches from Andreas König,
32441              
32442              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
32443              From: andreas.koenig@anima.de (Andreas J. Koenig)
32444              Date: 01 Sep 2000 10:07:20 +0200
32445              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
32446              
32447              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
32448              From: andreas.koenig@anima.de (Andreas J. Koenig)
32449              Date: 31 Aug 2000 23:26:08 +0200
32450              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
32451      Branch: perl
32452            ! lib/File/Temp.pm t/lib/ftmp-security.t
32453 ____________________________________________________________________________
32454 [  6963] By: jhi                                   on 2000/09/01  02:22:24
32455         Log: Retract the mergesort code, way too incompatible licensing
32456              and copyrights.
32457      Branch: perl
32458            ! pod/perldelta.pod pp_ctl.c
32459 ____________________________________________________________________________
32460 [  6962] By: jhi                                   on 2000/08/31  23:27:32
32461         Log: Update Changes.
32462      Branch: perl
32463            ! Changes patchlevel.h
32464 ____________________________________________________________________________
32465 [  6961] By: jhi                                   on 2000/08/31  23:20:04
32466         Log: Small tweaks all over.
32467      Branch: metaconfig
32468            ! U/compline/d_gconvert.U
32469      Branch: perl
32470            ! AUTHORS Configure config_h.SH pp_ctl.c
32471 ____________________________________________________________________________
32472 [  6960] By: jhi                                   on 2000/08/31  22:39:36
32473         Log: Further rewording.
32474      Branch: perl
32475            ! pp_ctl.c
32476 ____________________________________________________________________________
32477 [  6959] By: jhi                                   on 2000/08/31  21:26:44
32478         Log: More address tweaking.
32479      Branch: perl
32480            ! AUTHORS Changes
32481 ____________________________________________________________________________
32482 [  6958] By: jhi                                   on 2000/08/31  20:47:25
32483         Log: AUTHORS tweaks, from Peter Prymmer.
32484              
32485              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
32486              From: Peter Prymmer <pvhp@forte.com>
32487              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
32488              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
32489      Branch: perl
32490            ! AUTHORS MAINTAIN
32491 ____________________________________________________________________________
32492 [  6957] By: jhi                                   on 2000/08/31  20:34:43
32493         Log: perldelta tweaks.
32494      Branch: perl
32495            ! pod/perldelta.pod
32496 ____________________________________________________________________________
32497 [  6956] By: jhi                                   on 2000/08/31  19:11:06
32498         Log: Regen perltoc.
32499      Branch: perl
32500            ! pod/perltoc.pod
32501 ____________________________________________________________________________
32502 [  6955] By: jhi                                   on 2000/08/31  19:06:30
32503         Log: Clarify the mergesort situation.
32504      Branch: perl
32505            ! pp_ctl.c
32506 ____________________________________________________________________________
32507 [  6954] By: jhi                                   on 2000/08/31  18:24:17
32508         Log: Move the Solaris 7 scan to use64bitall, make the
32509              failure to find 64-bot sparc libc to mention the
32510              possibility of being in an intel, from Lupe and Alan.
32511      Branch: perl
32512            ! hints/solaris_2.sh
32513 ____________________________________________________________________________
32514 [  6953] By: jhi                                   on 2000/08/31  18:09:20
32515         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
32516              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
32517      Branch: metaconfig
32518            ! U/compline/d_gconvert.U U/threads/archname.U
32519      Branch: metaconfig/U/perl
32520            ! perlxv.U
32521      Branch: perl
32522            ! Configure config_h.SH sv.c
32523 ____________________________________________________________________________
32524 [  6952] By: jhi                                   on 2000/08/31  17:42:24
32525         Log: :: not allowed in pathnames, change to .
32526              
32527              Subject: [PATCH perl@6938] cygwin port
32528              From: "Fifer, Eric" <EFifer@sanwaint.com>
32529              Date: Thu, 31 Aug 2000 16:32:59 +0100
32530              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
32531      Branch: metaconfig/U/perl
32532            ! perlxv.U
32533 ____________________________________________________________________________
32534 [  6951] By: jhi                                   on 2000/08/31  17:02:05
32535         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
32536      Branch: perl
32537            ! perl.h
32538 ____________________________________________________________________________
32539 [  6950] By: jhi                                   on 2000/08/31  16:26:08
32540         Log: More author updates.
32541              
32542              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
32543              From: Simon Cozens <simon@cozens.net>
32544              Date: Thu, 31 Aug 2000 17:13:32 +0100
32545              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
32546      Branch: perl
32547            ! AUTHORS
32548 ____________________________________________________________________________
32549 [  6949] By: jhi                                   on 2000/08/31  16:04:49
32550         Log: POSIX doesn't report long double values under -Duselongdouble
32551              when the long doubles are "real" (bigger than doubles).
32552              
32553              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
32554              From: Spider Boardman <spider@peano.zk3.dec.com>
32555              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
32556              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
32557      Branch: perl
32558            ! ext/POSIX/POSIX.xs
32559 ____________________________________________________________________________
32560 [  6948] By: jhi                                   on 2000/08/31  15:25:10
32561         Log: Update Changes.
32562      Branch: perl
32563            ! Changes patchlevel.h
32564 ____________________________________________________________________________
32565 [  6947] By: jhi                                   on 2000/08/31  15:22:29
32566         Log: Document UNTIE in a very minimalistic way.
32567      Branch: perl
32568            ! pod/perlfunc.pod pod/perltie.pod
32569 ____________________________________________________________________________
32570 [  6946] By: jhi                                   on 2000/08/31  15:15:23
32571         Log: Document known failures.
32572      Branch: perl
32573            ! pod/perldelta.pod
32574 ____________________________________________________________________________
32575 [  6945] By: jhi                                   on 2000/08/31  15:07:00
32576         Log: Don't attach -ld to the archname if pointless.
32577      Branch: metaconfig
32578            ! U/threads/archname.U
32579      Branch: perl
32580            ! Configure config_h.SH
32581 ____________________________________________________________________________
32582 [  6944] By: jhi                                   on 2000/08/31  14:37:42
32583         Log: Wrap the test in eval.
32584              
32585              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
32586              From: Tim Jenness <timj@jach.hawaii.edu>
32587              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
32588              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
32589      Branch: perl
32590            ! t/lib/ftmp-security.t
32591 ____________________________________________________________________________
32592 [  6943] By: jhi                                   on 2000/08/31  14:30:57
32593         Log: Make -Dusemorebits find long doubles in Solaris.
32594      Branch: perl
32595            ! hints/solaris_2.sh
32596 ____________________________________________________________________________
32597 [  6942] By: jhi                                   on 2000/08/31  13:48:45
32598         Log: Clarify the third case of ftmp-security warnings.
32599      Branch: perl
32600            ! INSTALL
32601 ____________________________________________________________________________
32602 [  6941] By: jhi                                   on 2000/08/31  13:40:31
32603         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
32604              From: <abigail@foad.org>
32605              Date: Thu, 31 Aug 2000 01:35:05 -0400
32606              Message-ID: <20000831053505.32120.qmail@foad.org>
32607      Branch: perl
32608            ! pod/perldelta.pod
32609 ____________________________________________________________________________
32610 [  6940] By: jhi                                   on 2000/08/31  13:38:48
32611         Log: Issue useful diagnostic on unknown pod commands.
32612              
32613              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
32614              From: <abigail@foad.org>
32615              Date: Thu, 31 Aug 2000 03:41:18 -0400
32616              Message-ID: <20000831074118.24880.qmail@foad.org>
32617      Branch: perl
32618            ! lib/Pod/Man.pm
32619 ____________________________________________________________________________
32620 [  6939] By: jhi                                   on 2000/08/31  13:34:33
32621         Log: Reveal Borland's isnan.
32622              
32623              Subject: build with BC++ tweak
32624              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
32625              Date: Thu, 31 Aug 2000 13:09:37 +0400
32626              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
32627      Branch: perl
32628            ! win32/win32.h
32629 ____________________________________________________________________________
32630 [  6938] By: jhi                                   on 2000/08/31  05:01:20
32631         Log: Update Changes.
32632      Branch: perl
32633            ! Changes patchlevel.h
32634 ____________________________________________________________________________
32635 [  6937] By: jhi                                   on 2000/08/31  04:26:23
32636         Log: sscanf() may be the only way to read long doubles from strings.
32637      Branch: metaconfig/U/perl
32638            ! longdblfio.U
32639      Branch: perl
32640            ! Configure config_h.SH perl.h util.c
32641 ____________________________________________________________________________
32642 [  6936] By: jhi                                   on 2000/08/31  04:18:19
32643         Log: The #6929 was too skimpy.
32644      Branch: perl
32645            ! sv.c
32646 ____________________________________________________________________________
32647 [  6935] By: jhi                                   on 2000/08/31  02:47:07
32648         Log: Subject: Re: typos in pods
32649              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
32650              Date: Wed, 30 Aug 2000 19:25:34 -0700
32651              Message-ID: <eIcr5gzkg25X092yn@efn.org>
32652      Branch: perl
32653            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
32654 ____________________________________________________________________________
32655 [  6934] By: jhi                                   on 2000/08/31  02:42:55
32656         Log: Missed one Unicode file.
32657      Branch: perl
32658            + lib/unicode/UCDFF301.html
32659 ____________________________________________________________________________
32660 [  6933] By: jhi                                   on 2000/08/30  23:42:27
32661         Log: Update Changes.
32662      Branch: perl
32663            ! Changes patchlevel.h
32664 ____________________________________________________________________________
32665 [  6932] By: jhi                                   on 2000/08/30  23:40:07
32666         Log: Mention UNTIE in perldelta.  Still needs documenting
32667              in perltie et alia.
32668      Branch: perl
32669            ! pod/perldelta.pod
32670 ____________________________________________________________________________
32671 [  6931] By: jhi                                   on 2000/08/30  23:36:02
32672         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
32673              From: <abigail@foad.org>
32674              Date: Wed, 30 Aug 2000 19:28:07 -0400
32675              Message-ID: <20000830232807.305.qmail@foad.org>
32676      Branch: perl
32677            ! pod/perldelta.pod
32678 ____________________________________________________________________________
32679 [  6930] By: jhi                                   on 2000/08/30  23:32:40
32680         Log: Update to Unicode 3.0.1.
32681      Branch: perl
32682            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
32683            + lib/unicode/PropList.txt lib/unicode/README.perl
32684            + lib/unicode/UCD301.html lib/unicode/Unicode.301
32685            - lib/unicode/Props.txt lib/unicode/UCD300.html
32686            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
32687            ! (edit 257 files)
32688 ____________________________________________________________________________
32689 [  6929] By: jhi                                   on 2000/08/30  22:38:18
32690         Log: Heap decorruption.
32691              
32692              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
32693              From: Alan Burlison <Alan.Burlison@uk.sun.com>
32694              Date: Wed, 30 Aug 2000 22:39:52 +0100
32695              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
32696      Branch: perl
32697            ! sv.c
32698 ____________________________________________________________________________
32699 [  6928] By: jhi                                   on 2000/08/30  22:29:34
32700         Log: Retract the dummy test, skip the security tests (instead of failing),
32701              explain what the warnings mean.
32702      Branch: perl
32703            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
32704 ____________________________________________________________________________
32705 [  6927] By: jhi                                   on 2000/08/30  22:14:13
32706         Log: Change the internal implementation of sort() to be mergesort
32707              instead of quicksort, from John Linderman <jpl@research.att.com>.
32708              Gives us better worst case, better average case, and stability.
32709              What's there not to like?  (Small fixes for threaded builds
32710              were required).
32711      Branch: perl
32712            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
32713 ____________________________________________________________________________
32714 [  6926] By: jhi                                   on 2000/08/30  20:55:20
32715         Log: A better fix for the Socket building problem from Craig Berry.
32716      Branch: perl
32717            ! vms/vms.c
32718 ____________________________________________________________________________
32719 [  6925] By: jhi                                   on 2000/08/30  20:20:25
32720         Log: Subject: [PATCH] Re: UNTIE method 
32721              From: Nick Ing-Simmons <nik@tiuk.ti.com>
32722              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
32723              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
32724      Branch: perl
32725            ! pp_sys.c t/op/tie.t
32726 ____________________________________________________________________________
32727 [  6924] By: jhi                                   on 2000/08/30  20:17:11
32728         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
32729              From: "Craig A. Berry" <craig.berry@psinetcs.com>
32730              Date: Wed, 30 Aug 2000 15:03:14 -0500
32731              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
32732      Branch: perl
32733            ! vms/vms.c
32734 ____________________________________________________________________________
32735 [  6923] By: jhi                                   on 2000/08/30  20:15:18
32736         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
32737              From: "Craig A. Berry" <craig.berry@psinetcs.com>
32738              Date: Wed, 30 Aug 2000 13:30:36 -0500
32739              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
32740      Branch: perl
32741            ! vms/vms.c
32742 ____________________________________________________________________________
32743 [  6922] By: jhi                                   on 2000/08/30  19:54:43
32744         Log: Better options for rsync.
32745      Branch: perl
32746            ! pod/perlhack.pod
32747 ____________________________________________________________________________
32748 [  6921] By: jhi                                   on 2000/08/30  19:40:16
32749         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
32750              From: Rick Delaney <rick@consumercontact.com>
32751              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
32752              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
32753      Branch: perl
32754            ! pod/perlfunc.pod
32755 ____________________________________________________________________________
32756 [  6920] By: jhi                                   on 2000/08/30  19:36:40
32757         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
32758              From: Peter Prymmer <pvhp@forte.com>
32759              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
32760              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
32761      Branch: perl
32762            ! configure.com
32763 ____________________________________________________________________________
32764 [  6919] By: jhi                                   on 2000/08/30  14:52:02
32765         Log: Update Changes.
32766      Branch: perl
32767            ! Changes patchlevel.h
32768 ____________________________________________________________________________
32769 [  6918] By: jhi                                   on 2000/08/30  14:48:34
32770         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
32771      Branch: perl
32772            ! lib/ExtUtils/typemap
32773 ____________________________________________________________________________
32774 [  6917] By: jhi                                   on 2000/08/30  14:46:34
32775         Log: Subject: typos in pods
32776              From: Nicholas Clark <nick@ccl4.org>
32777              Date: Wed, 30 Aug 2000 01:12:50 +0100
32778              Message-ID: <20000830011249.A61388@plum.flirble.org>
32779      Branch: perl
32780            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
32781            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
32782            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
32783            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
32784 ____________________________________________________________________________
32785 [  6916] By: jhi                                   on 2000/08/30  14:19:09
32786         Log: Document Storable problems on Crays.  (Will have
32787              to document all the other Storable problems, too.)
32788      Branch: perl
32789            ! pod/perldelta.pod
32790 ____________________________________________________________________________
32791 [  6915] By: jhi                                   on 2000/08/30  14:06:02
32792         Log: Subject: [PATCH] fix misc cast warnings
32793              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
32794              Date: Tue, 29 Aug 2000 23:16:14 -0700
32795              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
32796      Branch: perl
32797            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
32798            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
32799            ! os2/os2ish.h
32800 ____________________________________________________________________________
32801 [  6914] By: jhi                                   on 2000/08/30  14:03:45
32802         Log: Timestamp mismatch again.  Need to fix this dependence on
32803              config_h.SH timestamp, since it's the contents of config_h.SH
32804              that matter.
32805      Branch: perl
32806            ! uconfig.h uconfig.sh
32807 ____________________________________________________________________________
32808 [  6913] By: jhi                                   on 2000/08/30  13:54:06
32809         Log: Don't say "Perl 5.0 source kit".
32810      Branch: perl
32811            ! perl.c
32812 ____________________________________________________________________________
32813 [  6912] By: jhi                                   on 2000/08/30  13:51:24
32814         Log: Reset archname and archname64 always, forcing them be
32815              recomputed at each Configure run, make Configure and
32816              the hints files agree on the naming of largefiles variables.
32817      Branch: metaconfig
32818            ! U/threads/archname.U
32819      Branch: metaconfig/U/perl
32820            ! use64bits.U
32821      Branch: perl
32822            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
32823            ! hints/linux.sh hints/solaris_2.sh
32824 ____________________________________________________________________________
32825 [  6911] By: jhi                                   on 2000/08/30  13:30:13
32826         Log: Put back the slice accidentally removed by #6907.
32827      Branch: perl
32828            ! hints/solaris_2.sh
32829 ____________________________________________________________________________
32830 [  6910] By: jhi                                   on 2000/08/30  01:24:26
32831         Log: Be consistent: other Net::get* do export theirs.
32832              
32833              Subject: Re: Net::protoent does not export 'getproto'
32834              From: Yasushi Nakajima <sey@jkc.co.jp>
32835              Date: Wed, 30 Aug 2000 09:53:14 +0900
32836              Message-Id: <200008300051.DAA24700@taku.hut.fi>
32837      Branch: perl
32838            ! lib/Net/protoent.pm
32839 ____________________________________________________________________________
32840 [  6909] By: jhi                                   on 2000/08/30  01:17:25
32841         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
32842              From: Gurusamy Sarathy <gsar@ActiveState.com>
32843              Date: Tue, 29 Aug 2000 17:17:07 -0700
32844              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
32845      Branch: perl
32846            ! cop.h
32847 ____________________________________________________________________________
32848 [  6908] By: jhi                                   on 2000/08/30  00:58:05
32849         Log: Update Changes.
32850      Branch: perl
32851            ! Changes patchlevel.h
32852 ____________________________________________________________________________
32853 [  6907] By: jhi                                   on 2000/08/30  00:57:22
32854         Log: Introduce ccname to keep track of what compiler kind of we have.
32855      Branch: metaconfig/U/perl
32856            ! Checkcc.U gccvers.U
32857      Branch: perl
32858            ! Configure config_h.SH hints/solaris_2.sh
32859 ____________________________________________________________________________
32860 [  6906] By: jhi                                   on 2000/08/30  00:25:47
32861         Log: Put back the flags dump as reasoned in
32862              
32863              Subject: Re: [PATCH] Glob dumping
32864              From: Mike Guy <mjtg@cam.ac.uk> 
32865              Date: Tue, 29 Aug 2000 21:41:32 +0100
32866              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
32867      Branch: perl
32868            ! dump.c t/lib/peek.t
32869 ____________________________________________________________________________
32870 [  6905] By: jhi                                   on 2000/08/30  00:16:17
32871         Log: Make the epsilon to be relative, not absolute.
32872              
32873              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
32874              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
32875              Date: Tue, 29 Aug 2000 19:58:56 -0400
32876              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
32877      Branch: perl
32878            ! t/lib/trig.t
32879 ____________________________________________________________________________
32880 [  6904] By: jhi                                   on 2000/08/30  00:13:09
32881         Log: From now on, Gisle is on my list of usual suspects :-)
32882              Retract #6902.
32883      Branch: perl
32884            ! ext/Opcode/Safe.pm
32885 ____________________________________________________________________________
32886 [  6903] By: jhi                                   on 2000/08/29  23:51:20
32887         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
32888              From: "Craig A. Berry" <craig.berry@psinetcs.com>
32889              Date: Tue, 29 Aug 2000 18:43:26 -0500
32890              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
32891      Branch: perl
32892            + vms/vmspipe.com
32893            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
32894            ! vms/vms.c
32895 ____________________________________________________________________________
32896 [  6902] By: jhi                                   on 2000/08/29  23:44:14
32897         Log: Retry what #6882 attempted.
32898              
32899              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
32900              From: Gisle Aas <gisle@ActiveState.com>
32901              Date: 30 Aug 2000 00:33:09 +0200
32902              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
32903      Branch: perl
32904            ! ext/Opcode/Safe.pm
32905 ____________________________________________________________________________
32906 [  6901] By: jhi                                   on 2000/08/29  22:59:32
32907         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
32908              From: Hugo <hv@crypt.compulink.co.uk>
32909              Date: Mon, 12 Jun 2000 19:36:08 +0100
32910              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
32911      Branch: perl
32912            ! sv.c
32913 ____________________________________________________________________________
32914 [  6900] By: jhi                                   on 2000/08/29  22:58:35
32915         Log: Admit that we are leaking scalars.
32916              
32917              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
32918              From: Spider Boardman <spider@leggy.zk3.dec.com>
32919              Date: Tue, 29 Aug 2000 18:48:29 -0400
32920              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
32921      Branch: perl
32922            ! t/pragma/warnings.t
32923 ____________________________________________________________________________
32924 [  6899] By: jhi                                   on 2000/08/29  20:53:13
32925         Log: Update Changes.
32926      Branch: perl
32927            ! Changes patchlevel.h
32928 ____________________________________________________________________________
32929 [  6898] By: jhi                                   on 2000/08/29  20:46:21
32930         Log: Undo namespace pollution of #6878.
32931              
32932              Subject: Re: Net::protoent does not export 'getproto'
32933              From: Mike Guy <mjtg@cam.ac.uk>
32934              Date: Tue, 29 Aug 2000 21:32:37 +0100
32935              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
32936      Branch: perl
32937            ! lib/Net/protoent.pm
32938 ____________________________________________________________________________
32939 [  6897] By: jhi                                   on 2000/08/29  20:44:29
32940         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
32941              From: Peter Prymmer <pvhp@forte.com>
32942              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
32943              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
32944      Branch: perl
32945            ! pod/perlebcdic.pod
32946 ____________________________________________________________________________
32947 [  6896] By: jhi                                   on 2000/08/29  20:40:57
32948         Log: There's no point repeating the 'revision' (5) of perl5.
32949      Branch: metaconfig/U/perl
32950            ! Devel.U patchlevel.U
32951      Branch: perl
32952            ! Configure config_h.SH
32953 ____________________________________________________________________________
32954 [  6895] By: jhi                                   on 2000/08/29  20:16:58
32955         Log: Regen Configure for #6894.
32956      Branch: metaconfig/U/perl
32957            ! perladmin.U
32958      Branch: perl
32959            ! Configure config_h.SH
32960 ____________________________________________________________________________
32961 [  6894] By: jhi                                   on 2000/08/29  19:59:52
32962         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
32963              From: "Philip Newton" <Philip.Newton@gmx.net>
32964              Date: Tue, 29 Aug 2000 21:39:14 +0200
32965              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
32966      Branch: perl
32967            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
32968            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
32969            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
32970            ! utils/perlbug.PL
32971 ____________________________________________________________________________
32972 [  6893] By: jhi                                   on 2000/08/29  19:55:30
32973         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
32974              From: "Philip Newton" <Philip.Newton@gmx.net>
32975              Date: Tue, 29 Aug 2000 21:39:14 +0200
32976              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
32977      Branch: perl
32978            ! installhtml
32979 ____________________________________________________________________________
32980 [  6892] By: jhi                                   on 2000/08/29  19:53:59
32981         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
32982              From: "Philip Newton" <Philip.Newton@gmx.net>
32983              Date: Tue, 29 Aug 2000 21:48:18 +0200
32984              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
32985      Branch: perl
32986            ! lib/File/Temp.pm
32987 ____________________________________________________________________________
32988 [  6891] By: jhi                                   on 2000/08/29  18:30:03
32989         Log: Nail the ID 20000828.023.
32990      Branch: perl
32991            ! ext/Storable/Storable.xs
32992 ____________________________________________________________________________
32993 [  6890] By: jhi                                   on 2000/08/29  16:50:17
32994         Log: Under usethreads the dumped variable is IN_PAD.
32995              
32996              Subject: Re: [PATCH] Glob dumping
32997              From: Gisle Aas <gisle@ActiveState.com>
32998              Date: 29 Aug 2000 18:45:05 +0200
32999              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
33000      Branch: perl
33001            ! t/lib/peek.t
33002 ____________________________________________________________________________
33003 [  6889] By: jhi                                   on 2000/08/29  15:17:37
33004         Log: Update Changes.
33005      Branch: perl
33006            ! Changes patchlevel.h
33007 ____________________________________________________________________________
33008 [  6888] By: jhi                                   on 2000/08/29  14:49:59
33009         Log: Retract #6882, broke the safe tests.
33010      Branch: perl
33011            ! ext/Opcode/Safe.pm
33012 ____________________________________________________________________________
33013 [  6887] By: jhi                                   on 2000/08/29  14:47:06
33014         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
33015              From: Gisle Aas <gisle@ActiveState.com> 
33016              Date: 09 Jun 2000 20:00:11 +0200
33017              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
33018      Branch: perl
33019            ! utils/perldoc.PL
33020 ____________________________________________________________________________
33021 [  6886] By: jhi                                   on 2000/08/29  14:42:45
33022         Log: The #6881 removed one dump line.
33023      Branch: perl
33024            ! t/lib/peek.t
33025 ____________________________________________________________________________
33026 [  6885] By: jhi                                   on 2000/08/29  14:30:47
33027         Log: Don't forget to tidy up.
33028      Branch: perl
33029            ! t/lib/ftmp-security.t
33030 ____________________________________________________________________________
33031 [  6884] By: jhi                                   on 2000/08/29  14:25:17
33032         Log: Disabling the one test is a bit tricky.
33033      Branch: perl
33034            ! t/lib/ftmp-security.t
33035 ____________________________________________________________________________
33036 [  6883] By: jhi                                   on 2000/08/29  14:16:25
33037         Log: Disable one of the tests for now.
33038      Branch: perl
33039            ! t/lib/ftmp-security.t
33040 ____________________________________________________________________________
33041 [  6882] By: jhi                                   on 2000/08/29  14:05:50
33042         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
33043              From: gisle@aas.no
33044              Date: 29 Aug 2000 10:35:06 -0000
33045              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
33046      Branch: perl
33047            ! ext/Opcode/Safe.pm
33048 ____________________________________________________________________________
33049 [  6881] By: jhi                                   on 2000/08/29  14:03:51
33050         Log: Subject: [PATCH] Glob dumping
33051              From: Gisle Aas <gisle@ActiveState.com>
33052              Date: 29 Aug 2000 07:59:42 -0000
33053              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
33054      Branch: perl
33055            ! dump.c
33056 ____________________________________________________________________________
33057 [  6880] By: jhi                                   on 2000/08/29  14:02:01
33058         Log: Subject: [PATCH] Warnings in B::Deparse
33059              From: <abigail@foad.org>
33060              Date: Tue, 29 Aug 2000 00:00:01 -0400
33061              Message-ID: <20000829040001.2999.qmail@foad.org>
33062      Branch: perl
33063            ! ext/B/B/Deparse.pm
33064 ____________________________________________________________________________
33065 [  6879] By: jhi                                   on 2000/08/29  13:57:26
33066         Log: Missed a change in #6869.
33067      Branch: perl
33068            ! mg.c
33069 ____________________________________________________________________________
33070 [  6878] By: jhi                                   on 2000/08/29  13:45:04
33071         Log: Subject: Net::protoent does not export 'getproto'
33072              From: Yasushi Nakajima <sey@jkc.co.jp>
33073              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
33074      Branch: perl
33075            ! lib/Net/protoent.pm
33076 ____________________________________________________________________________
33077 [  6877] By: jhi                                   on 2000/08/29  13:39:19
33078         Log: Patches all over for people and the files they (hopefully) care about.
33079      Branch: perl
33080            ! AUTHORS Changes MAINTAIN
33081 ____________________________________________________________________________
33082 [  6876] By: jhi                                   on 2000/08/29  12:53:54
33083         Log: Fix for thinko in #6848.
33084              
33085              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
33086              From: Lupe Christoph <lupe@lupe-christoph.de>
33087              Date: Tue, 29 Aug 2000 09:04:08 +0200
33088              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
33089      Branch: perl
33090            ! ext/Thread/Thread.xs
33091 ____________________________________________________________________________
33092 [  6875] By: jhi                                   on 2000/08/29  12:50:14
33093         Log: Update to Getopt::Long 2.24, from Johan Vromans.
33094      Branch: perl
33095            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
33096 ____________________________________________________________________________
33097 [  6874] By: jhi                                   on 2000/08/29  02:09:53
33098         Log: Use minimal @INC in tests, most of the time just '../lib',
33099              so that we simply can't pick up stuff from other Perls than
33100              the one we are testing.  Pointed out by
33101              
33102              From: Mike Guy <mjtg@cam.ac.uk>
33103              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
33104              Date: Fri, 25 Aug 2000 15:15:59 +0100
33105              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
33106      Branch: perl
33107            ! (edit 185 files)
33108 ____________________________________________________________________________
33109 [  6873] By: jhi                                   on 2000/08/29  01:07:11
33110         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
33111              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
33112              Date: Mon, 28 Aug 2000 17:45:52 -0700
33113              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
33114      Branch: perl
33115            ! Makefile.SH hints/os2.sh
33116 ____________________________________________________________________________
33117 [  6872] By: jhi                                   on 2000/08/28  23:33:39
33118         Log: Subject: [PATCH bleedperl@6866] spellings
33119              From: marcel@codewerk.com (Marcel Grunauer)
33120              Date: Tue, 29 Aug 2000 01:19:59 +0200
33121              Message-Id: <200008282319.BAA29862@gandalf.local>
33122      Branch: perl
33123            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
33124            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
33125            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
33126 ____________________________________________________________________________
33127 [  6871] By: jhi                                   on 2000/08/28  23:22:09
33128         Log: Take out the SUIDMAIL thing, that will not be
33129              a problem in 5.7.*.
33130      Branch: perl
33131            ! patchlevel.h
33132 ____________________________________________________________________________
33133 [  6870] By: jhi                                   on 2000/08/28  23:19:30
33134         Log: -S is the silent flag, -s is the strip flag.
33135              
33136              Subject: [PATCH] Re: [PATCH] make no-install          
33137              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
33138              Date: Mon, 28 Aug 2000 15:12:55 -0700
33139              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
33140      Branch: perl
33141            ! Makefile.SH
33142 ____________________________________________________________________________
33143 [  6869] By: jhi                                   on 2000/08/28  23:12:05
33144         Log: Subject: [PATCH bleedperl@6856] warnings fixes
33145              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
33146              Date: Mon, 28 Aug 2000 23:55:06 +0100
33147              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
33148      Branch: perl
33149            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
33150            ! warnings.h warnings.pl
33151 ____________________________________________________________________________
33152 [  6868] By: jhi                                   on 2000/08/28  21:38:22
33153         Log: Potential cruft.
33154      Branch: perl
33155            ! Makefile.SH
33156 ____________________________________________________________________________
33157 [  6867] By: jhi                                   on 2000/08/28  21:35:36
33158         Log: Update Changes.
33159      Branch: perl
33160            ! Changes patchlevel.h
33161 ____________________________________________________________________________
33162 [  6866] By: jhi                                   on 2000/08/28  21:33:49
33163         Log: Subject: hv.h Doc Patch
33164              From: Fisher Mark <fisherm@tce.com>
33165              Date: Mon, 28 Aug 2000 16:24:59 -0500
33166              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
33167      Branch: perl
33168            ! hv.h
33169 ____________________________________________________________________________
33170 [  6865] By: jhi                                   on 2000/08/28  21:02:15
33171         Log: Add -ld to archname on long tr...double platforms.
33172      Branch: metaconfig
33173            ! U/threads/archname.U
33174      Branch: perl
33175            ! Configure config_h.SH
33176 ____________________________________________________________________________
33177 [  6864] By: jhi                                   on 2000/08/28  20:38:59
33178         Log: An attempt to fix the problem reported in
33179              
33180              Subject: Building perl@6856 using gcc/AIX 4.3.3 
33181              From: Daniel Muino <dmuino@afip.gov.ar> 
33182              Date: Mon, 28 Aug 2000 15:50:01 -0300   
33183              Message-ID: <20000828155001.A14403@con2-dgi>
33184              
33185              I can't test this properly since the gcc installation I have
33186              access to seems to be botched (gcc is calling the AIX cpp,
33187              a losing proposition...)
33188      Branch: perl
33189            ! hints/aix.sh
33190 ____________________________________________________________________________
33191 [  6863] By: jhi                                   on 2000/08/28  18:57:52
33192         Log: Fix for ID 20000828.001, long doubles were not formatted
33193              correctly (showed up in $], which stopped installing perl).
33194      Branch: perl
33195            ! sv.c
33196 ____________________________________________________________________________
33197 [  6862] By: jhi                                   on 2000/08/28  18:07:15
33198         Log: Typo in #6858.
33199      Branch: perl
33200            ! lib/Cwd.pm
33201 ____________________________________________________________________________
33202 [  6861] By: jhi                                   on 2000/08/28  17:57:27
33203         Log: opmini.o may be left around if a build is interrupted.
33204      Branch: perl
33205            ! Makefile.SH
33206 ____________________________________________________________________________
33207 [  6860] By: jhi                                   on 2000/08/28  16:52:50
33208         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
33209              From: Daniel Chetlin <daniel@chetlin.com>
33210              Date: Mon, 28 Aug 2000 01:14:18 -0700
33211              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
33212      Branch: perl
33213            ! lib/overload.pm
33214 ____________________________________________________________________________
33215 [  6859] By: jhi                                   on 2000/08/28  16:08:46
33216         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
33217              From: Nicholas Clark <nick@ccl4.org>
33218              Date: Mon, 28 Aug 2000 16:03:27 +0100
33219              Message-Id: <20000828160327.C49785@plum.flirble.org>
33220      Branch: perl
33221            ! ext/ByteLoader/bytecode.h
33222 ____________________________________________________________________________
33223 [  6858] By: jhi                                   on 2000/08/28  16:02:10
33224         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
33225              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
33226              Date: Mon, 28 Aug 2000 13:08:30 +0200
33227              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
33228      Branch: perl
33229            ! lib/Cwd.pm
33230 ____________________________________________________________________________
33231 [  6857] By: jhi                                   on 2000/08/28  15:42:47
33232         Log: display_format used as a class method without arguments was broken,
33233              reported in
33234              
33235              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
33236              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
33237              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
33238              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
33239      Branch: perl
33240            ! lib/Math/Complex.pm t/lib/complex.t
33241 ____________________________________________________________________________
33242 [  6856] By: jhi                                   on 2000/08/27  22:09:48
33243         Log: Update Changes.
33244      Branch: perl
33245            ! Changes patchlevel.h
33246 ____________________________________________________________________________
33247 [  6855] By: jhi                                   on 2000/08/27  21:59:21
33248         Log: Retract #6853 (false alarm).
33249      Branch: perl
33250            ! lib/ExtUtils/xsubpp
33251 ____________________________________________________________________________
33252 [  6854] By: jhi                                   on 2000/08/27  21:37:44
33253         Log: Update Changes.
33254      Branch: perl
33255            ! Changes patchlevel.h
33256 ____________________________________________________________________________
33257 [  6853] By: jhi                                   on 2000/08/27  21:37:16
33258         Log: Subject: [PATCH perl@6850] workaround for xsubpp
33259              From: Hugo <hv@crypt.compulink.co.uk>
33260              Date: Sun, 27 Aug 2000 22:30:25 +0100
33261              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
33262      Branch: perl
33263            ! lib/ExtUtils/xsubpp
33264 ____________________________________________________________________________
33265 [  6852] By: jhi                                   on 2000/08/27  21:33:58
33266         Log: Big-endian 64-bit patch from Raphael Manfredi.
33267      Branch: perl
33268            ! ext/Storable/Storable.xs
33269 ____________________________________________________________________________
33270 [  6851] By: jhi                                   on 2000/08/27  21:22:21
33271         Log: More ruthless editing from Hugo van der Sanden.
33272      Branch: perl
33273            ! pod/perldelta.pod
33274 ____________________________________________________________________________
33275 [  6850] By: jhi                                   on 2000/08/27  16:11:46
33276         Log: Update Changes.
33277      Branch: perl
33278            ! Changes patchlevel.h
33279 ____________________________________________________________________________
33280 [  6849] By: jhi                                   on 2000/08/27  16:11:05
33281         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
33282      Branch: perl
33283            ! configpm pod/perldelta.pod
33284 ____________________________________________________________________________
33285 [  6848] By: jhi                                   on 2000/08/27  15:35:08
33286         Log: Use the actual thread type, not the pointer-to-struct.
33287      Branch: perl
33288            ! ext/Thread/Thread.xs
33289 ____________________________________________________________________________
33290 [  6847] By: jhi                                   on 2000/08/27  15:30:49
33291         Log: Test nit.
33292      Branch: perl
33293            ! t/pragma/warn/pp_sys
33294 ____________________________________________________________________________
33295 [  6846] By: jhi                                   on 2000/08/27  15:19:02
33296         Log: Passing -R in ldflags makes now it to appear in the default
33297              for lddlflags, just like with -L.
33298              
33299              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
33300              From: Lupe Christoph <lupe@lupe-christoph.de>
33301              Date: Sun, 27 Aug 2000 10:28:21 +0200
33302              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
33303      Branch: metaconfig/U/perl
33304            ! dlsrc.U
33305      Branch: perl
33306            ! Configure
33307 ____________________________________________________________________________
33308 [  6845] By: jhi                                   on 2000/08/27  15:08:54
33309         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
33310              From: Alan Burlison <Alan.Burlison@uk.sun.com>
33311              Date: Sat, 26 Aug 2000 22:23:27 +0100
33312              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
33313      Branch: perl
33314            ! lib/ExtUtils/MM_Unix.pm
33315 ____________________________________________________________________________
33316 [  6844] By: jhi                                   on 2000/08/27  15:02:37
33317         Log: DJGPP update from Laszlo Molnar.
33318              
33319              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
33320              From: ml1050 <ml1050@freemail.hu>
33321              Date: Sat, 26 Aug 2000 23:24:40 +0200
33322              Message-Id: <20000826232440.A439@freemail.hu>
33323      Branch: perl
33324            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
33325            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
33326 ____________________________________________________________________________
33327 [  6843] By: jhi                                   on 2000/08/27  14:53:58
33328         Log: Subject: installman buglet
33329              From: Lupe Christoph <lupe@lupe-christoph.de>
33330              Date: Sun, 27 Aug 2000 14:38:59 +0200
33331              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
33332      Branch: perl
33333            ! installman
33334 ____________________________________________________________________________
33335 [  6842] By: jhi                                   on 2000/08/27  14:52:08
33336         Log: Can't get the test to reliably work thanks to the
33337              inaccurateness of floating point.  "Resolves" bug ids
33338              20000826.003, 20000826.009, 20000826.010,
33339      Branch: perl
33340            ! t/lib/trig.t
33341 ____________________________________________________________________________
33342 [  6841] By: jhi                                   on 2000/08/26  15:53:58
33343         Log: Update Changes.
33344      Branch: perl
33345            ! Changes patchlevel.h
33346 ____________________________________________________________________________
33347 [  6840] By: jhi                                   on 2000/08/26  14:23:03
33348         Log: grep -e isn't portable.
33349              
33350              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
33351              From: chris@broadband.att.com
33352              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
33353              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
33354      Branch: perl
33355            ! hints/solaris_2.sh
33356 ____________________________________________________________________________
33357 [  6839] By: jhi                                   on 2000/08/26  14:12:23
33358         Log: no-install target a la make -n.
33359              
33360              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
33361              From: <abigail@foad.org>
33362              Date: Sat, 26 Aug 2000 03:57:34 -0400
33363              Message-ID: <20000826075735.18912.qmail@foad.org>
33364      Branch: perl
33365            ! Makefile.SH installman installperl
33366 ____________________________________________________________________________
33367 [  6838] By: jhi                                   on 2000/08/26  14:06:33
33368         Log: Retract #6826 as the #6828 should be do the same
33369              in a More Correct Way.
33370      Branch: perl
33371            ! installperl
33372 ____________________________________________________________________________
33373 [  6837] By: jhi                                   on 2000/08/26  05:24:00
33374         Log: More casting.
33375      Branch: perl
33376            ! ext/Storable/Storable.xs
33377 ____________________________________________________________________________
33378 [  6836] By: jhi                                   on 2000/08/26  05:05:46
33379         Log: Nicer in decimal.
33380      Branch: perl
33381            ! ext/Storable/Storable.xs
33382 ____________________________________________________________________________
33383 [  6835] By: jhi                                   on 2000/08/26  05:03:50
33384         Log: There be no UVdf.
33385      Branch: perl
33386            ! ext/Storable/Storable.xs
33387 ____________________________________________________________________________
33388 [  6834] By: jhi                                   on 2000/08/26  05:00:18
33389         Log: Continue IVdfing and UVxfing.
33390      Branch: perl
33391            ! ext/Storable/Storable.xs
33392 ____________________________________________________________________________
33393 [  6833] By: jhi                                   on 2000/08/26  04:53:14
33394         Log: Use IVdf.
33395      Branch: perl
33396            ! ext/Storable/Storable.xs
33397 ____________________________________________________________________________
33398 [  6832] By: jhi                                   on 2000/08/26  04:40:41
33399         Log: Document PTR2XX and INT2PTR.
33400      Branch: perl
33401            ! pod/perlguts.pod
33402 ____________________________________________________________________________
33403 [  6831] By: jhi                                   on 2000/08/26  04:33:18
33404         Log: Use UVxf, PTR2UV, NVff.
33405      Branch: perl
33406            ! ext/Storable/Storable.xs
33407 ____________________________________________________________________________
33408 [  6830] By: jhi                                   on 2000/08/26  04:31:32
33409         Log: Update the test count.
33410      Branch: perl
33411            ! t/lib/trig.t
33412 ____________________________________________________________________________
33413 [  6829] By: jhi                                   on 2000/08/26  03:05:50
33414         Log: Subject: [PATCH] installation not quite silent yet.
33415              From: <abigail@foad.org>
33416              Date: Fri, 25 Aug 2000 20:07:53 -0400
33417              Message-ID: <20000826000753.7822.qmail@foad.org>
33418      Branch: perl
33419            ! installman installperl
33420 ____________________________________________________________________________
33421 [  6828] By: jhi                                   on 2000/08/26  03:05:14
33422         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
33423              From: Spider Boardman <spider@web.zk3.dec.com>
33424              Date: Fri, 25 Aug 2000 19:12:40 -0400
33425              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
33426      Branch: perl
33427            ! gv.c
33428 ____________________________________________________________________________
33429 [  6827] By: jhi                                   on 2000/08/25  23:54:34
33430         Log: Support preserving extremely big/small angles.
33431      Branch: perl
33432            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
33433 ____________________________________________________________________________
33434 [  6826] By: jhi                                   on 2000/08/25  23:01:20
33435         Log: Patch installperl to be long double-aware.
33436              
33437              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
33438              From: Spider Boardman <spider@web.zk3.dec.com>
33439              Date: Fri, 25 Aug 2000 18:15:23 -0400
33440              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
33441      Branch: perl
33442            ! installperl
33443 ____________________________________________________________________________
33444 [  6825] By: jhi                                   on 2000/08/25  22:58:25
33445         Log: Remove duplicately applied patch shards.
33446              
33447              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
33448              From: Spider Boardman <spider@leggy.zk3.dec.com>
33449              Date: Fri, 25 Aug 2000 16:45:03 -0400
33450              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
33451      Branch: perl
33452            ! t/lib/cgi-html.t
33453 ____________________________________________________________________________
33454 [  6824] By: jhi                                   on 2000/08/25  22:57:00
33455         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
33456              From: Daniel Chetlin <daniel@chetlin.com>
33457              Date: Fri, 25 Aug 2000 12:23:16 -0700
33458              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
33459              
33460              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
33461              From: Daniel Chetlin <daniel@chetlin.com>
33462              Date: Fri, 25 Aug 2000 14:47:19 -0700
33463              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
33464      Branch: perl
33465            ! installman
33466 ____________________________________________________________________________
33467 [  6823] By: jhi                                   on 2000/08/25  22:44:17
33468         Log: Timestamp problem?
33469      Branch: perl
33470            ! uconfig.h uconfig.sh
33471 ____________________________________________________________________________
33472 [  6822] By: jhi                                   on 2000/08/25  19:01:06
33473         Log: One forgotten file from #6816.
33474      Branch: perl
33475            ! vos/config.h
33476 ____________________________________________________________________________
33477 [  6821] By: jhi                                   on 2000/08/25  18:56:39
33478         Log: Regen Changes.
33479      Branch: perl
33480            ! Changes patchlevel.h
33481 ____________________________________________________________________________
33482 [  6820] By: jhi                                   on 2000/08/25  18:52:35
33483         Log: Fix Changes ordering.
33484      Branch: perl
33485            ! Changes
33486 ____________________________________________________________________________
33487 [  6819] By: jhi                                   on 2000/08/25  18:50:25
33488         Log: Update Changes.
33489      Branch: perl
33490            ! Changes patchlevel.h
33491 ____________________________________________________________________________
33492 [  6818] By: jhi                                   on 2000/08/25  18:47:45
33493         Log: Tweak the sfio/useperlio logic, hopefully as wished in
33494              
33495              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
33496              From: Nicholas Clark <nick@babyhippo.co.uk>
33497              Date: Fri, 25 Aug 2000 12:01:45 +0100
33498              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
33499      Branch: metaconfig/U/perl
33500            ! d_sfio.U
33501      Branch: perl
33502            ! Configure
33503 ____________________________________________________________________________
33504 [  6817] By: jhi                                   on 2000/08/25  18:32:51
33505         Log: Allow microperl to assume <math.h>, without it the math
33506              functions like floor() are assumed to return int, which makes
33507              for core dumps in machines where integer and floating register
33508              don't mix.
33509      Branch: perl
33510            ! uconfig.h uconfig.sh
33511 ____________________________________________________________________________
33512 [  6816] By: jhi                                   on 2000/08/25  18:27:17
33513         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
33514              the problem reported in
33515              
33516              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
33517              From: danhale@us.ibm.com
33518              Date: Fri, 25 Aug 2000 10:58:06 -0400
33519              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
33520      Branch: metaconfig/U/perl
33521            + d_socks5_init.U
33522      Branch: perl
33523            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
33524            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
33525            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
33526            ! win32/config.gc win32/config.vc
33527 ____________________________________________________________________________
33528 [  6815] By: jhi                                   on 2000/08/25  17:43:31
33529         Log: A solution for the retrieve_fd autosplit warning,
33530              idea suggested by Mike Guy.
33531      Branch: perl
33532            ! ext/Storable/Storable.pm
33533 ____________________________________________________________________________
33534 [  6814] By: jhi                                   on 2000/08/25  17:16:03
33535         Log: Add install-silent target.
33536      Branch: perl
33537            ! Makefile.SH
33538 ____________________________________________________________________________
33539 [  6813] By: jhi                                   on 2000/08/25  17:14:23
33540         Log: Subject: Re: [PATCH] More silencing of installman.
33541              From: <abigail@foad.org>
33542              Date: Thu, 24 Aug 2000 19:27:03 -0400
33543              Message-ID: <20000824232703.7001.qmail@foad.org>
33544              
33545              Subject: Re: [PATCH] More silencing of installman.
33546              From: <abigail@foad.org>
33547              Date: Fri, 25 Aug 2000 03:00:58 -0400
33548              Message-ID: <20000825070058.10697.qmail@foad.org>
33549      Branch: perl
33550            ! installman
33551 ____________________________________________________________________________
33552 [  6812] By: jhi                                   on 2000/08/25  17:11:28
33553         Log: installperl --verbose and --silent.
33554              
33555              Subject: Re: [PATCH] More silencing of installman.
33556              From: <abigail@foad.org>
33557              Message-ID: <20000825064430.9719.qmail@foad.org>
33558              Date: Fri, 25 Aug 2000 02:44:30 -0400
33559      Branch: perl
33560            ! installperl
33561 ____________________________________________________________________________
33562 [  6811] By: jhi                                   on 2000/08/25  17:05:43
33563         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
33564              From: "Peter J. Farley III" <pjfarley@banet.net>
33565              Date: Thu, 24 Aug 2000 21:58:03 -0400
33566              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
33567              
33568              (applied slightly modified)
33569      Branch: perl
33570            ! lib/ExtUtils/MM_Unix.pm
33571 ____________________________________________________________________________
33572 [  6810] By: jhi                                   on 2000/08/25  17:01:18
33573         Log: Missing parts of 
33574              
33575              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
33576              From: Peter Prymmer <pvhp@forte.com>
33577              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
33578              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
33579      Branch: perl
33580            ! t/lib/cgi-html.t
33581 ____________________________________________________________________________
33582 [  6809] By: jhi                                   on 2000/08/25  16:46:32
33583         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
33584              From: "Craig A. Berry" <craig.berry@psinetcs.com>
33585              Date: Thu, 24 Aug 2000 19:13:11 -0500
33586              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
33587      Branch: perl
33588            ! vms/vms.c
33589 ____________________________________________________________________________
33590 [  6808] By: jhi                                   on 2000/08/25  16:39:22
33591         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
33592              From: Peter Prymmer <pvhp@forte.com>
33593              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
33594              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
33595      Branch: perl
33596            ! configure.com
33597 ____________________________________________________________________________
33598 [  6807] By: jhi                                   on 2000/08/25  16:36:37
33599         Log: Better wording for the vec lvalue diagnostic.
33600              
33601              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
33602              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
33603              Date: Wed, 23 Aug 2000 14:12:16 -0400
33604              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
33605      Branch: perl
33606            ! pod/perldiag.pod
33607 ____________________________________________________________________________
33608 [  6806] By: jhi                                   on 2000/08/24  18:17:22
33609         Log: Subject: [PATCH] More silencing of installman.
33610              From: <abigail@foad.org>
33611              Date: Thu, 24 Aug 2000 14:01:44 -0400
33612              Message-ID: <20000824180144.20062.qmail@foad.org>
33613      Branch: perl
33614            ! installman
33615 ____________________________________________________________________________
33616 [  6805] By: jhi                                   on 2000/08/24  15:00:31
33617         Log: Update Changes.
33618      Branch: perl
33619            ! Changes patchlevel.h
33620 ____________________________________________________________________________
33621 [  6804] By: jhi                                   on 2000/08/24  14:59:07
33622         Log: Regen perltoc.
33623      Branch: perl
33624            ! pod/perltoc.pod
33625 ____________________________________________________________________________
33626 [  6803] By: jhi                                   on 2000/08/24  14:44:39
33627         Log: Show the doc file, not the temp file.
33628      Branch: perl
33629            ! installman
33630 ____________________________________________________________________________
33631 [  6802] By: jhi                                   on 2000/08/24  14:41:53
33632         Log: Continue silencing.
33633      Branch: perl
33634            ! installman
33635 ____________________________________________________________________________
33636 [  6801] By: jhi                                   on 2000/08/24  14:34:40
33637         Log: Actually do something with the silencer option.
33638      Branch: perl
33639            ! installman
33640 ____________________________________________________________________________
33641 [  6800] By: jhi                                   on 2000/08/24  14:26:22
33642         Log: Make installman to recognize the silence flag -S.
33643      Branch: perl
33644            ! installman
33645 ____________________________________________________________________________
33646 [  6799] By: jhi                                   on 2000/08/24  13:49:38
33647         Log: DOS patches and portability/porting notes, from Tim Jenness.
33648      Branch: perl
33649            ! lib/File/Temp.pm
33650 ____________________________________________________________________________
33651 [  6798] By: jhi                                   on 2000/08/24  13:48:27
33652         Log: Create directories in silence.
33653              
33654              Subject: [PATCH] Another silencer for MakeMaker
33655              From: andreas.koenig@anima.de (Andreas J. Koenig)
33656              Date: 24 Aug 2000 14:18:52 +0200
33657              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
33658      Branch: perl
33659            ! lib/ExtUtils/Command.pm
33660 ____________________________________________________________________________
33661 [  6797] By: jhi                                   on 2000/08/24  13:46:42
33662         Log: More liberal parsing of version numbers.
33663              
33664              Subject: Re: CPAN.pm beta for testing available
33665              From: andreas.koenig@anima.de (Andreas J. Koenig)
33666              Date: 24 Aug 2000 13:51:57 +0200
33667              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
33668      Branch: perl
33669            ! lib/CPAN.pm
33670 ____________________________________________________________________________
33671 [  6796] By: jhi                                   on 2000/08/24  13:44:36
33672         Log: Make "make install" by default silent.  A new "install-verbose"
33673              target is verbose.
33674      Branch: perl
33675            ! Makefile.SH
33676 ____________________________________________________________________________
33677 [  6795] By: jhi                                   on 2000/08/24  13:39:14
33678         Log: Add silencer flags to installperl.
33679              
33680              Subject: [PATCH] Making installperl silent.
33681              From: <abigail@foad.org>
33682              Date: Thu, 24 Aug 2000 05:01:45 -0400
33683              Message-ID: <20000824090145.13141.qmail@foad.org>
33684      Branch: perl
33685            ! installperl
33686 ____________________________________________________________________________
33687 [  6794] By: jhi                                   on 2000/08/24  13:35:50
33688         Log: installperl couldn't tell whether it had run tests or not.
33689              
33690              Subject: [PATCH] Re: installperl and t/TEST
33691              From: <abigail@foad.org>
33692              Date: Thu, 24 Aug 2000 04:00:53 -0400
33693              Message-ID: <20000824080053.2494.qmail@foad.org>
33694      Branch: perl
33695            ! Makefile.SH installperl
33696 ____________________________________________________________________________
33697 [  6793] By: jhi                                   on 2000/08/24  13:27:50
33698         Log: Drop the separate perlbc, perlcc -b should be enough.
33699      Branch: perl
33700            - utils/perlbc.PL
33701            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
33702 ____________________________________________________________________________
33703 [  6792] By: jhi                                   on 2000/08/24  04:41:30
33704         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
33705              plus the typo fix from Peter Prymmer.
33706      Branch: perl
33707            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
33708            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
33709 ____________________________________________________________________________
33710 [  6791] By: jhi                                   on 2000/08/24  02:10:43
33711         Log: Replace #6705 with a minimal doc patch.
33712              
33713              Subject: [PATCH 5.6.0] replace change #6705
33714              From: Jan Dubois <jand@ActiveState.com>
33715              Date: Wed, 23 Aug 2000 18:31:51 -0700
33716              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
33717      Branch: perl
33718            ! lib/Win32.pod win32/win32.c
33719 ____________________________________________________________________________
33720 [  6790] By: jhi                                   on 2000/08/23  17:52:00
33721         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
33722              From: Mike Guy <mjtg@cam.ac.uk>
33723              Date: Wed, 23 Aug 2000 18:38:46 +0100
33724              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
33725      Branch: perl
33726            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
33727 ____________________________________________________________________________
33728 [  6789] By: jhi                                   on 2000/08/23  15:34:21
33729         Log: Update Changes.
33730      Branch: perl
33731            ! Changes patchlevel.h
33732 ____________________________________________________________________________
33733 [  6788] By: jhi                                   on 2000/08/23  15:33:40
33734         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
33735              From: Wilfredo Sánchez <wsanchez@apple.com>
33736              Date: Tue, 22 Aug 2000 19:31:27 -0700
33737              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
33738      Branch: perl
33739            ! perl.h
33740 ____________________________________________________________________________
33741 [  6787] By: jhi                                   on 2000/08/23  15:29:31
33742         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
33743              From: Spider Boardman <spider@leggy.zk3.dec.com>
33744              Date: Wed, 23 Aug 2000 10:33:23 -0400
33745              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
33746      Branch: perl
33747            ! lib/Pod/Html.pm
33748 ____________________________________________________________________________
33749 [  6786] By: jhi                                   on 2000/08/23  15:28:11
33750         Log: Bad makefile.
33751      Branch: perl
33752            ! ext/B/Makefile.PL
33753 ____________________________________________________________________________
33754 [  6785] By: jhi                                   on 2000/08/23  14:37:04
33755         Log: Update Changes.
33756      Branch: perl
33757            ! Changes patchlevel.h
33758 ____________________________________________________________________________
33759 [  6784] By: jhi                                   on 2000/08/23  13:58:41
33760         Log: Portability fix from Hugo van der Sanden.
33761      Branch: perl
33762            ! ext/re/Makefile.PL
33763 ____________________________________________________________________________
33764 [  6783] By: jhi                                   on 2000/08/23  13:53:53
33765         Log: Storable support, v-version fixes.
33766              
33767              Subject: CPAN.pm beta for testing available
33768              From: andreas.koenig@anima.de (Andreas J. Koenig)
33769              Date: 22 Aug 2000 23:31:33 +0200
33770              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
33771      Branch: perl
33772            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
33773 ____________________________________________________________________________
33774 [  6782] By: jhi                                   on 2000/08/23  13:51:26
33775         Log: Mac and other portability updates from Chris Nandor.
33776      Branch: perl
33777            ! pod/perlmodinstall.pod
33778 ____________________________________________________________________________
33779 [  6781] By: jhi                                   on 2000/08/23  13:47:33
33780         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
33781              From: Peter Prymmer <pvhp@forte.com>
33782              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
33783              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
33784      Branch: perl
33785            ! ext/Storable/Storable.xs
33786 ____________________________________________________________________________
33787 [  6780] By: jhi                                   on 2000/08/23  13:33:34
33788         Log: VMS MMS (make) wants null action.
33789      Branch: perl
33790            ! ext/B/Makefile.PL
33791 ____________________________________________________________________________
33792 [  6779] By: jhi                                   on 2000/08/22  19:44:47
33793         Log: Forgot portability nit.
33794      Branch: perl
33795            ! t/lib/st-forgive.t
33796 ____________________________________________________________________________
33797 [  6778] By: jhi                                   on 2000/08/22  19:35:25
33798         Log: Be portable.
33799      Branch: perl
33800            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
33801            ! t/lib/st-store.t
33802 ____________________________________________________________________________
33803 [  6777] By: jhi                                   on 2000/08/22  18:50:53
33804         Log: Update Changes.
33805      Branch: perl
33806            ! Changes patchlevel.h
33807 ____________________________________________________________________________
33808 [  6776] By: jhi                                   on 2000/08/22  18:44:46
33809         Log: cSVOPo_*v things index into the current PL_curpad
33810              under ithreads, which is different from the curpad
33811              used by the XSUB.  (In other words, the code as-is
33812              before this patch wouldn't work under ithreads.)
33813              From Sarathy.
33814      Branch: perl
33815            ! ext/B/B.xs
33816 ____________________________________________________________________________
33817 [  6775] By: jhi                                   on 2000/08/22  18:18:37
33818         Log: Make the selection of NVff et al stricter.
33819      Branch: metaconfig/U/perl
33820            ! perlxvf.U
33821      Branch: perl
33822            ! Configure config_h.SH
33823 ____________________________________________________________________________
33824 [  6774] By: jhi                                   on 2000/08/22  17:19:42
33825         Log: perldelta nits.
33826      Branch: perl
33827            ! pod/perldelta.pod
33828 ____________________________________________________________________________
33829 [  6773] By: jhi                                   on 2000/08/22  17:06:26
33830         Log: Long double fixes from Spider Boardman.
33831              
33832              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
33833              From: system PRIVILEGED account <root@peano.zk3.dec.com>
33834              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
33835              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
33836      Branch: perl
33837            ! t/lib/bigfltpm.t t/lib/st-06compat.t
33838 ____________________________________________________________________________
33839 [  6772] By: jhi                                   on 2000/08/22  15:04:53
33840         Log: Update Changes.
33841      Branch: perl
33842            ! Changes patchlevel.h
33843 ____________________________________________________________________________
33844 [  6771] By: jhi                                   on 2000/08/22  15:01:44
33845         Log: perldelta fixes from Hugo van der Sanden.
33846      Branch: perl
33847            ! pod/perldelta.pod
33848 ____________________________________________________________________________
33849 [  6770] By: jhi                                   on 2000/08/22  14:34:49
33850         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
33851              From: Hugo <hv@crypt.compulink.co.uk>
33852              Date: Tue, 22 Aug 2000 11:21:53 +0100
33853              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
33854      Branch: perl
33855            ! regcomp.c
33856 ____________________________________________________________________________
33857 [  6769] By: jhi                                   on 2000/08/22  14:30:02
33858         Log: Add Yitzchak, reformat.
33859      Branch: perl
33860            ! Changes config_h.SH
33861 ____________________________________________________________________________
33862 [  6768] By: jhi                                   on 2000/08/22  14:21:35
33863         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
33864              and Spider Boardman.
33865      Branch: metaconfig
33866            ! U/compline/d_gconvert.U
33867      Branch: perl
33868            ! Configure
33869 ____________________________________________________________________________
33870 [  6767] By: jhi                                   on 2000/08/22  14:11:24
33871         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
33872              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
33873              Date: Mon, 21 Aug 2000 19:08:31 -0700
33874              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
33875      Branch: perl
33876            - ext/Storable/patchlevel.h
33877            ! MANIFEST ext/Storable/MANIFEST
33878 ____________________________________________________________________________
33879 [  6766] By: jhi                                   on 2000/08/22  13:49:29
33880         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
33881              From: Peter Prymmer <pvhp@forte.com>
33882              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
33883              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
33884      Branch: perl
33885            ! configure.com ext/Storable/Makefile.PL
33886 ____________________________________________________________________________
33887 [  6765] By: jhi                                   on 2000/08/22  13:44:59
33888         Log: Subject: [PATCH blead] B:: missing dependency
33889              From: Hugo <hv@crypt.compulink.co.uk>
33890              Date: Tue, 22 Aug 2000 06:44:33 +0100
33891              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
33892      Branch: perl
33893            ! ext/B/Makefile.PL
33894 ____________________________________________________________________________
33895 [  6764] By: jhi                                   on 2000/08/22  13:38:12
33896         Log: More bytecompiler.
33897      Branch: perl
33898            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
33899 ____________________________________________________________________________
33900 [  6763] By: jhi                                   on 2000/08/22  13:36:44
33901         Log: Bytecompiler patches from Benjamin Stuhl.
33902      Branch: perl
33903            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
33904            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
33905            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
33906            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
33907            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
33908            ! perl.c perlapi.h pod/perldelta.pod
33909 ____________________________________________________________________________
33910 [  6762] By: jhi                                   on 2000/08/21  23:43:40
33911         Log: An obsoleted diagnostic.
33912      Branch: perl
33913            ! pod/perldelta.pod
33914 ____________________________________________________________________________
33915 [  6761] By: jhi                                   on 2000/08/21  23:01:45
33916         Log: The #6759 wasn't quite right.
33917      Branch: perl
33918            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
33919            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
33920            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
33921            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
33922            ! t/lib/st-tieditems.t
33923 ____________________________________________________________________________
33924 [  6760] By: jhi                                   on 2000/08/21  22:35:49
33925         Log: Be verydeepclean.
33926      Branch: perl
33927            ! Makefile.SH
33928 ____________________________________________________________________________
33929 [  6759] By: jhi                                   on 2000/08/21  22:25:40
33930         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
33931              From: Peter Prymmer <pvhp@forte.com>
33932              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
33933              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
33934      Branch: perl
33935            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
33936            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
33937            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
33938            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
33939            ! t/lib/st-tieditems.t
33940 ____________________________________________________________________________
33941 [  6758] By: jhi                                   on 2000/08/21  22:22:32
33942         Log: Few more casts, need reported in
33943              
33944              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
33945              From: Mike Stok <mike@stok.co.uk>
33946              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
33947              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
33948              
33949              and
33950              
33951              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
33952              From: abigail@foad.org
33953              Date: 21 Aug 2000 21:31:34 -0000
33954              Message-Id: <20000821213134.30170.qmail@foad.org>
33955      Branch: perl
33956            ! ext/Storable/Storable.xs
33957 ____________________________________________________________________________
33958 [  6757] By: jhi                                   on 2000/08/21  18:37:07
33959         Log: Update Changes.
33960      Branch: perl
33961            ! Changes patchlevel.h
33962 ____________________________________________________________________________
33963 [  6756] By: jhi                                   on 2000/08/21  18:34:02
33964         Log: A pod nit.
33965              
33966              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
33967              From: <abigail@foad.org>
33968              Date: Mon, 21 Aug 2000 14:00:16 -0400
33969              Message-ID: <20000821180016.28627.qmail@foad.org>
33970      Branch: perl
33971            ! pod/perlre.pod
33972 ____________________________________________________________________________
33973 [  6755] By: jhi                                   on 2000/08/21  18:30:56
33974         Log: Use PodParser 1.18 new test.
33975      Branch: perl
33976            ! t/pod/special_seqs.t t/pod/special_seqs.xr
33977 ____________________________________________________________________________
33978 [  6754] By: jhi                                   on 2000/08/21  18:28:35
33979         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
33980              patches cannot be applied since #6712 conflicts.
33981      Branch: perl
33982            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
33983 ____________________________________________________________________________
33984 [  6753] By: jhi                                   on 2000/08/21  18:15:11
33985         Log: Weed out some smaller changes.
33986      Branch: perl
33987            ! pod/perldelta.pod
33988 ____________________________________________________________________________
33989 [  6752] By: jhi                                   on 2000/08/21  18:02:30
33990         Log: Also under djgpp the timestamps are funky.
33991      Branch: perl
33992            ! t/op/stat.t
33993 ____________________________________________________________________________
33994 [  6751] By: jhi                                   on 2000/08/21  17:55:56
33995         Log: Tweak the floating point output routine preferences.
33996      Branch: metaconfig
33997            ! U/compline/d_gconvert.U
33998      Branch: perl
33999            ! Configure
34000 ____________________________________________________________________________
34001 [  6750] By: jhi                                   on 2000/08/21  17:51:29
34002         Log: Unicos/mk requires elaborate paranoia.
34003      Branch: perl
34004            ! lib/Math/Complex.pm
34005 ____________________________________________________________________________
34006 [  6749] By: gsar                                  on 2000/08/21  16:53:31
34007         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
34008      Branch: perl
34009            ! lib/Cwd.pm
34010 ____________________________________________________________________________
34011 [  6748] By: gsar                                  on 2000/08/21  16:22:19
34012         Log: free TLS slot properly on Windows
34013      Branch: perl
34014            ! thread.h win32/perllib.c win32/win32thread.h
34015 ____________________________________________________________________________
34016 [  6747] By: jhi                                   on 2000/08/21  16:20:58
34017         Log: Rename the macro argument because some preprocessors
34018              can't tell the difference and expand arguments also inside
34019              double quoted strings.
34020      Branch: perl
34021            ! regcomp.c
34022 ____________________________________________________________________________
34023 [  6746] By: jhi                                   on 2000/08/21  16:09:41
34024         Log: Support long doubles in Storable.
34025              
34026              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
34027              From: Radu Greab <radu@netsoft.ro>
34028              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
34029              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
34030      Branch: perl
34031            ! ext/Storable/Storable.xs
34032 ____________________________________________________________________________
34033 [  6745] By: jhi                                   on 2000/08/21  15:51:40
34034         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
34035              From: "Fifer, Eric" <EFifer@sanwaint.com>
34036              Date: Mon, 21 Aug 2000 15:34:49 +0100
34037              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
34038      Branch: perl
34039            ! t/pragma/warn/9enabled
34040 ____________________________________________________________________________
34041 [  6744] By: jhi                                   on 2000/08/21  15:39:35
34042         Log: Document the endianness of Alpha more precisely.
34043      Branch: perl
34044            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
34045            ! pod/perlport.pod
34046 ____________________________________________________________________________
34047 [  6743] By: jhi                                   on 2000/08/21  14:47:05
34048         Log: perldelta fixes from the p5p crowd.
34049      Branch: perl
34050            ! pod/perldelta.pod pod/perlop.pod
34051 ____________________________________________________________________________
34052 [  6742] By: jhi                                   on 2000/08/21  13:34:51
34053         Log: Update to Pod::LaTeX 0.53.
34054              
34055              Subject: [PATCH] lib/Pod/LaTeX.pm updates
34056              From: Tim Jenness <timj@jach.hawaii.edu>
34057              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
34058              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
34059      Branch: perl
34060            ! lib/Pod/LaTeX.pm
34061 ____________________________________________________________________________
34062 [  6741] By: jhi                                   on 2000/08/21  13:33:01
34063         Log: Subject: [PATCH] os2.c fix for use64bitint
34064              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
34065              Date: Mon, 21 Aug 2000 01:32:25 -0700
34066              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
34067      Branch: perl
34068            ! os2/os2.c
34069 ____________________________________________________________________________
34070 [  6740] By: jhi                                   on 2000/08/21  13:28:52
34071         Log: Array context keeps slithering in.
34072              
34073              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
34074              From: Daniel Chetlin <daniel@chetlin.com>
34075              Date: Sun, 20 Aug 2000 21:40:25 -0700
34076              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
34077      Branch: perl
34078            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
34079            ! pod/perldebtut.pod
34080 ____________________________________________________________________________
34081 [  6739] By: jhi                                   on 2000/08/21  13:23:55
34082         Log: Big-endian quad fixes for Storable from Radu Greab,
34083              plus few explicit null casts for picky compilers.
34084      Branch: perl
34085            ! ext/Storable/Storable.xs
34086 ____________________________________________________________________________
34087 [  6738] By: gsar                                  on 2000/08/21  05:56:13
34088         Log: small tweaks for change#6705: avoid C++ style comments in C code;
34089              use Perl's malloc API rather than the low level system one
34090      Branch: perl
34091            ! win32/win32.c
34092 ____________________________________________________________________________
34093 [  6737] By: gsar                                  on 2000/08/21  05:35:41
34094         Log: add Storable to list of extensions on Windows
34095      Branch: perl
34096            ! win32/Makefile win32/makefile.mk
34097 ____________________________________________________________________________
34098 [  6736] By: jhi                                   on 2000/08/21  02:57:53
34099         Log: Update Changes.
34100      Branch: perl
34101            ! Changes patchlevel.h
34102 ____________________________________________________________________________
34103 [  6735] By: jhi                                   on 2000/08/21  02:57:20
34104         Log: Draft 0.
34105      Branch: perl
34106            ! pod/perldelta.pod
34107 ____________________________________________________________________________
34108 [  6734] By: jhi                                   on 2000/08/21  02:57:03
34109         Log: Add Storable 0.7.2 from Raphael Manfredi,
34110              plus the patch from
34111              
34112              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
34113              From: Radu Greab <radu@netsoft.ro>
34114              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
34115              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
34116              
34117              plus changes to get Storable to compile with
34118              picky ANSI compilers.
34119      Branch: perl
34120            + ext/Storable/ChangeLog ext/Storable/MANIFEST
34121            + ext/Storable/Makefile.PL ext/Storable/README
34122            + ext/Storable/Storable.pm ext/Storable/Storable.xs
34123            + ext/Storable/patchlevel.h t/lib/st-06compat.t
34124            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
34125            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
34126            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
34127            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
34128            + t/lib/st-tieditems.t
34129            ! MANIFEST
34130 ____________________________________________________________________________
34131 [  6733] By: jhi                                   on 2000/08/21  02:29:09
34132         Log: The correct cleaning order is an art.
34133      Branch: perl
34134            ! Makefile.SH
34135 ____________________________________________________________________________
34136 [  6732] By: jhi                                   on 2000/08/21  01:23:39
34137         Log: The #6724 is here.
34138      Branch: perl
34139            ! t/lib/ftmp-security.t
34140 ____________________________________________________________________________
34141 [  6731] By: jhi                                   on 2000/08/20  23:17:03
34142         Log: s/this one/the 5.6.0 release/
34143      Branch: perl
34144            ! pod/perl56delta.pod
34145 ____________________________________________________________________________
34146 [  6730] By: jhi                                   on 2000/08/20  23:07:34
34147         Log: Mention perlebcdic and perlposix-bc.
34148      Branch: perl
34149            ! pod/perlport.pod
34150 ____________________________________________________________________________
34151 [  6729] By: jhi                                   on 2000/08/20  21:32:59
34152         Log: Document the number of exponent digits.
34153      Branch: perl
34154            ! pod/perlfunc.pod
34155 ____________________________________________________________________________
34156 [  6728] By: jhi                                   on 2000/08/20  21:16:47
34157         Log: Use File::Spec->tmpdir().
34158              
34159              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
34160              From: Tim Jenness <timj@jach.hawaii.edu>
34161              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
34162              MIME-Version: 1.0
34163              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
34164      Branch: perl
34165            ! utils/perlbug.PL
34166 ____________________________________________________________________________
34167 [  6727] By: jhi                                   on 2000/08/20  20:43:32
34168         Log: Update Changes.
34169      Branch: perl
34170            ! Changes patchlevel.h
34171 ____________________________________________________________________________
34172 [  6726] By: jhi                                   on 2000/08/20  20:41:44
34173         Log: The veryclean target needs to clobber.
34174      Branch: perl
34175            ! Makefile.SH
34176 ____________________________________________________________________________
34177 [  6725] By: jhi                                   on 2000/08/20  20:37:38
34178         Log: Document odd vs even subreleases and -Dusedevel.
34179      Branch: perl
34180            ! INSTALL
34181 ____________________________________________________________________________
34182 [  6724] By: jhi                                   on 2000/08/20  19:58:05
34183         Log: Use temporary directory instead of current directory.
34184              
34185              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
34186              From: Tim Jenness <timj@jach.hawaii.edu>
34187              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
34188              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
34189      Branch: perl
34190            ! t/lib/ftmp-security.t
34191 ____________________________________________________________________________
34192 [  6723] By: jhi                                   on 2000/08/20  19:55:55
34193         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
34194              From: andreas.koenig@anima.de (Andreas J. Koenig)
34195              Date: 20 Aug 2000 15:52:03 +0200
34196              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
34197      Branch: perl
34198            ! lib/ExtUtils/MM_Unix.pm
34199 ____________________________________________________________________________
34200 [  6722] By: jhi                                   on 2000/08/20  19:46:01
34201         Log: Update to CGI 2.72, from Lincoln Stein.
34202      Branch: perl
34203            ! lib/CGI.pm
34204 ____________________________________________________________________________
34205 [  6721] By: jhi                                   on 2000/08/20  19:43:54
34206         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
34207              From: Radu Greab <radu@netsoft.ro>
34208              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
34209              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
34210      Branch: perl
34211            ! ext/GDBM_File/GDBM_File.xs
34212 ____________________________________________________________________________
34213 [  6720] By: jhi                                   on 2000/08/20  19:42:01
34214         Log: pp_open() could pass an uninitialized filename down to do_open9().
34215      Branch: perl
34216            ! pp_sys.c
34217 ____________________________________________________________________________
34218 [  6719] By: jhi                                   on 2000/08/20  14:06:41
34219         Log: UTF8 concat fixes.
34220              
34221              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
34222              From: Hugo <hv@crypt.compulink.co.uk>
34223              Date: Sun, 20 Aug 2000 07:30:46 +0100
34224              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
34225      Branch: perl
34226            ! pp_hot.c t/op/append.t
34227 ____________________________________________________________________________
34228 [  6718] By: jhi                                   on 2000/08/20  02:09:37
34229         Log: Let's try #6717 again.
34230      Branch: perl
34231            ! lib/File/Temp.pm
34232 ____________________________________________________________________________
34233 [  6717] By: jhi                                   on 2000/08/20  01:56:55
34234         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
34235              From: "Craig A. Berry" <craig.berry@metamorgs.com>
34236              Date: Sat, 19 Aug 2000 18:15:39 -0500
34237              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
34238      Branch: perl
34239            ! lib/File/Temp.pm
34240 ____________________________________________________________________________
34241 [  6716] By: jhi                                   on 2000/08/19  15:50:11
34242         Log: Update Changes.
34243      Branch: perl
34244            ! Changes patchlevel.h
34245 ____________________________________________________________________________
34246 [  6715] By: jhi                                   on 2000/08/19  15:39:09
34247         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
34248              From: Jonathan D Johnston <jdjohnston2@juno.com>
34249              Date: Thu, 17 Aug 2000 23:13:01 -0400       
34250              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
34251      Branch: perl
34252            ! pod/perlfunc.pod
34253 ____________________________________________________________________________
34254 [  6714] By: jhi                                   on 2000/08/19  15:34:04
34255         Log: Introduce a 'veryclean' target that is like 'distclean'
34256              but also removes *~ and *.orig.
34257      Branch: perl
34258            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
34259            ! utils/Makefile x2p/Makefile.SH
34260 ____________________________________________________________________________
34261 [  6713] By: jhi                                   on 2000/08/19  14:15:45
34262         Log: Put back the long double avoidance code to POSIX.xs
34263              because VMS seems to need it still.
34264      Branch: perl
34265            ! ext/POSIX/POSIX.xs
34266 ____________________________________________________________________________
34267 [  6712] By: jhi                                   on 2000/08/19  14:10:41
34268         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
34269              From: Peter Prymmer <pvhp@forte.com>
34270              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
34271              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
34272      Branch: perl
34273            ! lib/Pod/Find.pm t/pod/find.t
34274 ____________________________________________________________________________
34275 [  6711] By: jhi                                   on 2000/08/19  14:09:19
34276         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
34277              From: Peter Prymmer <pvhp@forte.com>
34278              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
34279              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
34280              cc: vmsperl@perl.org
34281      Branch: perl
34282            ! t/lib/peek.t
34283 ____________________________________________________________________________
34284 [  6710] By: jhi                                   on 2000/08/19  14:08:01
34285         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
34286              From: Jan Dubois <jand@ActiveState.com>
34287              Date: Fri, 18 Aug 2000 16:31:48 -0700
34288              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
34289      Branch: perl
34290            ! win32/win32.c
34291 ____________________________________________________________________________
34292 [  6709] By: jhi                                   on 2000/08/19  14:06:57
34293         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
34294              
34295              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
34296              From: Spider.Boardman@Orb.Nashua.NH.US
34297              Date: Fri, 18 Aug 2000 18:41:14 -0400
34298              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
34299      Branch: perl
34300            ! regcomp.c
34301 ____________________________________________________________________________
34302 [  6708] By: jhi                                   on 2000/08/18  22:04:49
34303         Log: Update Changes.
34304      Branch: perl
34305            ! Changes patchlevel.h
34306 ____________________________________________________________________________
34307 [  6707] By: jhi                                   on 2000/08/18  21:55:14
34308         Log: Add warnif(), check warnings further up the stack,
34309              all the warnings functions now can take an optional object reference.
34310              
34311              Subject: [PATCH bleedperl@6691] warnings pragma update
34312              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
34313              Date: Fri, 18 Aug 2000 22:42:06 +0100
34314              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
34315      Branch: perl
34316            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
34317            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
34318            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
34319 ____________________________________________________________________________
34320 [  6706] By: jhi                                   on 2000/08/18  21:41:45
34321         Log: Typo in pp_complement().
34322              
34323              Subject: [PATCH perl-current] Deparse
34324              From: Peter Scott <Peter@PSDT.com>
34325              Date: Fri, 18 Aug 2000 12:44:37 -0700
34326              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
34327      Branch: perl
34328            ! ext/B/B/Deparse.pm
34329 ____________________________________________________________________________
34330 [  6705] By: jhi                                   on 2000/08/18  21:25:59
34331         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
34332              From: Jan Dubois <jand@ActiveState.com>
34333              Date: Fri, 18 Aug 2000 14:22:51 -0700
34334              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
34335      Branch: perl
34336            ! lib/Win32.pod win32/win32.c
34337 ____________________________________________________________________________
34338 [  6704] By: jhi                                   on 2000/08/18  21:16:14
34339         Log: Don't eat leading os from index entries.
34340              
34341              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
34342              From: Russ Allbery <rra@stanford.edu>
34343              Date: 10 Aug 2000 20:49:25 -0700
34344              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
34345      Branch: perl
34346            ! lib/Pod/Man.pm
34347 ____________________________________________________________________________
34348 [  6703] By: jhi                                   on 2000/08/18  21:07:06
34349         Log: Add [[:blank:]] as suggested in
34350              
34351              Subject: [ID 20000716.024] [=cc=] / [:blank:]
34352              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
34353              Date: Sun, 16 Jul 2000 17:55:29 -0700
34354              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
34355              
34356              (the [=cc=] has already been taken care of by #6439
34357              so the whole bug report can be closed)
34358              
34359              and make [[:space:]] to be equivalent to isspace(3)
34360              (as opposed to \s, which is isSPACE()).  The difference
34361              is that now [[:space:]] matches the mythical vertical tab,
34362              while \s doesn't.
34363      Branch: perl
34364            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
34365            ! regexec.c t/op/pat.t
34366 ____________________________________________________________________________
34367 [  6702] By: jhi                                   on 2000/08/18  18:47:47
34368         Log: The new tests were missing from #6415.
34369      Branch: perl
34370            ! t/op/bop.t
34371 ____________________________________________________________________________
34372 [  6701] By: jhi                                   on 2000/08/18  18:20:40
34373         Log: Document the NDBM_File and ODBM_File as SDBM_File
34374              was documented in #6417.
34375      Branch: perl
34376            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
34377            ! ext/SDBM_File/SDBM_File.pm
34378 ____________________________________________________________________________
34379 [  6700] By: jhi                                   on 2000/08/18  18:10:39
34380         Log: Subject: [PATCH perl@6698] cygwin port
34381              From: "Fifer, Eric" <EFifer@sanwaint.com>
34382              Date: Fri, 18 Aug 2000 17:30:05 +0100
34383              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
34384      Branch: perl
34385            ! lib/File/Temp.pm
34386 ____________________________________________________________________________
34387 [  6699] By: jhi                                   on 2000/08/18  16:21:49
34388         Log: Document code point which makes if (defined %stash::) to work
34389              (noted by Spider Boardman).
34390      Branch: perl
34391            ! op.c
34392 ____________________________________________________________________________
34393 [  6698] By: jhi                                   on 2000/08/18  13:43:27
34394         Log: Update Changes.
34395      Branch: perl
34396            ! Changes patchlevel.h
34397 ____________________________________________________________________________
34398 [  6697] By: jhi                                   on 2000/08/18  13:35:57
34399         Log: Tiny Getopt::Long patch from Johan Vromans.
34400      Branch: perl
34401            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
34402 ____________________________________________________________________________
34403 [  6696] By: jhi                                   on 2000/08/18  13:26:14
34404         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
34405              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
34406              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
34407              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
34408      Branch: perl
34409            ! pod/perldiag.pod pod/perlsyn.pod
34410 ____________________________________________________________________________
34411 [  6695] By: jhi                                   on 2000/08/18  13:13:26
34412         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
34413              From: Daniel Chetlin <daniel@chetlin.com>
34414              Date: Fri, 18 Aug 2000 03:13:36 -0700
34415              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
34416      Branch: perl
34417            ! pod/perlfunc.pod
34418 ____________________________________________________________________________
34419 [  6694] By: jhi                                   on 2000/08/18  13:08:05
34420         Log: Subject: [PATCH] perltrap.pod spring cleaning
34421              From: Daniel Chetlin <daniel@chetlin.com>
34422              Date: Fri, 18 Aug 2000 03:06:54 -0700
34423              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
34424              
34425              plus Mike Guy's nitfix.
34426      Branch: perl
34427            ! pod/perltrap.pod
34428 ____________________________________________________________________________
34429 [  6693] By: jhi                                   on 2000/08/18  13:00:26
34430         Log: Unbuffer the output.
34431              
34432              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
34433              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
34434              Date: Thu, 17 Aug 2000 18:39:29 -0700
34435              Message-ID: <RPJn5gzkgydf092yn@efn.org>
34436      Branch: perl
34437            ! t/op/fork.t
34438 ____________________________________________________________________________
34439 [  6692] By: jhi                                   on 2000/08/18  05:19:17
34440         Log: Delete the image, too, not just its MANIFEStation.
34441      Branch: perl
34442            - lib/CGI/eg/wilogo.gif
34443 ____________________________________________________________________________
34444 [  6691] By: jhi                                   on 2000/08/18  05:10:26
34445         Log: Propagate new Configure vars.
34446      Branch: perl
34447            ! configure.com epoc/config.sh uconfig.h uconfig.sh
34448            ! vos/config.def vos/config.h vos/config_h.SH_orig
34449            ! win32/config.bc win32/config.gc win32/config.vc
34450            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
34451 ____________________________________________________________________________
34452 [  6690] By: jhi                                   on 2000/08/18  04:30:56
34453         Log: Update Changes.
34454      Branch: perl
34455            ! Changes patchlevel.h
34456 ____________________________________________________________________________
34457 [  6689] By: jhi                                   on 2000/08/18  04:12:30
34458         Log: Fix the lib/complex failure of
34459              
34460              From: abigail@foad.org
34461              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
34462              Date: 15 Aug 2000 04:06:38 -0000
34463              Message-Id: <20000815040638.8524.qmail@foad.org> 
34464              
34465              Linux long double accuracy issue: something that
34466              when printed with %g looks like "2" but int() of it is 1.
34467      Branch: perl
34468            ! lib/Math/Complex.pm
34469 ____________________________________________________________________________
34470 [  6688] By: jhi                                   on 2000/08/18  03:15:35
34471         Log: The byteorder code in #6671 was wrong.
34472      Branch: perl
34473            ! configpm
34474 ____________________________________________________________________________
34475 [  6687] By: jhi                                   on 2000/08/18  02:08:42
34476         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
34477              From: Jan Dubois <jand@ActiveState.com>
34478              Date: Thu, 17 Aug 2000 18:31:55 -0700
34479              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
34480      Branch: perl
34481            ! sv.c
34482 ____________________________________________________________________________
34483 [  6686] By: jhi                                   on 2000/08/18  02:04:15
34484         Log: Use NVs in POSIX math, not doubles.
34485              
34486              From: abigail@foad.org
34487              Subject: [ID 20000817.014] POSIX & modfl
34488              Date: 17 Aug 2000 20:49:18 -0000
34489              Message-Id: <20000817204918.23123.qmail@foad.org>
34490      Branch: perl
34491            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
34492 ____________________________________________________________________________
34493 [  6685] By: jhi                                   on 2000/08/18  02:02:12
34494         Log: Introduce NVef, NVff, and NVgf, use the middle one.
34495              (helps for lib/peek + Linux + long doubles)  Reported in
34496              
34497              From: abigail@foad.org
34498              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
34499              Date: 15 Aug 2000 04:06:38 -0000
34500              Message-Id: <20000815040638.8524.qmail@foad.org> 
34501              
34502              (note: the lib/complex failure has not yet been addressed)
34503      Branch: metaconfig/U/perl
34504            ! perlxvf.U
34505      Branch: perl
34506            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34507            ! config_h.SH dump.c perl.h pod/perlguts.pod
34508 ____________________________________________________________________________
34509 [  6684] By: jhi                                   on 2000/08/17  23:22:19
34510         Log: Add byteorder to the myconfig output.
34511      Branch: perl
34512            ! myconfig.SH
34513 ____________________________________________________________________________
34514 [  6683] By: jhi                                   on 2000/08/17  23:20:19
34515         Log: The image doth not exist, spotted by Johan Vromans.
34516      Branch: perl
34517            ! MANIFEST
34518 ____________________________________________________________________________
34519 [  6682] By: jhi                                   on 2000/08/17  22:38:16
34520         Log: Document what the backtick returns if the command fails.
34521      Branch: perl
34522            ! pod/perlop.pod
34523 ____________________________________________________________________________
34524 [  6681] By: jhi                                   on 2000/08/17  22:33:12
34525         Log: Do not use prototyping here.
34526              
34527              Subject: [ID 20000817.016] [PATCH] Peek.xs
34528              From: abigail@foad.org
34529              Date: 17 Aug 2000 20:55:56 -0000
34530              Message-Id: <20000817205556.24270.qmail@foad.org>
34531      Branch: perl
34532            ! ext/Devel/Peek/Makefile.PL
34533 ____________________________________________________________________________
34534 [  6680] By: jhi                                   on 2000/08/17  19:46:43
34535         Log: Don't propose using modules built for 5.005 if no binary
34536              compatibility with 5.005 is attempted.
34537              
34538              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
34539              Subject: Minor nit with 5.7.0 (6655)
34540              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
34541              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
34542      Branch: metaconfig
34543            ! U/installdirs/inc_version_list.U
34544      Branch: perl
34545            ! Configure config_h.SH
34546 ____________________________________________________________________________
34547 [  6679] By: jhi                                   on 2000/08/17  19:16:39
34548         Log: Microperl config update.
34549      Branch: perl
34550            ! uconfig.h uconfig.sh
34551 ____________________________________________________________________________
34552 [  6678] By: jhi                                   on 2000/08/17  19:16:13
34553         Log: The #6648 wasn't protective enough for limited platforms
34554              (like microperl).
34555      Branch: perl
34556            ! dump.c sv.c
34557 ____________________________________________________________________________
34558 [  6677] By: jhi                                   on 2000/08/17  14:46:35
34559         Log: Update Changes.
34560      Branch: perl
34561            ! Changes patchlevel.h
34562 ____________________________________________________________________________
34563 [  6676] By: jhi                                   on 2000/08/17  14:44:02
34564         Log: Add perlebcdic from Peter Prymmer, regen toc.
34565      Branch: perl
34566            + pod/perlebcdic.pod
34567            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
34568 ____________________________________________________________________________
34569 [  6675] By: jhi                                   on 2000/08/17  14:41:52
34570         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
34571      Branch: perl
34572            ! pod/perldebtut.pod
34573 ____________________________________________________________________________
34574 [  6674] By: jhi                                   on 2000/08/17  14:29:43
34575         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
34576              
34577              Subject: [ID 20000724.006] -DLEAKTEST problem
34578              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
34579              Date: Tue, 25 Jul 2000 00:36:32 -0500
34580              Message-Id: <20000725003632.A26186@www.llamacom.com>
34581              
34582              Reminder sent
34583              
34584              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
34585              From: Hugo <hv@crypt.compulink.co.uk>
34586              Date: Thu, 17 Aug 2000 15:23:42 +0100
34587              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
34588      Branch: perl
34589            ! util.c
34590 ____________________________________________________________________________
34591 [  6673] By: jhi                                   on 2000/08/17  04:07:10
34592         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
34593              From: John Peacock <JPeacock@UnivPress.com>
34594              Date: Tue, 01 Aug 2000 09:38:12 -0400
34595              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
34596      Branch: perl
34597            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
34598 ____________________________________________________________________________
34599 [  6672] By: jhi                                   on 2000/08/17  03:04:35
34600         Log: Subject: [PATCH] Cwd.pm now uses strict
34601              From: Tim Jenness <timj@jach.hawaii.edu>
34602              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
34603              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
34604      Branch: perl
34605            ! lib/Cwd.pm
34606 ____________________________________________________________________________
34607 [  6671] By: jhi                                   on 2000/08/17  02:16:35
34608         Log: Make $Config{byteorder} more magical so that it is
34609              dynamically computed: nice for 'fat binaries'.
34610              
34611              Subject: [PATCH]: default byteorder
34612              From: Wilfredo Sánchez <wsanchez@apple.com>
34613              Date: Mon, 31 Jul 2000 19:45:31 -0700
34614              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
34615      Branch: perl
34616            ! configpm
34617 ____________________________________________________________________________
34618 [  6670] By: gsar                                  on 2000/08/17  01:22:21
34619         Log: move WNOHANG definition to where other such things are
34620      Branch: perl
34621            ! win32/win32.h
34622 ____________________________________________________________________________
34623 [  6669] By: jhi                                   on 2000/08/17  01:19:17
34624         Log: Update Changes.
34625      Branch: perl
34626            ! Changes patchlevel.h
34627 ____________________________________________________________________________
34628 [  6668] By: jhi                                   on 2000/08/17  01:16:29
34629         Log: Doc nits spotted by Richard Soderberg.
34630      Branch: perl
34631            ! README.posix-bc README.vmesa
34632 ____________________________________________________________________________
34633 [  6667] By: jhi                                   on 2000/08/17  01:12:11
34634         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
34635              From: "Casey R. Tweten" <crt@kiski.net>
34636              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
34637              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
34638      Branch: perl
34639            ! pod/perldebtut.pod
34640 ____________________________________________________________________________
34641 [  6666] By: jhi                                   on 2000/08/17  01:09:31
34642         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
34643              From: "Casey R. Tweten" <crt@kiski.net>
34644              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
34645              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
34646      Branch: perl
34647            ! lib/Shell.pm
34648 ____________________________________________________________________________
34649 [  6665] By: gsar                                  on 2000/08/17  01:03:52
34650         Log: add "ok" targets from change#6632 in makefile.mk
34651      Branch: perl
34652            ! pod/perlport.pod win32/Makefile win32/makefile.mk
34653 ____________________________________________________________________________
34654 [  6664] By: gsar                                  on 2000/08/17  00:56:11
34655         Log: avoid warnings from dense compiler
34656      Branch: perl
34657            ! win32/win32.c
34658 ____________________________________________________________________________
34659 [  6663] By: jhi                                   on 2000/08/17  00:51:49
34660         Log: Tweak the regex compilation errors once more.
34661      Branch: perl
34662            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
34663            ! t/op/regmesg.t t/pragma/warn/regcomp
34664 ____________________________________________________________________________
34665 [  6662] By: gsar                                  on 2000/08/17  00:28:19
34666         Log: trailing new %ENV entries weren't being pushed into the real
34667              environment of subprocesses on Windows
34668      Branch: perl
34669            ! t/op/magic.t win32/perlhost.h
34670 ____________________________________________________________________________
34671 [  6661] By: gsar                                  on 2000/08/17  00:19:20
34672         Log: waitpid() now handles externally spawned pids correctly;
34673              fixes for backtick/wait/waitpid failures on Windows 9x
34674              
34675              these changes make the pid returned by process functions on
34676              Windows 9x always positive by clearing the high bit (which
34677              is always set on Win9x); pseudo-process PIDs are likewise
34678              always negative now on Win9x (just as on NT/2000)
34679      Branch: perl
34680            ! pp_sys.c win32/perlhost.h win32/win32.c
34681 ____________________________________________________________________________
34682 [  6660] By: jhi                                   on 2000/08/17  00:04:32
34683         Log: Retract #6645.
34684      Branch: perl
34685            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34686            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
34687            ! t/op/sprintf.t
34688 ____________________________________________________________________________
34689 [  6659] By: gsar                                  on 2000/08/16  23:59:28
34690         Log: on windows, the return values from wait() and waitpid() don't
34691              match those of pseudo-pids
34692      Branch: perl
34693            ! pp_sys.c t/op/fork.t util.c win32/win32.c
34694 ____________________________________________________________________________
34695 [  6658] By: gsar                                  on 2000/08/16  23:56:14
34696         Log: pod nit seen in passing
34697      Branch: perl
34698            ! pod/perlfunc.pod
34699 ____________________________________________________________________________
34700 [  6657] By: gsar                                  on 2000/08/16  23:53:42
34701         Log: change#6328 could make close(SOCKET) return false on windows
34702              when it shouldn't
34703      Branch: perl
34704            ! win32/win32sck.c
34705 ____________________________________________________________________________
34706 [  6656] By: gsar                                  on 2000/08/16  23:46:57
34707         Log: check that the number pseudo children doesn't exceed
34708              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
34709              the WaitForMultipleObjects() limit that would cause wait()
34710              to crash)
34711              
34712              wait() and waitpid() could potentially be rewritten to use
34713              more than one thread to do the waiting to eliminate this
34714              limitation
34715      Branch: perl
34716            ! win32/perlhost.h
34717 ____________________________________________________________________________
34718 [  6655] By: jhi                                   on 2000/08/16  14:11:05
34719         Log: Update Changes.
34720      Branch: perl
34721            ! Changes patchlevel.h
34722 ____________________________________________________________________________
34723 [  6654] By: jhi                                   on 2000/08/16  14:10:12
34724         Log: Update to perldebtut 1.9, from Richard Foley.
34725      Branch: perl
34726            ! pod/perldebtut.pod
34727 ____________________________________________________________________________
34728 [  6653] By: jhi                                   on 2000/08/16  14:08:17
34729         Log: Change the regx compilation error markers to use = instead of <
34730              since pod makes using the latter quite messy.  Reported in
34731              ID 20000814.006 by Abigail and in
34732              Subject: Unknown escape E<> ?
34733              From: Lupe Christoph <lupe@lupe-christoph.de>
34734              Date: Fri, 11 Aug 2000 00:30:27 +0200
34735              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
34736      Branch: perl
34737            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
34738            ! t/op/regmesg.t t/pragma/warn/regcomp
34739 ____________________________________________________________________________
34740 [  6652] By: jhi                                   on 2000/08/16  13:25:31
34741         Log: Change the perlbug address to perl.org since it's more forgiving.
34742              
34743              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
34744              From: abigail@foad.org
34745              Date: 15 Aug 2000 04:15:40 -0000
34746              Message-Id: <20000815041540.8633.qmail@foad.org>
34747      Branch: perl
34748            ! utils/perlbug.PL
34749 ____________________________________________________________________________
34750 [  6651] By: jhi                                   on 2000/08/16  13:22:35
34751         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
34752              From: Tim Jenness <timj@jach.hawaii.edu>
34753              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
34754              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
34755      Branch: perl
34756            ! lib/Cwd.pm
34757 ____________________________________________________________________________
34758 [  6650] By: jhi                                   on 2000/08/16  13:18:13
34759         Log: Update to CPAN 1.57.
34760              
34761              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
34762              From: andreas.koenig@anima.de (Andreas J. Koenig)
34763              Date: 16 Aug 2000 15:09:46 +0200
34764              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
34765      Branch: perl
34766            ! lib/CPAN.pm
34767 ____________________________________________________________________________
34768 [  6649] By: jhi                                   on 2000/08/16  13:12:31
34769         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
34770              From: "Larry W. Virden" <lvirden@cas.org>
34771              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
34772              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
34773      Branch: perl
34774            ! README.hpux
34775 ____________________________________________________________________________
34776 [  6648] By: jhi                                   on 2000/08/16  13:03:53
34777         Log: The numeric locale was reset to "C" by s?printf and never restored.
34778              
34779              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
34780              From: Christian Kirsch <ck@held.mind.de>
34781              Date: Wed, 9 Aug 2000 17:05:17 +0200
34782              Message-Id: <20000809170517.A25389@held>
34783              
34784              No test since adding the failing example to locale.t
34785              does not fail -- probably because the locale settings are so
34786              thoroughly tweaked by that time.  Running the example standalone
34787              does fail, though.  UPDATE: test case added at change #7540.
34788      Branch: perl
34789            ! dump.c perl.h pp.c pp_ctl.c sv.c
34790 ____________________________________________________________________________
34791 [  6647] By: jhi                                   on 2000/08/16  00:07:54
34792         Log: Update Changes and test semi-automatic patchlevel updating.
34793      Branch: perl
34794            ! Changes patchlevel.h
34795 ____________________________________________________________________________
34796 [  6646] By: jhi                                   on 2000/08/15  23:35:07
34797         Log: Fix a dependency problem.
34798              
34799              Subject: [PATCH: 6640] VMS Makefile.SH update
34800              From: Peter Prymmer <pvhp@forte.com>
34801              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
34802              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
34803      Branch: perl
34804            ! vms/descrip_mms.template
34805 ____________________________________________________________________________
34806 [  6645] By: jhi                                   on 2000/08/15  23:33:23
34807         Log: (Retracted by #6660)
34808              
34809              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
34810              From: Dominic Dunlop <domo@computer.org>
34811              Date: Tue, 15 Aug 2000 22:20:52 +0200
34812              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
34813      Branch: metaconfig/U/perl
34814            + d_printfed.U
34815      Branch: perl
34816            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34817            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
34818            ! t/op/sprintf.t
34819 ____________________________________________________________________________
34820 [  6644] By: jhi                                   on 2000/08/15  21:17:20
34821         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
34822              From: abigail@foad.org
34823              Date: 15 Aug 2000 20:12:41 -0000
34824              Message-Id: <20000815201241.25556.qmail@foad.org>
34825      Branch: perl
34826            ! INSTALL
34827 ____________________________________________________________________________
34828 [  6643] By: jhi                                   on 2000/08/15  21:15:28
34829         Log: (an already applied patch)
34830      Branch: perl
34831            ! lib/CGI.pm
34832 ____________________________________________________________________________
34833 [  6642] By: gsar                                  on 2000/08/15  19:54:05
34834         Log: magic callbacks all need to have same type signature
34835      Branch: perl
34836            ! embed.pl mg.c proto.h
34837 ____________________________________________________________________________
34838 [  6641] By: jhi                                   on 2000/08/15  17:56:27
34839         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)
34840              From: Mike Guy <mjtg@cam.ac.uk>
34841              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
34842              Date: Tue, 15 Aug 2000 18:26:45 +0100
34843              
34844              Only the peek.t part applied, not the hash quality part.
34845      Branch: perl
34846            ! t/lib/peek.t
34847 ____________________________________________________________________________
34848 [  6640] By: jhi                                   on 2000/08/15  16:37:37
34849         Log: Update Changes.
34850      Branch: perl
34851            ! Changes
34852 ____________________________________________________________________________
34853 [  6639] By: jhi                                   on 2000/08/15  16:34:55
34854         Log: Missed a file from #6638.
34855      Branch: perl
34856            ! lib/File/Temp.pm
34857 ____________________________________________________________________________
34858 [  6638] By: jhi                                   on 2000/08/15  16:33:19
34859         Log: Subject: [PATCH perl@6620] cygwin port
34860              From: "Fifer, Eric" <EFifer@sanwaint.com>
34861              Date: Tue, 15 Aug 2000 17:00:49 +0100
34862              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
34863      Branch: perl
34864            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
34865 ____________________________________________________________________________
34866 [  6637] By: jhi                                   on 2000/08/15  16:29:22
34867         Log: Subject: [PATCH] debugger exit code should reflect user exit code
34868              From: Mike Guy <mjtg@cam.ac.uk>
34869              Date: Tue, 15 Aug 2000 16:55:59 +0100
34870              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
34871      Branch: perl
34872            ! lib/perl5db.pl
34873 ____________________________________________________________________________
34874 [  6636] By: jhi                                   on 2000/08/15  15:30:58
34875         Log: Update Changes.
34876      Branch: perl
34877            ! Changes
34878 ____________________________________________________________________________
34879 [  6635] By: jhi                                   on 2000/08/15  15:27:21
34880         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
34881      Branch: metaconfig
34882            ! U/mkglossary U/mksample
34883      Branch: metaconfig/U/perl
34884            ! Devel.U
34885      Branch: perl
34886            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34887 ____________________________________________________________________________
34888 [  6634] By: jhi                                   on 2000/08/15  14:11:55
34889         Log: Don't blow limited stacks, a lower number is enough to
34890              tickle the lookbehind limit.
34891              
34892              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
34893              From: Dominic Dunlop <domo@computer.org>
34894              Date: Tue, 15 Aug 2000 13:51:24 +0200
34895              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
34896      Branch: perl
34897            ! t/op/regmesg.t
34898 ____________________________________________________________________________
34899 [  6633] By: jhi                                   on 2000/08/15  14:01:46
34900         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
34901              From: Mike Guy <mjtg@cam.ac.uk>
34902              Date: Tue, 15 Aug 2000 12:10:50 +0100
34903              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
34904      Branch: perl
34905            ! utils/perldoc.PL
34906 ____________________________________________________________________________
34907 [  6632] By: jhi                                   on 2000/08/15  13:58:48
34908         Log: make ok etc also for win32.
34909              
34910              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
34911              From: Prymmer/Kahn <pvhp@best.com>
34912              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
34913              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
34914      Branch: perl
34915            ! win32/Makefile
34916 ____________________________________________________________________________
34917 [  6631] By: jhi                                   on 2000/08/15  13:45:03
34918         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
34919      Branch: perl
34920            ! lib/Test.pm
34921 ____________________________________________________________________________
34922 [  6630] By: jhi                                   on 2000/08/15  03:25:09
34923         Log: Update Changes.
34924      Branch: perl
34925            ! Changes
34926 ____________________________________________________________________________
34927 [  6629] By: jhi                                   on 2000/08/15  03:23:53
34928         Log: magic_regdatum_set() is void, not int.
34929      Branch: perl
34930            ! embed.pl mg.c proto.h
34931 ____________________________________________________________________________
34932 [  6628] By: jhi                                   on 2000/08/15  03:08:02
34933         Log: Make the user to give up his firstborn, err, to knowingly
34934              verify installing an unstable developer release.  Also bump
34935              the release to 5.7.0, but leave a patch tag in the local
34936              patches saying that this is not yet the real thing.
34937      Branch: metaconfig
34938            ! U/modified/Instruct.U
34939      Branch: metaconfig/U/perl
34940            + Devel.U
34941      Branch: perl
34942            ! Configure patchlevel.h
34943 ____________________________________________________________________________
34944 [  6627] By: jhi                                   on 2000/08/14  22:32:52
34945         Log: README.os2 update.
34946              
34947              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
34948              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
34949              Date: Wed, 02 Aug 2000 21:55:09 -0700
34950              Message-ID: <tsPi5gzkgegX092yn@efn.org>
34951      Branch: perl
34952            ! README.os2
34953 ____________________________________________________________________________
34954 [  6626] By: jhi                                   on 2000/08/14  21:00:02
34955         Log: Subject: Re: File::Temp problems on VMS in bleedperl
34956              From: Tim Jenness <timj@jach.hawaii.edu>
34957              cc: vmsperl@perl.org
34958              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
34959              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
34960      Branch: perl
34961            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
34962 ____________________________________________________________________________
34963 [  6625] By: jhi                                   on 2000/08/14  20:52:16
34964         Log: Add SUIDMAIL as was done for the CERT alert.
34965      Branch: perl
34966            ! patchlevel.h
34967 ____________________________________________________________________________
34968 [  6624] By: jhi                                   on 2000/08/14  20:48:50
34969         Log: Subject: sfio2000
34970              From: Daniel Muino <dmuino@afip.gov.ar>
34971              Date: Mon, 14 Aug 2000 16:58:11 -0300
34972              Message-ID: <20000814165811.B16368@con2-dgi>
34973      Branch: perl
34974            ! perlsdio.h perlsfio.h
34975 ____________________________________________________________________________
34976 [  6623] By: jhi                                   on 2000/08/14  20:47:36
34977         Log: Subject: warning: storage class after type is obsolescent
34978              From: Daniel Muino <dmuino@afip.gov.ar>
34979              Date: Mon, 14 Aug 2000 16:42:47 -0300
34980              Message-ID: <20000814164247.A16368@con2-dgi>
34981      Branch: perl
34982            ! regcomp.pl regnodes.h
34983 ____________________________________________________________________________
34984 [  6622] By: jhi                                   on 2000/08/14  20:43:05
34985         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
34986              From: abigail@foad.org
34987              Date: 14 Aug 2000 20:00:10 -0000
34988              Message-Id: <20000814200010.27271.qmail@foad.org>
34989      Branch: perl
34990            ! Changes
34991 ____________________________________________________________________________
34992 [  6621] By: jhi                                   on 2000/08/14  15:23:05
34993         Log: Update Changes.
34994      Branch: perl
34995            ! Changes
34996 ____________________________________________________________________________
34997 [  6620] By: jhi                                   on 2000/08/14  15:22:14
34998         Log: Subject: Re: [PATCH] @+, @- readonly
34999              From: Mike Guy <mjtg@cam.ac.uk>
35000              Date: Mon, 14 Aug 2000 15:26:55 +0100
35001              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
35002      Branch: perl
35003            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
35004            ! sv.c t/op/pat.t
35005 ____________________________________________________________________________
35006 [  6619] By: jhi                                   on 2000/08/14  14:12:08
35007         Log: Update Changes.
35008      Branch: perl
35009            ! Changes
35010 ____________________________________________________________________________
35011 [  6618] By: jhi                                   on 2000/08/14  14:09:34
35012         Log: For now remove the mail code.
35013      Branch: perl
35014            ! perl.c
35015 ____________________________________________________________________________
35016 [  6617] By: jhi                                   on 2000/08/14  14:08:28
35017         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
35018      Branch: perl
35019            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
35020            ! pod/perlfaq8.pod pod/perlsec.pod
35021 ____________________________________________________________________________
35022 [  6616] By: jhi                                   on 2000/08/14  14:00:11
35023         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
35024              From: Mike Guy <mjtg@cam.ac.uk>
35025              Date: Mon, 14 Aug 2000 08:26:02 +0100
35026              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
35027      Branch: perl
35028            ! lib/perl5db.pl
35029 ____________________________________________________________________________
35030 [  6615] By: jhi                                   on 2000/08/14  13:58:45
35031         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
35032              From: Mike Guy <mjtg@cam.ac.uk>
35033              Date: Mon, 14 Aug 2000 08:04:22 +0100
35034              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
35035      Branch: perl
35036            ! gv.c mg.c t/op/pat.t
35037 ____________________________________________________________________________
35038 [  6614] By: jhi                                   on 2000/08/14  13:56:45
35039         Log: Subject: Test fails / warnings with perl-current #6612
35040              From: Mike Guy <mjtg@cam.ac.uk>
35041              Date: Mon, 14 Aug 2000 07:57:23 +0100
35042              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
35043      Branch: perl
35044            ! t/lib/b.t t/lib/peek.t
35045 ____________________________________________________________________________
35046 [  6613] By: jhi                                   on 2000/08/14  13:45:33
35047         Log: VMS configure.com update continues.
35048      Branch: perl
35049            - vms/configure.com
35050            ! MANIFEST configure.com
35051 ____________________________________________________________________________
35052 [  6612] By: jhi                                   on 2000/08/13  22:13:35
35053         Log: Update Changes.
35054      Branch: perl
35055            ! Changes
35056 ____________________________________________________________________________
35057 [  6611] By: jhi                                   on 2000/08/13  16:21:45
35058         Log: Upgrade to CGI 2.71, from Lincoln Stein.
35059      Branch: perl
35060            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
35061 ____________________________________________________________________________
35062 [  6610] By: jhi                                   on 2000/08/13  15:09:16
35063         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
35064              From: Mike Guy <mjtg@cam.ac.uk>
35065              Date: Sun, 13 Aug 2000 13:45:51 +0100
35066              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
35067      Branch: perl
35068            ! t/op/regmesg.t
35069 ____________________________________________________________________________
35070 [  6609] By: jhi                                   on 2000/08/13  14:31:26
35071         Log: Andreas says that 1.56 is fine, so reverting back to it.
35072      Branch: perl
35073            ! lib/CPAN.pm
35074 ____________________________________________________________________________
35075 [  6608] By: jhi                                   on 2000/08/13  05:34:20
35076         Log: Update Changes.
35077      Branch: perl
35078            ! Changes
35079 ____________________________________________________________________________
35080 [  6607] By: jhi                                   on 2000/08/13  05:32:01
35081         Log: Put back the \z changes of #5406 to CPAN.pm.
35082      Branch: perl
35083            ! lib/CPAN.pm
35084 ____________________________________________________________________________
35085 [  6606] By: jhi                                   on 2000/08/13  05:20:16
35086         Log: Fix-n-skip the tests under 5005threads.
35087      Branch: perl
35088            ! t/lib/b.t
35089 ____________________________________________________________________________
35090 [  6605] By: jhi                                   on 2000/08/13  05:07:48
35091         Log: Fix the test for 5005threads.
35092      Branch: perl
35093            ! t/lib/peek.t
35094 ____________________________________________________________________________
35095 [  6604] By: jhi                                   on 2000/08/13  03:35:37
35096         Log: Should have deleted this in #6603.
35097      Branch: perl
35098            - vms/subconfigure.com
35099 ____________________________________________________________________________
35100 [  6603] By: jhi                                   on 2000/08/12  18:29:32
35101         Log: Rewrite of vms/subconfigure.com as configure.com,
35102              from Peter Prymmer and the vmsperl crew.
35103      Branch: perl
35104            + vms/configure.com
35105            ! MANIFEST
35106 ____________________________________________________________________________
35107 [  6602] By: jhi                                   on 2000/08/11  13:00:01
35108         Log: PlainText.pm is dead.
35109      Branch: perl
35110            - lib/Pod/PlainText.pm
35111            ! MANIFEST
35112 ____________________________________________________________________________
35113 [  6601] By: jhi                                   on 2000/08/11  04:06:45
35114         Log: Update Changes.
35115      Branch: perl
35116            ! Changes
35117 ____________________________________________________________________________
35118 [  6600] By: jhi                                   on 2000/08/11  04:06:10
35119         Log: Add a few missing files, update MANIFEST.
35120      Branch: perl
35121            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
35122            + lib/Pod/PlainText.pm t/pod/find.t
35123            ! MANIFEST t/op/regmesg.t
35124 ____________________________________________________________________________
35125 [  6599] By: jhi                                   on 2000/08/11  03:31:10
35126         Log: Add Perl debugging tutorial, regen toc. 
35127              
35128              Subject: perldebtut.pod
35129              From: Richard Foley <Richard.Foley@m.dasa.de>
35130              Date: Wed, 09 Aug 2000 10:17:15 +0200
35131              Message-id: <3991138B.262247B8@m.dasa.de>
35132      Branch: perl
35133            + pod/perldebtut.pod
35134            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
35135 ____________________________________________________________________________
35136 [  6598] By: jhi                                   on 2000/08/11  02:48:56
35137         Log: tiny Changes edit
35138      Branch: perl
35139            ! Changes
35140 ____________________________________________________________________________
35141 [  6597] By: jhi                                   on 2000/08/11  02:39:04
35142         Log: Tests for #6589.
35143              
35144              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
35145              From: simon@brecon.co.uk (Simon Cozens)
35146              Date: 11 Aug 2000 02:24:52 GMT
35147              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
35148      Branch: perl
35149            ! t/lib/b.t
35150 ____________________________________________________________________________
35151 [  6596] By: jhi                                   on 2000/08/11  01:50:07
35152         Log: Update Changes.
35153      Branch: perl
35154            ! Changes
35155 ____________________________________________________________________________
35156 [  6595] By: jhi                                   on 2000/08/11  01:47:16
35157         Log: nitfix
35158      Branch: perl
35159            ! Changes
35160 ____________________________________________________________________________
35161 [  6594] By: jhi                                   on 2000/08/11  01:36:16
35162         Log: Subject: Getting perlio and threads to compile
35163              From: Lupe Christoph <lupe@lupe-christoph.de>
35164              Date: Wed, 9 Aug 2000 11:35:54 +0200
35165              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
35166              
35167              (the Solaris version changes in Configure skipped)
35168      Branch: perl
35169            ! hints/solaris_2.sh thread.h
35170 ____________________________________________________________________________
35171 [  6593] By: jhi                                   on 2000/08/11  01:30:16
35172         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
35173              From: simon@brecon.co.uk (Simon Cozens)
35174              Date: 1 Aug 2000 06:55:19 GMT
35175              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
35176      Branch: perl
35177            ! lib/utf8.pm
35178 ____________________________________________________________________________
35179 [  6592] By: jhi                                   on 2000/08/11  01:26:39
35180         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
35181              From: Peter Scott <Peter@PeterScott.com>
35182              Date: Thu, 10 Aug 2000 08:23:27 -0700
35183              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
35184      Branch: perl
35185            ! lib/perl5db.pl
35186 ____________________________________________________________________________
35187 [  6591] By: jhi                                   on 2000/08/11  01:22:02
35188         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
35189              From: Hugo <hv@crypt.compulink.co.uk>
35190              Date: Thu, 10 Aug 2000 19:23:04 +0100
35191              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
35192      Branch: perl
35193            ! regexec.c t/op/pat.t
35194 ____________________________________________________________________________
35195 [  6590] By: jhi                                   on 2000/08/11  01:19:19
35196         Log: Preprocessing and postprocessing for File::Find.
35197              
35198              Subject: Patch to Find::File.pm to allow alphabetical results
35199              From: Joe Smith <jsmith@inwap.com>
35200              Date: Wed, 9 Aug 2000 02:44:54 -0700
35201              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
35202      Branch: perl
35203            ! lib/File/Find.pm
35204 ____________________________________________________________________________
35205 [  6589] By: jhi                                   on 2000/08/11  01:12:39
35206         Log: B::Deparse didn't do sub attributes.
35207              
35208              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
35209              From: simon@brecon.co.uk (Simon Cozens)
35210              Date: 9 Aug 2000 04:49:20 GMT
35211              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
35212      Branch: perl
35213            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
35214 ____________________________________________________________________________
35215 [  6588] By: jhi                                   on 2000/08/11  01:06:40
35216         Log: Subject: debugger "d" command doesnt check line number
35217              From: Mike Guy <mjtg@cam.ac.uk>
35218              Date: Tue, 08 Aug 2000 21:54:29 +0100
35219              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
35220      Branch: perl
35221            ! lib/perl5db.pl mg.c pod/perldiag.pod
35222 ____________________________________________________________________________
35223 [  6587] By: jhi                                   on 2000/08/11  00:45:03
35224         Log: sleep(1) does not necessarily return 1.
35225              
35226              Subject: [PATCH bleadperl] op/lex_assign.t  
35227              From: Hugo <hv@crypt.compulink.co.uk>
35228              Date: Thu, 03 Aug 2000 14:34:22 +0100        
35229              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
35230      Branch: perl
35231            ! t/op/lex_assign.t
35232 ____________________________________________________________________________
35233 [  6586] By: jhi                                   on 2000/08/11  00:31:50
35234         Log: Document the IO::Select timeout.
35235      Branch: perl
35236            ! ext/IO/lib/IO/Select.pm
35237 ____________________________________________________________________________
35238 [  6585] By: jhi                                   on 2000/08/11  00:13:54
35239         Log: Forgot contributor.
35240      Branch: perl
35241            ! Changes
35242 ____________________________________________________________________________
35243 [  6584] By: jhi                                   on 2000/08/11  00:09:19
35244         Log: detypo
35245      Branch: perl
35246            ! Changes
35247 ____________________________________________________________________________
35248 [  6583] By: jhi                                   on 2000/08/11  00:07:53
35249         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
35250              
35251              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
35252              From: Mike Guy <mjtg@cam.ac.uk> 
35253              Date: Thu, 10 Aug 2000 15:50:54 +0100
35254              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
35255      Branch: perl
35256            ! sv.c t/op/int.t
35257 ____________________________________________________________________________
35258 [  6582] By: jhi                                   on 2000/08/10  23:29:32
35259         Log: Update Changes.
35260      Branch: perl
35261            ! Changes
35262 ____________________________________________________________________________
35263 [  6581] By: jhi                                   on 2000/08/10  23:26:16
35264         Log: Put back the std @INC thing.
35265      Branch: perl
35266            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
35267            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
35268            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
35269            ! t/lib/gol-oo.t
35270 ____________________________________________________________________________
35271 [  6580] By: jhi                                   on 2000/08/10  23:03:34
35272         Log: Update to CGI 2.70, from Lincoln Stein.
35273      Branch: perl
35274            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
35275            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
35276            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
35277            ! t/lib/cgi-request.t
35278 ____________________________________________________________________________
35279 [  6579] By: jhi                                   on 2000/08/10  22:41:50
35280         Log: Update to CPAN 1.56, from Andreas König.
35281      Branch: perl
35282            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
35283 ____________________________________________________________________________
35284 [  6578] By: jhi                                   on 2000/08/10  22:38:13
35285         Log: Update to Pod::Parser 1.17, from Brad Appleton.
35286      Branch: perl
35287            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
35288            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
35289            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
35290            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
35291            ! t/pod/include.t t/pod/included.t t/pod/lref.t
35292            ! t/pod/multiline_items.t t/pod/nested_items.t
35293            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
35294            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
35295            ! t/pod/special_seqs.t
35296 ____________________________________________________________________________
35297 [  6577] By: jhi                                   on 2000/08/10  22:35:41
35298         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
35299      Branch: perl
35300            ! AUTHORS MAINTAIN
35301 ____________________________________________________________________________
35302 [  6576] By: jhi                                   on 2000/08/10  22:24:54
35303         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
35304      Branch: perl
35305            + t/lib/gol-oo.t
35306            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
35307            ! t/lib/gol-compat.t t/lib/gol-linkage.t
35308 ____________________________________________________________________________
35309 [  6575] By: jhi                                   on 2000/08/10  22:02:07
35310         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
35311      Branch: perl
35312            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
35313 ____________________________________________________________________________
35314 [  6574] By: jhi                                   on 2000/08/10  21:55:03
35315         Log: Iterating perl6 description.
35316      Branch: perl
35317            ! pod/perlfaq1.pod
35318 ____________________________________________________________________________
35319 [  6573] By: jhi                                   on 2000/08/10  21:48:26
35320         Log: Revert the sv.c part of #6559, a better fix is needed.
35321      Branch: perl
35322            ! sv.c
35323 ____________________________________________________________________________
35324 [  6572] By: jhi                                   on 2000/08/10  20:33:43
35325         Log: It's the 2ndO'ROSSC.
35326      Branch: perl
35327            ! pod/perlfaq1.pod
35328 ____________________________________________________________________________
35329 [  6571] By: jhi                                   on 2000/08/10  15:55:48
35330         Log: detypo
35331      Branch: perl
35332            ! pod/perlfaq1.pod
35333 ____________________________________________________________________________
35334 [  6570] By: jhi                                   on 2000/08/10  14:11:17
35335         Log: An exceptionally sticky typo.
35336      Branch: perl
35337            ! Changes
35338 ____________________________________________________________________________
35339 [  6569] By: jhi                                   on 2000/08/10  14:09:33
35340         Log: detypo (and test Changes updating script)
35341      Branch: perl
35342            ! Changes
35343 ____________________________________________________________________________
35344 [  6568] By: jhi                                   on 2000/08/10  14:07:07
35345         Log: Update Changes.
35346      Branch: perl
35347            ! Changes
35348 ____________________________________________________________________________
35349 [  6567] By: jhi                                   on 2000/08/10  14:06:19
35350         Log: Amend the description of Perl6.
35351              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
35352              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
35353              Date: Wed, 9 Aug 2000 22:11:06 -0500
35354              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
35355      Branch: perl
35356            ! pod/perlfaq1.pod
35357 ____________________________________________________________________________
35358 [  6566] By: jhi                                   on 2000/08/10  13:58:57
35359         Log: Subject: Remove dead entry in perldiag
35360              From: Mike Guy <mjtg@cam.ac.uk>
35361              Date: Thu, 10 Aug 2000 14:19:19 +0100
35362              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
35363      Branch: perl
35364            ! pod/perldiag.pod
35365 ____________________________________________________________________________
35366 [  6565] By: jhi                                   on 2000/08/10  13:51:48
35367         Log: Zero entries were skipped, fix from Adrian Goalby
35368              <argoalby@yahoo.co.uk>
35369      Branch: perl
35370            ! lib/unicode/Number.pl lib/unicode/mktables.PL
35371 ____________________________________________________________________________
35372 [  6564] By: jhi                                   on 2000/08/10  13:00:12
35373         Log: Subject: [PATCH 5.6.0] cygwin port
35374              From: "Fifer, Eric" <EFifer@sanwaint.com>
35375              Date: Thu, 10 Aug 2000 13:15:36 +0100
35376              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
35377      Branch: perl
35378            ! README.cygwin hints/cygwin.sh
35379 ____________________________________________________________________________
35380 [  6563] By: jhi                                   on 2000/08/10  12:55:16
35381         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
35382      Branch: perl
35383            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
35384 ____________________________________________________________________________
35385 [  6562] By: gsar                                  on 2000/08/10  08:38:39
35386         Log: warn is a macro, avoid using at a variable to avoid warnings
35387              in some configurations; readdir.t is too conservative in
35388              estimating number of *.t's
35389      Branch: perl
35390            ! t/op/readdir.t util.c
35391 ____________________________________________________________________________
35392 [  6561] By: jhi                                   on 2000/08/09  23:35:42
35393         Log: Update Changes.
35394      Branch: perl
35395            ! Changes
35396 ____________________________________________________________________________
35397 [  6560] By: jhi                                   on 2000/08/09  23:05:47
35398         Log: Subject: Re: enhanced(?) regex error messages
35399              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
35400              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
35401              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
35402              
35403              (plus two small patches sent privately)
35404              (this still seems to leave few test failures)
35405      Branch: perl
35406            + t/op/regmesg.t
35407            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
35408            ! t/pragma/warn/regcomp
35409 ____________________________________________________________________________
35410 [  6559] By: jhi                                   on 2000/08/09  20:41:18
35411         Log: (The fix did work but was not right, retracted in #6573)
35412              
35413              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
35414              From: Christian Kirsch <ck@held.mind.de>
35415              Date: Wed, 9 Aug 2000 17:05:17 +0200
35416              Message-Id: <20000809170517.A25389@held>
35417      Branch: perl
35418            ! sv.c t/pragma/locale.t
35419 ____________________________________________________________________________
35420 [  6558] By: jhi                                   on 2000/08/08  22:34:08
35421         Log: Tiny updates on the contributors list.
35422      Branch: perl
35423            ! Changes
35424 ____________________________________________________________________________
35425 [  6557] By: jhi                                   on 2000/08/08  19:34:28
35426         Log: Double check that we have a dirhandle.
35427      Branch: perl
35428            ! util.c
35429 ____________________________________________________________________________
35430 [  6556] By: jhi                                   on 2000/08/08  19:01:51
35431         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
35432              May be repopulated with fresh maintained examples.
35433      Branch: perl
35434            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
35435            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
35436            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
35437            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
35438            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
35439            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
35440            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
35441            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
35442            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
35443            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
35444            + lib/CGI/eg/wilogo_gif.uu
35445            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
35446            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
35447            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
35448            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
35449            - eg/cgi/frameset.cgi eg/cgi/index.html
35450            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
35451            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
35452            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
35453            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
35454            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
35455            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
35456            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
35457            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
35458            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
35459            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
35460            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
35461            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
35462            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
35463            - eg/van/vanish eg/who eg/wrapsuid
35464            ! MANIFEST
35465 ____________________________________________________________________________
35466 [  6555] By: jhi                                   on 2000/08/08  18:51:08
35467         Log: Delete chat2 as requested by Randal.
35468              
35469              Subject: Re: perlfaq8 coyness
35470              From: merlyn@stonehenge.com (Randal L. Schwartz) 
35471              Date: 15 May 2000 18:52:42 -0700 
35472              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
35473      Branch: perl
35474            - lib/chat2.pl
35475            ! MANIFEST
35476 ____________________________________________________________________________
35477 [  6554] By: jhi                                   on 2000/08/08  18:31:35
35478         Log: Regen global.sym.
35479      Branch: perl
35480            ! global.sym
35481 ____________________________________________________________________________
35482 [  6553] By: jhi                                   on 2000/08/08  18:28:13
35483         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
35484              (either perlbug or p5p ate the original), plus regen
35485              perlapi and perltoc. 
35486      Branch: perl
35487            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
35488            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
35489            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
35490            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
35491            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
35492            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
35493            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
35494            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
35495            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
35496            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
35497 ____________________________________________________________________________
35498 [  6552] By: jhi                                   on 2000/08/08  18:06:29
35499         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
35500              From: Mike Guy <mjtg@cam.ac.uk>
35501              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
35502              Date: Tue, 08 Aug 2000 15:51:27 +0100
35503      Branch: perl
35504            ! doop.c sv.h t/op/join.t t/pragma/overload.t
35505 ____________________________________________________________________________
35506 [  6551] By: jhi                                   on 2000/08/08  18:01:11
35507         Log: Re-apply #6549.
35508      Branch: perl
35509            ! lib/perl5db.pl
35510 ____________________________________________________________________________
35511 [  6550] By: jhi                                   on 2000/08/08  17:43:08
35512         Log: Accidental retraction of #6549.
35513      Branch: perl
35514            ! lib/perl5db.pl
35515 ____________________________________________________________________________
35516 [  6549] By: jhi                                   on 2000/08/08  17:40:04
35517         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
35518              From: Mike Guy <mjtg@cam.ac.uk>
35519              Date: Mon, 07 Aug 2000 21:49:58 +0100
35520              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
35521      Branch: perl
35522            ! lib/perl5db.pl
35523 ____________________________________________________________________________
35524 [  6548] By: jhi                                   on 2000/08/08  17:37:57
35525         Log: Document here-doc better.
35526              
35527              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
35528              From: Mike Guy <mjtg@cam.ac.uk>
35529              Date: Mon, 07 Aug 2000 14:02:09 +0100
35530              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
35531      Branch: perl
35532            ! pod/perldata.pod
35533 ____________________________________________________________________________
35534 [  6547] By: jhi                                   on 2000/08/08  17:33:34
35535         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
35536              From: "Randy J. Ray" <rjray@redhat.com>
35537              Date: Mon, 07 Aug 2000 19:12:25 -0700
35538              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
35539      Branch: perl
35540            ! perl.c pod/perlrun.pod
35541 ____________________________________________________________________________
35542 [  6546] By: jhi                                   on 2000/08/08  17:29:26
35543         Log: Subject: Re: enhanced(?) regex error messages 
35544              From: Hugo <hv@crypt.compulink.co.uk>
35545              Date: Tue, 08 Aug 2000 03:25:51 +0100
35546              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
35547              
35548              plus Capitalize the error messages, plus perldiag them.
35549      Branch: perl
35550            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
35551 ____________________________________________________________________________
35552 [  6545] By: jhi                                   on 2000/08/08  13:59:28
35553         Log: Augment #6539 a bit: don't croak if there's magic in the air.
35554              
35555              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
35556              From: Hugo <hv@crypt.compulink.co.uk>
35557              Date: Tue, 08 Aug 2000 03:02:03 +0100
35558              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
35559      Branch: perl
35560            ! pp.c t/op/bless.t
35561 ____________________________________________________________________________
35562 [  6544] By: jhi                                   on 2000/08/07  21:11:52
35563         Log: Make the test -w clean.
35564      Branch: perl
35565            ! t/op/bless.t
35566 ____________________________________________________________________________
35567 [  6543] By: jhi                                   on 2000/08/07  19:49:53
35568         Log: use warnings instead of $^W.
35569      Branch: perl
35570            ! t/op/bless.t
35571 ____________________________________________________________________________
35572 [  6542] By: jhi                                   on 2000/08/07  17:41:41
35573         Log: Disable a portability warning Because We Know What We Are Doing.
35574      Branch: perl
35575            ! t/op/bless.t
35576 ____________________________________________________________________________
35577 [  6541] By: jhi                                   on 2000/08/07  17:29:51
35578         Log: Tiny tidying on report_evil_fh().
35579      Branch: perl
35580            ! util.c
35581 ____________________________________________________________________________
35582 [  6540] By: jhi                                   on 2000/08/07  16:37:38
35583         Log: Make regular expression parse error messages easier to understand.
35584              
35585              Subject: Re: enhanced(?) regex error messages
35586              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
35587              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
35588              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
35589      Branch: perl
35590            ! regcomp.c
35591 ____________________________________________________________________________
35592 [  6539] By: jhi                                   on 2000/08/07  16:12:27
35593         Log: Make bless(REF, REF) a fatal error, add bless tests.
35594              
35595              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
35596              From: Hugo <hv@crypt.compulink.co.uk>
35597              Date: Mon, 07 Aug 2000 16:59:38 +0100
35598              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
35599      Branch: perl
35600            + t/op/bless.t
35601            ! MANIFEST pod/perldiag.pod pp.c sv.c
35602 ____________________________________________________________________________
35603 [  6538] By: jhi                                   on 2000/08/07  15:59:43
35604         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
35605              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
35606              Date: Thu, 3 Aug 2000 14:29:21 -0700
35607              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
35608      Branch: perl
35609            ! lib/lib_pm.PL
35610 ____________________________________________________________________________
35611 [  6537] By: jhi                                   on 2000/08/07  15:47:18
35612         Log: Retract #6419 for now since it breaks in AFS and MachTen.
35613      Branch: perl
35614            ! lib/Cwd.pm
35615 ____________________________________________________________________________
35616 [  6536] By: jhi                                   on 2000/08/07  15:05:29
35617         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
35618              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
35619              The security hole exists only in suidperls, which isn't
35620              installed or even built by default.
35621      Branch: perl
35622            ! perl.c
35623 ____________________________________________________________________________
35624 [  6535] By: jhi                                   on 2000/08/07  14:45:14
35625         Log: tr memory corruption fix from Simon Cozens.
35626      Branch: perl
35627            ! doop.c
35628 ____________________________________________________________________________
35629 [  6534] By: jhi                                   on 2000/08/06  11:38:16
35630         Log: Document a bit that UDP is not what you might think.
35631              
35632              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
35633              From: Lupe Christoph <lupe@lupe-christoph.de>
35634              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
35635              Date: Mon, 24 Jul 2000 08:59:15 +0200
35636      Branch: perl
35637            ! pod/perlipc.pod
35638 ____________________________________________________________________________
35639 [  6533] By: jhi                                   on 2000/08/06  11:35:01
35640         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
35641              From: Jeff Pinyan <jeffp@hut.crusoe.net>
35642              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
35643              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
35644      Branch: perl
35645            ! pod/perlfunc.pod
35646 ____________________________________________________________________________
35647 [  6532] By: jhi                                   on 2000/08/06  03:45:41
35648         Log: Have symbols for the IoTYPEs.
35649      Branch: perl
35650            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
35651 ____________________________________________________________________________
35652 [  6531] By: jhi                                   on 2000/08/06  01:33:55
35653         Log: Continue fixing the io warnings.  This also
35654              sort of fixes bug ID 20000802.003: the core dump
35655              is no more.  Whether the current behaviour is correct
35656              (giving a warning: "Not a format reference"), is another matter.
35657      Branch: perl
35658            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
35659            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
35660 ____________________________________________________________________________
35661 [  6530] By: jhi                                   on 2000/08/05  21:33:12
35662         Log: Change the Policy policy: now -Dprefix= with an existing
35663              Policy.sh and prefix == siteprefix == vendorprefix, then all
35664              of them follow along the new prefix.
35665              
35666              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
35667              From: Andy Dougherty <doughera@lafayette.edu>
35668              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
35669              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
35670      Branch: perl
35671            ! Policy_sh.SH
35672 ____________________________________________________________________________
35673 [  6529] By: jhi                                   on 2000/08/05  18:57:28
35674         Log: Zap lib/Sys directory when cleaning up.
35675      Branch: perl
35676            ! Makefile.SH
35677 ____________________________________________________________________________
35678 [  6528] By: jhi                                   on 2000/08/05  18:40:44
35679         Log: Essential prototype changes were missing from #6527.
35680              Also make report_evil_fh() more bomb-proof.
35681      Branch: perl
35682            ! embed.h util.c
35683 ____________________________________________________________________________
35684 [  6527] By: jhi                                   on 2000/08/05  03:22:05
35685         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
35686              From: "Ronald F. Guilmette" <rfg@monkeys.com>
35687              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
35688              Message-Id: <200007242247.PAA52177@monkeys.com>
35689      Branch: perl
35690            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
35691 ____________________________________________________________________________
35692 [  6526] By: jhi                                   on 2000/08/04  21:23:27
35693         Log: gcc versions might have (parentheses) in them.
35694      Branch: metaconfig/U/perl
35695            ! gccvers.U
35696      Branch: perl
35697            ! Configure config_h.SH
35698 ____________________________________________________________________________
35699 [  6525] By: jhi                                   on 2000/08/04  20:23:12
35700         Log: Weed buglets pointed out by
35701              
35702              From: Lupe Christoph <lupe@lupe-christoph.de>
35703              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
35704              Date: Fri, 4 Aug 2000 17:34:39 +0200
35705              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
35706      Branch: metaconfig/U/perl
35707            ! gccvers.U uselfs.U
35708      Branch: perl
35709            ! Configure config_h.SH
35710 ____________________________________________________________________________
35711 [  6524] By: jhi                                   on 2000/08/04  19:02:08
35712         Log: Warn under -w if lstat(FH) is attempted.
35713              
35714              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
35715              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
35716              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
35717              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
35718      Branch: perl
35719            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
35720            ! t/pragma/warn/pp_sys
35721 ____________________________________________________________________________
35722 [  6523] By: jhi                                   on 2000/08/04  12:31:11
35723         Log: Subject: New perlcc, take 2
35724              From: simon@brecon.co.uk (Simon Cozens)
35725              Date: 4 Aug 2000 06:21:04 GMT
35726              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
35727      Branch: perl
35728            ! utils/perlcc.PL
35729 ____________________________________________________________________________
35730 [  6522] By: jhi                                   on 2000/08/04  12:26:33
35731         Log: Subject: Re: Array vs. List context
35732              From: Daniel Chetlin <daniel@chetlin.com>
35733              Date: Fri, 4 Aug 2000 00:22:44 -0700
35734              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
35735      Branch: perl
35736            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
35737            ! pod/perlfaq4.pod
35738 ____________________________________________________________________________
35739 [  6521] By: jhi                                   on 2000/08/04  12:22:38
35740         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
35741              From: Raymund Will <ray@caldera.de>
35742              Date: Fri, 4 Aug 2000 12:07:09 +0200
35743              Message-Id: <20000804120709.A14982@caldera.de>
35744      Branch: perl
35745            ! configure.gnu
35746 ____________________________________________________________________________
35747 [  6520] By: jhi                                   on 2000/08/04  04:09:06
35748         Log: After the #6519 a warning about stat() is just that,
35749              not about a filetest, which now have their own warning.
35750      Branch: perl
35751            ! pod/perldiag.pod
35752 ____________________________________________________________________________
35753 [  6519] By: jhi                                   on 2000/08/04  04:06:30
35754         Log: In the warnings call filehandles consistently so;
35755              add "unopened" warning for stat().
35756      Branch: perl
35757            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
35758            ! t/pragma/warn/pp_sys
35759 ____________________________________________________________________________
35760 [  6518] By: jhi                                   on 2000/08/04  02:55:35
35761         Log: Subject: Minor tweak to perlvar.pod
35762              From: "Stephen P. Potter" <spp@ds.net>
35763              Date: Tue, 18 Apr 2000 09:26:03 -0400
35764              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
35765      Branch: perl
35766            ! pod/perlvar.pod
35767 ____________________________________________________________________________
35768 [  6517] By: jhi                                   on 2000/08/04  02:50:08
35769         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
35770              From: "Clinton Pierce" <cpierce1@ford.com>
35771              Date: Wed, 21 Jul 1999 16:45:31 -0400
35772              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
35773              
35774              Fix by Stephen Potter (visible in the bug db but not in p5p?)
35775      Branch: perl
35776            ! pod/perlfunc.pod pod/perlop.pod
35777 ____________________________________________________________________________
35778 [  6516] By: jhi                                   on 2000/08/04  02:09:25
35779         Log: This is 6512.  Really.
35780      Branch: perl
35781            ! dump.c
35782 ____________________________________________________________________________
35783 [  6515] By: jhi                                   on 2000/08/04  01:25:50
35784         Log: mention the idea of @( and @)
35785      Branch: perl
35786            ! Todo-5.6
35787 ____________________________________________________________________________
35788 [  6514] By: bailey                                on 2000/08/04  01:18:46
35789         Log: YA resync with mainstem, including VMS patches from others
35790      Branch: vmsperl
35791           +> (branch 48 files)
35792            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
35793           !> (integrate 354 files)
35794 ____________________________________________________________________________
35795 [  6513] By: jhi                                   on 2000/08/04  01:18:18
35796         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
35797              From: Mark Dickinson <dickins3@fas.harvard.edu>
35798              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
35799              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
35800      Branch: perl
35801            ! t/op/grent.t t/op/pwent.t
35802 ____________________________________________________________________________
35803 [  6512] By: jhi                                   on 2000/08/04  01:14:06
35804         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
35805              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
35806              Date: Wed, 02 Aug 2000 10:51:01 +0100
35807              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
35808      Branch: perl
35809            ! sv.c
35810 ____________________________________________________________________________
35811 [  6511] By: jhi                                   on 2000/08/04  00:57:00
35812         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
35813              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
35814              Date: Thu, 03 Aug 2000 17:20:04 -0700
35815              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
35816      Branch: metaconfig
35817            ! U/modified/Cppsym.U
35818      Branch: perl
35819            ! Configure config_h.SH
35820 ____________________________________________________________________________
35821 [  6510] By: jhi                                   on 2000/08/04  00:25:28
35822         Log: detypo
35823      Branch: perl
35824            ! Makefile.SH
35825 ____________________________________________________________________________
35826 [  6509] By: jhi                                   on 2000/08/03  23:43:18
35827         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
35828              From: Dominic Dunlop <domo@computer.org>
35829              Date: Thu, 3 Aug 2000 22:16:46 +0200
35830              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
35831      Branch: perl
35832            ! t/op/sprintf.t
35833 ____________________________________________________________________________
35834 [  6508] By: jhi                                   on 2000/08/03  23:40:37
35835         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
35836              From: Hugo <hv@crypt.compulink.co.uk>
35837              Date: Thu, 03 Aug 2000 18:25:30 +0100
35838              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
35839      Branch: perl
35840            ! regcomp.c t/op/re_tests
35841 ____________________________________________________________________________
35842 [  6507] By: jhi                                   on 2000/08/03  23:38:28
35843         Log: Subject: [PATCH] sv.h documentation - SvLEN
35844              From: Mike Guy <mjtg@cam.ac.uk>
35845              Date: Thu, 03 Aug 2000 14:43:09 +0100
35846              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
35847      Branch: perl
35848            ! sv.h
35849 ____________________________________________________________________________
35850 [  6506] By: jhi                                   on 2000/08/03  15:49:14
35851         Log: Disable the fix_pl hack for now.
35852      Branch: perl
35853            ! Makefile.SH
35854 ____________________________________________________________________________
35855 [  6505] By: jhi                                   on 2000/08/03  13:49:04
35856         Log: Add a URL for FSF.
35857              
35858              Subject: Patch for README
35859              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
35860              Date: Wed, 2 Aug 2000 13:25:09 -0500
35861              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
35862      Branch: perl
35863            ! README
35864 ____________________________________________________________________________
35865 [  6504] By: jhi                                   on 2000/08/03  13:29:19
35866         Log: Be more informative on what is skipped and why,
35867              also repeat the list at the end.
35868      Branch: perl
35869            ! Porting/p4desc
35870 ____________________________________________________________________________
35871 [  6503] By: jhi                                   on 2000/08/03  13:07:05
35872         Log: Circumvent the removal of .patch by fix_pl.
35873              
35874              Subject: Re: [ID 20000802.011] unable to 'make test'          
35875              From: simon@brecon.co.uk (Simon Cozens) 
35876              Date: 3 Aug 2000 04:17:00 GMT
35877              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
35878      Branch: perl
35879            ! Makefile.SH
35880 ____________________________________________________________________________
35881 [  6502] By: jhi                                   on 2000/08/03  00:14:34
35882         Log: Add the missing setproctitle unit.
35883      Branch: metaconfig/U/perl
35884            + d_setproctitle.U
35885 ____________________________________________________________________________
35886 [  6501] By: jhi                                   on 2000/08/03  00:00:26
35887         Log: The subtest 4 may fail also on VOBS, as pointed out
35888              by Nick Ing-Simmons in November 1999, bug id 19991124.003
35889              (but the failure in that bug report isn't the subtest 4).
35890      Branch: perl
35891            ! t/op/stat.t
35892 ____________________________________________________________________________
35893 [  6500] By: jhi                                   on 2000/08/02  23:49:30
35894         Log: Better skip message for the test; one of the two problems in
35895              
35896              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
35897              From: Lupe Christoph <lupe@lupe-christoph.de>
35898              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
35899              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
35900      Branch: perl
35901            ! t/op/numconvert.t
35902 ____________________________________________________________________________
35903 [  6499] By: jhi                                   on 2000/08/02  22:49:16
35904         Log: Allow "no Module;" even if there is no 'unimport'.
35905              
35906              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
35907              From: mjd@plover.com
35908              Date: 24 Mar 2000 15:24:34 -0000
35909              Message-Id: <20000324152434.15160.qmail@plover.com>
35910      Branch: perl
35911            ! gv.c
35912 ____________________________________________________________________________
35913 [  6498] By: jhi                                   on 2000/08/02  22:42:58
35914         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
35915              that are hopefully soon put into use.
35916      Branch: perl
35917            ! opcode.h opcode.pl opnames.h
35918 ____________________________________________________________________________
35919 [  6497] By: gsar                                  on 2000/08/02  22:28:59
35920         Log: require.t needs binmode() to work on windows
35921      Branch: perl
35922            ! t/comp/require.t
35923 ____________________________________________________________________________
35924 [  6496] By: jhi                                   on 2000/08/02  22:08:51
35925         Log: Document the IVdf UVuf UVof UVxf.
35926      Branch: perl
35927            ! pod/perlguts.pod
35928 ____________________________________________________________________________
35929 [  6495] By: jhi                                   on 2000/08/02  21:54:26
35930         Log: detypo #6494
35931      Branch: perl
35932            ! ext/Data/Dumper/Dumper.xs
35933 ____________________________________________________________________________
35934 [  6494] By: jhi                                   on 2000/08/02  21:49:17
35935         Log: Dump UVs as UVs in Data::Dumper.
35936              
35937              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
35938              From: Gurusamy Sarathy <gsar@ActiveState.com>
35939              Date: Thu, 27 Apr 2000 12:26:25 -0700
35940              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
35941      Branch: perl
35942            ! ext/Data/Dumper/Dumper.xs
35943 ____________________________________________________________________________
35944 [  6493] By: jhi                                   on 2000/08/02  17:01:58
35945         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
35946              From: Hugo <hv@crypt.compulink.co.uk>
35947              Date: Wed, 02 Aug 2000 14:53:56 +0100
35948              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
35949      Branch: perl
35950            ! regexec.c t/op/re_tests
35951 ____________________________________________________________________________
35952 [  6492] By: jhi                                   on 2000/08/02  15:02:46
35953         Log: The new setproctitle() feature is available only in 
35954              bleeding edge FreeBSD.  From Paul Saab.
35955      Branch: perl
35956            ! mg.c
35957 ____________________________________________________________________________
35958 [  6491] By: jhi                                   on 2000/08/02  13:34:36
35959         Log: The tr utf8 patching continues.
35960              
35961              Subject: Re: #6469, too many tests claimed in require.t
35962              From: simon@brecon.co.uk (Simon Cozens)
35963              Date: 2 Aug 2000 02:37:17 GMT
35964              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
35965              
35966              (the logic of the test was the wrong way round in the patch)
35967      Branch: perl
35968            ! doop.c
35969 ____________________________________________________________________________
35970 [  6490] By: jhi                                   on 2000/08/02  13:27:38
35971         Log: The name of a filehandle does not have <these>.
35972      Branch: perl
35973            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
35974            ! t/pragma/warn/pp_sys util.c
35975 ____________________________________________________________________________
35976 [  6489] By: jhi                                   on 2000/08/02  04:26:46
35977         Log: Remove the extraneous "main::" prefix from all the
35978              "opened only for", "on closed", and "never opened" warnings.
35979              
35980              Subject: Re: inappropriate warning
35981              From: Gurusamy Sarathy <gsar@ActiveState.com>
35982              Date: Mon, 20 Mar 2000 11:28:02 -0800
35983              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
35984      Branch: perl
35985            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
35986            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
35987            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
35988 ____________________________________________________________________________
35989 [  6488] By: jhi                                   on 2000/08/02  03:02:57
35990         Log: memcpy has n o in it, as pinted ut by Sarathy.
35991      Branch: perl
35992            ! pod/perlguts.pod
35993 ____________________________________________________________________________
35994 [  6487] By: jhi                                   on 2000/08/02  02:44:51
35995         Log: Document in one place the memory abstractions used in Perl core.
35996              
35997              Subject: Re: Memory abstraction
35998              From: simon@brecon.co.uk (Simon Cozens)
35999              Date: 2 Aug 2000 02:20:23 GMT
36000              Organization: Earth.li Origins
36001      Branch: perl
36002            ! pod/perlguts.pod
36003 ____________________________________________________________________________
36004 [  6486] By: jhi                                   on 2000/08/02  02:41:57
36005         Log: regen_headers, regen perltoc.
36006      Branch: perl
36007            ! perlapi.c pod/perltoc.pod
36008 ____________________________________________________________________________
36009 [  6485] By: jhi                                   on 2000/08/02  01:43:33
36010         Log: "This little thing tests for a file .patch, and if it contains
36011              a number, pops into patchlevel.h" (making it easier to track
36012              which development version people are reporting bugs against)
36013              
36014              Subject: Patchlevel autogeneration for repository perls
36015              From: simon@brecon.co.uk (Simon Cozens)
36016              Date: 14 Jul 2000 07:12:15 GMT
36017              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
36018      Branch: perl
36019            + fix_pl
36020            ! MANIFEST Makefile.SH
36021 ____________________________________________________________________________
36022 [  6484] By: jhi                                   on 2000/08/02  01:32:54
36023         Log: FreeBSD 3.* updates from
36024              
36025              From: Paul Saab <ps@yahoo-inc.com>
36026              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
36027              Date: Tue, 1 Aug 2000 15:41:39 -0700
36028              Message-Id: <20000801154139.A53740@yahoo-inc.com>
36029      Branch: perl
36030            ! hints/freebsd.sh
36031 ____________________________________________________________________________
36032 [  6483] By: jhi                                   on 2000/08/02  01:27:44
36033         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
36034              instead one must use setproctitle().  This was already addressed
36035              by change #6457, but the below has a new variant for FreeBSD 4.0
36036              or later, and the matter is also documented more.
36037              
36038              From: Paul Saab <ps@yahoo-inc.com>
36039              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
36040              Date: Tue, 1 Aug 2000 15:41:39 -0700
36041              Message-Id: <20000801154139.A53740@yahoo-inc.com>
36042      Branch: metaconfig/U/perl
36043            + i_libutil.U
36044      Branch: perl
36045            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
36046 ____________________________________________________________________________
36047 [  6482] By: jhi                                   on 2000/08/01  22:17:32
36048         Log: The test from this
36049              
36050              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
36051              Date: Sat, 15 Apr 2000 17:03:44 +0100
36052              From: Tom Hughes <tom@compton.nu>
36053              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
36054              
36055              was missing, the code change went in as #5989
36056              (which had a different test?)
36057      Branch: perl
36058            ! t/op/misc.t
36059 ____________________________________________________________________________
36060 [  6481] By: jhi                                   on 2000/08/01  21:48:38
36061         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
36062              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
36063              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
36064              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
36065      Branch: perl
36066            ! perl.h
36067 ____________________________________________________________________________
36068 [  6480] By: jhi                                   on 2000/08/01  18:05:28
36069         Log: Make p4desc to skip non-mainperl branches by default.
36070      Branch: perl
36071            ! Porting/p4desc
36072 ____________________________________________________________________________
36073 [  6479] By: jhi                                   on 2000/08/01  17:29:19
36074         Log: If gccosandvers is equal to osname, clear gccosandvers.
36075      Branch: metaconfig/U/perl
36076            ! gccvers.U
36077      Branch: perl
36078            ! Configure config_h.SH
36079 ____________________________________________________________________________
36080 [  6478] By: jhi                                   on 2000/08/01  15:54:08
36081         Log: BOM patching from Simon Cozens.
36082      Branch: perl
36083            ! toke.c
36084 ____________________________________________________________________________
36085 [  6477] By: jhi                                   on 2000/08/01  04:50:33
36086         Log: Stash away the largefiles flags and libswanted.
36087      Branch: perl
36088            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
36089 ____________________________________________________________________________
36090 [  6476] By: gsar                                  on 2000/08/01  04:24:24
36091         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
36092              on Windows)
36093      Branch: perl
36094            ! t/pragma/utf8.t utf8.c win32/win32.c
36095 ____________________________________________________________________________
36096 [  6475] By: jhi                                   on 2000/08/01  03:35:24
36097         Log: Make chr() for values >127 to create utf8 when under utf8.
36098              
36099              Subject: Re: uft8/chr()
36100              From: simon@brecon.co.uk (Simon Cozens)
36101              Date: 1 Aug 2000 02:37:02 GMT
36102              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
36103      Branch: perl
36104            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
36105 ____________________________________________________________________________
36106 [  6474] By: jhi                                   on 2000/08/01  02:36:18
36107         Log: In Digital UNIX warn if gcc explicitly chosen because even
36108              2.95.2 is known to cause problems.
36109      Branch: perl
36110            ! hints/dec_osf.sh
36111 ____________________________________________________________________________
36112 [  6473] By: jhi                                   on 2000/08/01  02:00:56
36113         Log: Make the safety catch for buggy gccs work with triple version
36114              numbers like 2.95.2.  Reported in
36115              
36116              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
36117              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
36118              Date: Mon, 31 Jul 2000 14:55:06 +0200
36119              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
36120      Branch: perl
36121            ! hints/dec_osf.sh
36122 ____________________________________________________________________________
36123 [  6472] By: jhi                                   on 2000/08/01  01:13:33
36124         Log: Subject: fix and question re: waitpid() under win32
36125              From: Brian Clarke <clarke@appliedmeta.com>
36126              Date: Fri, 28 Jul 2000 15:18:29 -0400
36127              Message-ID: <3981DC85.290314EB@appliedmeta.com>
36128              
36129              Slightly reformatted and WNOHANG # define moved to win32.h
36130              so that also POSIX.xs sees it, as suggsted by Sarathy.
36131      Branch: perl
36132            ! win32/win32.c win32/win32.h
36133 ____________________________________________________________________________
36134 [  6471] By: jhi                                   on 2000/08/01  00:55:05
36135         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
36136              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
36137              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
36138              Date: Mon, 31 Jul 2000 13:28:51 +0100
36139              
36140              (aka ID 20000730.002)
36141      Branch: perl
36142            ! op.c t/op/tr.t
36143 ____________________________________________________________________________
36144 [  6470] By: jhi                                   on 2000/07/31  23:34:42
36145         Log: Document the problem with -P in HP-UX and its workaround.
36146              
36147              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
36148              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
36149              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
36150              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
36151      Branch: perl
36152            ! README.hpux
36153 ____________________________________________________________________________
36154 [  6469] By: jhi                                   on 2000/07/31  04:15:02
36155         Log: The swallow_bom() saga continues.  The #23 of require.t
36156              (UTF16-LE) still fails (silently, no output) but the #22
36157              (UTF16-BE) seems to be working now.  The root of the
36158              failure may be in sv_gets(): is it UTF-16LE-aware,
36159              especially when it comes to line endings? 
36160      Branch: perl
36161            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
36162            ! t/comp/require.t toke.c utf8.c
36163 ____________________________________________________________________________
36164 [  6468] By: jhi                                   on 2000/07/30  19:05:48
36165         Log: Find green threads before native threads.
36166              
36167              Subject: Re: Patch to jpl/JNI/Makefile.PL
36168              From: Jens Thomsen <jens@fiend.cis.com>
36169              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
36170              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
36171      Branch: perl
36172            ! jpl/JNI/Makefile.PL
36173 ____________________________________________________________________________
36174 [  6467] By: jhi                                   on 2000/07/30  18:36:22
36175         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
36176      Branch: perl
36177            ! doop.c
36178 ____________________________________________________________________________
36179 [  6466] By: jhi                                   on 2000/07/30  04:37:29
36180         Log: A new version of the "remove UPPERACSE string comparison"
36181              operators.  The problem with the previous one (change #6454)
36182              was that it was for Perl 5.6.0.  From Paul Marquess.
36183      Branch: perl
36184            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
36185            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
36186            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
36187 ____________________________________________________________________________
36188 [  6465] By: jhi                                   on 2000/07/29  22:39:56
36189         Log: Do not upgrade SVs into utf8 just because they participate
36190              in eq or cmp.  Reported and fix suggested in
36191              
36192              Subject: [ID 20000720.009] sv_eq UTF8 bug
36193              From: "Simon Cozens" <simon@othersideofthe.earth.li>
36194              Date: 21 Jul 2000 04:37:29 -0000
36195              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
36196              
36197              Exercise for the kind reader: should we or should we not
36198              cache the utf8 conversion alonside the SV? (as magic,
36199              as thestrxfrm()ed version is cached under use locale)
36200              Argue both for and against.
36201      Branch: perl
36202            ! sv.c
36203 ____________________________________________________________________________
36204 [  6464] By: jhi                                   on 2000/07/29  22:36:22
36205         Log: Subject: UTF8 concat
36206              From: simon@brecon.co.uk (Simon Cozens) 
36207              Date: 30 Jun 2000 06:13:25 GMT
36208              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
36209              
36210              (with a memory leak fixed, plus a few casts added)
36211              
36212              This also seems to help for
36213              
36214              Subject: [ID 20000716.015] join UTF8 weirdness
36215              From: root <root@ak-71.mind.de> 
36216              Date: Sat, 15 Jul 2000 15:29:54 +0200
36217              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
36218              
36219              (from Andreas König)
36220      Branch: perl
36221            ! pp_hot.c
36222 ____________________________________________________________________________
36223 [  6463] By: jhi                                   on 2000/07/29  00:55:39
36224         Log: Tune the comments and hopefully stop a memory leak.
36225      Branch: perl
36226            ! toke.c utf8.c
36227 ____________________________________________________________________________
36228 [  6462] By: jhi                                   on 2000/07/29  00:16:53
36229         Log: The problem described in this
36230              
36231              Subject: [ID 20000322.018] named chars aren't magical enough
36232              From: root <root@dixie.cscaper.com>     
36233              Date: Wed, 22 Mar 2000 18:37:42 -0700
36234              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
36235              
36236              has been fixed in perl 5.6.0 but just in case added a test
36237              to keep it away.  (The report from Joseph Hall.)
36238      Branch: perl
36239            ! t/lib/charnames.t
36240 ____________________________________________________________________________
36241 [  6461] By: jhi                                   on 2000/07/28  23:56:36
36242         Log: Tiny fixes for #6460.
36243      Branch: metaconfig/U/perl
36244            ! gccvers.U
36245      Branch: perl
36246            ! Configure config_h.SH
36247 ____________________________________________________________________________
36248 [  6460] By: jhi                                   on 2000/07/28  23:24:41
36249         Log: Warn if the version of the operating system used to compile gcc
36250              differs from the current version of the operating system.
36251              Also display the gcc compilation os and version in myconfig.
36252              Inspiration from
36253              
36254              Subject: Re: [ID 20000710.003] ERRORS!!         
36255              From: "Kurt D. Starsinic" <kstar@chapin.edu>
36256              Date: Mon, 10 Jul 2000 15:54:16 -0400
36257              Message-ID: <20000710155416.A1384@O2.chapin.edu>
36258      Branch: metaconfig/U/perl
36259            ! gccvers.U
36260      Branch: perl
36261            ! Configure config_h.SH myconfig.SH
36262 ____________________________________________________________________________
36263 [  6459] By: jhi                                   on 2000/07/28  22:00:32
36264         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
36265              letter to $Config{osvers}.
36266      Branch: metaconfig
36267            ! U/modified/Oldconfig.U
36268      Branch: perl
36269            ! Configure config_h.SH
36270 ____________________________________________________________________________
36271 [  6458] By: jhi                                   on 2000/07/28  04:15:39
36272         Log: Back out #6454, doesn't seem to work.
36273              (Reason: that patch was for perl 5.6.0, not perl-current)
36274              (A version of the patch for perl-current came in later as #6466)
36275      Branch: perl
36276            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
36277            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
36278            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
36279 ____________________________________________________________________________
36280 [  6457] By: jhi                                   on 2000/07/27  23:31:49
36281         Log: Use setproctitle() if available to modify $0.
36282              
36283              Subject: setting $* on BSD4 broken
36284              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
36285              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
36286              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
36287      Branch: metaconfig
36288            ! U/modified/Myinit.U
36289      Branch: perl
36290            ! Configure config_h.SH mg.c
36291 ____________________________________________________________________________
36292 [  6456] By: jhi                                   on 2000/07/27  14:50:47
36293         Log: Allow "no AutoLoader;", based on change #6444,
36294              suggested by Graham Barr.
36295      Branch: perl
36296            ! lib/AutoLoader.pm
36297 ____________________________________________________________________________
36298 [  6455] By: jhi                                   on 2000/07/27  14:19:10
36299         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
36300              From: rspier@pobox.com (Robert Spier)
36301              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
36302              Message-ID: <14720.15855.787664.424783@rls.cx>
36303      Branch: perl
36304            ! pod/perldiag.pod
36305 ____________________________________________________________________________
36306 [  6454] By: jhi                                   on 2000/07/27  14:03:02
36307         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
36308              for a long time).
36309              
36310              Reported in
36311              
36312              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
36313              From: Ryan Herbert <rherbert@sycamorehq.com>
36314              Date: Mon, 17 Jul 2000 11:40:42 -0400
36315              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
36316              
36317              Patched in
36318              
36319              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
36320              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
36321              Date: Wed, 26 Jul 2000 23:40:18 +0100
36322              Message-ID: <000001bff752$79511880$0a17073e@tiny>
36323              
36324              based on an earlier patch from Stephen P. Potter.
36325              
36326              (Removed later by change #6458 because this patch was for
36327              perl 5.6.0, not perl-current)
36328      Branch: perl
36329            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
36330            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
36331            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
36332 ____________________________________________________________________________
36333 [  6453] By: jhi                                   on 2000/07/27  13:48:02
36334         Log: Subject: [PATCH] fixes bug 20000508.004
36335              From: Michael Stevens <mstevens@globnix.org>
36336              Date: Thu, 27 Jul 2000 13:49:04 +0100
36337              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
36338      Branch: perl
36339            ! pod/perldata.pod
36340 ____________________________________________________________________________
36341 [  6452] By: jhi                                   on 2000/07/26  23:51:26
36342         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
36343              and Craig A. Berry.
36344      Branch: perl
36345            ! lib/File/Temp.pm pod/perlport.pod
36346 ____________________________________________________________________________
36347 [  6451] By: jhi                                   on 2000/07/26  19:43:30
36348         Log: Be wary of close()s, too.
36349              
36350              Subject: Re: [PATCH] perlbug cleanup
36351              From: Tim Jenness <t.jenness@jach.hawaii.edu>
36352              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
36353              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
36354      Branch: perl
36355            ! utils/perlbug.PL
36356 ____________________________________________________________________________
36357 [  6450] By: jhi                                   on 2000/07/26  18:41:40
36358         Log: Subject: Minor doc patch: handy.h
36359              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
36360              Date: Wed, 26 Jul 2000 15:34:25 -0300
36361              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
36362      Branch: perl
36363            ! handy.h pod/perlapi.pod
36364 ____________________________________________________________________________
36365 [  6449] By: jhi                                   on 2000/07/26  18:23:55
36366         Log: Subject: [PATCH] minor doc change - perlguts
36367              From: Michael Stevens <mstevens@globnix.org>
36368              Date: Thu, 13 Jul 2000 12:39:18 +0100
36369              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
36370      Branch: perl
36371            ! pod/perlguts.pod
36372 ____________________________________________________________________________
36373 [  6448] By: jhi                                   on 2000/07/26  18:20:30
36374         Log: open() wariness in perlbug.
36375              
36376              Subject: [PATCH] perlbug cleanup
36377              From: Michael Stevens <mstevens@globnix.org>
36378              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
36379              Date: Thu, 13 Jul 2000 15:52:23 +0100
36380      Branch: perl
36381            ! utils/perlbug.PL
36382 ____________________________________________________________________________
36383 [  6447] By: jhi                                   on 2000/07/26  18:13:04
36384         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
36385      Branch: perl
36386            ! lib/File/Temp.pm t/lib/ftmp-security.t
36387 ____________________________________________________________________________
36388 [  6446] By: jhi                                   on 2000/07/26  18:06:32
36389         Log: docfix from Peter Scott <Peter@PSDT.com>.
36390      Branch: perl
36391            ! pod/perlfunc.pod
36392 ____________________________________________________________________________
36393 [  6445] By: jhi                                   on 2000/07/26  17:53:31
36394         Log: Fix *foo{FORMAT}.
36395              
36396              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36397              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
36398              Date: Wed, 26 Jul 2000 19:51:02 +0200
36399              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
36400              
36401              From: Graham Barr <gbarr@pobox.com>
36402              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
36403              Date: Wed, 26 Jul 2000 17:38:36 +0100
36404              Message-ID: <20000726173836.L472@pobox.com>
36405      Branch: perl
36406            ! pp.c sv.c t/op/gv.t
36407 ____________________________________________________________________________
36408 [  6444] By: jhi                                   on 2000/07/26  17:49:14
36409         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
36410              from Graham Barr in the module list.
36411      Branch: perl
36412            ! gv.c pod/perlobj.pod
36413 ____________________________________________________________________________
36414 [  6443] By: jhi                                   on 2000/07/26  16:06:56
36415         Log: More split() doc and test patches from Mike Guy.
36416      Branch: perl
36417            ! pod/perlfunc.pod t/op/split.t
36418 ____________________________________________________________________________
36419 [  6442] By: jhi                                   on 2000/07/26  16:05:30
36420         Log: MacOS nits from Matthias Neeracher.
36421      Branch: perl
36422            ! perl.c pp_ctl.c
36423 ____________________________________________________________________________
36424 [  6441] By: jhi                                   on 2000/07/26  04:39:57
36425         Log: Subject: [PATCH] split /^/
36426              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
36427              Date: Tue, 25 Jul 2000 14:18:57 +0100
36428              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
36429              
36430              (with notes from tchrist and gbarr)
36431      Branch: perl
36432            ! pod/perlfunc.pod t/op/split.t
36433 ____________________________________________________________________________
36434 [  6440] By: jhi                                   on 2000/07/26  04:32:32
36435         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
36436              From: Peter Prymmer <pvhp@forte.com>
36437              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
36438              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
36439      Branch: perl
36440            ! vms/munchconfig.c
36441 ____________________________________________________________________________
36442 [  6439] By: jhi                                   on 2000/07/26  04:31:01
36443         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
36444              to be fatal errors (instead of by default ignoring them, and
36445              ignoring with a bug: even though -w gave an error, the opening [
36446              was left in)  Reported in:
36447              
36448              Subject: [ID 20000716.024] [=cc=] / [:blank:]
36449              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
36450              Date: Sun, 16 Jul 2000 17:55:29 -0700
36451              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
36452      Branch: perl
36453            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
36454 ____________________________________________________________________________
36455 [  6438] By: jhi                                   on 2000/07/25  15:41:15
36456         Log: Subject: [PATCH] av.c apidoc
36457              From: simon@brecon.co.uk (Simon Cozens)
36458              Date: 24 Jul 2000 06:40:52 GMT
36459              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
36460      Branch: perl
36461            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
36462            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
36463 ____________________________________________________________________________
36464 [  6437] By: jhi                                   on 2000/07/25  14:05:36
36465         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
36466              From: "Stephen P. Potter" <spp@ds.net>
36467              Date: Mon, 24 Jul 2000 14:22:23 -0400
36468              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
36469      Branch: perl
36470            ! pod/perllocale.pod
36471 ____________________________________________________________________________
36472 [  6436] By: jhi                                   on 2000/07/25  14:02:03
36473         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
36474              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
36475              Date: Mon, 24 Jul 2000 18:04:28 +0100
36476              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
36477      Branch: perl
36478            ! t/lib/syslfs.t t/op/lfs.t
36479 ____________________________________________________________________________
36480 [  6435] By: jhi                                   on 2000/07/25  13:59:28
36481         Log: Get UTF16 BOMs working.  Patch from
36482              
36483              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
36484              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
36485              Date: Tue, 25 Jul 2000 12:52:45 +0100
36486              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
36487              
36488              and notes from
36489              
36490              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
36491              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
36492              Date: Tue, 25 Jul 2000 11:43:25 +0100
36493              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
36494      Branch: perl
36495            ! t/comp/require.t toke.c utf8.c
36496 ____________________________________________________________________________
36497 [  6434] By: jhi                                   on 2000/07/25  02:39:54
36498         Log: Make the "uninit variable" warning to say "concat or string"
36499              or "join or string" when in concat or join .
36500              
36501              Subject: Re: [ID 20000403.009] uninitialised concatenation???
36502              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
36503              Date: Tue, 04 Apr 2000 18:22:58 +0100
36504              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
36505              
36506              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
36507              From: William R Ward <hermit@BayView.COM>
36508              Date: Thu, 30 Mar 2000 19:50:03 -0800
36509              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
36510      Branch: perl
36511            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
36512            ! t/pragma/warn/op t/pragma/warn/sv
36513 ____________________________________________________________________________
36514 [  6433] By: jhi                                   on 2000/07/24  17:52:56
36515         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
36516      Branch: perl
36517            ! lib/File/Spec/VMS.pm
36518 ____________________________________________________________________________
36519 [  6432] By: jhi                                   on 2000/07/24  17:44:44
36520         Log: Test cases for #6431.
36521              
36522              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
36523              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
36524              Date: Mon, 24 Jul 2000 15:32:29 +0100
36525              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
36526      Branch: perl
36527            ! t/op/pat.t t/op/split.t
36528 ____________________________________________________________________________
36529 [  6431] By: jhi                                   on 2000/07/24  17:43:17
36530         Log: Bind op fix.
36531              
36532              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
36533              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
36534              Date: Mon, 17 Jul 2000 20:04:56 +0100
36535              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
36536      Branch: perl
36537            ! op.c
36538 ____________________________________________________________________________
36539 [  6430] By: jhi                                   on 2000/07/24  03:42:42
36540         Log: Subject: [ID 20000716.023] syslog test fails without sockets
36541              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
36542              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
36543              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
36544      Branch: metaconfig/U/perl
36545            ! Extensions.U
36546      Branch: perl
36547            ! Configure config_h.SH
36548 ____________________________________________________________________________
36549 [  6429] By: jhi                                   on 2000/07/24  03:11:52
36550         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
36551              case, but add also notes explaining the relationship of this
36552              patch and the earlier notes by Sarathy.
36553              
36554              Subject: Map is still slow
36555              From: "Ben Tilly" <ben_tilly@hotmail.com>
36556              Date: Sat, 15 Jul 2000 17:23:27 EDT
36557              Message-ID: <20000715212327.21656.qmail@hotmail.com>
36558      Branch: perl
36559            ! pp_ctl.c
36560 ____________________________________________________________________________
36561 [  6428] By: jhi                                   on 2000/07/24  02:58:52
36562         Log: Documentation to explain the behaviour of map().
36563              
36564              Subject: Re: Map is still slow 
36565              From: Gurusamy Sarathy <gsar@ActiveState.com>
36566              Date: Sat, 15 Jul 2000 16:05:09 -0700
36567              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
36568      Branch: perl
36569            ! pp_ctl.c
36570 ____________________________________________________________________________
36571 [  6427] By: jhi                                   on 2000/07/24  02:50:03
36572         Log: Add tests for
36573              [ID 19991110.003] another matching finding by pcre author
36574              which has already been fixed by some patch, as verified in
36575              
36576              Subject: Re: two regex bugs from the mists of time (well, last November)
36577              From: Hugo <hv@crypt.compulink.co.uk>
36578              Date: Sat, 22 Jul 2000 18:12:58 +0100
36579              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
36580      Branch: perl
36581            ! t/op/re_tests
36582 ____________________________________________________________________________
36583 [  6426] By: jhi                                   on 2000/07/24  02:11:20
36584         Log: A missing 'break' after the [[:space:]] switch case.
36585              
36586              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
36587              From: "Stephen P. Potter" <spp@ds.net>
36588              Date: Tue, 18 Jul 2000 16:25:17 -0400
36589              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
36590      Branch: perl
36591            ! regcomp.c
36592 ____________________________________________________________________________
36593 [  6425] By: jhi                                   on 2000/07/24  02:06:12
36594         Log: The output might have been produced in the wrong order.
36595              
36596              Subject: [ID 20000720.003] [PATCH] t/op/write.t
36597              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
36598              Date: Thu, 20 Jul 2000 18:49:18 +0100
36599              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
36600      Branch: perl
36601            ! t/op/write.t
36602 ____________________________________________________________________________
36603 [  6424] By: jhi                                   on 2000/07/24  02:00:07
36604         Log: Use STDOUT consistently.
36605              
36606              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
36607              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
36608              Date: Thu, 20 Jul 2000 18:04:01 +0100
36609              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
36610      Branch: perl
36611            ! lib/Test/Harness.pm
36612 ____________________________________________________________________________
36613 [  6423] By: jhi                                   on 2000/07/24  01:54:54
36614         Log: Protect against "wild next"s, that is, callbacks doing "next"
36615              instead of "return".
36616              
36617              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
36618              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
36619              Date: Tue, 18 Jul 2000 11:30:16 +0100
36620              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
36621      Branch: perl
36622            ! lib/File/Find.pm
36623 ____________________________________________________________________________
36624 [  6422] By: jhi                                   on 2000/07/24  01:35:47
36625         Log: Out-of-date note removed.
36626              
36627              Subject: [PATCH] documentation perlipc
36628              From: rspier@pobox.com (Robert Spier)
36629              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
36630              Message-ID: <14711.35178.572612.502654@rls.cx>
36631      Branch: perl
36632            ! pod/perlipc.pod
36633 ____________________________________________________________________________
36634 [  6421] By: jhi                                   on 2000/07/24  00:09:18
36635         Log: Send all installperl messages to STDERR and be -w clean.
36636              
36637              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
36638              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
36639              Date: Sat, 22 Jul 2000 14:02:11 +0100
36640              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
36641      Branch: perl
36642            ! installperl
36643 ____________________________________________________________________________
36644 [  6420] By: jhi                                   on 2000/07/24  00:04:19
36645         Log: Decutandpasto.
36646              
36647              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
36648              From: "Richard Soderberg" <rs@crystalflame.net>
36649              Date: Sun, 23 Jul 2000 01:37:23 -0700
36650              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
36651      Branch: perl
36652            ! pod/perlipc.pod
36653 ____________________________________________________________________________
36654 [  6419] By: jhi                                   on 2000/07/24  00:01:12
36655         Log: A cleaner abs_path().
36656              Subject: Re: unix alternative to Cwd.pm
36657              From: Jeff Pinyan <jeffp@crusoe.net>
36658              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
36659              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
36660      Branch: perl
36661            ! lib/Cwd.pm
36662 ____________________________________________________________________________
36663 [  6418] By: jhi                                   on 2000/07/23  23:48:56
36664         Log: Detypo.
36665              
36666              Subject: [PATCH perl-current] Typo in hints/powerux.sh
36667              From: "Richard Soderberg" <rs@crystalflame.net>
36668              Date: Sun, 23 Jul 2000 01:27:33 -0700
36669              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
36670      Branch: perl
36671            ! hints/powerux.sh
36672 ____________________________________________________________________________
36673 [  6417] By: jhi                                   on 2000/07/17  22:13:31
36674         Log: Subject: SDBM_File documentation
36675              From: mjd@plover.com
36676              Date: 16 Jul 2000 17:41:17 -0000
36677              Message-ID: <20000716174117.18515.qmail@plover.com>
36678      Branch: perl
36679            ! ext/SDBM_File/SDBM_File.pm
36680 ____________________________________________________________________________
36681 [  6416] By: jhi                                   on 2000/07/17  19:13:26
36682         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
36683      Branch: perl
36684            ! hints/mpeix.sh mpeix/relink
36685 ____________________________________________________________________________
36686 [  6415] By: jhi                                   on 2000/07/15  14:11:02
36687         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
36688              the utf8 'characters' can be more than one octet).
36689              
36690              Date: Sat, 15 Jul 2000 00:21:56 +0100
36691              From: Tom Hughes <tom@compton.nu>
36692              Subject: Re: [ID 20000714.002]
36693              Message-ID: <db2334de49.tom@compton.compton.nu>
36694              
36695              Reported in
36696              
36697              Subject: [ID 20000714.002]
36698              From: "Simon Cozens" <simon@othersideofthe.earth.li>
36699              Date: 14 Jul 2000 15:13:09 -0000
36700              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
36701      Branch: perl
36702            ! doop.c
36703 ____________________________________________________________________________
36704 [  6414] By: jhi                                   on 2000/07/15  03:13:41
36705         Log: another VMS build tweak from Peter Prymmer
36706      Branch: perl
36707            ! vms/descrip_mms.template
36708 ____________________________________________________________________________
36709 [  6413] By: jhi                                   on 2000/07/15  03:10:40
36710         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
36711      Branch: perl
36712            ! vms/perlvms.pod
36713 ____________________________________________________________________________
36714 [  6412] By: jhi                                   on 2000/07/15  00:31:05
36715         Log: More docs for sv functions.
36716              
36717              Subject: [PATCH cfgperl] sv.c apidoc
36718              From: simon@brecon.co.uk (Simon Cozens)
36719              Date: 13 Jul 2000 09:00:20 GMT
36720              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
36721              
36722              Subject: Re: [PATCH cfgperl] sv.c apidoc
36723              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
36724              Date: Thu, 13 Jul 2000 12:27:41 +0100
36725              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
36726              
36727              Subject: Re: [PATCH cfgperl] sv.c apidoc
36728              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
36729              Date: Thu, 13 Jul 2000 13:23:09 +0100
36730              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
36731              
36732              Subject: Re: [PATCH cfgperl] sv.c apidoc
36733              From: simon@brecon.co.uk (Simon Cozens)
36734              Date: 14 Jul 2000 06:51:02 GMT
36735              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
36736      Branch: perl
36737            ! embed.pl pod/perlapi.pod sv.c
36738 ____________________________________________________________________________
36739 [  6411] By: jhi                                   on 2000/07/15  00:10:41
36740         Log: lib/b test fixes from Peter Prymmer.
36741      Branch: perl
36742            ! t/lib/b.t
36743 ____________________________________________________________________________
36744 [  6410] By: jhi                                   on 2000/07/15  00:02:09
36745         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
36746              From: Hugo <hv@crypt.compulink.co.uk>
36747              Date: Fri, 14 Jul 2000 23:05:20 +0100
36748              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
36749              
36750              Didn't anymore apply, but that point still could use another fix.
36751      Branch: perl
36752            ! pod/perlfunc.pod
36753 ____________________________________________________________________________
36754 [  6409] By: jhi                                   on 2000/07/14  23:15:15
36755         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
36756              not in pod, from Peter Prymmer
36757      Branch: perl
36758            ! vms/descrip_mms.template
36759 ____________________________________________________________________________
36760 [  6408] By: jhi                                   on 2000/07/14  20:35:05
36761         Log: The bug report
36762              [ID 19991110.002] minimal matching discrepancy found by pcre author
36763              seems to have been fixed (though differently from what was suggested
36764              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
36765      Branch: perl
36766            ! t/op/re_tests
36767 ____________________________________________________________________________
36768 [  6407] By: jhi                                   on 2000/07/14  17:38:08
36769         Log: Fix AutoSplit to use File::Spec the right way in VMS,
36770              from Peter Prymmer.
36771      Branch: perl
36772            ! lib/AutoSplit.pm
36773 ____________________________________________________________________________
36774 [  6406] By: jhi                                   on 2000/07/14  14:13:22
36775         Log: Merge perlhacktut into perlhack, update perlguts.
36776              
36777              Subject: Re: Perlhacktut
36778              From: simon@brecon.co.uk (Simon Cozens)
36779              Date: 14 Jul 2000 06:49:21 GMT
36780              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
36781              
36782              Subject: Re: Perlhacktut
36783              From: simon@brecon.co.uk (Simon Cozens)
36784              Date: 14 Jul 2000 07:09:45 GMT
36785              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
36786      Branch: perl
36787            ! pod/perlguts.pod pod/perlhack.pod
36788 ____________________________________________________________________________
36789 [  6405] By: jhi                                   on 2000/07/14  14:02:31
36790         Log: Integrate with Sarathy.
36791      Branch: cfgperl
36792           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
36793           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
36794           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
36795 ____________________________________________________________________________
36796 [  6404] By: gsar                                  on 2000/07/14  12:15:02
36797         Log: PERL_OBJECT build tweaks
36798      Branch: perl
36799            ! toke.c
36800 ____________________________________________________________________________
36801 [  6403] By: gsar                                  on 2000/07/14  11:23:41
36802         Log: inconsistent types needs casts
36803      Branch: perl
36804            ! toke.c
36805 ____________________________________________________________________________
36806 [  6402] By: gsar                                  on 2000/07/14  11:12:04
36807         Log: typos in change#6399, regen headers
36808      Branch: perl
36809            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
36810 ____________________________________________________________________________
36811 [  6401] By: gsar                                  on 2000/07/14  10:59:12
36812         Log: typecasts needed for change#6394
36813      Branch: perl
36814            ! toke.c
36815 ____________________________________________________________________________
36816 [  6400] By: gsar                                  on 2000/07/14  10:49:37
36817         Log: integrate cfgperl contents into mainline
36818      Branch: perl
36819           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
36820           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
36821 ____________________________________________________________________________
36822 [  6399] By: gsar                                  on 2000/07/14  10:38:35
36823         Log: enable UTF-16 filter by default if relevant BOM is seen; various
36824              cleanups (typos, misformatted code, and small bugs)
36825      Branch: perl
36826            ! doop.c embed.pl mg.c op.c pp.c toke.c
36827 ____________________________________________________________________________
36828 [  6398] By: gsar                                  on 2000/07/14  08:55:38
36829         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
36830              name suggests anyway)
36831      Branch: perl
36832            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
36833 ____________________________________________________________________________
36834 [  6397] By: gsar                                  on 2000/07/14  08:44:33
36835         Log: move new variables to the end of the interpreter structure (for
36836              bincompat in code that doesn't #include XSUB.h)
36837      Branch: perl
36838            ! intrpvar.h
36839 ____________________________________________________________________________
36840 [  6396] By: gsar                                  on 2000/07/14  08:13:58
36841         Log: MakeMaker should not remove editor backups (*~) on `make clean`
36842              by default (completes change#6383)
36843      Branch: perl
36844            ! lib/ExtUtils/MM_Unix.pm
36845 ____________________________________________________________________________
36846 [  6395] By: jhi                                   on 2000/07/14  05:20:33
36847         Log: Replace change #6337 with a better one.
36848              
36849              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
36850              From: Hugo <hv@crypt.compulink.co.uk>
36851              Date: Fri, 14 Jul 2000 04:16:20 +0100
36852              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
36853      Branch: cfgperl
36854            ! regexec.c t/op/re_tests
36855 ____________________________________________________________________________
36856 [  6394] By: jhi                                   on 2000/07/14  01:33:59
36857         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
36858      Branch: cfgperl
36859            ! embed.pl global.sym proto.h toke.c
36860 ____________________________________________________________________________
36861 [  6393] By: jhi                                   on 2000/07/13  23:41:23
36862         Log: remove discarded test
36863      Branch: cfgperl
36864            ! MANIFEST
36865 ____________________________________________________________________________
36866 [  6392] By: jhi                                   on 2000/07/13  23:32:25
36867         Log: The {multiplier} of a fixed substring was overlooked which
36868              caused a wrong initial search offset for that substring.
36869              
36870              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
36871              From: Hugo <hv@crypt.compulink.co.uk>
36872              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
36873              Date: Thu, 13 Jul 2000 19:27:13 +0100
36874      Branch: cfgperl
36875            ! regcomp.c t/op/re_tests
36876 ____________________________________________________________________________
36877 [  6391] By: jhi                                   on 2000/07/13  16:37:42
36878         Log: typo fix from Craig Berry
36879      Branch: cfgperl
36880            ! vms/subconfigure.com
36881 ____________________________________________________________________________
36882 [  6390] By: jhi                                   on 2000/07/13  13:20:12
36883         Log: Integrate with Sarathy.
36884      Branch: cfgperl
36885            - t/op/method2entersub.t
36886           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
36887           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
36888           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
36889           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
36890 ____________________________________________________________________________
36891 [  6389] By: jhi                                   on 2000/07/13  13:18:48
36892         Log: Detypo from Peter Prymmer, part of #6388.
36893      Branch: cfgperl
36894            ! Configure config_h.SH
36895      Branch: metaconfig
36896            ! U/modified/d_longlong.U
36897 ____________________________________________________________________________
36898 [  6388] By: gsar                                  on 2000/07/13  06:33:40
36899         Log: typos (spotted by Peter Prymmer)
36900      Branch: perl
36901            ! Configure t/lib/english.t
36902 ____________________________________________________________________________
36903 [  6387] By: gsar                                  on 2000/07/13  05:35:28
36904         Log: new selfloader.t in change#6183 doesn't close DATA handles,
36905              and thus fails to clean up tmp files on dosish platforms
36906      Branch: perl
36907            ! t/lib/selfloader.t
36908 ____________________________________________________________________________
36909 [  6386] By: gsar                                  on 2000/07/12  21:42:39
36910         Log: sprintf test tweaks (from Dominic Dunlop)
36911      Branch: perl
36912            ! t/op/sprintf.t
36913 ____________________________________________________________________________
36914 [  6385] By: gsar                                  on 2000/07/12  21:33:46
36915         Log: fix bugs in processing %v-*d and similar format specs (from
36916              Avi Finkel <avi@finkel.org>)
36917      Branch: perl
36918            ! sv.c t/op/sprintf.t
36919 ____________________________________________________________________________
36920 [  6384] By: gsar                                  on 2000/07/12  16:04:19
36921         Log: readd missing perldelta.pod changes from changes#6339,6376
36922      Branch: perl
36923            ! pod/perldelta.pod
36924 ____________________________________________________________________________
36925 [  6383] By: gsar                                  on 2000/07/12  16:00:51
36926         Log: don't clobber *.orig files on *clean targets
36927      Branch: perl
36928            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
36929 ____________________________________________________________________________
36930 [  6382] By: gsar                                  on 2000/07/12  07:59:12
36931         Log: fix broken integrations in cfgperl
36932      Branch: cfgperl
36933           !> Changes pod/perldelta.pod
36934 ____________________________________________________________________________
36935 [  6381] By: gsar                                  on 2000/07/12  07:42:17
36936         Log: integrate cfgperl changes into mainline
36937      Branch: perl
36938            ! Changes
36939           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
36940           !> pod/perlre.pod
36941 ____________________________________________________________________________
36942 [  6380] By: gsar                                  on 2000/07/12  07:31:00
36943         Log: get sprintf.t to adjust properly for 3-digit exponents
36944      Branch: perl
36945            ! t/op/sprintf.t
36946 ____________________________________________________________________________
36947 [  6379] By: gsar                                  on 2000/07/12  06:40:04
36948         Log: change#6174 needs corresponding change in win32/config_h.PL,
36949              which grovels through config_h.SH to find the config.h name
36950      Branch: perl
36951            ! win32/config_h.PL
36952 ____________________________________________________________________________
36953 [  6378] By: jhi                                   on 2000/07/12  05:03:59
36954         Log: Do the cc sanity check both before the hints and
36955              after the cc selction.
36956      Branch: cfgperl
36957            ! Configure config_h.SH
36958      Branch: metaconfig
36959            ! U/modified/Oldconfig.U U/modified/cc.U
36960      Branch: metaconfig/U/perl
36961            + Checkcc.U
36962 ____________________________________________________________________________
36963 [  6377] By: jhi                                   on 2000/07/12  02:49:22
36964         Log: Fix nits noticed by Boston.pm.
36965      Branch: cfgperl
36966            ! pod/perlre.pod
36967 ____________________________________________________________________________
36968 [  6376] By: jhi                                   on 2000/07/11  21:22:13
36969         Log: Configure cosmetics and perldelta.
36970      Branch: cfgperl
36971            ! Configure config_h.SH pod/perldelta.pod
36972      Branch: metaconfig
36973            ! U/modified/cc.U
36974 ____________________________________________________________________________
36975 [  6375] By: gsar                                  on 2000/07/11  21:17:35
36976         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
36977      Branch: perl
36978            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
36979            ! win32/win32sck.c
36980 ____________________________________________________________________________
36981 [  6374] By: gsar                                  on 2000/07/11  20:48:50
36982         Log: tweak for build failure under multiplicity
36983      Branch: perl
36984            ! toke.c
36985 ____________________________________________________________________________
36986 [  6373] By: gsar                                  on 2000/07/11  20:37:23
36987         Log: integrate cfgperl changes#6325..6373 into mainline
36988              (NOTE: today's batch of integrations still untested)
36989      Branch: perl
36990           +> ext/DynaLoader/hints/netbsd.pl
36991            ! Changes
36992           !> (integrate 26 files)
36993 ____________________________________________________________________________
36994 [  6372] By: jhi                                   on 2000/07/11  20:30:36
36995         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
36996              regen perltoc.
36997      Branch: cfgperl
36998            + pod/perlbook.pod
36999            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
37000            ! pod/perltoc.pod
37001 ____________________________________________________________________________
37002 [  6371] By: jhi                                   on 2000/07/11  20:08:56
37003         Log: Minor cleanups on the booklist.
37004      Branch: cfgperl
37005            ! pod/perlfaq2.pod
37006 ____________________________________________________________________________
37007 [  6370] By: jhi                                   on 2000/07/11  19:31:13
37008         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
37009      Branch: cfgperl
37010            ! t/pragma/overload.t
37011 ____________________________________________________________________________
37012 [  6369] By: gsar                                  on 2000/07/11  19:27:48
37013         Log: integrate cfgperl changes#6293..6324 into mainline
37014      Branch: perl
37015           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
37016            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
37017           !> (integrate 30 files)
37018 ____________________________________________________________________________
37019 [  6368] By: gsar                                  on 2000/07/11  19:18:57
37020         Log: skip integrate of problematic change#6292 from cfgperl into mainline
37021      Branch: perl
37022           !> pp_hot.c
37023 ____________________________________________________________________________
37024 [  6367] By: gsar                                  on 2000/07/11  19:17:21
37025         Log: integrate cfgperl changes#6288..6290 into mainline
37026      Branch: perl
37027           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
37028 ____________________________________________________________________________
37029 [  6366] By: gsar                                  on 2000/07/11  19:11:18
37030         Log: integrate cfgperl changes#6268..6282 into mainline
37031      Branch: perl
37032           !> (integrate 30 files)
37033 ____________________________________________________________________________
37034 [  6365] By: gsar                                  on 2000/07/11  18:57:00
37035         Log: delete new accidentally branched file
37036      Branch: perl
37037            - t/op/method2entersub.t
37038 ____________________________________________________________________________
37039 [  6364] By: gsar                                  on 2000/07/11  18:55:13
37040         Log: skip integrate of change#6267 from cfgperl into mainline (the
37041              method call optimization is flawed without additional hints
37042              from user about immutableness of @ISA and no runtime method
37043              definitions)
37044      Branch: perl
37045           +> t/op/method2entersub.t
37046           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
37047           !> perl.h t/op/sprintf.t xsutils.c
37048 ____________________________________________________________________________
37049 [  6363] By: gsar                                  on 2000/07/11  18:49:43
37050         Log: integrate cfgperl changes#6261..6266 into mainline
37051      Branch: perl
37052           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
37053           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
37054           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
37055           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
37056 ____________________________________________________________________________
37057 [  6362] By: gsar                                  on 2000/07/11  18:43:26
37058         Log: integrate cfgperl changes#6252..6260 into mainline
37059      Branch: perl
37060           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
37061           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
37062           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
37063           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
37064 ____________________________________________________________________________
37065 [  6361] By: gsar                                  on 2000/07/11  18:37:12
37066         Log: skip integrate of problematic change#6251 from cfgperl into mainline
37067      Branch: perl
37068           !> lib/Exporter.pm
37069 ____________________________________________________________________________
37070 [  6360] By: gsar                                  on 2000/07/11  18:34:56
37071         Log: integrate cfgperl change#6250 into mainline
37072      Branch: perl
37073           +> t/op/my_stash.t
37074           !> MANIFEST embed.pl proto.h toke.c
37075 ____________________________________________________________________________
37076 [  6359] By: gsar                                  on 2000/07/11  18:21:19
37077         Log: integrate cfgperl changes#6242..6249 into mainline
37078      Branch: perl
37079           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
37080           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
37081           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
37082           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
37083           !> t/lib/peek.t utf8.c
37084 ____________________________________________________________________________
37085 [  6358] By: gsar                                  on 2000/07/11  18:15:45
37086         Log: skip integrate of problematic change#6241 from cfgperl into mainline
37087      Branch: perl
37088           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
37089 ____________________________________________________________________________
37090 [  6357] By: jhi                                   on 2000/07/11  18:15:16
37091         Log: Fix for
37092              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
37093              From: Roderick Schertler <roderick@argon.org> 
37094              Date: Tue, 11 Jul 2000 13:55:05 -0400 
37095              Message-Id: <200007111755.NAA05077@jones.argon.org> 
37096      Branch: cfgperl
37097            ! doio.c
37098 ____________________________________________________________________________
37099 [  6356] By: jhi                                   on 2000/07/11  18:12:51
37100         Log: Typo in #6341.
37101      Branch: cfgperl
37102            ! pp_hot.c
37103 ____________________________________________________________________________
37104 [  6355] By: gsar                                  on 2000/07/11  18:12:10
37105         Log: integrate cfgperl changes#6231..6240 into mainline
37106      Branch: perl
37107           +> pod/perlutil.pod
37108           !> (integrate 35 files)
37109 ____________________________________________________________________________
37110 [  6354] By: jhi                                   on 2000/07/11  18:04:34
37111         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
37112              From: Dominic Dunlop <domo@computer.org> 
37113              Date: Tue, 11 Jul 2000 12:27:33 +0200 
37114              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
37115              
37116              Replaces change #6268.
37117      Branch: cfgperl
37118            ! t/op/sprintf.t
37119 ____________________________________________________________________________
37120 [  6353] By: gsar                                  on 2000/07/11  17:59:51
37121         Log: skip integrate of problematic change#6230 from cfgperl into mainline
37122              (a later version of File::Spec is already in mainline)
37123      Branch: perl
37124           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
37125           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
37126 ____________________________________________________________________________
37127 [  6352] By: gsar                                  on 2000/07/11  17:57:48
37128         Log: integrate cfgperl changes#6224..6229 into mainline
37129      Branch: perl
37130           +> lib/lib.pm.PL
37131            - lib/lib.pm
37132           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
37133           !> lib/English.pm op.c t/lib/english.t
37134 ____________________________________________________________________________
37135 [  6351] By: gsar                                  on 2000/07/11  17:50:10
37136         Log: skip integrate of problematic change#6223 from cfgperl into mainline
37137      Branch: perl
37138           !> doio.c
37139 ____________________________________________________________________________
37140 [  6350] By: gsar                                  on 2000/07/11  17:48:28
37141         Log: integrate cfgperl changes#6220..6222 into mainline
37142      Branch: perl
37143           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
37144           !> toke.c utf8.c win32/win32.h
37145 ____________________________________________________________________________
37146 [  6349] By: gsar                                  on 2000/07/11  17:46:13
37147         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
37148              mainline
37149      Branch: perl
37150           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
37151           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
37152           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
37153 ____________________________________________________________________________
37154 [  6348] By: jhi                                   on 2000/07/11  17:45:49
37155         Log: README.posix-bc podified from Thomas Dorner.
37156      Branch: cfgperl
37157            ! README.posix-bc
37158 ____________________________________________________________________________
37159 [  6347] By: gsar                                  on 2000/07/11  17:42:04
37160         Log: integrate cfgperl change#6217 into mainline
37161      Branch: perl
37162           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
37163           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
37164           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
37165 ____________________________________________________________________________
37166 [  6346] By: gsar                                  on 2000/07/11  17:39:37
37167         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
37168              mainline
37169      Branch: perl
37170           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
37171           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
37172           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
37173           !> perlapi.h pod/perlapi.pod
37174 ____________________________________________________________________________
37175 [  6345] By: gsar                                  on 2000/07/11  17:36:42
37176         Log: integrate cfgperl changes#6207..6210 into mainline
37177      Branch: perl
37178           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
37179           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
37180 ____________________________________________________________________________
37181 [  6344] By: gsar                                  on 2000/07/11  17:31:20
37182         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
37183              mainline
37184      Branch: perl
37185           !> (integrate 40 files)
37186 ____________________________________________________________________________
37187 [  6343] By: gsar                                  on 2000/07/11  17:19:08
37188         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
37189      Branch: perl
37190           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
37191            ! Changes
37192           !> (integrate 34 files)
37193 ____________________________________________________________________________
37194 [  6342] By: jhi                                   on 2000/07/11  16:05:48
37195         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
37196              To: perl5-porters@perl.org
37197              From: Karsten Sperling <spiff@phreax.net>
37198              Date: Mon, 10 Jul 2000 15:12:52 +0200
37199              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
37200      Branch: cfgperl
37201            ! lib/Symbol.pm
37202 ____________________________________________________________________________
37203 [  6341] By: jhi                                   on 2000/07/11  15:59:23
37204         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
37205              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
37206              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
37207              Date: Fri, 07 Jul 2000 17:57:16 +0100
37208      Branch: cfgperl
37209            ! pp_hot.c
37210 ____________________________________________________________________________
37211 [  6340] By: jhi                                   on 2000/07/11  15:55:47
37212         Log: Subject: Re: format bug report  [Patch]
37213              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37214              Date: Wed, 05 Jul 2000 13:12:52 +0200
37215              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
37216              
37217              Subject: Re: format bug report  [Patch]
37218              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37219              Date: Wed, 05 Jul 2000 14:10:01 +0200
37220              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
37221      Branch: cfgperl
37222            ! t/op/write.t toke.c
37223 ____________________________________________________________________________
37224 [  6339] By: jhi                                   on 2000/07/11  13:54:09
37225         Log: Be less forgiving about ambiguous and illegal tr ranges.
37226              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
37227              From: Mark-Jason Dominus <mjd@plover.com>
37228              Date: Tue, 04 Jul 2000 10:00:12 -0400
37229              Message-ID: <20000704140012.17772.qmail@plover.com>
37230              
37231              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
37232              From: Mark-Jason Dominus <mjd@plover.com>
37233              Date: Wed, 05 Jul 2000 09:37:36 -0400
37234              Message-ID: <20000705133736.27293.qmail@plover.com>
37235      Branch: cfgperl
37236            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
37237 ____________________________________________________________________________
37238 [  6338] By: jhi                                   on 2000/07/11  13:31:24
37239         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
37240              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
37241              Date: Tue, 11 Jul 2000 13:50:51 +0100
37242              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
37243      Branch: cfgperl
37244            ! sv.c
37245 ____________________________________________________________________________
37246 [  6337] By: jhi                                   on 2000/07/11  13:29:14
37247         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
37248              From: Hugo <hv@crypt.compulink.co.uk>
37249              Date: Tue, 11 Jul 2000 12:44:50 +0100
37250              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
37251      Branch: cfgperl
37252            ! regexec.c t/op/re_tests
37253 ____________________________________________________________________________
37254 [  6336] By: jhi                                   on 2000/07/11  13:26:47
37255         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
37256              From: simon@brecon.co.uk (Simon Cozens)
37257              Date: 7 Jul 2000 11:26:09 GMT
37258              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
37259      Branch: cfgperl
37260            ! mg.c
37261 ____________________________________________________________________________
37262 [  6335] By: jhi                                   on 2000/07/11  13:23:37
37263         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
37264              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
37265              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
37266              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
37267      Branch: cfgperl
37268            + ext/DynaLoader/hints/netbsd.pl
37269            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
37270 ____________________________________________________________________________
37271 [  6334] By: jhi                                   on 2000/07/11  13:20:38
37272         Log: Subject: PATCH perlguts.pod: Document D and d magic types
37273              From: mjd@plover.com
37274              Date: 5 Jul 2000 18:01:51 -0000
37275              Message-ID: <20000705180151.29413.qmail@plover.com>
37276      Branch: cfgperl
37277            ! pod/perlguts.pod
37278 ____________________________________________________________________________
37279 [  6333] By: jhi                                   on 2000/07/11  13:15:51
37280         Log: Precedence goof, fix based on
37281              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
37282              From: Hugo <hv@crypt.compulink.co.uk>
37283              Date: Tue, 11 Jul 2000 12:52:38 +0100
37284              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
37285      Branch: cfgperl
37286            ! t/op/taint.t
37287 ____________________________________________________________________________
37288 [  6332] By: jhi                                   on 2000/07/11  12:40:17
37289         Log: Integrate with Sarathy.
37290      Branch: cfgperl
37291           !> win32/win32sck.c
37292 ____________________________________________________________________________
37293 [  6331] By: jhi                                   on 2000/07/10  20:14:16
37294         Log: Sprinkle ldlibpath.
37295      Branch: cfgperl
37296            ! pod/Makefile.SH
37297 ____________________________________________________________________________
37298 [  6330] By: jhi                                   on 2000/07/10  17:54:49
37299         Log: More POSIX.pod tweaks.
37300      Branch: cfgperl
37301            ! ext/POSIX/POSIX.pod
37302 ____________________________________________________________________________
37303 [  6329] By: jhi                                   on 2000/07/10  14:02:12
37304         Log: Reorder perl.pod once more.
37305      Branch: cfgperl
37306            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
37307 ____________________________________________________________________________
37308 [  6328] By: gsar                                  on 2000/07/10  07:06:00
37309         Log: accept() leaks memory on windows due to incorrect ordering of
37310              closesocket() and fclose() calls
37311      Branch: perl
37312            ! win32/win32sck.c
37313 ____________________________________________________________________________
37314 [  6327] By: gsar                                  on 2000/07/10  06:49:17
37315         Log: winsock options weren't being set in all threads under ithreads
37316              (caused send()s from second and subsequent threads to fail)
37317      Branch: perl
37318            ! win32/win32sck.c
37319 ____________________________________________________________________________
37320 [  6326] By: jhi                                   on 2000/07/08  02:45:40
37321         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
37322              was cast to an unsigned (32-bit) integer with wild abandon.
37323      Branch: cfgperl
37324            ! ext/Devel/DProf/DProf.xs
37325 ____________________________________________________________________________
37326 [  6325] By: jhi                                   on 2000/07/07  18:50:33
37327         Log: Remove perlbook, update perlfaq book listing,
37328              rearrange perl.pod, regenerate perltoc.
37329      Branch: cfgperl
37330            - pod/perlbook.pod
37331            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
37332            ! pod/perlfaq2.pod pod/perltoc.pod
37333 ____________________________________________________________________________
37334 [  6324] By: jhi                                   on 2000/07/07  14:03:40
37335         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
37336      Branch: cfgperl
37337            ! sv.h toke.c
37338 ____________________________________________________________________________
37339 [  6323] By: jhi                                   on 2000/07/06  16:03:55
37340         Log: Fix complaints of buildtoc.
37341      Branch: cfgperl
37342            + lib/Win32.pod
37343            - pod/Win32.pod
37344            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
37345 ____________________________________________________________________________
37346 [  6322] By: jhi                                   on 2000/07/06  15:15:52
37347         Log: Add =head1 NAMEs so that buildtoc is happy.
37348              (The CGI::Util nit reported to Lincoln.)
37349      Branch: cfgperl
37350            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
37351            ! pod/perltoc.pod
37352 ____________________________________________________________________________
37353 [  6321] By: jhi                                   on 2000/07/06  03:16:04
37354         Log: Config is being used.
37355      Branch: cfgperl
37356            ! t/op/method.t
37357 ____________________________________________________________________________
37358 [  6320] By: jhi                                   on 2000/07/06  03:13:13
37359         Log: Integrate with Sarathy.
37360      Branch: cfgperl
37361           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
37362 ____________________________________________________________________________
37363 [  6319] By: jhi                                   on 2000/07/06  03:11:46
37364         Log: Autogenerate pod/Makefile and pod/buildtoc.
37365              buildtoc also checks whether the existin pods are
37366              mentioned in MANIFEST and perl.pod, and vice versa.
37367              (None of the thusly found discrepancies fixed yet.)
37368              roffitall also needs to be autogenerated similarly but it
37369              seems so badly out of date that I didn't touch it yet.
37370      Branch: cfgperl
37371            + pod/Makefile.SH pod/buildtoc.PL
37372            - pod/Makefile pod/buildtoc
37373            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
37374 ____________________________________________________________________________
37375 [  6318] By: gsar                                  on 2000/07/05  22:10:54
37376         Log: fix UNC path handling on Windows under ithreads, and chdir()
37377              return value when given a non-existent directory
37378      Branch: perl
37379            ! win32/vdir.h
37380 ____________________________________________________________________________
37381 [  6317] By: gsar                                  on 2000/07/05  22:08:19
37382         Log: winsock cleanup never done on Windows (leads to handle leaks)
37383      Branch: perl
37384            ! win32/perllib.c win32/win32sck.c
37385 ____________________________________________________________________________
37386 [  6316] By: gsar                                  on 2000/07/05  22:06:19
37387         Log: some debugger output does not go to the socket when RemotePort is set
37388      Branch: perl
37389            ! lib/perl5db.pl
37390 ____________________________________________________________________________
37391 [  6315] By: jhi                                   on 2000/07/05  00:25:21
37392         Log: Integrate with Sarathy, preliminary fix for unicos
37393              alignment problems in [ID 20000612.002] Perl problem on Cray system.
37394      Branch: cfgperl
37395            ! sv.h
37396           !> pp_hot.c
37397 ____________________________________________________________________________
37398 [  6314] By: gsar                                  on 2000/07/04  23:34:02
37399         Log: tyop in change#6306
37400      Branch: perl
37401            ! pp_hot.c
37402 ____________________________________________________________________________
37403 [  6313] By: jhi                                   on 2000/07/04  22:14:38
37404         Log: Multiline string literals ENONPORTABLE.
37405      Branch: cfgperl
37406            ! pp_hot.c
37407 ____________________________________________________________________________
37408 [  6312] By: jhi                                   on 2000/07/04  20:34:44
37409         Log: Integrate with Sarathy.
37410      Branch: cfgperl
37411           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
37412           !> t/op/method.t
37413 ____________________________________________________________________________
37414 [  6311] By: jhi                                   on 2000/07/04  20:30:56
37415         Log: More POSIX.pod embellishment.
37416      Branch: cfgperl
37417            ! ext/POSIX/POSIX.pod
37418 ____________________________________________________________________________
37419 [  6310] By: gsar                                  on 2000/07/04  17:28:48
37420         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
37421      Branch: perl
37422            ! t/lib/b.t
37423 ____________________________________________________________________________
37424 [  6309] By: jhi                                   on 2000/07/04  17:22:18
37425         Log: The #6308 required a little bit more.
37426      Branch: cfgperl
37427            ! Makefile.SH win32/Makefile
37428 ____________________________________________________________________________
37429 [  6308] By: jhi                                   on 2000/07/04  16:35:24
37430         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
37431      Branch: cfgperl
37432            + lib/lib_pm.PL
37433            - lib/lib.pm.PL
37434            ! MANIFEST Makefile.SH
37435 ____________________________________________________________________________
37436 [  6307] By: jhi                                   on 2000/07/04  16:28:58
37437         Log: Win32 patches for cfgperl from Sarathy.
37438      Branch: cfgperl
37439            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
37440            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
37441            ! thread.h toke.c util.c win32/Makefile win32/win32.c
37442 ____________________________________________________________________________
37443 [  6306] By: gsar                                  on 2000/07/04  16:28:40
37444         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
37445              (from Richard Soderberg <rs@oregonnet.com>)
37446      Branch: perl
37447            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
37448 ____________________________________________________________________________
37449 [  6305] By: jhi                                   on 2000/07/04  16:24:24
37450         Log: Integrate with Sarathy.
37451      Branch: cfgperl
37452           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
37453           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
37454           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
37455           !> proto.h win32/win32.c
37456 ____________________________________________________________________________
37457 [  6304] By: gsar                                  on 2000/07/04  16:17:24
37458         Log: missing perldiag entry for unpack("w",...) diagnostic (from
37459              Andreas Koenig)
37460      Branch: perl
37461            ! pod/perldiag.pod
37462 ____________________________________________________________________________
37463 [  6303] By: gsar                                  on 2000/07/04  16:14:44
37464         Log: remove rel2abs prototypes (from Barrie Slaymaker)
37465      Branch: perl
37466            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
37467            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
37468 ____________________________________________________________________________
37469 [  6302] By: gsar                                  on 2000/07/04  04:59:35
37470         Log: adjust change#6299
37471      Branch: perl
37472            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
37473            ! win32/win32.c
37474 ____________________________________________________________________________
37475 [  6301] By: jhi                                   on 2000/07/04  04:50:07
37476         Log: Integrate with Sarathy.
37477      Branch: cfgperl
37478           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
37479           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
37480           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
37481 ____________________________________________________________________________
37482 [  6300] By: gsar                                  on 2000/07/04  04:42:09
37483         Log: PERL_OBJECT build tweak
37484      Branch: perl
37485            ! perl.h
37486 ____________________________________________________________________________
37487 [  6299] By: gsar                                  on 2000/07/04  04:37:00
37488         Log: fix memory leak on Windows (PL_sys_intern contents were never
37489              freed)
37490      Branch: perl
37491            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
37492            ! perlapi.c proto.h win32/win32.c
37493 ____________________________________________________________________________
37494 [  6298] By: gsar                                  on 2000/07/04  04:15:59
37495         Log: fix large memory leak that has been around for ever, masked by
37496              -DPURIFY (most of the arenas were never freed!)
37497      Branch: perl
37498            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
37499 ____________________________________________________________________________
37500 [  6297] By: gsar                                  on 2000/07/04  04:07:46
37501         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
37502      Branch: perl
37503            ! perl.c
37504 ____________________________________________________________________________
37505 [  6296] By: jhi                                   on 2000/06/30  18:28:37
37506         Log: Elaborate POSIX.pod.  Still needs work.
37507      Branch: cfgperl
37508            ! ext/POSIX/POSIX.pod
37509 ____________________________________________________________________________
37510 [  6295] By: jhi                                   on 2000/06/30  14:58:18
37511         Log: Point to perlipc for more SysV IPC examples.
37512      Branch: cfgperl
37513            ! pod/perlfunc.pod
37514 ____________________________________________________________________________
37515 [  6294] By: gsar                                  on 2000/06/30  14:47:45
37516         Log: slurp mode fix in change#4736 still not quite right
37517      Branch: perl
37518            ! pp_hot.c t/io/argv.t
37519 ____________________________________________________________________________
37520 [  6293] By: jhi                                   on 2000/06/30  12:02:55
37521         Log: Integrate with Sarathy.
37522      Branch: cfgperl
37523           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
37524 ____________________________________________________________________________
37525 [  6292] By: jhi                                   on 2000/06/30  12:01:11
37526         Log: From: simon@brecon.co.uk (Simon Cozens)
37527              Subject: UTF8 concat
37528              Date: 30 Jun 2000 06:13:25 GMT
37529              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
37530      Branch: cfgperl
37531            ! pp_hot.c
37532 ____________________________________________________________________________
37533 [  6291] By: gsar                                  on 2000/06/30  04:37:33
37534         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
37535              when @_ is modified, causing coredumps
37536      Branch: perl
37537            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
37538 ____________________________________________________________________________
37539 [  6290] By: jhi                                   on 2000/06/30  02:21:44
37540         Log: Integrate with Sarathy.
37541      Branch: cfgperl
37542           !> vms/vms.c vms/vmsish.h
37543 ____________________________________________________________________________
37544 [  6289] By: jhi                                   on 2000/06/30  02:21:02
37545         Log: Check VERSIONs.
37546      Branch: cfgperl
37547            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
37548            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
37549            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
37550 ____________________________________________________________________________
37551 [  6288] By: jhi                                   on 2000/06/30  02:18:52
37552         Log: Integrate with Sarathy.
37553      Branch: cfgperl
37554           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
37555           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
37556           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
37557           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
37558 ____________________________________________________________________________
37559 [  6287] By: gsar                                  on 2000/06/30  02:17:08
37560         Log: integrate vmsperl changes into mainline
37561      Branch: perl
37562           !> vms/vms.c vms/vmsish.h
37563 ____________________________________________________________________________
37564 [  6285] By: gsar                                  on 2000/06/30  02:05:28
37565         Log: localize %INC in a Safe compartment so that use/require work
37566              (many other magic globals probably need similar treatment)
37567      Branch: perl
37568            ! ext/Opcode/Opcode.xs
37569 ____________________________________________________________________________
37570 [  6284] By: gsar                                  on 2000/06/30  01:54:54
37571         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
37572              about Windows
37573      Branch: perl
37574            ! pod/perlembed.pod
37575 ____________________________________________________________________________
37576 [  6283] By: jhi                                   on 2000/06/30  01:50:10
37577         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
37578              From: Barrie Slaymaker <barries@jester.slaysys.com>
37579              Date: Wed, 28 Jun 2000 11:35:29 -0400
37580              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
37581      Branch: perl
37582            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
37583            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
37584            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
37585            ! lib/File/Spec/Win32.pm
37586 ____________________________________________________________________________
37587 [  6282] By: jhi                                   on 2000/06/29  22:57:22
37588         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
37589              From: Dan Sugalski <dan@sidhe.org>
37590              Date: Tue, 06 Jun 2000 11:59:50 -0400
37591              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
37592      Branch: cfgperl
37593            ! vms/vms.c
37594 ____________________________________________________________________________
37595 [  6281] By: jhi                                   on 2000/06/29  22:52:50
37596         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
37597              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
37598              Date: Wed, 7 Jun 2000 04:02:04 -0500
37599              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
37600      Branch: cfgperl
37601            ! utils/h2xs.PL
37602 ____________________________________________________________________________
37603 [  6280] By: jhi                                   on 2000/06/29  22:45:47
37604         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
37605              From: rspier@pobox.com (Robert Spier)
37606              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
37607              Message-ID: <14654.31913.845602.610277@rls.cx>
37608      Branch: cfgperl
37609            ! utils/h2xs.PL
37610 ____________________________________________________________________________
37611 [  6279] By: jhi                                   on 2000/06/29  22:38:16
37612         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
37613              From: Tim Ayers <tayers@bridge.com>
37614              Date: Thu, 08 Jun 2000 08:11:06 +0200
37615              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
37616              [resent by Richard Foley, Message-Id probably wrong]
37617      Branch: cfgperl
37618            ! pod/perlsub.pod
37619 ____________________________________________________________________________
37620 [  6278] By: jhi                                   on 2000/06/29  22:21:45
37621         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
37622              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
37623              Date: Fri, 09 Jun 2000 12:39:27 -0400
37624              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
37625              (plus update the version "number" of Text::Wrap)
37626      Branch: cfgperl
37627            ! lib/Text/Wrap.pm
37628 ____________________________________________________________________________
37629 [  6277] By: jhi                                   on 2000/06/29  22:13:10
37630         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
37631              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
37632              Date: Mon, 12 Jun 2000 14:55:59 +0100
37633              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
37634      Branch: cfgperl
37635            ! pod/perlfunc.pod
37636 ____________________________________________________________________________
37637 [  6276] By: jhi                                   on 2000/06/29  22:11:06
37638         Log: Subject: [PATCH] Re: eval documentation: context
37639              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
37640              Date: Mon, 12 Jun 2000 15:07:29 +0100
37641              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
37642      Branch: cfgperl
37643            ! pod/perlfunc.pod
37644 ____________________________________________________________________________
37645 [  6275] By: jhi                                   on 2000/06/29  21:59:46
37646         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
37647              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
37648              Date: Tue, 13 Jun 2000 02:43:48 -0500
37649              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
37650      Branch: cfgperl
37651            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
37652 ____________________________________________________________________________
37653 [  6274] By: jhi                                   on 2000/06/29  21:56:14
37654         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
37655              From: Andy Dougherty <doughera@lafayette.edu>
37656              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
37657              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
37658      Branch: cfgperl
37659            ! ext/File/Glob/Glob.pm
37660 ____________________________________________________________________________
37661 [  6273] By: jhi                                   on 2000/06/29  21:49:09
37662         Log: Subject: [PATCH] xsub attributes
37663              From: Doug MacEachern <dougm@covalent.net>
37664              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
37665              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
37666      Branch: cfgperl
37667            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
37668            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
37669 ____________________________________________________________________________
37670 [  6272] By: jhi                                   on 2000/06/29  21:41:28
37671         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
37672              From: Tom Phoenix <rootbeer@redcat.com>
37673              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
37674              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
37675      Branch: cfgperl
37676            ! lib/Net/Ping.pm
37677 ____________________________________________________________________________
37678 [  6271] By: jhi                                   on 2000/06/29  21:36:55
37679         Log: Subject: PATCH pod/perltie.pod
37680              From: Ian Phillipps <Ian.Phillipps@iname.com>
37681              Date: Fri, 16 Jun 2000 00:17:19 +0100
37682              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
37683              (only the first hunk, the second hunk had already been done
37684              by some other patch)
37685      Branch: cfgperl
37686            ! pod/perltie.pod
37687 ____________________________________________________________________________
37688 [  6270] By: jhi                                   on 2000/06/29  21:24:51
37689         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
37690              From: Nicholas Clark <nick@talking.bollo.cx>
37691              Date: Fri, 23 Jun 2000 16:21:15 +0100
37692              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
37693      Branch: cfgperl
37694            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
37695            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
37696 ____________________________________________________________________________
37697 [  6269] By: jhi                                   on 2000/06/29  19:38:15
37698         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
37699              silence few compiler warnings.
37700      Branch: cfgperl
37701            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
37702 ____________________________________________________________________________
37703 [  6268] By: jhi                                   on 2000/06/29  18:21:50
37704         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
37705              From: Dominic Dunlop <domo@computer.org> 
37706              Date: Thu, 29 Jun 2000 12:32:39 +0200 
37707              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
37708      Branch: cfgperl
37709            ! t/op/sprintf.t
37710 ____________________________________________________________________________
37711 [  6267] By: jhi                                   on 2000/06/29  18:16:07
37712         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
37713              From: Doug MacEachern <dougm@covalent.net>
37714              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
37715              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
37716      Branch: cfgperl
37717            + t/op/method2entersub.t
37718            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
37719            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
37720            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
37721            ! xsutils.c
37722 ____________________________________________________________________________
37723 [  6266] By: jhi                                   on 2000/06/29  15:11:15
37724         Log: Subject: [PATCH 5.6.0] cygwin port
37725              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
37726              From: "Fifer, Eric" <EFifer@sanwaint.com>
37727              Date: Thu, 29 Jun 2000 12:58:29 +0100
37728      Branch: cfgperl
37729            ! cygwin/Makefile.SHs
37730 ____________________________________________________________________________
37731 [  6265] By: jhi                                   on 2000/06/29  15:04:05
37732         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
37733              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
37734              Date: Wed, 28 Jun 2000 17:50:12 -0700
37735              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
37736      Branch: cfgperl
37737            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
37738 ____________________________________________________________________________
37739 [  6264] By: jhi                                   on 2000/06/29  15:00:57
37740         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
37741              From: Marty Lucich <marty@netcom.com>
37742              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
37743              Message-Id: <200006282116.OAA11148@netcom.com>
37744              ccdlflags update (the BSD/OS 4.1 part had already been taken
37745              care of by #6141).
37746      Branch: cfgperl
37747            ! hints/bsdos.sh
37748 ____________________________________________________________________________
37749 [  6263] By: jhi                                   on 2000/06/29  13:47:44
37750         Log: tr fixes from Simon Cozens
37751      Branch: cfgperl
37752            ! doop.c
37753 ____________________________________________________________________________
37754 [  6262] By: jhi                                   on 2000/06/28  18:46:01
37755         Log: Subject: 5.6.0 Patch for EPOC
37756              From: Olaf Flebbe <o.flebbe@gmx.de>
37757              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
37758              Message-ID: <23449.960929969@www11.gmx.net>
37759      Branch: cfgperl
37760            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
37761            ! epoc/epocish.h
37762 ____________________________________________________________________________
37763 [  6261] By: jhi                                   on 2000/06/28  18:29:07
37764         Log: Subject: Re: [PATCH cfgperl] BOMs away!
37765              From: simon@brecon.co.uk (Simon Cozens)
37766              Date: 17 Jun 2000 11:49:57 GMT
37767              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
37768      Branch: cfgperl
37769            ! pod/perldiag.pod t/comp/require.t toke.c
37770 ____________________________________________________________________________
37771 [  6260] By: jhi                                   on 2000/06/28  17:47:16
37772         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
37773              From: simon@brecon.co.uk (Simon Cozens) 
37774              Date: 17 Jun 2000 11:56:44 GMT 
37775              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
37776              pack U0, pack C0
37777      Branch: cfgperl
37778            ! pod/perlfunc.pod pp.c t/op/pack.t
37779 ____________________________________________________________________________
37780 [  6259] By: jhi                                   on 2000/06/28  16:43:17
37781         Log: perlnewmod was missing from MANIFEST.
37782      Branch: cfgperl
37783            ! MANIFEST
37784 ____________________________________________________________________________
37785 [  6258] By: jhi                                   on 2000/06/28  15:54:30
37786         Log: linenumber tweak
37787      Branch: cfgperl
37788            ! t/pragma/warn/regcomp
37789 ____________________________________________________________________________
37790 [  6257] By: jhi                                   on 2000/06/28  15:50:44
37791         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
37792              From: Doug MacEachern <dougm@covalent.net>
37793              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
37794              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
37795              (one part of the patch had been applied earlier)
37796      Branch: cfgperl
37797            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
37798 ____________________________________________________________________________
37799 [  6256] By: jhi                                   on 2000/06/28  15:40:22
37800         Log: tweaks from Simon Cozens to further fix tr/// under utf8
37801      Branch: cfgperl
37802            ! doop.c
37803 ____________________________________________________________________________
37804 [  6255] By: jhi                                   on 2000/06/28  15:33:45
37805         Log: small thinko tweaks
37806      Branch: cfgperl
37807            ! lib/IPC/Open3.pm t/op/my_stash.t
37808 ____________________________________________________________________________
37809 [  6254] By: jhi                                   on 2000/06/28  15:33:25
37810         Log: Subject: tr///, help wanted.
37811              From: simon@brecon.co.uk (Simon Cozens)
37812              Date: 28 Jun 2000 11:29:04 GMT
37813              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
37814      Branch: cfgperl
37815            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
37816            ! pp_proto.h proto.h t/op/tr.t
37817 ____________________________________________________________________________
37818 [  6253] By: jhi                                   on 2000/06/28  15:09:17
37819         Log: Paranoia tweak on #6249.
37820              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
37821              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
37822              Date: Sun, 25 Jun 2000 23:43:12 -0400
37823              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
37824      Branch: cfgperl
37825            ! lib/IPC/Open3.pm
37826 ____________________________________________________________________________
37827 [  6252] By: jhi                                   on 2000/06/28  15:01:38
37828         Log: Document #6249 and #6251.
37829      Branch: cfgperl
37830            ! lib/Exporter.pm lib/IPC/Open3.pm
37831 ____________________________________________________________________________
37832 [  6251] By: jhi                                   on 2000/06/28  14:50:43
37833         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
37834              From: Doug MacEachern <dougm@covalent.net>
37835              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
37836              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
37837      Branch: cfgperl
37838            ! lib/Exporter.pm
37839 ____________________________________________________________________________
37840 [  6250] By: jhi                                   on 2000/06/28  14:45:23
37841         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
37842              From: Doug MacEachern <dougm@covalent.net>
37843              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
37844              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
37845      Branch: cfgperl
37846            + t/op/my_stash.t
37847            ! MANIFEST embed.pl global.sym proto.h toke.c
37848 ____________________________________________________________________________
37849 [  6249] By: jhi                                   on 2000/06/28  14:36:34
37850         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
37851              From: Frank Tobin <ftobin@uiuc.edu>
37852              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
37853              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
37854      Branch: cfgperl
37855            ! lib/IPC/Open3.pm
37856 ____________________________________________________________________________
37857 [  6248] By: jhi                                   on 2000/06/28  14:11:25
37858         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
37859              From: Mark-Jason Dominus <mjd@plover.com>
37860              Date: Tue, 27 Jun 2000 22:36:42 -0400
37861              Message-ID: <20000628023642.12166.qmail@plover.com>
37862      Branch: cfgperl
37863            ! pod/perlfunc.pod
37864 ____________________________________________________________________________
37865 [  6247] By: jhi                                   on 2000/06/27  12:46:37
37866         Log: Tweak $VERSION, patch from Doug MacEachern.
37867      Branch: cfgperl
37868            ! lib/File/Spec.pm
37869 ____________________________________________________________________________
37870 [  6246] By: jhi                                   on 2000/06/27  03:34:46
37871         Log: Allow for standalone testing.
37872      Branch: cfgperl
37873            ! t/lib/filefunc.t t/lib/filespec.t
37874 ____________________________________________________________________________
37875 [  6245] By: jhi                                   on 2000/06/27  02:50:02
37876         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
37877              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
37878              Date: Sat, 24 Jun 2000 13:06:20 +0100
37879              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
37880      Branch: cfgperl
37881            ! ext/DynaLoader/DynaLoader_pm.PL
37882 ____________________________________________________________________________
37883 [  6244] By: jhi                                   on 2000/06/27  02:46:10
37884         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
37885              From: Doug MacEachern <dougm@covalent.net>
37886              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
37887              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
37888      Branch: cfgperl
37889            ! gv.c sv.c t/lib/peek.t
37890 ____________________________________________________________________________
37891 [  6243] By: jhi                                   on 2000/06/27  02:38:07
37892         Log: Subject: [PATCH] is_utf8_string
37893              From: simon@brecon.co.uk (Simon Cozens)
37894              Date: 26 Jun 2000 02:25:59 GMT
37895              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
37896      Branch: cfgperl
37897            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
37898            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
37899            ! proto.h utf8.c
37900 ____________________________________________________________________________
37901 [  6242] By: jhi                                   on 2000/06/27  02:24:00
37902         Log: Subject: [PATCH] bytes<->utf8 fixes
37903              From: simon@brecon.co.uk (Simon Cozens)
37904              Date: 26 Jun 2000 04:55:45 GMT
37905              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
37906      Branch: cfgperl
37907            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
37908 ____________________________________________________________________________
37909 [  6241] By: jhi                                   on 2000/06/27  02:12:42
37910         Log: Do no -warn on \_, only on \alpha.
37911              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
37912              From: David Dyck <dcd@tc.fluke.com>
37913              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
37914              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
37915      Branch: cfgperl
37916            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
37917 ____________________________________________________________________________
37918 [  6240] By: jhi                                   on 2000/06/27  02:00:01
37919         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
37920              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
37921              Date: Mon, 26 Jun 2000 18:40:14 +0100
37922              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
37923      Branch: cfgperl
37924            ! utils/h2xs.PL
37925 ____________________________________________________________________________
37926 [  6239] By: jhi                                   on 2000/06/27  01:53:40
37927         Log: Configure maintenance.  Sever some dependency cycles,
37928              separate gccversion from the cc unit,
37929              address [ID 20000623.006] Configure script patch for using gcc on AIX
37930              (but solve it a little bit differently),
37931              unduplex some accidentally duplicated units,
37932              suggest using gcc if no cc available
37933              (p5p thread: "Solaris configure: counterproposal", 1999-09)
37934      Branch: cfgperl
37935            ! Configure Todo-5.6 config_h.SH
37936      Branch: metaconfig
37937            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
37938            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
37939      Branch: metaconfig/U/perl
37940            + gccvers.U
37941            ! d_getespwnam.U d_getprpwnam.U i_prot.U
37942 ____________________________________________________________________________
37943 [  6238] By: jhi                                   on 2000/06/25  18:04:56
37944         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
37945              From: Dan Sugalski <dan@sidhe.org>
37946              Date: Fri, 23 Jun 2000 17:00:00 -0400
37947              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
37948      Branch: cfgperl
37949            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
37950 ____________________________________________________________________________
37951 [  6237] By: jhi                                   on 2000/06/25  16:36:45
37952         Log: Tweak embed.pl, regen headers.
37953      Branch: cfgperl
37954            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
37955            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
37956            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
37957            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
37958            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
37959 ____________________________________________________________________________
37960 [  6236] By: jhi                                   on 2000/06/25  15:26:42
37961         Log: Regen headers.
37962      Branch: cfgperl
37963            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
37964            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
37965            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
37966            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
37967            ! regnodes.h warnings.h
37968 ____________________________________________________________________________
37969 [  6235] By: jhi                                   on 2000/06/23  19:39:35
37970         Log: The thread begun by
37971              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
37972              From: Kevin.Ruscoe@ubsw.com
37973              Date: Fri, 16 Jun 2000 16:38:51 +0100
37974              Message-Id: <H000019b03c300d6@MHS>
37975      Branch: cfgperl
37976            ! hints/solaris_2.sh
37977 ____________________________________________________________________________
37978 [  6234] By: jhi                                   on 2000/06/23  19:23:36
37979         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
37980              because when run as services (Win32ese for daemons)
37981              no environment variables are set and tmpdir ends up as /tmp,
37982              which is ambiguous.
37983              
37984              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
37985              From: matt@sergeant.org
37986              Date: 16 Jun 2000 16:30:43 -0000
37987              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
37988      Branch: cfgperl
37989            ! lib/File/Spec/Win32.pm
37990 ____________________________________________________________________________
37991 [  6233] By: jhi                                   on 2000/06/23  19:18:58
37992         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
37993              From: Mark-Jason Dominus <mjd@plover.com>
37994              Date: Fri, 16 Jun 2000 20:53:04 -0400
37995              Message-ID: <20000617005304.8008.qmail@plover.com>
37996      Branch: cfgperl
37997            ! op.h
37998 ____________________________________________________________________________
37999 [  6232] By: jhi                                   on 2000/06/23  16:10:02
38000         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
38001              From: simon@brecon.co.uk (Simon Cozens)
38002              Date: 19 Jun 2000 15:18:27 GMT
38003              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
38004              
38005              plus update pod/Makefile and regenerate perltoc
38006      Branch: cfgperl
38007            + pod/perlutil.pod
38008            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
38009 ____________________________________________________________________________
38010 [  6231] By: jhi                                   on 2000/06/23  15:19:18
38011         Log: Subject: [PATCH 5.6.0] cygwin port
38012              From: "Fifer, Eric" <EFifer@sanwaint.com>
38013              Date: Tue, 20 Jun 2000 14:30:58 +0100
38014              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
38015      Branch: cfgperl
38016            ! README.cygwin lib/File/Find.pm
38017 ____________________________________________________________________________
38018 [  6230] By: jhi                                   on 2000/06/23  14:25:21
38019         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
38020      Branch: cfgperl
38021            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
38022            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
38023            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
38024            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
38025 ____________________________________________________________________________
38026 [  6229] By: jhi                                   on 2000/06/23  14:13:34
38027         Log: Subject: README.hpux version 0.6.1
38028              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
38029              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
38030              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
38031      Branch: cfgperl
38032            ! README.hpux
38033 ____________________________________________________________________________
38034 [  6228] By: jhi                                   on 2000/06/23  14:07:20
38035         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
38036              From: Doug MacEachern <dougm@covalent.net>
38037              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
38038              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
38039      Branch: cfgperl
38040            ! op.c
38041 ____________________________________________________________________________
38042 [  6227] By: jhi                                   on 2000/06/23  14:01:06
38043         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
38044              From: Doug MacEachern <dougm@covalent.net>
38045              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
38046              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
38047      Branch: cfgperl
38048            + lib/lib.pm.PL
38049            - lib/lib.pm
38050            ! MANIFEST Makefile.SH
38051 ____________________________________________________________________________
38052 [  6226] By: jhi                                   on 2000/06/23  13:53:07
38053         Log: Subject: [PATCH] remove forward declarations in Socket.pm
38054              From: Doug MacEachern <dougm@covalent.net>
38055              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
38056              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
38057              
38058              From: Doug MacEachern <dougm@covalent.net>
38059              Subject: Re: [PATCH] remove forward declarations in Socket.pm
38060              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
38061              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
38062      Branch: cfgperl
38063            ! ext/Socket/Socket.pm op.c
38064 ____________________________________________________________________________
38065 [  6225] By: jhi                                   on 2000/06/23  13:41:52
38066         Log: Add source code filenames to apidoc.
38067              From: simon@brecon.co.uk (Simon Cozens)
38068              Subject: [PATCH embed.pl] Source X-ref
38069              Date: 22 Jun 2000 02:18:49 GMT
38070              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
38071      Branch: cfgperl
38072            ! embed.pl
38073 ____________________________________________________________________________
38074 [  6224] By: jhi                                   on 2000/06/23  13:32:33
38075         Log: A way to avoid English.pm performance hit.
38076              From: root <root@jester.slaysys.com>
38077              Subject: [YAPATCH English.pm] My turn to putt again
38078              Date: Thu, 22 Jun 2000 20:33:58 -0400
38079              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
38080      Branch: cfgperl
38081            ! lib/English.pm t/lib/english.t
38082 ____________________________________________________________________________
38083 [  6223] By: jhi                                   on 2000/06/23  13:27:06
38084         Log: Avoid double close().
38085              Subject: [PATCH] avoid double close()
38086              From: Doug MacEachern <dougm@covalent.net>
38087              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
38088              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
38089      Branch: cfgperl
38090            ! doio.c
38091 ____________________________________________________________________________
38092 [  6222] By: jhi                                   on 2000/06/23  13:25:54
38093         Log: doc typo fix
38094              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
38095              From: Ian Phillipps <Ian.Phillipps@iname.com>
38096              Date: Fri, 23 Jun 2000 10:40:58 +0100
38097              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
38098      Branch: cfgperl
38099            ! lib/Pod/Usage.pm
38100 ____________________________________________________________________________
38101 [  6221] By: jhi                                   on 2000/06/23  13:24:15
38102         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
38103              From: simon@brecon.co.uk (Simon Cozens)
38104              Subject: [PATCH] Eliminate tr///[CU][CU]
38105              Date: 23 Jun 2000 11:05:40 GMT
38106              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
38107      Branch: cfgperl
38108            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
38109 ____________________________________________________________________________
38110 [  6220] By: jhi                                   on 2000/06/22  16:07:51
38111         Log: Win32 patches from Benjamin Stuhl.
38112      Branch: cfgperl
38113            ! makedef.pl win32/win32.h
38114 ____________________________________________________________________________
38115 [  6219] By: jhi                                   on 2000/06/22  16:06:34
38116         Log: Bytecode patches from Benjamin Stuhl.
38117      Branch: cfgperl
38118            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
38119            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
38120            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
38121 ____________________________________________________________________________
38122 [  6218] By: jhi                                   on 2000/06/15  23:54:16
38123         Log: Bytecode patches from Benjamin Stuhl.
38124      Branch: cfgperl
38125            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
38126 ____________________________________________________________________________
38127 [  6217] By: jhi                                   on 2000/06/09  13:38:29
38128         Log: Rename the fdpid locking and integrate with Sarathy.
38129      Branch: cfgperl
38130            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
38131            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
38132            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
38133            ! win32/win32.c
38134           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
38135 ____________________________________________________________________________
38136 [  6216] By: gsar                                  on 2000/06/08  14:54:21
38137         Log: be more optimal about clearing @_
38138      Branch: perl
38139            ! cop.h
38140 ____________________________________________________________________________
38141 [  6215] By: gsar                                  on 2000/06/08  14:33:04
38142         Log: tweak comment about @DB::args
38143      Branch: perl
38144            ! av.h pp_ctl.c
38145 ____________________________________________________________________________
38146 [  6214] By: gsar                                  on 2000/06/08  13:57:54
38147         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
38148              caller() wants to populate @DB::args with it (causes a coredump
38149              in Carp::confess())
38150      Branch: perl
38151            ! cop.h t/op/runlevel.t
38152 ____________________________________________________________________________
38153 [  6213] By: gsar                                  on 2000/06/08  07:06:35
38154         Log: back out change#6106 (seems problematic)
38155      Branch: perl
38156            ! hints/solaris_2.sh
38157 ____________________________________________________________________________
38158 [  6212] By: jhi                                   on 2000/06/07  03:10:36
38159         Log: Continuing mopup for #6204.
38160      Branch: cfgperl
38161            ! ext/B/defsubs_h.PL
38162 ____________________________________________________________________________
38163 [  6211] By: jhi                                   on 2000/06/07  02:41:50
38164         Log: Mopup for #6204.
38165              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
38166              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
38167              This is comes from const() where POK isn't on when expected.
38168      Branch: cfgperl
38169            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
38170            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
38171            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
38172            ! perlapi.h pod/perlapi.pod
38173 ____________________________________________________________________________
38174 [  6210] By: jhi                                   on 2000/06/07  01:56:29
38175         Log: Mopup for #6207 and #6209.
38176      Branch: cfgperl
38177            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
38178 ____________________________________________________________________________
38179 [  6209] By: jhi                                   on 2000/06/07  01:33:12
38180         Log: Lock PL_fdpid against race conditions, based on:
38181              Subject: [PATCH 5.6.0]subprocess fixup for threads
38182              From: Dan Sugalski <dan@sidhe.org>
38183              To: perl5-porters@perl.org
38184              Date: Tue, 11 Apr 2000 17:02:32 -0400
38185              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
38186      Branch: cfgperl
38187            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
38188            ! win32/win32.c
38189 ____________________________________________________________________________
38190 [  6208] By: jhi                                   on 2000/06/07  01:05:23
38191         Log: Regen headers for #6207.
38192      Branch: cfgperl
38193            ! embed.h global.sym objXSUB.h proto.h
38194 ____________________________________________________________________________
38195 [  6207] By: jhi                                   on 2000/06/06  23:43:13
38196         Log: Subject: [PATCH 5.6.0] Threadsafe patches
38197              From: Dan Sugalski <dan@sidhe.org>
38198              To: perl5-porters@perl.org
38199              Date: Mon, 08 May 2000 18:08:13 -0400
38200              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
38201      Branch: cfgperl
38202            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
38203            ! proto.h sv.h util.c
38204 ____________________________________________________________________________
38205 [  6206] By: jhi                                   on 2000/06/06  23:21:23
38206         Log: Subject: [PATCH] Eliminate $a/$b in pod
38207              From: David Glasser <me@davidglasser.net>
38208              To: perl5-porters@perl.org
38209              Date: Mon, 29 May 2000 21:15:59 -0400
38210              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
38211      Branch: cfgperl
38212            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
38213            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
38214            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
38215            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
38216            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
38217            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
38218            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
38219            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
38220            ! pod/perlvar.pod pod/perlxs.pod
38221 ____________________________________________________________________________
38222 [  6205] By: jhi                                   on 2000/06/06  23:12:14
38223         Log: Subject: [PATCH] Win32 improvements
38224              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
38225              To: gsar@activestate.com, perl5-porters@perl.org
38226              Date: Mon, 29 May 2000 17:22:24 PDT
38227              Message-ID: <20000530002224.91142.qmail@hotmail.com>
38228              (MUA had mangled many lines by wordwrapping)
38229      Branch: cfgperl
38230            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
38231 ____________________________________________________________________________
38232 [  6204] By: jhi                                   on 2000/06/06  23:01:50
38233         Log: Subject: [PATCH] B::Bytecode patches
38234              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
38235              To: gsar@activestate.com, jhi@iki.fi
38236              Cc: perl5-porters@perl.org
38237              Message-ID: <20000602202526.48694.qmail@hotmail.com>
38238              (MUA had mangled many lines by wordwrapping)
38239      Branch: cfgperl
38240            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
38241            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
38242            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
38243            ! intrpvar.h perl.c
38244 ____________________________________________________________________________
38245 [  6203] By: jhi                                   on 2000/06/06  22:32:43
38246         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
38247              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
38248              Date: Tue, 06 Jun 2000 13:07:45 -0700
38249              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
38250      Branch: cfgperl
38251            ! pod/perldiag.pod
38252 ____________________________________________________________________________
38253 [  6202] By: jhi                                   on 2000/06/06  19:38:35
38254         Log: Integrate with Sarathy.
38255      Branch: cfgperl
38256           !> perl.c
38257 ____________________________________________________________________________
38258 [  6201] By: gsar                                  on 2000/06/06  00:42:59
38259         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
38260              does a PUSHMARK that's never ever POPMARKed; in general, only
38261              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
38262              Perl_eval_[sp]v() don't because they don't take any incoming
38263              arguments (this leak has been around since the original version
38264              of perl_eval_pv() in 5.003_97e)
38265      Branch: perl
38266            ! perl.c
38267 ____________________________________________________________________________
38268 [  6200] By: jhi                                   on 2000/06/04  03:44:52
38269         Log: Update to cperl-mode.el 4.31 from
38270              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
38271              Subject: A couple of notes
38272              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38273              To: Mailing list Perl5 <perl5-porters@perl.org>
38274              Date: Sat, 3 Jun 2000 23:33:32 -0400
38275              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
38276      Branch: cfgperl
38277            ! emacs/cperl-mode.el
38278 ____________________________________________________________________________
38279 [  6199] By: jhi                                   on 2000/06/03  15:11:05
38280         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
38281              From: Dan Sugalski <dan@sidhe.org>
38282              To: perl5-porters@perl.org, vmsperl@perl.org
38283              Date: Fri, 02 Jun 2000 17:30:51 -0400
38284              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
38285      Branch: cfgperl
38286            ! vms/descrip_mms.template vms/gen_shrfls.pl
38287 ____________________________________________________________________________
38288 [  6198] By: jhi                                   on 2000/06/03  14:59:15
38289         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
38290              From: Dan Sugalski <dan@sidhe.org>
38291              To: vmsperl@perl.org, perl5-porters@perl.org
38292              Date: Fri, 02 Jun 2000 16:00:41 -0400
38293              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
38294              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
38295      Branch: cfgperl
38296            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
38297            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
38298            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
38299 ____________________________________________________________________________
38300 [  6197] By: jhi                                   on 2000/06/03  14:41:30
38301         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
38302              From: John Borwick <jhborwic@unity.ncsu.edu>
38303              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
38304              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
38305      Branch: cfgperl
38306            ! pod/perlsyn.pod
38307 ____________________________________________________________________________
38308 [  6196] By: jhi                                   on 2000/06/03  14:38:09
38309         Log: Integrate with Sarathy.
38310      Branch: cfgperl
38311           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
38312           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
38313           !> vms/perly_c.vms
38314 ____________________________________________________________________________
38315 [  6195] By: gsar                                  on 2000/06/02  22:43:13
38316         Log: fix yet another eval"" leak under USE_ITHREADS
38317      Branch: perl
38318            ! op.c
38319 ____________________________________________________________________________
38320 [  6194] By: gsar                                  on 2000/06/02  18:22:06
38321         Log: fix small eval"" memory leaks under USE_ITHREADS
38322      Branch: perl
38323            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
38324            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
38325            ! vms/perly_c.vms
38326 ____________________________________________________________________________
38327 [  6193] By: jhi                                   on 2000/06/01  13:03:56
38328         Log: Signals-be-gone for microperl.
38329      Branch: cfgperl
38330            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
38331 ____________________________________________________________________________
38332 [  6192] By: jhi                                   on 2000/06/01  12:52:02
38333         Log: Integrate with Sarathy.
38334      Branch: cfgperl
38335           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
38336           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
38337           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
38338           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
38339           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
38340           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
38341           !> t/op/vec.t utils/h2xs.PL
38342 ____________________________________________________________________________
38343 [  6191] By: gsar                                  on 2000/06/01  09:38:21
38344         Log: vec() loses numericalness (modified version of patch suggested
38345              by Robin Barker)
38346      Branch: perl
38347            ! doop.c t/op/vec.t
38348 ____________________________________________________________________________
38349 [  6190] By: gsar                                  on 2000/06/01  09:26:15
38350         Log: submit missing embed.pl change
38351      Branch: perl
38352            ! embed.pl
38353 ____________________________________________________________________________
38354 [  6189] By: gsar                                  on 2000/06/01  09:05:34
38355         Log: counting tr/// corrupts later operation (from M.J.T Guy)
38356      Branch: perl
38357            ! doop.c t/op/tr.t
38358 ____________________________________________________________________________
38359 [  6188] By: gsar                                  on 2000/06/01  08:58:39
38360         Log: h2xs tweaks
38361      Branch: perl
38362            ! utils/h2xs.PL
38363 ____________________________________________________________________________
38364 [  6187] By: gsar                                  on 2000/06/01  08:50:07
38365         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
38366              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
38367      Branch: perl
38368            + lib/Pod/LaTeX.pm
38369            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
38370            ! pod/pod2latex.PL
38371 ____________________________________________________________________________
38372 [  6186] By: gsar                                  on 2000/06/01  08:24:40
38373         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
38374              <wolfgang.laun@alcatel.at>)
38375      Branch: perl
38376            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
38377            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
38378 ____________________________________________________________________________
38379 [  6185] By: gsar                                  on 2000/06/01  08:12:00
38380         Log: remove incorrect documentation about implicit split to @_ in
38381              list context, which never really worked in perl 5 (from
38382              M.J.T. Guy)
38383      Branch: perl
38384            ! pod/perlfunc.pod pod/perltrap.pod
38385 ____________________________________________________________________________
38386 [  6184] By: gsar                                  on 2000/06/01  07:52:27
38387         Log: tweak for change#6127
38388      Branch: perl
38389            ! perl.c
38390 ____________________________________________________________________________
38391 [  6183] By: gsar                                  on 2000/06/01  07:41:02
38392         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
38393              <nick@ccl4.org>)
38394      Branch: perl
38395            + t/lib/selfloader.t
38396            ! MANIFEST lib/SelfLoader.pm
38397 ____________________________________________________________________________
38398 [  6182] By: jhi                                   on 2000/06/01  00:34:42
38399         Log: Be Cleaner Part Deux.
38400      Branch: cfgperl
38401            ! Makefile.SH
38402 ____________________________________________________________________________
38403 [  6181] By: jhi                                   on 2000/06/01  00:32:09
38404         Log: Integrate with Sarathy.
38405      Branch: cfgperl
38406           !> pp.c t/op/arith.t
38407 ____________________________________________________________________________
38408 [  6180] By: jhi                                   on 2000/06/01  00:31:13
38409         Log: microperl nits from Simon Cozens.
38410      Branch: cfgperl
38411            + uconfig.h
38412            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
38413            ! unixish.h
38414 ____________________________________________________________________________
38415 [  6179] By: gsar                                  on 2000/05/31  22:37:51
38416         Log: buggy modulus on UVs introduced by change#3378 (resulted in
38417              4063328477 % 65535 amounting to 27406, instead of 27407)
38418      Branch: perl
38419            ! pp.c t/op/arith.t
38420 ____________________________________________________________________________
38421 [  6178] By: jhi                                   on 2000/05/31  21:52:41
38422         Log: Be cleaner.
38423      Branch: cfgperl
38424            ! Makefile.SH
38425 ____________________________________________________________________________
38426 [  6177] By: jhi                                   on 2000/05/31  21:47:33
38427         Log: Substitution utf8 patch from Simon Cozens.
38428      Branch: cfgperl
38429            ! pp_hot.c
38430 ____________________________________________________________________________
38431 [  6176] By: jhi                                   on 2000/05/31  21:45:34
38432         Log: Single-quoted utf8 patch from Simon Cozens.
38433      Branch: cfgperl
38434            ! toke.c
38435 ____________________________________________________________________________
38436 [  6175] By: jhi                                   on 2000/05/31  21:40:18
38437         Log: Integrate with Sarathy.
38438      Branch: cfgperl
38439           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
38440 ____________________________________________________________________________
38441 [  6174] By: jhi                                   on 2000/05/31  21:37:31
38442         Log: microperl changes from Simon Cozens; Makefile for microperl
38443              written from scratch; few casts added as microperl compilation
38444              doesn't have all prototypes available.
38445      Branch: cfgperl
38446            + Makefile.micro README.micro Todo.micro uconfig.sh
38447            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
38448            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
38449      Branch: metaconfig
38450            + U/modified/Config_h.U
38451 ____________________________________________________________________________
38452 [  6173] By: jhi                                   on 2000/05/31  20:00:24
38453         Log: metaconfig maintenance.
38454      Branch: metaconfig
38455            + U/modified/Inhdr.U U/typedefs/inotype.U
38456      Branch: metaconfig/U/perl
38457            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
38458            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
38459 ____________________________________________________________________________
38460 [  6172] By: gsar                                  on 2000/05/31  05:05:42
38461         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
38462              (from Ilya Zakharevich)
38463      Branch: perl
38464            ! regexec.c t/op/re_tests
38465 ____________________________________________________________________________
38466 [  6171] By: gsar                                  on 2000/05/31  05:01:47
38467         Log: scalar() doesn't force scalar context when used in void context
38468              (from Simon Cozens)
38469      Branch: perl
38470            ! op.c t/op/wantarray.t
38471 ____________________________________________________________________________
38472 [  6170] By: gsar                                  on 2000/05/31  04:41:33
38473         Log: change#6142 needs tweaks to tests to work where there's no symlink()
38474              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
38475      Branch: perl
38476            ! t/lib/filefind.t
38477 ____________________________________________________________________________
38478 [  6169] By: gsar                                  on 2000/05/31  04:29:49
38479         Log: integrate cfgperl contents into mainline
38480      Branch: perl
38481           +> pod/perlmodlib.PL pod/perlnewmod.pod
38482           !> (integrate 42 files)
38483 ____________________________________________________________________________
38484 [  6168] By: jhi                                   on 2000/05/30  22:53:37
38485         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
38486      Branch: cfgperl
38487            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
38488            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
38489            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
38490            ! win32/config.bc win32/config.gc win32/config.vc
38491            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
38492            ! win32/config_h.PL win32/config_sh.PL
38493      Branch: metaconfig/U/perl
38494            ! perlxv.U
38495 ____________________________________________________________________________
38496 [  6167] By: jhi                                   on 2000/05/30  22:20:21
38497         Log: tweak todo 
38498      Branch: cfgperl
38499            ! Todo-5.6
38500 ____________________________________________________________________________
38501 [  6166] By: jhi                                   on 2000/05/30  22:11:51
38502         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
38503              in case somebody wants to write an extension for more
38504              shadow database interfaces.
38505      Branch: cfgperl
38506            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
38507            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
38508            ! vos/config.def vos/config.h vos/config_h.SH_orig
38509            ! win32/config.bc win32/config.gc win32/config.vc
38510            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
38511      Branch: metaconfig
38512            ! U/modified/Myinit.U
38513      Branch: metaconfig/U/perl
38514            + d_getespwnam.U d_getprpwnam.U i_prot.U
38515 ____________________________________________________________________________
38516 [  6165] By: jhi                                   on 2000/05/30  18:35:34
38517         Log: Integrate with Sarathy.
38518      Branch: cfgperl
38519           !> op.c
38520 ____________________________________________________________________________
38521 [  6164] By: jhi                                   on 2000/05/30  18:30:16
38522         Log: detypo
38523      Branch: cfgperl
38524            ! Configure config_h.SH
38525      Branch: metaconfig/U/perl
38526            ! perlxv.U
38527 ____________________________________________________________________________
38528 [  6163] By: gsar                                  on 2000/05/30  03:24:03
38529         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
38530      Branch: perl
38531            ! op.c
38532 ____________________________________________________________________________
38533 [  6162] By: gsar                                  on 2000/05/30  03:09:38
38534         Log: fix memory leak in method call optimization (change#3768);
38535              made C<eval "$x->foo()"> leak
38536      Branch: perl
38537            ! op.c
38538 ____________________________________________________________________________
38539 [  6161] By: jhi                                   on 2000/05/29  17:56:26
38540         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
38541              both from Simon Cozens.
38542      Branch: cfgperl
38543            + pod/perlmodlib.PL pod/perlnewmod.pod
38544            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
38545            ! pod/perlmodlib.pod pod/perltoc.pod
38546 ____________________________________________________________________________
38547 [  6160] By: jhi                                   on 2000/05/29  17:23:55
38548         Log: Changes for the File::Temp 0.08 (change #6159) test suite
38549              to fit better into the Perl distribution test framework.
38550      Branch: cfgperl
38551            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
38552            ! t/lib/ftmp-tempfile.t
38553 ____________________________________________________________________________
38554 [  6159] By: jhi                                   on 2000/05/29  16:55:36
38555         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
38556      Branch: cfgperl
38557            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
38558            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
38559 ____________________________________________________________________________
38560 [  6158] By: bailey                                on 2000/05/29  16:22:08
38561         Log: Add fallback to tmpfile for use in cases where user's relying on
38562              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
38563              Lane's patch)
38564      Branch: vmsperl
38565            ! vms/vms.c vms/vmsish.h
38566 ____________________________________________________________________________
38567 [  6157] By: jhi                                   on 2000/05/29  03:10:36
38568         Log: Regen Configure to jive with #6149.
38569      Branch: cfgperl
38570            ! Configure
38571      Branch: metaconfig
38572            ! U/modified/Getfile.U
38573 ____________________________________________________________________________
38574 [  6156] By: jhi                                   on 2000/05/29  03:01:38
38575         Log: Integrate with Sarathy.
38576      Branch: cfgperl
38577           +> ext/DynaLoader/dl_mac.xs
38578           !> (integrate 38 files)
38579 ____________________________________________________________________________
38580 [  6155] By: gsar                                  on 2000/05/28  21:15:58
38581         Log: small bug in change#6144; remove random \xA0 character that snuck
38582              in via change#6145
38583      Branch: perl
38584            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
38585 ____________________________________________________________________________
38586 [  6154] By: gsar                                  on 2000/05/28  21:04:19
38587         Log: avoid type mismatch warning
38588      Branch: perl
38589            ! perl.c
38590 ____________________________________________________________________________
38591 [  6153] By: gsar                                  on 2000/05/28  20:58:31
38592         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
38593              <nick@Bagpuss.uk.boo.com>)
38594      Branch: perl
38595            ! lib/Test/Harness.pm
38596 ____________________________________________________________________________
38597 [  6152] By: gsar                                  on 2000/05/28  20:53:42
38598         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
38599      Branch: perl
38600            ! regexec.c
38601 ____________________________________________________________________________
38602 [  6151] By: gsar                                  on 2000/05/28  20:50:28
38603         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
38604      Branch: perl
38605            ! regexec.c
38606 ____________________________________________________________________________
38607 [  6150] By: gsar                                  on 2000/05/28  20:39:58
38608         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
38609      Branch: perl
38610            ! pod/perlrequick.pod
38611 ____________________________________________________________________________
38612 [  6149] By: gsar                                  on 2000/05/28  20:35:16
38613         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
38614              <troc@netrus.net>)
38615      Branch: perl
38616            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
38617            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
38618            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
38619            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
38620 ____________________________________________________________________________
38621 [  6148] By: gsar                                  on 2000/05/28  20:21:07
38622         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
38623      Branch: perl
38624            ! lib/ExtUtils/MM_Unix.pm
38625 ____________________________________________________________________________
38626 [  6147] By: gsar                                  on 2000/05/28  20:12:41
38627         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
38628              (from Peter Prymmer)
38629      Branch: perl
38630            ! vms/subconfigure.com
38631 ____________________________________________________________________________
38632 [  6146] By: gsar                                  on 2000/05/28  20:06:15
38633         Log: doc typo
38634      Branch: perl
38635            ! lib/warnings.pm warnings.h warnings.pl
38636 ____________________________________________________________________________
38637 [  6145] By: gsar                                  on 2000/05/28  18:44:33
38638         Log: make xsubpp skip embedded pod (from Matthias Neeracher
38639              <neeri@iis.ee.ethz.ch>)
38640      Branch: perl
38641            ! lib/ExtUtils/xsubpp
38642 ____________________________________________________________________________
38643 [  6144] By: gsar                                  on 2000/05/28  18:42:49
38644         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
38645              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
38646              <neeri@iis.ee.ethz.ch>)
38647      Branch: perl
38648            ! lib/AutoSplit.pm
38649 ____________________________________________________________________________
38650 [  6143] By: gsar                                  on 2000/05/28  18:41:12
38651         Log: MacOS support, part 1 (from Matthias Neeracher
38652              <neeri@iis.ee.ethz.ch>)
38653      Branch: perl
38654            + ext/DynaLoader/dl_mac.xs
38655            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
38656            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
38657            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
38658            ! util.h
38659 ____________________________________________________________________________
38660 [  6142] By: gsar                                  on 2000/05/28  18:21:51
38661         Log: File::Find fails to chdir when chasing symlinks (from
38662              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
38663      Branch: perl
38664            ! lib/File/Find.pm t/lib/filefind.t
38665 ____________________________________________________________________________
38666 [  6141] By: jhi                                   on 2000/05/28  14:25:15
38667         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
38668              forwarded by Peter Seebach from the bsdi-users mailing list.
38669              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
38670      Branch: perl
38671            ! hints/bsdos.sh
38672 ____________________________________________________________________________
38673 [  6140] By: jhi                                   on 2000/05/28  14:11:57
38674         Log: Integrate with Sarathy.
38675      Branch: cfgperl
38676           +> (branch 30 files)
38677           !> (integrate 93 files)
38678 ____________________________________________________________________________
38679 [  6139] By: gsar                                  on 2000/05/28  10:01:48
38680         Log: revise mktables.PL for bugs and newness in Unicode 3.0
38681              (from James Bence <jbence@amgen.com>)
38682      Branch: perl
38683            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
38684            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
38685            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
38686            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
38687            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
38688            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
38689            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
38690            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
38691            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
38692            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
38693            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
38694            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
38695            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
38696            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
38697            + lib/unicode/Is/SylWU.pl
38698            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
38699            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
38700            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
38701            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
38702            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
38703            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
38704            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
38705            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
38706            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
38707            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
38708            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
38709            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
38710            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
38711            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
38712            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
38713            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
38714            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
38715            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
38716            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
38717            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
38718            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
38719            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
38720            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
38721            ! lib/unicode/Makefile lib/unicode/mktables.PL
38722 ____________________________________________________________________________
38723 [  6138] By: gsar                                  on 2000/05/28  08:50:32
38724         Log: add note about the handling of negative indices to tied arrays
38725              (from Michael G Schwern <schwern@pobox.com>)
38726      Branch: perl
38727            ! pod/perltie.pod
38728 ____________________________________________________________________________
38729 [  6137] By: gsar                                  on 2000/05/28  08:46:10
38730         Log: fix bogus redeclaration warning for "our" variables in different
38731              scopes
38732      Branch: perl
38733            ! op.c t/pragma/strict-vars
38734 ____________________________________________________________________________
38735 [  6136] By: gsar                                  on 2000/05/28  08:31:20
38736         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
38737      Branch: perl
38738            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
38739 ____________________________________________________________________________
38740 [  6135] By: gsar                                  on 2000/05/28  08:17:50
38741         Log: enable Test::Harness to dynamically determine column width etc.
38742              (from Rob Napier <rnapier@employees.org>)
38743      Branch: perl
38744            ! lib/Test/Harness.pm
38745 ____________________________________________________________________________
38746 [  6134] By: gsar                                  on 2000/05/28  08:13:39
38747         Log: make Test::Harness use wait.h/WCOREDUMP if available
38748              (from Ben Tilly <ben_tilly@hotmail.com>)
38749      Branch: perl
38750            ! lib/Test/Harness.pm
38751 ____________________________________________________________________________
38752 [  6133] By: gsar                                  on 2000/05/28  08:08:05
38753         Log: elide bogus test in change#6132
38754      Branch: perl
38755            ! t/pragma/warn/9enabled
38756 ____________________________________________________________________________
38757 [  6132] By: gsar                                  on 2000/05/28  08:03:14
38758         Log: warnings::enabled() doesn't fall back to looking at $^W if
38759              caller isn't using lexical warnings (from Paul Marquess)
38760      Branch: perl
38761            ! pp_ctl.c t/pragma/warn/9enabled
38762 ____________________________________________________________________________
38763 [  6131] By: gsar                                  on 2000/05/28  07:57:47
38764         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
38765      Branch: perl
38766            ! ext/POSIX/POSIX.pm
38767 ____________________________________________________________________________
38768 [  6130] By: gsar                                  on 2000/05/28  07:29:12
38769         Log: fix places that mean C<"word" character> but say C<alphanumeric
38770              character>
38771      Branch: perl
38772            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
38773 ____________________________________________________________________________
38774 [  6129] By: gsar                                  on 2000/05/28  07:18:41
38775         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
38776      Branch: perl
38777            ! vms/test.com
38778 ____________________________________________________________________________
38779 [  6128] By: gsar                                  on 2000/05/28  07:12:55
38780         Log: new perlxstut example for passing/returning refs to arrays
38781              (from David Lowe <dlowe@pootpoot.com>)
38782      Branch: perl
38783            ! pod/perlxstut.pod
38784 ____________________________________________________________________________
38785 [  6127] By: gsar                                  on 2000/05/28  07:02:50
38786         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
38787              failed (from Gisle Aas)
38788      Branch: perl
38789            ! cop.h perl.c
38790 ____________________________________________________________________________
38791 [  6126] By: gsar                                  on 2000/05/28  06:39:53
38792         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
38793              (reworked variant of patch suggested by Simon Cozens)
38794      Branch: perl
38795            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
38796            ! pp_hot.c proto.h t/op/gv.t
38797 ____________________________________________________________________________
38798 [  6125] By: gsar                                  on 2000/05/28  05:14:55
38799         Log: enable propagating exception objects via Perl_croak() in XS code
38800              (from Gisle Aas)
38801      Branch: perl
38802            ! util.c
38803 ____________________________________________________________________________
38804 [  6124] By: gsar                                  on 2000/05/28  05:07:28
38805         Log: integrate vmsperl contents into mainline
38806      Branch: perl
38807           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
38808           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
38809           !> vms/vmsish.h
38810 ____________________________________________________________________________
38811 [  6123] By: gsar                                  on 2000/05/28  05:03:53
38812         Log: clarify gotcha with #line directives (from Rocco Caputo
38813              <troc@netrus.net>)
38814      Branch: perl
38815            ! pod/perldebug.pod pod/perlsyn.pod
38816 ____________________________________________________________________________
38817 [  6122] By: gsar                                  on 2000/05/28  04:58:29
38818         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
38819              (from Mark-Jason Dominus)
38820      Branch: perl
38821            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
38822            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
38823            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
38824            ! toke.c
38825 ____________________________________________________________________________
38826 [  6121] By: bailey                                on 2000/05/25  04:46:54
38827         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
38828              lists (based on fixes by Craig Berry)
38829      Branch: vmsperl
38830            ! lib/File/Spec/VMS.pm
38831 ____________________________________________________________________________
38832 [  6120] By: bailey                                on 2000/05/25  04:25:38
38833         Log: Add missing escape (Charles Lane)
38834      Branch: vmsperl
38835            ! t/op/lex_assign.t
38836 ____________________________________________________________________________
38837 [  6119] By: bailey                                on 2000/05/25  04:21:25
38838         Log: Quiet error messages in vmsish.t (Charles Lane)
38839      Branch: vmsperl
38840            ! vms/ext/vmsish.t
38841 ____________________________________________________________________________
38842 [  6118] By: bailey                                on 2000/05/25  04:17:57
38843         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
38844              Flatten case labels in switch statements uniformly (Charles Bailey)
38845      Branch: vmsperl
38846            ! vms/vms.c
38847 ____________________________________________________________________________
38848 [  6117] By: bailey                                on 2000/05/25  03:58:09
38849         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
38850      Branch: vmsperl
38851            ! vms/vmsish.h
38852 ____________________________________________________________________________
38853 [  6116] By: bailey                                on 2000/05/25  03:11:15
38854         Log: Miscellaneous cosmetic fixes (Charles Lane)
38855      Branch: vmsperl
38856            ! lib/ExtUtils/MM_VMS.pm
38857 ____________________________________________________________________________
38858 [  6115] By: bailey                                on 2000/05/25  03:10:36
38859         Log: Add bounds checking for several strings (Charles Lane)
38860      Branch: vmsperl
38861            ! vms/vms.c
38862 ____________________________________________________________________________
38863 [  6114] By: bailey                                on 2000/05/25  02:25:34
38864         Log: Urk -- undo previous removal of vmsish 'exit' change
38865      Branch: vmsperl
38866            ! vms/ext/vmsish.pm vms/vmsish.h
38867 ____________________________________________________________________________
38868 [  6113] By: bailey                                on 2000/05/24  02:24:40
38869         Log: Ugly workaround for version-specific RTL error
38870      Branch: vmsperl
38871            ! vms/vms.c
38872 ____________________________________________________________________________
38873 [  6112] By: bailey                                on 2000/05/24  02:19:55
38874         Log: Check for existence of file before trying to delete
38875      Branch: vmsperl
38876            ! vms/test.com
38877 ____________________________________________________________________________
38878 [  6111] By: bailey                                on 2000/05/23  23:35:13
38879         Log: Resync with mainline prior to post-5.6.0 updates
38880      Branch: vmsperl
38881           +> (branch 49 files)
38882            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
38883            ! vms/ext/vmsish.pm
38884           !> (integrate 334 files)
38885 ____________________________________________________________________________
38886 [  6110] By: jhi                                   on 2000/05/23  19:28:32
38887         Log: todo tweak
38888      Branch: cfgperl
38889            ! Todo-5.6
38890 ____________________________________________________________________________
38891 [  6109] By: jhi                                   on 2000/05/18  17:38:54
38892         Log: Integrate with Sarathy.
38893      Branch: cfgperl
38894           !> mg.c perl.h win32/perlhost.h
38895 ____________________________________________________________________________
38896 [  6108] By: gsar                                  on 2000/05/17  02:24:56
38897         Log: reenable fake signal handling on Windows, bugs and all
38898      Branch: perl
38899            ! mg.c perl.h win32/perlhost.h
38900 ____________________________________________________________________________
38901 [  6107] By: jhi                                   on 2000/05/15  18:01:41
38902         Log: Tweak the todo list.
38903      Branch: cfgperl
38904            ! Todo-5.6
38905 ____________________________________________________________________________
38906 [  6106] By: jhi                                   on 2000/05/15  13:41:48
38907         Log: The (Configure) script refuses to go on, after asking for
38908              'You may also choose to try maximal 64-bitness....'.
38909              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
38910              -- Patrick Zima
38911              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
38912      Branch: cfgperl
38913            ! hints/solaris_2.sh
38914 ____________________________________________________________________________
38915 [  6105] By: jhi                                   on 2000/05/11  14:37:43
38916         Log: Integrate with Sarathy.
38917      Branch: cfgperl
38918           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
38919           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
38920 ____________________________________________________________________________
38921 [  6104] By: gsar                                  on 2000/05/11  03:39:07
38922         Log: PL_sys_intern was being initialized too late on windows
38923      Branch: perl
38924            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
38925            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
38926 ____________________________________________________________________________
38927 [  6103] By: jhi                                   on 2000/05/09  19:42:20
38928         Log: Test tweaking for Unicos continues.
38929      Branch: cfgperl
38930            ! t/op/64bitint.t
38931 ____________________________________________________________________________
38932 [  6102] By: jhi                                   on 2000/05/09  16:47:27
38933         Log: The test suite tweak in #6101 wasn't quite right.
38934      Branch: cfgperl
38935            ! t/lib/complex.t
38936 ____________________________________________________________________________
38937 [  6101] By: jhi                                   on 2000/05/09  15:35:34
38938         Log: Hints and test tweaks for Unicos.
38939      Branch: cfgperl
38940            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
38941 ____________________________________________________________________________
38942 [  6100] By: jhi                                   on 2000/05/08  21:15:06
38943         Log: More compilation tweakery from Allen Smith.
38944      Branch: cfgperl
38945            ! hints/irix_6.sh
38946 ____________________________________________________________________________
38947 [  6099] By: jhi                                   on 2000/05/08  19:21:18
38948         Log: Tweaks for the cc bugs from Allen Smith.
38949      Branch: cfgperl
38950            ! hints/irix_6.sh
38951 ____________________________________________________________________________
38952 [  6098] By: jhi                                   on 2000/05/08  19:13:37
38953         Log: Add a note about other, yet unsupported, shadow password APIs.
38954      Branch: cfgperl
38955            ! pp_sys.c
38956 ____________________________________________________________________________
38957 [  6097] By: jhi                                   on 2000/05/08  18:46:34
38958         Log: Add a note about possible compilation problems from Allen Smith.
38959      Branch: cfgperl
38960            ! hints/irix_6.sh
38961 ____________________________________________________________________________
38962 [  6096] By: jhi                                   on 2000/05/08  17:33:10
38963         Log: Integrate with Sarathy.
38964      Branch: cfgperl
38965           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
38966           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
38967 ____________________________________________________________________________
38968 [  6095] By: jhi                                   on 2000/05/08  16:21:33
38969         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
38970              might be useful in future.
38971      Branch: cfgperl
38972            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
38973            ! config_h.SH
38974      Branch: metaconfig
38975            ! U/installdirs/inc_version_list.U
38976      Branch: metaconfig/U/perl
38977            ! perlxv.U
38978 ____________________________________________________________________________
38979 [  6094] By: gsar                                  on 2000/05/08  14:22:22
38980         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
38981      Branch: perl
38982            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
38983            ! hints/cygwin.sh pp_sys.c
38984 ____________________________________________________________________________
38985 [  6093] By: gsar                                  on 2000/05/08  12:52:28
38986         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
38987              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
38988      Branch: perl
38989            ! pp_sys.c sv.c win32/perlhost.h
38990 ____________________________________________________________________________
38991 [  6092] By: jhi                                   on 2000/05/07  22:40:34
38992         Log: Regen perltoc with the fixed buildtoc.
38993      Branch: cfgperl
38994            ! pod/perltoc.pod
38995 ____________________________________________________________________________
38996 [  6091] By: jhi                                   on 2000/05/07  22:24:16
38997         Log: Integrate with Sarathy.
38998      Branch: cfgperl
38999           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
39000           !> t/op/substr.t toke.c
39001 ____________________________________________________________________________
39002 [  6090] By: gsar                                  on 2000/05/07  19:47:07
39003         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
39004              [NI]OK; added tests for both
39005      Branch: perl
39006            ! perl.c pp_hot.c sv.c t/op/substr.t
39007 ____________________________________________________________________________
39008 [  6089] By: gsar                                  on 2000/05/07  18:18:38
39009         Log: buildtoc tweak to fix newline lossage
39010      Branch: perl
39011            ! pod/buildtoc
39012 ____________________________________________________________________________
39013 [  6088] By: jhi                                   on 2000/05/07  16:35:36
39014         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
39015              because we do not use those.  The HAS_GETSPNAM remains,
39016              though, because we still do use that.
39017      Branch: cfgperl
39018            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39019            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
39020            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
39021            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
39022            ! win32/config.vc win32/config_H.bc win32/config_H.gc
39023            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
39024 ____________________________________________________________________________
39025 [  6087] By: gsar                                  on 2000/05/07  16:05:16
39026         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
39027      Branch: perl
39028            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
39029 ____________________________________________________________________________
39030 [  6086] By: jhi                                   on 2000/05/07  15:27:07
39031         Log: Integrate with Sarathy.
39032      Branch: cfgperl
39033           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
39034           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
39035           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
39036           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
39037           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
39038           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
39039 ____________________________________________________________________________
39040 [  6085] By: gsar                                  on 2000/05/07  05:52:02
39041         Log: repeat operator (x) doesn't preserve utf8-ness
39042      Branch: perl
39043            ! pp.c t/op/substr.t
39044 ____________________________________________________________________________
39045 [  6084] By: gsar                                  on 2000/05/07  05:39:55
39046         Log: substr() does not preserve utf8-ness (from Stefan Eissing
39047              <Eissing@medicaldataservice.de>); added tests
39048      Branch: perl
39049            ! pp.c t/op/substr.t
39050 ____________________________________________________________________________
39051 [  6083] By: gsar                                  on 2000/05/07  05:24:46
39052         Log: note about undocumented caller() return value (from M.J.T. Guy);
39053              yet another peek.t tweak
39054      Branch: perl
39055            ! pod/perlfunc.pod t/lib/peek.t
39056 ____________________________________________________________________________
39057 [  6082] By: gsar                                  on 2000/05/07  05:08:40
39058         Log: peek.t non-portable to ithreads
39059      Branch: perl
39060            ! t/lib/peek.t
39061 ____________________________________________________________________________
39062 [  6081] By: gsar                                  on 2000/05/07  04:17:04
39063         Log: better default perlbug categories for ok reports (from Richard Foley)
39064      Branch: perl
39065            ! utils/perlbug.PL
39066 ____________________________________________________________________________
39067 [  6080] By: gsar                                  on 2000/05/07  04:08:07
39068         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
39069              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
39070      Branch: perl
39071            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
39072            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
39073            ! AUTHORS MAINTAIN MANIFEST
39074 ____________________________________________________________________________
39075 [  6079] By: gsar                                  on 2000/05/07  04:01:38
39076         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
39077      Branch: perl
39078            ! lib/Carp/Heavy.pm
39079 ____________________________________________________________________________
39080 [  6078] By: gsar                                  on 2000/05/07  01:24:19
39081         Log: workaround for CRT bug in chdir() (from Charles Lane, via
39082              Peter Prymmer)
39083      Branch: perl
39084            ! iperlsys.h vms/vms.c vms/vmsish.h
39085 ____________________________________________________________________________
39086 [  6077] By: gsar                                  on 2000/05/07  01:22:23
39087         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
39088              and Tom Phoenix)
39089      Branch: perl
39090            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
39091 ____________________________________________________________________________
39092 [  6076] By: gsar                                  on 2000/05/06  17:36:29
39093         Log: integrate cfgperl contents into mainline
39094      Branch: perl
39095           +> t/lib/peek.t
39096           !> Configure MANIFEST Porting/Glossary Porting/config.sh
39097           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
39098           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
39099           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
39100 ____________________________________________________________________________
39101 [  6075] By: jhi                                   on 2000/05/05  18:56:10
39102         Log: Make the test more portable.
39103      Branch: cfgperl
39104            ! t/lib/peek.t
39105 ____________________________________________________________________________
39106 [  6074] By: jhi                                   on 2000/05/05  18:49:20
39107         Log: Introduce t/lib/peek.t.
39108      Branch: cfgperl
39109            + t/lib/peek.t
39110            ! MANIFEST
39111 ____________________________________________________________________________
39112 [  6073] By: jhi                                   on 2000/05/05  14:30:45
39113         Log: Complex tweaks.
39114      Branch: cfgperl
39115            ! lib/Math/Complex.pm t/lib/complex.t
39116 ____________________________________________________________________________
39117 [  6072] By: jhi                                   on 2000/05/05  12:27:13
39118         Log: Integrate with Sarathy.
39119      Branch: cfgperl
39120           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
39121           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
39122           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
39123           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
39124 ____________________________________________________________________________
39125 [  6071] By: gsar                                  on 2000/05/05  02:24:46
39126         Log: misformatted perllocal.pod (from Tim Jenness
39127              <t.jenness@jach.hawaii.edu>)
39128      Branch: perl
39129            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
39130 ____________________________________________________________________________
39131 [  6070] By: gsar                                  on 2000/05/05  02:16:52
39132         Log: remove misleading comment (from M.J.T. Guy)
39133      Branch: perl
39134            ! t/lib/anydbm.t
39135 ____________________________________________________________________________
39136 [  6069] By: gsar                                  on 2000/05/05  02:15:13
39137         Log: File::Spec compatibility update (from Barrie Slaymaker
39138              <barries@slaysys.com>)
39139      Branch: perl
39140            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
39141            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
39142 ____________________________________________________________________________
39143 [  6068] By: gsar                                  on 2000/05/05  02:01:50
39144         Log: note about values()
39145      Branch: perl
39146            ! pod/perlfunc.pod
39147 ____________________________________________________________________________
39148 [  6067] By: gsar                                  on 2000/05/05  01:33:09
39149         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
39150      Branch: perl
39151            ! win32/win32.c
39152 ____________________________________________________________________________
39153 [  6066] By: gsar                                  on 2000/05/05  01:23:43
39154         Log: s/END/CHECK/
39155      Branch: perl
39156            ! perl.c
39157 ____________________________________________________________________________
39158 [  6065] By: jhi                                   on 2000/05/04  17:30:22
39159         Log: Integrate with Sarathy.
39160      Branch: cfgperl
39161           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
39162 ____________________________________________________________________________
39163 [  6064] By: gsar                                  on 2000/05/04  17:26:14
39164         Log: change#5905 wasn't quite right--it's intent only applies when arguments
39165              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
39166      Branch: perl
39167            ! pp_sys.c sv.c
39168 ____________________________________________________________________________
39169 [  6063] By: gsar                                  on 2000/05/04  16:52:29
39170         Log: tokeq() could read unallocated field in argument
39171      Branch: perl
39172            ! toke.c
39173 ____________________________________________________________________________
39174 [  6062] By: gsar                                  on 2000/05/04  16:34:51
39175         Log: additional tests for utf8.t
39176      Branch: perl
39177            ! t/pragma/utf8.t
39178 ____________________________________________________________________________
39179 [  6061] By: gsar                                  on 2000/05/04  16:09:28
39180         Log: change#5921 neglected to make eq honor "use bytes"
39181      Branch: perl
39182            ! sv.c
39183 ____________________________________________________________________________
39184 [  6060] By: jhi                                   on 2000/05/04  15:30:16
39185         Log: Integrate with Sarathy.
39186      Branch: cfgperl
39187           !> perl.c regcomp.c t/pragma/utf8.t
39188 ____________________________________________________________________________
39189 [  6059] By: jhi                                   on 2000/05/04  15:26:37
39190         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
39191              in natively 64-bit platforms where a long is a quad (no need
39192              for long longs).  Also added bias for IVs.
39193      Branch: cfgperl
39194            ! toke.c
39195 ____________________________________________________________________________
39196 [  6058] By: gsar                                  on 2000/05/04  00:19:14
39197         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
39198              (spotted by Donald Kinzer <dkinzer@premia.com>)
39199      Branch: perl
39200            ! perl.c
39201 ____________________________________________________________________________
39202 [  6057] By: gsar                                  on 2000/05/03  18:34:01
39203         Log: fix broken parsing of /\x{ab}/
39204      Branch: perl
39205            ! regcomp.c t/pragma/utf8.t
39206 ____________________________________________________________________________
39207 [  6056] By: jhi                                   on 2000/05/03  17:57:16
39208         Log: The search of infinity continues, this time simplified.
39209      Branch: cfgperl
39210            ! lib/Math/Complex.pm
39211 ____________________________________________________________________________
39212 [  6055] By: jhi                                   on 2000/05/03  17:45:30
39213         Log: Detypo.
39214      Branch: cfgperl
39215            ! hints/unicos.sh
39216 ____________________________________________________________________________
39217 [  6054] By: jhi                                   on 2000/05/02  22:28:27
39218         Log: Be more forgiving in POSIX about HUGE_VALL.
39219      Branch: cfgperl
39220            ! ext/POSIX/POSIX.xs
39221 ____________________________________________________________________________
39222 [  6053] By: jhi                                   on 2000/05/02  22:25:05
39223         Log: Integrate with Sarathy.
39224      Branch: cfgperl
39225           !> hints/irix_6.sh pod/perlop.pod
39226 ____________________________________________________________________________
39227 [  6052] By: jhi                                   on 2000/05/02  22:24:31
39228         Log: Unicos hint tweak.
39229      Branch: cfgperl
39230            ! hints/unicos.sh
39231 ____________________________________________________________________________
39232 [  6051] By: jhi                                   on 2000/05/02  22:21:26
39233         Log: Complex tweakery.
39234      Branch: cfgperl
39235            ! lib/Math/Complex.pm t/lib/complex.t
39236 ____________________________________________________________________________
39237 [  6050] By: jhi                                   on 2000/05/02  19:26:22
39238         Log: Use setxxent()/endxxent().
39239      Branch: cfgperl
39240            ! t/op/grent.t t/op/pwent.t
39241 ____________________________________________________________________________
39242 [  6049] By: jhi                                   on 2000/05/02  19:06:02
39243         Log: Test both the scalar and list contexts.
39244      Branch: cfgperl
39245            ! t/op/grent.t t/op/pwent.t
39246 ____________________________________________________________________________
39247 [  6048] By: gsar                                  on 2000/05/02  18:29:10
39248         Log: add note about how $( doesn't interpolate in REs (from
39249              Philip Newton <newton@ficus.frogspace.net>)
39250      Branch: perl
39251            ! pod/perlop.pod
39252 ____________________________________________________________________________
39253 [  6047] By: jhi                                   on 2000/05/02  17:41:24
39254         Log: Call getspnam() only iff needd.
39255      Branch: cfgperl
39256            ! pp_sys.c
39257 ____________________________________________________________________________
39258 [  6046] By: gsar                                  on 2000/05/02  17:07:25
39259         Log: libscheck has insufficient checks for n32 libs (from
39260              Albert Chin-A-Young <china@thewrittenword.com>)
39261      Branch: perl
39262            ! hints/irix_6.sh
39263 ____________________________________________________________________________
39264 [  6045] By: jhi                                   on 2000/05/02  13:57:17
39265         Log: Integrate with Sarathy.
39266      Branch: cfgperl
39267           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
39268           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
39269 ____________________________________________________________________________
39270 [  6044] By: gsar                                  on 2000/05/02  06:48:19
39271         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
39272              such that underscores are only ignored in literal numbers,
39273              "\x{...}", and hex/oct argument
39274      Branch: perl
39275            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
39276 ____________________________________________________________________________
39277 [  6043] By: gsar                                  on 2000/05/02  02:22:29
39278         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
39279      Branch: perl
39280            ! pod/perlretut.pod
39281 ____________________________________________________________________________
39282 [  6042] By: gsar                                  on 2000/05/02  02:17:51
39283         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
39284      Branch: perl
39285            ! pod/perltrap.pod
39286 ____________________________________________________________________________
39287 [  6041] By: gsar                                  on 2000/05/02  01:53:51
39288         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
39289              to compensate
39290      Branch: perl
39291            ! Porting/makerel
39292 ____________________________________________________________________________
39293 [  6040] By: gsar                                  on 2000/05/02  01:51:57
39294         Log: missing files in MANIFEST
39295      Branch: perl
39296            ! MANIFEST
39297 ____________________________________________________________________________
39298 [  6039] By: jhi                                   on 2000/05/02  00:36:46
39299         Log: Infinite problems.
39300      Branch: cfgperl
39301            ! lib/Math/Complex.pm
39302 ____________________________________________________________________________
39303 [  6038] By: jhi                                   on 2000/05/02  00:06:38
39304         Log: pwent/spent #ifdef imbalance.
39305      Branch: cfgperl
39306            ! pp_sys.c
39307 ____________________________________________________________________________
39308 [  6037] By: jhi                                   on 2000/05/01  22:50:11
39309         Log: Use HUGE_VALL if applicable.
39310      Branch: cfgperl
39311            ! ext/POSIX/POSIX.xs util.c
39312 ____________________________________________________________________________
39313 [  6036] By: jhi                                   on 2000/05/01  22:20:53
39314         Log: Correct Freudian slip.
39315      Branch: cfgperl
39316            ! pp_sys.c
39317 ____________________________________________________________________________
39318 [  6035] By: jhi                                   on 2000/05/01  21:07:38
39319         Log: Continue on the pwent/spent case.
39320      Branch: cfgperl
39321            ! pp_sys.c
39322 ____________________________________________________________________________
39323 [  6034] By: jhi                                   on 2000/05/01  17:45:14
39324         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
39325              adjustments in 6032 conflicted badly with this, will have
39326              to revisit them later.
39327      Branch: cfgperl
39328           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
39329           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
39330           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
39331           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
39332           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
39333           !> t/lib/cgi-html.t t/lib/cgi-request.t
39334 ____________________________________________________________________________
39335 [  6033] By: jhi                                   on 2000/05/01  17:40:49
39336         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
39337      Branch: cfgperl
39338            ! pp_sys.c
39339 ____________________________________________________________________________
39340 [  6032] By: gsar                                  on 2000/05/01  15:56:32
39341         Log: whitespace adjustments
39342      Branch: perl
39343            ! pp_sys.c
39344 ____________________________________________________________________________
39345 [  6031] By: gsar                                  on 2000/05/01  15:19:41
39346         Log: small nits in diagnostics.pm (from Robin Barker)
39347      Branch: perl
39348            ! lib/diagnostics.pm pod/perldiag.pod
39349 ____________________________________________________________________________
39350 [  6030] By: gsar                                  on 2000/05/01  08:39:18
39351         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
39352              for @- and @+ (from Johan Vromans)
39353      Branch: perl
39354            ! lib/English.pm pod/perlvar.pod
39355 ____________________________________________________________________________
39356 [  6029] By: gsar                                  on 2000/05/01  08:16:10
39357         Log: add CGI.pm v2.66 (from Lincoln Stein)
39358      Branch: perl
39359            + lib/CGI/Util.pm t/lib/cgi-pretty.t
39360            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
39361            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
39362            ! t/lib/cgi-html.t t/lib/cgi-request.t
39363 ____________________________________________________________________________
39364 [  6028] By: gsar                                  on 2000/05/01  06:34:41
39365         Log: Pod::Man generates groff-incompatible macro definition (from
39366              Tom Christiansen)
39367      Branch: perl
39368            ! lib/Pod/Man.pm
39369 ____________________________________________________________________________
39370 [  6027] By: gsar                                  on 2000/05/01  06:31:36
39371         Log: podlators-1.02 update (from Russ Allbery)
39372      Branch: perl
39373            ! lib/Pod/Man.pm lib/Pod/Text.pm
39374 ____________________________________________________________________________
39375 [  6026] By: jhi                                   on 2000/04/30  23:24:23
39376         Log: Integrate with Sarathy.
39377      Branch: cfgperl
39378           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
39379           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
39380           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
39381           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
39382           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
39383           !> t/lib/syslog.t toke.c win32/win32.h
39384 ____________________________________________________________________________
39385 [  6025] By: gsar                                  on 2000/04/30  18:17:47
39386         Log: Is{Alnum,Alpha,Word} don't match titlecase
39387              
39388              TODO: IsSpace is defined recursively!
39389              
39390              (both spotted by Larry)
39391      Branch: perl
39392            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
39393            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
39394 ____________________________________________________________________________
39395 [  6024] By: gsar                                  on 2000/04/30  17:50:19
39396         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
39397              (from Hugo van der Sanden)
39398      Branch: perl
39399            ! toke.c
39400 ____________________________________________________________________________
39401 [  6023] By: gsar                                  on 2000/04/30  17:14:43
39402         Log: debugger stomps on $. (from M.J.T. Guy)
39403      Branch: perl
39404            ! lib/perl5db.pl
39405 ____________________________________________________________________________
39406 [  6022] By: gsar                                  on 2000/04/30  16:59:22
39407         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
39408      Branch: perl
39409            ! sv.c
39410 ____________________________________________________________________________
39411 [  6021] By: gsar                                  on 2000/04/29  21:00:08
39412         Log: remove Win2K issue in pod (fixed by change#6020)
39413      Branch: perl
39414            ! README.win32 pod/perl56delta.pod
39415 ____________________________________________________________________________
39416 [  6020] By: gsar                                  on 2000/04/29  20:51:49
39417         Log: test tweak
39418      Branch: perl
39419            ! t/lib/open3.t
39420 ____________________________________________________________________________
39421 [  6019] By: gsar                                  on 2000/04/29  20:34:27
39422         Log: windows portability tweaks
39423      Branch: perl
39424            ! t/lib/b.t win32/win32.h
39425 ____________________________________________________________________________
39426 [  6018] By: gsar                                  on 2000/04/29  19:55:24
39427         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
39428              make _PATH_LOG() return "" if unavailable
39429      Branch: perl
39430            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
39431            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
39432 ____________________________________________________________________________
39433 [  6017] By: jhi                                   on 2000/04/28  22:49:46
39434         Log: Integrate with Sarathy.
39435      Branch: cfgperl
39436           !> op.c perl.c pod/perldiag.pod t/lib/b.t
39437 ____________________________________________________________________________
39438 [  6016] By: jhi                                   on 2000/04/28  22:46:14
39439         Log: Do not warn that an infinity does not look like a number.
39440      Branch: cfgperl
39441            ! sv.c
39442 ____________________________________________________________________________
39443 [  6015] By: gsar                                  on 2000/04/28  22:35:49
39444         Log: tweak test for portability
39445      Branch: perl
39446            ! t/lib/b.t
39447 ____________________________________________________________________________
39448 [  6014] By: gsar                                  on 2000/04/28  22:05:31
39449         Log: glob() loading File::Glob behind the scenes may cause syntax errors
39450      Branch: perl
39451            ! op.c
39452 ____________________________________________________________________________
39453 [  6013] By: gsar                                  on 2000/04/28  21:25:22
39454         Log: tweak change#5945 to display correct switch name in diagnostic
39455      Branch: perl
39456            ! perl.c pod/perldiag.pod
39457 ____________________________________________________________________________
39458 [  6012] By: jhi                                   on 2000/04/28  21:08:12
39459         Log: Integrate with Sarathy.
39460      Branch: cfgperl
39461           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
39462           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
39463           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
39464 ____________________________________________________________________________
39465 [  6011] By: jhi                                   on 2000/04/28  21:04:46
39466         Log: &HUGE_VAL is not defined, it exists.
39467      Branch: cfgperl
39468            ! lib/Math/Complex.pm
39469 ____________________________________________________________________________
39470 [  6010] By: gsar                                  on 2000/04/28  21:02:58
39471         Log: clarify note about shadow password support (from
39472              gellyfish@gellyfish.com)
39473      Branch: perl
39474            ! pod/perlfunc.pod
39475 ____________________________________________________________________________
39476 [  6009] By: gsar                                  on 2000/04/28  21:00:00
39477         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
39478      Branch: perl
39479            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
39480 ____________________________________________________________________________
39481 [  6008] By: gsar                                  on 2000/04/28  20:56:33
39482         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
39483      Branch: perl
39484            ! installperl vms/subconfigure.com
39485 ____________________________________________________________________________
39486 [  6007] By: gsar                                  on 2000/04/28  20:51:21
39487         Log: note about compile failures and END blocks (from M.J.T. Guy)
39488      Branch: perl
39489            ! pod/perl56delta.pod pod/perlmod.pod
39490 ____________________________________________________________________________
39491 [  6006] By: jhi                                   on 2000/04/28  20:42:14
39492         Log: Regen Configure.
39493      Branch: cfgperl
39494            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39495            ! config_h.SH
39496 ____________________________________________________________________________
39497 [  6005] By: gsar                                  on 2000/04/28  20:41:16
39498         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
39499      Branch: perl
39500            ! utils/perldoc.PL
39501 ____________________________________________________________________________
39502 [  6004] By: jhi                                   on 2000/04/28  20:28:21
39503         Log: Integrate with Sarathy.
39504      Branch: cfgperl
39505           !> Configure INSTALL Porting/Glossary Porting/config.sh
39506           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
39507           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
39508           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
39509           !> win32/config.vc win32/win32.c
39510 ____________________________________________________________________________
39511 [  6003] By: gsar                                  on 2000/04/28  20:11:20
39512         Log: allow REG_EXPAND_SZ keys in Windows registry (from
39513              John Clayton <John.Clayton@barclayscapital.com>)
39514      Branch: perl
39515            ! win32/win32.c
39516 ____________________________________________________________________________
39517 [  6002] By: gsar                                  on 2000/04/28  19:34:16
39518         Log: destructive sv_setsv() can lose UV-ness from source, causing
39519              numeric promotions/comparisons to fail to do the right thing
39520      Branch: perl
39521            ! sv.c
39522 ____________________________________________________________________________
39523 [  6001] By: gsar                                  on 2000/04/28  18:44:15
39524         Log: support additional library locations via $Config{otherlibdirs}
39525              (from Andy Dougherty)
39526      Branch: perl
39527            ! Configure INSTALL Porting/Glossary Porting/config.sh
39528            ! Porting/config_H config_h.SH epoc/config.sh perl.c
39529            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
39530            ! win32/config.bc win32/config.gc win32/config.vc
39531 ____________________________________________________________________________
39532 [  6000] By: gsar                                  on 2000/04/28  18:26:58
39533         Log: reworked otherlibdirs.U (from Andy Dougherty)
39534      Branch: metaconfig
39535            ! U/installdirs/otherlibdirs.U
39536 ____________________________________________________________________________
39537 [  5999] By: gsar                                  on 2000/04/28  18:17:07
39538         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
39539      Branch: perl
39540            ! t/pragma/warn/toke toke.c
39541 ____________________________________________________________________________
39542 [  5998] By: jhi                                   on 2000/04/28  13:32:17
39543         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
39544      Branch: cfgperl
39545            ! lib/Math/Complex.pm
39546 ____________________________________________________________________________
39547 [  5997] By: jhi                                   on 2000/04/28  13:14:04
39548         Log: Preserve $!.
39549      Branch: cfgperl
39550            ! lib/Math/Complex.pm
39551 ____________________________________________________________________________
39552 [  5996] By: jhi                                   on 2000/04/28  12:59:23
39553         Log: Integrate with Sarathy.
39554      Branch: cfgperl
39555           +> pod/perlrequick.pod pod/perlretut.pod
39556           !> (integrate 51 files)
39557 ____________________________________________________________________________
39558 [  5995] By: gsar                                  on 2000/04/28  09:37:36
39559         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
39560      Branch: perl
39561            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
39562 ____________________________________________________________________________
39563 [  5994] By: gsar                                  on 2000/04/28  09:33:26
39564         Log: fix for missed accounting for null byte in pack("Z",...) (from
39565              M.J.T. Guy)
39566      Branch: perl
39567            ! pp.c t/op/pack.t
39568 ____________________________________________________________________________
39569 [  5993] By: gsar                                  on 2000/04/28  09:30:05
39570         Log: various minor tweaks seen on p5p
39571      Branch: perl
39572            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
39573 ____________________________________________________________________________
39574 [  5992] By: gsar                                  on 2000/04/28  09:08:19
39575         Log: pod nit (from Simon Cozens)
39576      Branch: perl
39577            ! pod/perlop.pod
39578 ____________________________________________________________________________
39579 [  5991] By: gsar                                  on 2000/04/28  09:06:36
39580         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
39581      Branch: perl
39582            ! README.posix-bc hints/posix-bc.sh
39583 ____________________________________________________________________________
39584 [  5990] By: gsar                                  on 2000/04/28  08:54:52
39585         Log: use $ENV{LIB} to search for libs under Visual C compiler
39586              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
39587      Branch: perl
39588            ! lib/ExtUtils/Liblist.pm
39589 ____________________________________________________________________________
39590 [  5989] By: gsar                                  on 2000/04/28  08:27:12
39591         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
39592              itself and no other (from Tom Hughes)
39593      Branch: perl
39594            ! t/op/array.t toke.c
39595 ____________________________________________________________________________
39596 [  5988] By: gsar                                  on 2000/04/28  08:01:38
39597         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
39598              <paul@miraclefish.com>)
39599      Branch: perl
39600            ! lib/ExtUtils/MakeMaker.pm
39601 ____________________________________________________________________________
39602 [  5987] By: gsar                                  on 2000/04/28  07:53:09
39603         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
39604      Branch: perl
39605            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
39606 ____________________________________________________________________________
39607 [  5986] By: gsar                                  on 2000/04/28  07:44:17
39608         Log: add regular expressions tutorial and quick-start guide (from
39609              Mark Kvale <kvale@phy.ucsf.edu>)
39610      Branch: perl
39611            + pod/perlrequick.pod pod/perlretut.pod
39612            ! AUTHORS MAINTAIN MANIFEST
39613 ____________________________________________________________________________
39614 [  5985] By: gsar                                  on 2000/04/28  07:30:28
39615         Log: forked child may not exit correctly if it failed to open
39616              /dev/console (from Graham Barr)
39617      Branch: perl
39618            ! ext/Sys/Syslog/Syslog.pm
39619 ____________________________________________________________________________
39620 [  5984] By: gsar                                  on 2000/04/28  07:27:20
39621         Log: attributes::reftype() doesn't work on tied argument
39622      Branch: perl
39623            ! xsutils.c
39624 ____________________________________________________________________________
39625 [  5983] By: gsar                                  on 2000/04/28  07:15:04
39626         Log: numeric conversion of non-number in change#3378 tramples on
39627              OOK offset, causing segfaults
39628      Branch: perl
39629            ! sv.c
39630 ____________________________________________________________________________
39631 [  5982] By: gsar                                  on 2000/04/28  04:48:25
39632         Log: avoid error in IO::Socket::INET when given an unknown service name
39633              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
39634      Branch: perl
39635            ! ext/IO/lib/IO/Socket/INET.pm
39636 ____________________________________________________________________________
39637 [  5981] By: gsar                                  on 2000/04/28  04:31:31
39638         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
39639              prototype mismatch with CORE::glob(); update pod and tests to
39640              suit (File::Glob::glob() is still available for backward
39641              compatibility, but should be considered deprecated)
39642      Branch: perl
39643            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
39644            ! t/lib/glob-taint.t
39645 ____________________________________________________________________________
39646 [  5980] By: gsar                                  on 2000/04/28  03:47:29
39647         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
39648              <ghudson@mit.edu>)
39649      Branch: metaconfig
39650            ! U/modified/Options.U
39651      Branch: perl
39652            ! Configure
39653 ____________________________________________________________________________
39654 [  5979] By: gsar                                  on 2000/04/28  03:07:54
39655         Log: under useithreads, constant pad entries could inadvertantly be
39656              shared across threads (from Eric Blood <eblood@xmission.com>);
39657              added Eric's test case to testsuite
39658      Branch: perl
39659            ! op.c t/op/misc.t
39660 ____________________________________________________________________________
39661 [  5978] By: gsar                                  on 2000/04/27  21:13:00
39662         Log: sync version numbers in File::Spec with the ones on CPAN
39663              (from Barrie Slaymaker)
39664      Branch: perl
39665            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
39666            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
39667            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
39668 ____________________________________________________________________________
39669 [  5977] By: gsar                                  on 2000/04/27  21:07:29
39670         Log: autoquote barewords followed by newline and arrow properly
39671              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
39672      Branch: perl
39673            ! t/pragma/warn/toke toke.c
39674 ____________________________________________________________________________
39675 [  5976] By: gsar                                  on 2000/04/27  20:41:20
39676         Log: DB_File v1.73 update (from Paul Marquess)
39677      Branch: perl
39678            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
39679            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
39680 ____________________________________________________________________________
39681 [  5975] By: gsar                                  on 2000/04/27  20:34:24
39682         Log: allow sort() reentrancy (variant of patch suggested by
39683              Hugo van der Sanden)
39684      Branch: perl
39685            ! pp_ctl.c t/op/sort.t
39686 ____________________________________________________________________________
39687 [  5974] By: gsar                                  on 2000/04/27  19:46:57
39688         Log: change#4197 somehow missed initializing PL_errors, meaning
39689              sytax error queueing wasn't working outside eval"" at all;
39690              also fixed eval"" to localize PL_error_count, so that compile-time
39691              eval's don't clobber the error state of the outer context
39692      Branch: perl
39693            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
39694            ! t/pragma/warn/toke
39695 ____________________________________________________________________________
39696 [  5973] By: gsar                                  on 2000/04/27  18:29:05
39697         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
39698      Branch: perl
39699            ! regcomp.c regexec.c t/op/re_tests
39700 ____________________________________________________________________________
39701 [  5972] By: jhi                                   on 2000/04/27  18:22:41
39702         Log: Integrate with Sarathy.
39703      Branch: cfgperl
39704           +> t/lib/b.t t/lib/syslog.t
39705           !> (integrate 31 files)
39706 ____________________________________________________________________________
39707 [  5971] By: jhi                                   on 2000/04/27  18:18:46
39708         Log: Unicos tweaks from Mark P. Lutz.
39709      Branch: cfgperl
39710            ! hints/unicos.sh lib/Math/Complex.pm
39711 ____________________________________________________________________________
39712 [  5970] By: gsar                                  on 2000/04/27  18:05:11
39713         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
39714              IV is >32bits
39715      Branch: perl
39716            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
39717 ____________________________________________________________________________
39718 [  5969] By: gsar                                  on 2000/04/27  17:50:56
39719         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
39720      Branch: perl
39721            + t/lib/syslog.t
39722            ! MANIFEST ext/Sys/Syslog/Syslog.pm
39723 ____________________________________________________________________________
39724 [  5968] By: gsar                                  on 2000/04/27  17:44:49
39725         Log: tolerate spaces in group names in test on solaris (from David Boyce
39726              <dsb@boyski.com>)
39727      Branch: perl
39728            ! t/op/groups.t
39729 ____________________________________________________________________________
39730 [  5967] By: gsar                                  on 2000/04/27  17:41:22
39731         Log: improved docs on the warn_uninit diagnostic (from David Glasser
39732              and Simon Cozens)
39733      Branch: perl
39734            ! pod/perldiag.pod
39735 ____________________________________________________________________________
39736 [  5966] By: gsar                                  on 2000/04/27  16:54:58
39737         Log: add testsuite for B backends, fix bug in B::Deparse (from
39738              Simon Cozens <simon@brecon.co.uk>)
39739      Branch: perl
39740            + t/lib/b.t
39741            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
39742 ____________________________________________________________________________
39743 [  5965] By: gsar                                  on 2000/04/27  16:10:37
39744         Log: avoid "will not stay shared" warnings for our variables (from
39745              Robin Barker)
39746      Branch: perl
39747            ! op.c t/pragma/warn/op
39748 ____________________________________________________________________________
39749 [  5964] By: gsar                                  on 2000/04/27  07:05:05
39750         Log: reformat to 72 columns (again)
39751      Branch: perl
39752            ! pod/perldiag.pod
39753 ____________________________________________________________________________
39754 [  5963] By: gsar                                  on 2000/04/27  06:28:31
39755         Log: patch from Larry to make (\&) prototype work; added tests for
39756              the same
39757      Branch: perl
39758            ! op.c t/comp/proto.t
39759 ____________________________________________________________________________
39760 [  5962] By: gsar                                  on 2000/04/27  06:15:47
39761         Log: updated README.hpux (from Jeff Okamoto)
39762      Branch: perl
39763            ! README.hpux
39764 ____________________________________________________________________________
39765 [  5961] By: gsar                                  on 2000/04/27  05:55:03
39766         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
39767      Branch: perl
39768            ! emacs/cperl-mode.el
39769 ____________________________________________________________________________
39770 [  5960] By: gsar                                  on 2000/04/27  05:49:26
39771         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
39772      Branch: perl
39773            ! INSTALL
39774 ____________________________________________________________________________
39775 [  5959] By: gsar                                  on 2000/04/27  05:33:41
39776         Log: doubled words in pods (from Simon Cozens
39777              <simon.p.cozens@jp.pwcglobal.com>)
39778      Branch: perl
39779            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
39780            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
39781            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
39782            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
39783            ! pod/perltootc.pod
39784 ____________________________________________________________________________
39785 [  5958] By: gsar                                  on 2000/04/27  05:11:39
39786         Log: change#3569 deleted some essential code, revert; avoid use of
39787              atexit() to make DynaLoader work properly on AIX under mod_perl
39788              (from Jens-Uwe Mager <jum@helios.de>)
39789      Branch: perl
39790            ! ext/DynaLoader/dl_aix.xs
39791 ____________________________________________________________________________
39792 [  5957] By: gsar                                  on 2000/04/27  04:54:51
39793         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
39794      Branch: perl
39795            ! pod/perlmod.pod
39796 ____________________________________________________________________________
39797 [  5956] By: gsar                                  on 2000/04/27  04:51:47
39798         Log: better diagnostics on failed tests (from Ilya Zakharevich)
39799      Branch: perl
39800            ! t/op/lex_assign.t
39801 ____________________________________________________________________________
39802 [  5955] By: gsar                                  on 2000/04/27  04:26:44
39803         Log: longstanding bug exposed by change#3307: sort arguments weren't
39804              compiled with the right wantarray context (ensuing runtime lookup
39805              via block_gimme() was getting the incidental context of the
39806              sort() itself)
39807      Branch: perl
39808            ! op.c t/op/sort.t
39809 ____________________________________________________________________________
39810 [  5954] By: gsar                                  on 2000/04/26  23:42:12
39811         Log: integrate cfgperl contents into mainline
39812      Branch: perl
39813           !> (integrate 30 files)
39814 ____________________________________________________________________________
39815 [  5953] By: jhi                                   on 2000/04/26  23:06:42
39816         Log: Integrate with Sarathy.
39817      Branch: cfgperl
39818           !> README.win32 ext/B/B/Deparse.pm
39819           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
39820           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
39821           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
39822           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
39823           !> utils/perldoc.PL vms/perlvms.pod
39824 ____________________________________________________________________________
39825 [  5952] By: jhi                                   on 2000/04/26  23:03:46
39826         Log: Undo "use integer" addition from 64bitint as it seems
39827              to break most of the subtests in Digital UNIX;
39828              Unicos needs to find another way.
39829      Branch: cfgperl
39830            ! t/op/64bitint.t
39831 ____________________________________________________________________________
39832 [  5951] By: jhi                                   on 2000/04/26  22:57:53
39833         Log: Be more robust on "extreme" (large absolute value)
39834              arguments.  Originally reported by Daniel Connelly
39835              as a problem with asinh() on large negative arguments,
39836              asinh() used to bail out because an argument to log()
39837              ended up being zero.  Ilya Zakharevich proposed using
39838              Taylor's series in such cases, which for such large
39839              arguments is a very good approximation.
39840      Branch: cfgperl
39841            ! lib/Math/Complex.pm t/lib/complex.t
39842 ____________________________________________________________________________
39843 [  5950] By: gsar                                  on 2000/04/25  19:13:12
39844         Log: reformat perldiag to avoid long lines
39845      Branch: perl
39846            ! pod/perldiag.pod
39847 ____________________________________________________________________________
39848 [  5949] By: gsar                                  on 2000/04/25  18:41:11
39849         Log: make perldoc use the pod2man from the same version (from
39850              M.J.T. Guy)
39851      Branch: perl
39852            ! utils/perldoc.PL
39853 ____________________________________________________________________________
39854 [  5948] By: gsar                                  on 2000/04/25  18:21:57
39855         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
39856              <kompas@kompas.usr.onet.pl>)
39857      Branch: perl
39858            ! lib/vars.pm
39859 ____________________________________________________________________________
39860 [  5947] By: gsar                                  on 2000/04/25  18:11:53
39861         Log: use &dl_error rather than &dl_load_file as the guard for calling
39862              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
39863              statically built perl)
39864      Branch: perl
39865            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
39866 ____________________________________________________________________________
39867 [  5946] By: jhi                                   on 2000/04/25  17:37:54
39868         Log: Document that tr() is not tr(1).
39869      Branch: cfgperl
39870            ! pod/perlop.pod
39871 ____________________________________________________________________________
39872 [  5945] By: gsar                                  on 2000/04/25  16:34:33
39873         Log: make module name mandatory after -M switch; reorder perldiag
39874              alphabetically (from Mark-Jason Dominus)
39875      Branch: perl
39876            ! perl.c pod/perldiag.pod
39877 ____________________________________________________________________________
39878 [  5944] By: jhi                                   on 2000/04/25  01:15:18
39879         Log: On second thoughts frexp() does have two arguments.
39880      Branch: cfgperl
39881            ! perl.h
39882 ____________________________________________________________________________
39883 [  5943] By: jhi                                   on 2000/04/24  22:56:32
39884         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
39885              Now pp_ncmp() returns undef is either operand is a NaN.
39886      Branch: cfgperl
39887            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39888            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
39889            ! vms/subconfigure.com vos/config.def vos/config.h
39890            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
39891            ! win32/config.vc win32/config_H.bc win32/config_H.gc
39892            ! win32/config_H.vc
39893      Branch: metaconfig/U/perl
39894            + d_modfl.U
39895 ____________________________________________________________________________
39896 [  5942] By: jhi                                   on 2000/04/24  19:45:17
39897         Log: Regen Configure to match #5937.
39898      Branch: cfgperl
39899            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39900            ! config_h.SH
39901      Branch: metaconfig
39902            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
39903 ____________________________________________________________________________
39904 [  5941] By: jhi                                   on 2000/04/24  19:24:11
39905         Log: Further Unicos fixes for Mark Lutz.
39906      Branch: cfgperl
39907            ! hints/unicos.sh pp_ctl.c
39908 ____________________________________________________________________________
39909 [  5940] By: jhi                                   on 2000/04/24  19:09:06
39910         Log: Various Unicos 10.0.0.6 fixes.
39911              
39912              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
39913              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
39914              Reply-To: tecmpl1@triton.ca.boeing.com 
39915              To: perl5-porters@perl.org 
39916              Date: Fri, 14 Apr 2000 20:21:00 GMT 
39917              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
39918      Branch: cfgperl
39919            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
39920 ____________________________________________________________________________
39921 [  5939] By: gsar                                  on 2000/04/24  19:01:24
39922         Log: more pod nits (from Larry Virden)
39923      Branch: perl
39924            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
39925            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
39926            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
39927 ____________________________________________________________________________
39928 [  5938] By: gsar                                  on 2000/04/24  18:54:01
39929         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
39930      Branch: perl
39931            ! ext/B/B/Deparse.pm
39932 ____________________________________________________________________________
39933 [  5937] By: jhi                                   on 2000/04/24  17:39:00
39934         Log: Integrate with Sarathy.
39935      Branch: cfgperl
39936           +> (branch 31 files)
39937           !> (integrate 73 files)
39938 ____________________________________________________________________________
39939 [  5936] By: gsar                                  on 2000/04/24  17:30:06
39940         Log: additional tests for change#5934 (from Paul Marquess, who also
39941              sent in the same fix)
39942      Branch: perl
39943            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
39944            ! t/pragma/warn/5nolint t/pragma/warn/6default
39945 ____________________________________________________________________________
39946 [  5935] By: jhi                                   on 2000/04/24  17:26:05
39947         Log: Do not assume sign propagation.
39948              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
39949              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
39950              To: payner@ncifcrf.gov, perl5-porters@perl.org 
39951              Date: Tue, 18 Apr 2000 18:24:49 +0100 
39952              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
39953      Branch: cfgperl
39954            ! t/op/bop.t t/op/misc.t
39955 ____________________________________________________________________________
39956 [  5934] By: gsar                                  on 2000/04/24  17:16:54
39957         Log: propagate lexical warnings from surrounding scope correctly
39958              within string eval()
39959      Branch: perl
39960            ! pp_ctl.c t/pragma/warn/pp_ctl
39961 ____________________________________________________________________________
39962 [  5933] By: jhi                                   on 2000/04/24  17:01:07
39963         Log: Flatten the cpp jungle doing the nosuid checking.
39964      Branch: cfgperl
39965            ! perl.c
39966 ____________________________________________________________________________
39967 [  5932] By: gsar                                  on 2000/04/24  09:08:14
39968         Log: add rsignal(), whichsig() and do_join() to public API list
39969              (mod_perl uses them to good advantage)
39970      Branch: perl
39971            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
39972 ____________________________________________________________________________
39973 [  5931] By: gsar                                  on 2000/04/24  09:01:40
39974         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
39975      Branch: perl
39976            ! pp_hot.c regexec.c t/op/pat.t
39977 ____________________________________________________________________________
39978 [  5930] By: gsar                                  on 2000/04/24  08:58:33
39979         Log: small os390 tweaks (from Peter Prymmer)
39980      Branch: perl
39981            ! config_h.SH makedepend.SH
39982 ____________________________________________________________________________
39983 [  5929] By: gsar                                  on 2000/04/24  08:55:25
39984         Log: pod nits
39985      Branch: perl
39986            ! pod/perlguts.pod
39987 ____________________________________________________________________________
39988 [  5928] By: gsar                                  on 2000/04/24  08:50:13
39989         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
39990      Branch: perl
39991            ! ext/IO/lib/IO/Poll.pm
39992 ____________________________________________________________________________
39993 [  5927] By: gsar                                  on 2000/04/24  08:43:24
39994         Log: arrange for next() to resume at the unstack op rather than the
39995              loop conditional, so that scope cleanup happens correctly
39996              (from Stephen McCamant)
39997      Branch: perl
39998            ! op.c pp_ctl.c t/op/misc.t
39999 ____________________________________________________________________________
40000 [  5926] By: gsar                                  on 2000/04/24  08:18:40
40001         Log: on windows, reserve 16M of stack rather than 128M (allows more
40002              threads to run concurrently)
40003      Branch: perl
40004            ! win32/Makefile win32/makefile.mk
40005 ____________________________________________________________________________
40006 [  5925] By: gsar                                  on 2000/04/24  08:13:52
40007         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
40008      Branch: perl
40009            ! toke.c
40010 ____________________________________________________________________________
40011 [  5924] By: gsar                                  on 2000/04/24  08:08:59
40012         Log: avoid using uninitialized memory in require version check
40013      Branch: perl
40014            ! pp_ctl.c universal.c
40015 ____________________________________________________________________________
40016 [  5923] By: gsar                                  on 2000/04/24  07:20:14
40017         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
40018      Branch: perl
40019            ! ext/IO/lib/IO/Poll.pm
40020 ____________________________________________________________________________
40021 [  5922] By: gsar                                  on 2000/04/24  07:08:42
40022         Log: commentary about IoTYPE() (from Nathan Torkington)
40023      Branch: perl
40024            ! sv.h
40025 ____________________________________________________________________________
40026 [  5921] By: gsar                                  on 2000/04/24  06:58:26
40027         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
40028              by fix
40029      Branch: perl
40030            ! sv.c t/lib/charnames.t t/pragma/utf8.t
40031 ____________________________________________________________________________
40032 [  5920] By: gsar                                  on 2000/04/24  06:37:59
40033         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
40034      Branch: perl
40035            ! doop.c t/op/ver.t
40036 ____________________________________________________________________________
40037 [  5919] By: gsar                                  on 2000/04/24  06:21:58
40038         Log: Configure might miss old directories when prefix must be
40039              expanded (from Robin Barker)
40040      Branch: metaconfig
40041            ! U/installdirs/inc_version_list.U
40042      Branch: perl
40043            ! Configure
40044 ____________________________________________________________________________
40045 [  5918] By: gsar                                  on 2000/04/24  06:16:11
40046         Log: VMS nits in glob() test (from Charles Lane)
40047      Branch: perl
40048            ! t/lib/glob-basic.t
40049 ____________________________________________________________________________
40050 [  5917] By: gsar                                  on 2000/04/24  06:11:56
40051         Log: various pod nits (from Larry Virden and others)
40052      Branch: perl
40053            ! README.amiga README.hpux README.machten README.os2
40054            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
40055            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
40056            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
40057            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
40058            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
40059            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
40060            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
40061            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
40062 ____________________________________________________________________________
40063 [  5916] By: gsar                                  on 2000/04/24  05:52:43
40064         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
40065              <wjones@tc.fluke.com>)
40066      Branch: perl
40067            ! t/lib/glob-basic.t
40068 ____________________________________________________________________________
40069 [  5915] By: gsar                                  on 2000/04/24  05:07:01
40070         Log: supported platforms mixed up
40071      Branch: perl
40072            ! pod/perl56delta.pod pod/perlport.pod
40073 ____________________________________________________________________________
40074 [  5914] By: gsar                                  on 2000/04/24  04:56:08
40075         Log: caller() wasn't returning the right number of elements for
40076              eval {...}
40077      Branch: perl
40078            ! pp_ctl.c t/pragma/warn/9enabled
40079 ____________________________________________________________________________
40080 [  5913] By: gsar                                  on 2000/04/24  04:35:41
40081         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
40082              Mark-Jason Dominus)
40083      Branch: perl
40084            ! pod/perlfunc.pod
40085 ____________________________________________________________________________
40086 [  5912] By: gsar                                  on 2000/04/24  04:17:15
40087         Log: fix totally broken caching in UNIVERSAL::isa() (from
40088              Nick Ing-Simmons)
40089      Branch: perl
40090            ! t/op/universal.t universal.c
40091 ____________________________________________________________________________
40092 [  5911] By: gsar                                  on 2000/04/24  03:39:47
40093         Log: add linebreak properties from unicode/LineBrk.txt (from
40094              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
40095      Branch: perl
40096            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
40097            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
40098            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
40099            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
40100            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
40101            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
40102            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
40103            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
40104            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
40105            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
40106            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
40107            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
40108            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
40109            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
40110            + lib/unicode/Is/LbrkZW.pl
40111            ! lib/unicode/mktables.PL
40112 ____________________________________________________________________________
40113 [  5910] By: gsar                                  on 2000/04/24  03:23:10
40114         Log: typo in pod
40115      Branch: perl
40116            ! ext/Thread/Thread.pm
40117 ____________________________________________________________________________
40118 [  5909] By: gsar                                  on 2000/04/24  03:22:03
40119         Log: mode argument to do_binmode() should be file mode, not boolean
40120      Branch: perl
40121            ! pp_sys.c
40122 ____________________________________________________________________________
40123 [  5908] By: gsar                                  on 2000/04/16  16:51:08
40124         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
40125              always returns a valid GV even when the symbol is trapped by strictures
40126              (avoids coredumps)
40127              
40128              TODO: the C<package;> hack needs similar treatment
40129      Branch: perl
40130            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
40131            ! t/pragma/strict-vars
40132 ____________________________________________________________________________
40133 [  5907] By: jhi                                   on 2000/03/31  23:42:56
40134         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
40135              an assumption which #5905 demolished.
40136      Branch: cfgperl
40137            ! pp_sys.c
40138 ____________________________________________________________________________
40139 [  5906] By: jhi                                   on 2000/03/31  18:54:37
40140         Log: Typo in #5905.
40141      Branch: cfgperl
40142            ! t/op/64bitint.t
40143 ____________________________________________________________________________
40144 [  5905] By: jhi                                   on 2000/03/31  18:50:54
40145         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
40146              reported by Joseph N. Hall.  The bug was that even with use64bitint
40147              one had to use the prefixes q, L, or ll with printf/sprintf,
40148              contrary to the documentation and common sense.
40149      Branch: cfgperl
40150            ! sv.c t/op/64bitint.t
40151 ____________________________________________________________________________
40152 [  5904] By: gsar                                  on 2000/03/28  02:31:32
40153         Log: add Changes, perldelta.pod
40154      Branch: perl
40155            + Changes pod/perldelta.pod
40156 ____________________________________________________________________________
40157 [  5903] By: gsar                                  on 2000/03/28  02:03:55
40158         Log: rename Changes and perldelta.pod
40159      Branch: perl
40160           +> Changes5.6 pod/perl56delta.pod
40161            - Changes pod/perldelta.pod
40162            ! MANIFEST
40163 ____________________________________________________________________________
40164 [  5902] By: gsar                                  on 2000/03/28  01:59:14
40165         Log: create maint-5.6 branch
40166      Branch: maint-5.6/perl
40167           +> (branch 1611 files)
40168 ____________________________________________________________________________
40169 [  5901] By: jhi                                   on 2000/03/23  05:48:43
40170         Log: Integrate with Sarathy.
40171      Branch: cfgperl
40172           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
40173 ____________________________________________________________________________
40174 [  5900] By: gsar                                  on 2000/03/23  05:42:43
40175         Log: three guesses on what this is :-)
40176      Branch: perl
40177            ! Changes