Update Changes.
[p5sagit/p5-mst-13.2.git] / Changes
1 Please note: This file provides a complete, temporally ordered log of
2 changes that went into every version of Perl.  If you'd like more
3 detailed information, please consult the comments in the individual
4 patches posted to the perl5-porters mailing list.  Patches for each
5 individual change may also be obtained through ftp and rsync--see
6 perlhack.pod for the details.
7
8
9 [The "CAST AND CREW" list has been moved to AUTHORS.]
10
11 NOTE: Each change entry shows the change number; who checked it into the
12 repository; when; description of the change; which branch the change
13 happened in; and the affected files.  The file lists have a short symbolic
14 indicator:
15
16             !       modified
17             +       added
18             -       deleted
19             +>      branched (from elsewhere)
20             !>      merged changes (from elsewhere)
21
22 The Message-Ids in the change entries refer to the email messages sent
23 to the perl5-porters mailing list.  You can retrieve the messages for
24 example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
25
26 This file contains only changes that affect the mainline branch,
27 not those that affect the (now decommissioned) cfgperl, or vmsperl,
28 or any other branch.
29
30 --------------
31 Version v5.7.2          Development release working toward v5.8
32 --------------
33 ____________________________________________________________________________
34 [ 11978] By: jhi                                   on 2001/09/10  12:59:40
35         Log: Revert #11973, the dTHX seems to be needed in there
36              for threaded builds.
37      Branch: perl
38            ! perlio.c
39 ____________________________________________________________________________
40 [ 11977] By: jhi                                   on 2001/09/10  12:55:47
41         Log: Detypo.
42      Branch: perl
43            ! pod/perlguts.pod
44 ____________________________________________________________________________
45 [ 11976] By: jhi                                   on 2001/09/10  12:46:34
46         Log: Further Class::Struct patching from Damian.
47              
48              The new new semantics are:
49              
50              * If you pass an initializer for a nested object, it has to be:
51              a) a reference to an object of that class, or      
52              b) a reference to an object of a subclass of that class, or
53              c) a reference to a hash of arguments to be passed to the
54              class's constructor
55              * If you pass no initializer for a nested object, the attribute
56              is initialized to C<undef>
57      Branch: perl
58            ! lib/Class/Struct.pm
59 ____________________________________________________________________________
60 [ 11975] By: jhi                                   on 2001/09/10  12:42:24
61         Log: Skip the crypt test if no crypt.
62      Branch: perl
63            ! t/op/crypt.t
64 ____________________________________________________________________________
65 [ 11974] By: jhi                                   on 2001/09/10  12:39:25
66         Log: Warn against using bare v-strings as IP addresses
67              (okay if using the wrappers from Socket)
68      Branch: perl
69            ! pod/perldata.pod pod/perlport.pod
70 ____________________________________________________________________________
71 [ 11973] By: sky                                   on 2001/09/10  11:57:58
72         Log: Remove unused dTHX. Silenced another warning.
73      Branch: perl
74            ! perlio.c
75 ____________________________________________________________________________
76 [ 11972] By: sky                                   on 2001/09/10  11:54:25
77         Log: Silence some more warnings INT2PTR.
78      Branch: perl
79            ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
80 ____________________________________________________________________________
81 [ 11971] By: sky                                   on 2001/09/10  11:21:50
82         Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
83      Branch: perl
84            ! cop.h
85 ____________________________________________________________________________
86 [ 11970] By: sky                                   on 2001/09/10  11:17:25
87         Log: Apply INT2PTR with force to silence warnings from
88              PM_GETRE and friends. No more warnings with 64bit 
89              IVs and 32bit pointers.    
90      Branch: perl
91            ! op.c op.h perl.c
92 ____________________________________________________________________________
93 [ 11969] By: sky                                   on 2001/09/10  10:13:02
94         Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
95      Branch: perl
96            ! pod/perlguts.pod
97 ____________________________________________________________________________
98 [ 11968] By: sky                                   on 2001/09/10  10:02:51
99         Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
100              Rename to custop_op_name to Perl_custom_op_name to match perlapi
101              Clone the hashtable PL_custom_op_names and PL_custop_op_descs in 
102              perl_clone.
103      Branch: perl
104            ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
105 ____________________________________________________________________________
106 [ 11967] By: jhi                                   on 2001/09/10  03:14:35
107         Log: Using strlen() not good on embedded nul bytes.
108      Branch: perl
109            ! regcomp.c
110 ____________________________________________________________________________
111 [ 11966] By: ams                                   on 2001/09/09  21:06:13
112         Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
113              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
114              Date: Mon, 13 Aug 2001 22:51:59 +0200
115              Message-ID: <20010813225159.C6681@rafael>
116              (Applied with several tweaks.)
117      Branch: perl
118            ! embed.h embed.pl proto.h toke.c
119 ____________________________________________________________________________
120 [ 11965] By: jhi                                   on 2001/09/09  14:40:39
121         Log: The exact error message is system-dependent.
122      Branch: perl
123            ! lib/ExtUtils/Manifest.t
124 ____________________________________________________________________________
125 [ 11964] By: jhi                                   on 2001/09/09  14:38:05
126         Log: Add Windows and Mac Sami support to Encode
127              (http://www.egt.ie/standards/se/sami-teastabaiki.html)
128      Branch: perl
129            + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
130            ! MANIFEST
131 ____________________________________________________________________________
132 [ 11963] By: jhi                                   on 2001/09/09  13:54:07
133         Log: Use the tried method.
134      Branch: perl
135            ! pod/perlport.pod
136 ____________________________________________________________________________
137 [ 11962] By: jhi                                   on 2001/09/09  13:46:59
138         Log: Can't count parentheses.
139      Branch: perl
140            ! ext/IO/lib/IO/Socket/INET.pm
141 ____________________________________________________________________________
142 [ 11961] By: jhi                                   on 2001/09/09  13:34:12
143         Log: perlport additions: 1 while unlink, add/delete directory
144              entries and permissions, cygwin stat funkiness (from Michael
145              Schwern and Nicholas Clark)
146      Branch: perl
147            ! pod/perlport.pod
148 ____________________________________________________________________________
149 [ 11960] By: jhi                                   on 2001/09/09  13:19:12
150         Log: blib does have a detectable test.
151      Branch: perl
152            ! t/lib/1_compile.t
153 ____________________________________________________________________________
154 [ 11959] By: jhi                                   on 2001/09/09  13:16:43
155         Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
156              From: "chromatic" <chromatic@rmci.net>
157              Date: Sat, 08 Sep 2001 19:33:42 -0600
158              Message-ID: <20010909013810.11522.qmail@onion.perl.org>
159      Branch: perl
160            + lib/Term/Complete.t
161            ! MANIFEST
162 ____________________________________________________________________________
163 [ 11958] By: jhi                                   on 2001/09/09  13:09:02
164         Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
165              From: Michael G Schwern <schwern@pobox.com> 
166              Date: Sat, 8 Sep 2001 02:40:26 -0400
167              Message-ID: <20010908024026.A26283@blackrider>
168      Branch: perl
169            + lib/Test/Tutorial.pod
170            ! MANIFEST
171 ____________________________________________________________________________
172 [ 11957] By: jhi                                   on 2001/09/09  13:03:33
173         Log: Try to look up protocol (by name) only iff it has non-numbers:
174              nice if the server is in a chrooted environment (no /etc/protocols,
175              server code using hardcorded protocol numbers like 6 for tcp),
176              suggested by John Holdsworth <coldwave@bigfoot.com>.
177              In other words, if we are given a number, why look it up again
178              (by number)?
179      Branch: perl
180            ! ext/IO/lib/IO/Socket/INET.pm
181 ____________________________________________________________________________
182 [ 11956] By: jhi                                   on 2001/09/09  12:53:12
183         Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
184              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
185              Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) 
186              Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
187              
188              Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test 
189              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
190              Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
191              Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
192              Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
193              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
194              Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
195              Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
196      Branch: perl
197            ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
198 ____________________________________________________________________________
199 [ 11955] By: ams                                   on 2001/09/09  02:54:21
200         Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
201              From: "Craig A. Berry" <craigberry@mac.com>
202              Date: Sat, 08 Sep 2001 19:02:16 -0500
203              Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
204      Branch: perl
205            ! lib/CGI/t/carp.t
206 ____________________________________________________________________________
207 [ 11954] By: jhi                                   on 2001/09/09  02:30:39
208         Log: Documentation tweaks; think the IP address as an opaque string.
209      Branch: perl
210            ! ext/Socket/Socket.pm
211 ____________________________________________________________________________
212 [ 11953] By: jhi                                   on 2001/09/09  00:32:05
213         Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
214              From: Michael G Schwern <schwern@pobox.com>
215              Date: Sat, 8 Sep 2001 19:45:46 -0400
216              Message-ID: <20010908194546.C9193@blackrider>
217      Branch: perl
218            + lib/blib.t
219            ! MANIFEST lib/blib.pm t/lib/1_compile.t
220 ____________________________________________________________________________
221 [ 11952] By: jhi                                   on 2001/09/09  00:27:15
222         Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
223              From: "chromatic" <chromatic@rmci.net>
224              Date: Sat, 08 Sep 2001 12:31:44 -0600
225              Message-ID: <20010908183612.49960.qmail@onion.perl.org>
226      Branch: perl
227            + lib/CGI/t/fast.t
228            ! MANIFEST
229 ____________________________________________________________________________
230 [ 11951] By: jhi                                   on 2001/09/09  00:24:07
231         Log: The Socket tests were wrong: they were assuming too much.
232      Branch: perl
233            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
234 ____________________________________________________________________________
235 [ 11950] By: jhi                                   on 2001/09/08  20:09:07
236         Log: Retract the portability changes since they
237              seem to have opened a can of worms... will
238              go back to UNICOS/mk and do the bare minimum
239              required to get the tests working.
240      Branch: perl
241            ! ext/Socket/Socket.xs
242 ____________________________________________________________________________
243 [ 11949] By: jhi                                   on 2001/09/08  19:48:20
244         Log: PADOFFSET is used to cast pointers into integers,
245              if pointers are 64 bits and U32 32 bits,
246              bad things may happen, or at least warnings issued.
247      Branch: perl
248            ! op.h
249 ____________________________________________________________________________
250 [ 11948] By: jhi                                   on 2001/09/08  18:50:07
251         Log: Still more Socket portability tweaking.
252              Now Socket.t seems to be happy in all of
253              Linux/x86, Tru64/alpha, Solaris/sparc,
254              IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
255              
256              Addendum: it seems that io_multihomed, io_sock, and hostent
257              were broken in little-endians (linux/x86 and tru64/alpha)
258              because of this change.  Argh.
259      Branch: perl
260            ! ext/Socket/Socket.xs
261 ____________________________________________________________________________
262 [ 11947] By: jhi                                   on 2001/09/08  17:23:23
263         Log: More portability kicking on inet_ntoa().
264      Branch: perl
265            ! ext/Socket/Socket.xs
266 ____________________________________________________________________________
267 [ 11946] By: jhi                                   on 2001/09/08  15:09:58
268         Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
269              From: Michael G Schwern <schwern@pobox.com> 
270              Date: Fri, 7 Sep 2001 23:06:51 -0400
271              Message-ID: <20010907230651.R606@blackrider>
272      Branch: perl
273            + lib/ExtUtils/Manifest.t
274            ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
275 ____________________________________________________________________________
276 [ 11945] By: jhi                                   on 2001/09/08  14:49:15
277         Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
278              From: "chromatic" <chromatic@rmci.net>
279              Date: Fri, 07 Sep 2001 17:53:15 -0600      
280              Message-ID: <20010907235740.80566.qmail@onion.perl.org>              
281      Branch: perl
282            + lib/ExtUtils/testlib.t
283            ! MANIFEST
284 ____________________________________________________________________________
285 [ 11944] By: jhi                                   on 2001/09/07  22:57:00
286         Log: Thinko.
287      Branch: perl
288            ! lib/integer.t
289 ____________________________________________________________________________
290 [ 11943] By: jhi                                   on 2001/09/07  20:34:55
291         Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
292              From: "Craig A. Berry" <craigberry@mac.com>
293              Date: Fri, 07 Sep 2001 15:30:03 -0500
294              Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
295      Branch: perl
296            ! lib/CGI/Carp.pm
297 ____________________________________________________________________________
298 [ 11942] By: jhi                                   on 2001/09/07  20:30:43
299         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
300              From: Michael G Schwern <schwern@pobox.com>
301              Date: Fri, 7 Sep 2001 15:38:13 -0400
302              Message-ID: <20010907153813.K606@blackrider>
303      Branch: perl
304            ! lib/ExtUtils/MM_Unix.pm
305 ____________________________________________________________________________
306 [ 11941] By: jhi                                   on 2001/09/07  20:28:24
307         Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
308              From: Robin Barker <rmb1@cise.npl.co.uk>
309              Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
310              Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
311      Branch: perl
312            ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
313 ____________________________________________________________________________
314 [ 11940] By: jhi                                   on 2001/09/07  20:26:29
315         Log: Clean up 1_compile.t; move tests to more consistent
316              places (t/ subdirectories); add integer.t (much of
317              the pragma is tested elsewhere but there is no one
318              centralized place)
319      Branch: perl
320            + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
321            + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
322            + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
323            - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
324            - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
325            - lib/File/Find/find.t lib/File/Find/taint.t
326            ! MANIFEST t/lib/1_compile.t t/op/lfs.t
327 ____________________________________________________________________________
328 [ 11939] By: jhi                                   on 2001/09/07  17:25:32
329         Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
330              From: "chromatic" <chromatic@rmci.net>
331              Date: Fri, 07 Sep 2001 10:17:40 -0600
332              Message-ID: <20010907162205.84723.qmail@onion.perl.org>
333      Branch: perl
334            ! lib/File/Find/taint.t
335 ____________________________________________________________________________
336 [ 11938] By: jhi                                   on 2001/09/07  14:04:43
337         Log: Update Changes.
338      Branch: perl
339            ! Changes patchlevel.h
340 ____________________________________________________________________________
341 [ 11937] By: jhi                                   on 2001/09/07  13:52:03
342         Log: Rename the old threading tutorial, start a new one,
343              regen toc.
344      Branch: perl
345            + pod/perlothrtut.pod
346            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
347            ! pod/perltoc.pod
348 ____________________________________________________________________________
349 [ 11936] By: jhi                                   on 2001/09/07  13:05:48
350         Log: vars very much has a test.
351      Branch: perl
352            ! t/lib/1_compile.t
353 ____________________________________________________________________________
354 [ 11935] By: jhi                                   on 2001/09/07  12:52:06
355         Log: Subject: Re: wince/perl.ico marked as binary
356              From: Nicholas Clark <nick@ccl4.org>
357              Date: Fri, 7 Sep 2001 13:54:40 +0100
358              Message-ID: <20010907135439.D39150@plum.flirble.org>
359              
360              and wince/Makefile.ce change from Rainer Keuchel.
361      Branch: perl
362            + wince/makeico.pl
363            ! MANIFEST wince/Makefile.ce
364 ____________________________________________________________________________
365 [ 11934] By: jhi                                   on 2001/09/07  12:43:50
366         Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
367              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
368              Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
369              Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
370      Branch: perl
371            ! regexec.c
372 ____________________________________________________________________________
373 [ 11933] By: jhi                                   on 2001/09/07  12:37:46
374         Log: (Replaced by #11934)
375              Subject: Re: [PATCH regexec.c] more general .* and .*?
376              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
377              Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
378              Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
379      Branch: perl
380            ! regexec.c
381 ____________________________________________________________________________
382 [ 11932] By: jhi                                   on 2001/09/07  12:27:14
383         Log: The #11931 patching misbehaved.
384      Branch: perl
385            ! lib/Test/Harness/t/test-harness.t
386 ____________________________________________________________________________
387 [ 11931] By: jhi                                   on 2001/09/07  12:21:30
388         Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
389              From: Michael G Schwern <schwern@pobox.com>
390              Date: Fri, 7 Sep 2001 03:30:41 -0400
391              Message-ID: <20010907033041.A2796@blackrider>
392      Branch: perl
393            + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
394            + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
395            + t/lib/sample-tests/header_at_end_fail
396            + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
397            - lib/Test/Harness.t
398            ! MANIFEST lib/Test/Harness.pm t/TEST
399 ____________________________________________________________________________
400 [ 11930] By: jhi                                   on 2001/09/07  11:59:17
401         Log: Subject: [PATCH] Digest::MD5 update
402              From: Gisle Aas <gisle@ActiveState.com>
403              Date: 06 Sep 2001 23:32:56 -0700
404              Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
405      Branch: perl
406            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
407            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
408 ____________________________________________________________________________
409 [ 11929] By: jhi                                   on 2001/09/07  11:23:05
410         Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
411              From: "chromatic" <chromatic@rmci.net>
412              Date: Thu, 06 Sep 2001 23:11:44 -0600
413              Message-ID: <20010907051609.91459.qmail@onion.perl.org>
414      Branch: perl
415            + lib/less.t
416            ! MANIFEST t/lib/1_compile.t
417 ____________________________________________________________________________
418 [ 11928] By: jhi                                   on 2001/09/07  11:19:29
419         Log: The binary file must somehow differently stored.
420      Branch: perl
421            - wince/perl.ico
422            ! MANIFEST
423 ____________________________________________________________________________
424 [ 11927] By: jhi                                   on 2001/09/07  03:53:29
425         Log: Add more modules to the list of modules that have tests,
426              Schwern's wallet is getting more nervous.
427              (Run t/lib/1_compile.t manually to see which modules
428              are lacking tests, or the tests can't be run for some
429              reason or another, such as the Net:: modules)
430      Branch: perl
431            ! t/lib/1_compile.t
432 ____________________________________________________________________________
433 [ 11926] By: jhi                                   on 2001/09/07  03:43:11
434         Log: Try to make Socket::inet_ntoa() more robust.
435      Branch: perl
436            ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
437 ____________________________________________________________________________
438 [ 11925] By: jhi                                   on 2001/09/07  01:57:58
439         Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
440              From: chromatic <chromatic@rmci.net>       
441              Date: Wed, 5 Sep 2001 22:58:05 -0600                         
442              Message-Id: <01090522580506.19590@firewheel>           
443      Branch: perl
444            ! lib/English.t
445 ____________________________________________________________________________
446 [ 11924] By: jhi                                   on 2001/09/07  01:55:05
447         Log: Subject: Re: perlvar manpage and localizing special vars
448              From: Stas Bekman <stas@stason.org>
449              Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
450              Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
451      Branch: perl
452            ! pod/perlvar.pod
453 ____________________________________________________________________________
454 [ 11923] By: jhi                                   on 2001/09/07  01:49:36
455         Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
456              From: Robin Barker <rmb1@cise.npl.co.uk>
457              Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
458              Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
459      Branch: perl
460            ! lib/ExtUtils/MakeMaker.pm
461 ____________________________________________________________________________
462 [ 11922] By: jhi                                   on 2001/09/06  18:09:08
463         Log: Symbol missing; AIX unhappy.
464      Branch: perl
465            ! makedef.pl
466 ____________________________________________________________________________
467 [ 11921] By: jhi                                   on 2001/09/06  17:52:43
468         Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
469              Reported in 5.61, seems to work okay in blead.
470      Branch: perl
471            ! t/run/kill_perl.t
472 ____________________________________________________________________________
473 [ 11920] By: jhi                                   on 2001/09/06  14:35:09
474         Log: Update Changes.
475      Branch: perl
476            ! Changes patchlevel.h
477 ____________________________________________________________________________
478 [ 11919] By: jhi                                   on 2001/09/06  14:20:10
479         Log: Document the bad assumptions currently breaking
480              the Socket.t tests 10, 11, and 13 in UNICOS.
481      Branch: perl
482            ! ext/Socket/Socket.xs
483 ____________________________________________________________________________
484 [ 11918] By: jhi                                   on 2001/09/06  14:07:45
485         Log: Subject: [PATCH x2p] make OPTIMIZE=...
486              From: Robin Barker <rmb1@cise.npl.co.uk>
487              Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
488              Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
489      Branch: perl
490            ! x2p/Makefile.SH x2p/cflags.SH
491 ____________________________________________________________________________
492 [ 11917] By: jhi                                   on 2001/09/06  14:01:45
493         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
494              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
495              Date: Thu, 6 Sep 2001 11:09:40 +0100
496              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
497              
498              Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
499              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
500              Date: 6 Sep 2001 10:14:38 -0000
501              Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
502      Branch: perl
503            ! pod/perlfaq1.pod pod/perlhack.pod
504 ____________________________________________________________________________
505 [ 11916] By: jhi                                   on 2001/09/06  13:56:19
506         Log: Subject: Extra NUL is Data::Dumper output - patch
507              From: Tony Cook <tony@develop-help.com>
508              Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
509              Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
510      Branch: perl
511            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
512 ____________________________________________________________________________
513 [ 11915] By: jhi                                   on 2001/09/06  13:51:16
514         Log: Avoid redefinition warning
515              Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
516              from
517              perl -w -Ilib -MCwd -e ''
518      Branch: perl
519            ! lib/Cwd.pm
520 ____________________________________________________________________________
521 [ 11914] By: jhi                                   on 2001/09/06  13:30:32
522         Log: Update the is_tainted() example implementation.
523      Branch: perl
524            ! pod/perlsec.pod
525 ____________________________________________________________________________
526 [ 11913] By: jhi                                   on 2001/09/06  13:15:59
527         Log: Missing) in #11912.
528      Branch: perl
529            ! lib/Test/Simple/t/fail.t
530 ____________________________________________________________________________
531 [ 11912] By: jhi                                   on 2001/09/06  13:08:48
532         Log: Rewhack Test-Simple into core harness.
533      Branch: perl
534            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
535            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
536            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
537            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
538            ! lib/Test/Simple/t/skipall.t
539 ____________________________________________________________________________
540 [ 11911] By: jhi                                   on 2001/09/06  11:54:06
541         Log: Workaround for the new Exporter 'feature'.
542      Branch: perl
543            ! lib/Test/More.pm
544 ____________________________________________________________________________
545 [ 11910] By: jhi                                   on 2001/09/06  11:52:56
546         Log: Re-introduce pure-Perl fall-back for abs_path,
547              re-introduce #11898.
548      Branch: perl
549            ! lib/Cwd.pm lib/File/Find.pm
550 ____________________________________________________________________________
551 [ 11909] By: jhi                                   on 2001/09/06  03:49:13
552         Log: More tests.
553      Branch: perl
554            ! lib/Exporter.t
555 ____________________________________________________________________________
556 [ 11908] By: jhi                                   on 2001/09/06  03:38:22
557         Log: Retract #11898 for now because it introduces
558              a rather nasty depencency: when B is being built,
559              MakeMaker is used.  MakeMaker uses File::Find.
560              File::Find uses Cwd::getcwd()...which doesn't
561              exist yet.
562      Branch: perl
563            ! lib/File/Find.pm
564 ____________________________________________________________________________
565 [ 11907] By: jhi                                   on 2001/09/06  03:20:02
566         Log: New test welcome.
567      Branch: perl
568            + lib/Test/Simple/t/simple.t
569 ____________________________________________________________________________
570 [ 11906] By: jhi                                   on 2001/09/06  03:08:01
571         Log: Old test begone.
572      Branch: perl
573            - lib/Attribute/Handlers/test.pl
574 ____________________________________________________________________________
575 [ 11905] By: jhi                                   on 2001/09/06  01:41:03
576         Log: Test-Simple syncup from Schwern.
577      Branch: perl
578            + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
579            + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
580            + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
581            + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
582            + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
583            - lib/Test/More/Changes lib/Test/More/t/More.t
584            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
585            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
586            - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
587            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
588            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
589            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
590            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
591            ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
592            ! t/lib/Test/Simple/sample_tests/death.plx
593            ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
594            ! t/lib/Test/Simple/sample_tests/extras.plx
595            ! t/lib/Test/Simple/sample_tests/five_fail.plx
596            ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
597            ! t/lib/Test/Simple/sample_tests/one_fail.plx
598            ! t/lib/Test/Simple/sample_tests/require.plx
599            ! t/lib/Test/Simple/sample_tests/success.plx
600            ! t/lib/Test/Simple/sample_tests/too_few.plx
601            ! t/lib/Test/Simple/sample_tests/two_fail.plx
602 ____________________________________________________________________________
603 [ 11904] By: pudge                                 on 2001/09/06  00:28:01
604         Log: Integrate File::Find changes from bleadperl
605      Branch: maint-5.6/macperl
606            ! lib/File/Find.pm t/lib/filefind-taint.t
607 ____________________________________________________________________________
608 [ 11903] By: pudge                                 on 2001/09/06  00:22:29
609         Log: Integrate 11847 from maint-5.6/perl
610      Branch: maint-5.6/macperl
611           !> sv.c
612 ____________________________________________________________________________
613 [ 11902] By: jhi                                   on 2001/09/05  23:27:57
614         Log: In UNICOS division yada yada.
615      Branch: perl
616            ! t/op/override.t
617 ____________________________________________________________________________
618 [ 11901] By: jhi                                   on 2001/09/05  23:26:23
619         Log: In UNICOS division is really lossy, better use
620              a tolerance test.
621      Branch: perl
622            ! ext/Time/HiRes/HiRes.t
623 ____________________________________________________________________________
624 [ 11900] By: jhi                                   on 2001/09/05  23:22:38
625         Log: In UNICOS sigaction() sets an extra flag
626              ("the signal has been registered for all the processes in
627              a multitasking group.")
628      Branch: perl
629            ! ext/POSIX/sigaction.t
630 ____________________________________________________________________________
631 [ 11899] By: jhi                                   on 2001/09/05  23:18:48
632         Log: Documentation micropatch from Damian.
633      Branch: perl
634            ! lib/Attribute/Handlers.pm
635 ____________________________________________________________________________
636 [ 11898] By: jhi                                   on 2001/09/05  23:16:50
637         Log: (Retracted by #11908)
638              Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
639              From: Michael G Schwern <schwern@pobox.com>
640              Date: Wed, 5 Sep 2001 15:58:21 -0400
641              Message-ID: <20010905155821.I632@blackrider>
642      Branch: perl
643            ! lib/File/Find.pm lib/File/Find/taint.t
644 ____________________________________________________________________________
645 [ 11897] By: jhi                                   on 2001/09/05  23:14:43
646         Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
647              From: Michael G Schwern <schwern@pobox.com>
648              Date: Wed, 5 Sep 2001 19:16:31 -0400
649              Message-ID: <20010905191631.E11386@blackrider>
650      Branch: perl
651            + lib/CGI/t/carp.t
652            ! MANIFEST
653 ____________________________________________________________________________
654 [ 11896] By: jhi                                   on 2001/09/05  23:14:11
655         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
656              From: chromatic <chromatic@rmci.net>
657              Date: Wed, 5 Sep 2001 18:08:07 -0600
658              Message-Id: <01090518080700.19590@firewheel>
659      Branch: perl
660            ! lib/English.pm
661 ____________________________________________________________________________
662 [ 11895] By: jhi                                   on 2001/09/05  22:52:01
663         Log: Fix a typo #11889 and add a test for the same.
664      Branch: perl
665            ! ext/Socket/Socket.t ext/Socket/Socket.xs
666 ____________________________________________________________________________
667 [ 11894] By: jhi                                   on 2001/09/05  22:43:26
668         Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
669              From: "Craig A. Berry" <craigberry@mac.com>
670              Date: Wed, 05 Sep 2001 17:48:54 -0500
671              Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
672      Branch: perl
673            ! lib/warnings.t t/run/kill_perl.t
674 ____________________________________________________________________________
675 [ 11893] By: jhi                                   on 2001/09/05  22:36:35
676         Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
677              From: Michael G Schwern <schwern@pobox.com>
678              Date: Wed, 5 Sep 2001 17:22:25 -0400
679              Message-ID: <20010905172225.C11386@blackrider>
680      Branch: perl
681            ! t/run/kill_perl.t
682 ____________________________________________________________________________
683 [ 11892] By: jhi                                   on 2001/09/05  22:34:55
684         Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
685              From: Nicholas Clark <nick@ccl4.org>
686              Date: Wed, 5 Sep 2001 20:54:24 +0100
687              Message-ID: <20010905205424.C25120@plum.flirble.org>
688      Branch: perl
689            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
690 ____________________________________________________________________________
691 [ 11891] By: jhi                                   on 2001/09/05  22:34:16
692         Log: Forgotten thing.
693      Branch: perl
694            ! uconfig.h
695 ____________________________________________________________________________
696 [ 11890] By: jhi                                   on 2001/09/05  22:27:42
697         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
698              From: chromatic <chromatic@rmci.net>               
699              Date: Wed, 5 Sep 2001 13:22:08 -0600
700              Message-Id: <01090513220807.10587@firewheel> 
701      Branch: perl
702            ! lib/English.pm
703 ____________________________________________________________________________
704 [ 11889] By: jhi                                   on 2001/09/05  22:23:06
705         Log: inet_ntoa() tweaks:
706              - don't allow addresses with > 255 characters
707              - indent the HP-UX workaround
708              - don't leak memory
709      Branch: perl
710            ! ext/Socket/Socket.xs
711 ____________________________________________________________________________
712 [ 11888] By: jhi                                   on 2001/09/05  16:26:17
713         Log: Clear up a documentation confusion noticed by Xiaoyun Wu
714              <xwu@theeducationcenter.com>
715      Branch: perl
716            ! lib/File/Find.pm
717 ____________________________________________________________________________
718 [ 11887] By: jhi                                   on 2001/09/05  15:40:03
719         Log: Typo nits.
720      Branch: perl
721            ! lib/File/Find.pm
722 ____________________________________________________________________________
723 [ 11886] By: jhi                                   on 2001/09/05  15:30:11
724         Log: -Wall nit.
725      Branch: perl
726            ! op.c
727 ____________________________________________________________________________
728 [ 11885] By: gbarr                                 on 2001/09/05  15:26:18
729         Log: Update to Scalar-List-Utils 1.05
730      Branch: perl
731            ! ext/List/Util/ChangeLog ext/List/Util/README
732            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
733 ____________________________________________________________________________
734 [ 11884] By: jhi                                   on 2001/09/05  13:05:14
735         Log: Update Changes.
736      Branch: perl
737            ! Changes patchlevel.h
738 ____________________________________________________________________________
739 [ 11883] By: gbarr                                 on 2001/09/05  12:51:35
740         Log: Update to Scalar-List-Utils 1.04
741      Branch: perl
742            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
743            ! ext/List/Util/lib/List/Util.pm
744            ! ext/List/Util/lib/Scalar/Util.pm
745 ____________________________________________________________________________
746 [ 11882] By: jhi                                   on 2001/09/05  12:29:44
747         Log: Metaconfigify #11724.
748      Branch: metaconfig
749            ! U/threads/archname.U
750 ____________________________________________________________________________
751 [ 11881] By: jhi                                   on 2001/09/05  12:21:44
752         Log: The MacOS reference is okay, no reason to hide it.
753      Branch: perl
754            ! lib/Cwd.pm
755 ____________________________________________________________________________
756 [ 11880] By: jhi                                   on 2001/09/05  12:20:49
757         Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
758              From: Michael G Schwern <schwern@pobox.com>
759              Date: Tue, 4 Sep 2001 15:30:10 -0400
760              Message-ID: <20010904153010.H26466@blackrider> 
761              
762              (We'll see whether the ../../lib/Cwd.pm works in alien lands)
763      Branch: perl
764            ! ext/Cwd/Makefile.PL lib/Cwd.pm
765 ____________________________________________________________________________
766 [ 11879] By: jhi                                   on 2001/09/05  12:12:18
767         Log: Subject: [PATCH lib/Cwd.pm] cwd() taint safe  (was Re: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.))
768              From: Michael G Schwern <schwern@pobox.com>
769              Date: Tue, 4 Sep 2001 17:39:13 -0400
770              Message-ID: <20010904173913.C626@blackrider>
771      Branch: perl
772            ! lib/Cwd.pm
773 ____________________________________________________________________________
774 [ 11878] By: jhi                                   on 2001/09/05  12:10:50
775         Log: Subject: Re: Perl_pp_* in public API?
776              From: "Craig A. Berry" <craigberry@mac.com>
777              Date: Tue, 4 Sep 2001 21:51:29 -0500
778              Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
779      Branch: perl
780            ! ext/List/Util/Util.xs
781 ____________________________________________________________________________
782 [ 11877] By: jhi                                   on 2001/09/05  12:07:53
783         Log: From Damian: Class::Struct was unable to define
784              recursive classes.  After the patch an object reference
785              (rather than a hash) is required to initialize
786              an object attribute.  If no such initializer is given to
787              the constructor, object attributes are now default
788              initialized to C<undef>.
789      Branch: perl
790            ! lib/Class/Struct.pm lib/Class/Struct.t
791 ____________________________________________________________________________
792 [ 11876] By: jhi                                   on 2001/09/05  11:51:24
793         Log: Subject: Re: sv_catpvfn and sv_setpvfn
794              From: Richard Soderberg <rs@oregonnet.com>
795              Date: Tue, 4 Sep 2001 15:16:47 -0700
796              Message-Id: <200109042216.PAA17858@oregonnet.com>
797      Branch: perl
798            ! pod/perlclib.pod pod/perlguts.pod
799 ____________________________________________________________________________
800 [ 11875] By: jhi                                   on 2001/09/05  11:48:14
801         Log: NetWare updates from Ananth Kesari.
802      Branch: perl
803            ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
804            ! NetWare/nw5thread.h
805 ____________________________________________________________________________
806 [ 11874] By: jhi                                   on 2001/09/05  11:30:59
807         Log: Subject: [PATCH] oct and hex in glorious 64 bit (with less bugs) (was Re: hex and oct again (was Re: FreeBSD MD5 crypt? Re: crypt/hex/oct and Unicode?))
808              From: Nicholas Clark <nick@ccl4.org>
809              Date: Tue, 4 Sep 2001 22:42:50 +0100
810              Message-ID: <20010904224250.P25120@plum.flirble.org>
811      Branch: perl
812            ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
813            ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
814            ! t/op/oct.t toke.c
815 ____________________________________________________________________________
816 [ 11873] By: jhi                                   on 2001/09/04  21:03:17
817         Log: Fix Cwd::getcwd() not being tainted, as noticed
818              by Schwern.
819      Branch: perl
820            + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
821            - ext/Cwd/Cwd.t
822            ! MANIFEST ext/Cwd/Cwd.xs util.c
823 ____________________________________________________________________________
824 [ 11872] By: jhi                                   on 2001/09/04  20:00:50
825         Log: Retract #11870 and volatilize the right destruct_level.
826              Silly thinko pointed out by Sarathy.
827      Branch: perl
828            ! intrpvar.h perl.c
829 ____________________________________________________________________________
830 [ 11871] By: jhi                                   on 2001/09/04  19:45:59
831         Log: At least a temporary fix for the mysterious scope core dumps
832              in Tru64 from Graham.
833      Branch: perl
834            ! ext/List/Util/Util.xs
835 ____________________________________________________________________________
836 [ 11870] By: jhi                                   on 2001/09/04  19:01:48
837         Log: (Retracted by #11872)
838      Branch: perl
839            ! intrpvar.h
840 ____________________________________________________________________________
841 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
842         Log: Quench a -Wall gripe noticed by Robin Barker.
843      Branch: perl
844            ! op.c
845 ____________________________________________________________________________
846 [ 11868] By: jhi                                   on 2001/09/04  16:38:07
847         Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
848              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
849              Date: Wed, 05 Sep 2001 02:01:32 +0900
850              Message-Id: <20010905015059.E684.BQW10602@nifty.com>
851      Branch: perl
852            ! lib/Unicode/UCD.pm
853 ____________________________________________________________________________
854 [ 11867] By: jhi                                   on 2001/09/04  16:35:27
855         Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
856              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
857              Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
858              Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
859      Branch: perl
860            ! gv.c
861 ____________________________________________________________________________
862 [ 11866] By: jhi                                   on 2001/09/04  13:52:28
863         Log: Update Changes.
864      Branch: perl
865            ! Changes patchlevel.h
866 ____________________________________________________________________________
867 [ 11865] By: jhi                                   on 2001/09/04  13:36:58
868         Log: Add the \[$@%&*] prototype support.
869      Branch: perl
870            ! op.c pod/perlsub.pod t/comp/proto.t
871 ____________________________________________________________________________
872 [ 11864] By: jhi                                   on 2001/09/04  13:10:38
873         Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
874              From: Michael G Schwern <schwern@pobox.com>
875              Date: Mon, 3 Sep 2001 18:59:01 -0400
876              Message-ID: <20010903185901.Z9233@blackrider>
877      Branch: perl
878            ! lib/CGI/t/form.t
879 ____________________________________________________________________________
880 [ 11863] By: jhi                                   on 2001/09/04  13:06:39
881         Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
882              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
883              Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
884              Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
885      Branch: perl
886            ! gv.c
887 ____________________________________________________________________________
888 [ 11862] By: jhi                                   on 2001/09/04  13:05:23
889         Log: More srand entry tweakage based on Randal's suggestion.
890      Branch: perl
891            ! pod/perlfunc.pod
892 ____________________________________________________________________________
893 [ 11861] By: jhi                                   on 2001/09/04  12:48:14
894         Log: Subject: [PATCH] 'main' *is* a reserved word
895              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
896              Date: Mon, 3 Sep 2001 22:55:41 +0200
897              Message-ID: <20010903225541.A24097@rafael>
898      Branch: perl
899            ! toke.c
900 ____________________________________________________________________________
901 [ 11860] By: jhi                                   on 2001/09/04  12:46:30
902         Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
903              From: Peter Prymmer <pvhp@best.com>
904              Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
905              Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
906      Branch: perl
907            ! README.vms configure.com
908 ____________________________________________________________________________
909 [ 11859] By: jhi                                   on 2001/09/04  12:44:29
910         Log: Subject: Re: A slightly better default seed?   
911              From: Michael G Schwern <schwern@pobox.com>
912              Date: Mon, 3 Sep 2001 18:08:15 -0400 
913              Message-ID: <20010903180815.W9233@blackrider>
914      Branch: perl
915            ! t/op/srand.t
916 ____________________________________________________________________________
917 [ 11858] By: jhi                                   on 2001/09/04  12:41:59
918         Log: Add sharedsv.o to microperl object files.
919      Branch: perl
920            ! Makefile.micro
921 ____________________________________________________________________________
922 [ 11857] By: jhi                                   on 2001/09/04  12:27:51
923         Log: AUTHORS updates and
924              
925              Subject: [PATCH] Just some preening :-)        
926              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
927              Date: Tue, 4 Sep 2001 14:16:59 +0100
928              Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
929      Branch: perl
930            ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
931 ____________________________________________________________________________
932 [ 11856] By: jhi                                   on 2001/09/04  12:09:43
933         Log: Typo fix and slight rewording.
934      Branch: perl
935            ! pod/perlfunc.pod
936 ____________________________________________________________________________
937 [ 11855] By: jhi                                   on 2001/09/04  12:04:16
938         Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
939      Branch: perl
940            ! pod/perlfaq4.pod
941 ____________________________________________________________________________
942 [ 11854] By: jhi                                   on 2001/09/03  20:12:21
943         Log: The helper file changed name.
944      Branch: perl
945            ! MANIFEST
946 ____________________________________________________________________________
947 [ 11853] By: gbarr                                 on 2001/09/03  20:00:00
948         Log: Update to Scalar-List-Utils 1.03
949      Branch: perl
950            + ext/List/Util/t/shuffle.t
951            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
952            ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
953            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
954            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
955            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
956            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
957            ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
958            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
959 ____________________________________________________________________________
960 [ 11852] By: jhi                                   on 2001/09/03  19:50:57
961         Log: Make crypt() do something more sane for Unicode
962              (take crypt() of the low eight bits of the characters,
963              instead of taking crypt() of the UTF-8 of the scalar);
964              add a test for crypt().
965      Branch: perl
966            + t/op/crypt.t
967            ! MANIFEST pod/perlfunc.pod pp.c
968 ____________________________________________________________________________
969 [ 11851] By: jhi                                   on 2001/09/03  19:19:35
970         Log: Reorganize the srand entry.
971      Branch: perl
972            ! pod/perlfunc.pod
973 ____________________________________________________________________________
974 [ 11850] By: jhi                                   on 2001/09/03  18:54:51
975         Log: Remove the tests that assume something about
976              calling srand() without arguments multiple times.
977      Branch: perl
978            ! t/op/srand.t
979 ____________________________________________________________________________
980 [ 11849] By: jhi                                   on 2001/09/03  18:15:16
981         Log: Upgrade to Math::BigInt 1.42.
982      Branch: perl
983            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
984            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
985            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
986            ! lib/Math/BigInt/t/mbimbf.t
987 ____________________________________________________________________________
988 [ 11848] By: gsar                                  on 2001/09/03  17:07:54
989         Log: integrate change#11847 from maint-5.6
990              
991              typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
992      Branch: perl
993            ! sv.c
994 ____________________________________________________________________________
995 [ 11847] By: gsar                                  on 2001/09/03  16:47:54
996         Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
997      Branch: maint-5.6/perl
998            ! sv.c
999 ____________________________________________________________________________
1000 [ 11846] By: jhi                                   on 2001/09/03  15:12:58
1001         Log: As far as I can tell these functions have been Unicodified.
1002      Branch: perl
1003            ! doop.c
1004 ____________________________________________________________________________
1005 [ 11845] By: jhi                                   on 2001/09/03  15:11:27
1006         Log: Update to Storable 1.0.13.
1007      Branch: perl
1008            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
1009            ! ext/Storable/Storable.xs
1010 ____________________________________________________________________________
1011 [ 11844] By: jhi                                   on 2001/09/03  12:42:06
1012         Log: Patch the Filter::Simple test to work with
1013              the core test suite (since the FilterTest.pm
1014              is in t/lib, not in lib).
1015      Branch: perl
1016            ! lib/Filter/Simple/t/filter.t
1017 ____________________________________________________________________________
1018 [ 11843] By: jhi                                   on 2001/09/03  12:39:11
1019         Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
1020      Branch: perl
1021            + t/lib/FilterTest.pm
1022            - t/lib/MyFilter.pm
1023 ____________________________________________________________________________
1024 [ 11842] By: jhi                                   on 2001/09/03  12:17:30
1025         Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
1026              Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
1027              Text::Balanced 1.86.
1028      Branch: perl
1029            + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
1030            + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
1031            + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
1032            + lib/Switch/t/nested.t lib/Switch/t/switch.t
1033            + lib/Text/Balanced/Changes lib/Text/Balanced/README
1034            + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
1035            + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
1036            + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
1037            + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
1038            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
1039            - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
1040            - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
1041            - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
1042            - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
1043            - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
1044            ! MANIFEST lib/Attribute/Handlers.pm
1045            ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
1046            ! lib/Attribute/Handlers/demo/Demo.pm
1047            ! lib/Attribute/Handlers/demo/Descriptions.pm
1048            ! lib/Attribute/Handlers/demo/MyClass.pm
1049            ! lib/Attribute/Handlers/demo/demo.pl
1050            ! lib/Attribute/Handlers/demo/demo2.pl
1051            ! lib/Attribute/Handlers/demo/demo3.pl
1052            ! lib/Attribute/Handlers/demo/demo4.pl
1053            ! lib/Attribute/Handlers/demo/demo_call.pl
1054            ! lib/Attribute/Handlers/demo/demo_chain.pl
1055            ! lib/Attribute/Handlers/demo/demo_cycle.pl
1056            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
1057            ! lib/Attribute/Handlers/demo/demo_phases.pl
1058            ! lib/Attribute/Handlers/demo/demo_range.pl
1059            ! lib/Attribute/Handlers/demo/demo_rawdata.pl
1060            ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
1061            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
1062            ! lib/Text/Balanced.pm
1063 ____________________________________________________________________________
1064 [ 11841] By: sky                                   on 2001/09/03  11:04:15
1065         Log: Forgot to add a file with Change #11840
1066      Branch: perl
1067            + t/op/srand.t
1068 ____________________________________________________________________________
1069 [ 11840] By: sky                                   on 2001/09/03  11:02:04
1070         Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
1071              From: Michael G Schwern <schwern@pobox.com>
1072              Date: Mon, 3 Sep 2001 07:43:00 -0400
1073              Message-ID: <20010903074300.E9233@blackrider>
1074      Branch: perl
1075            ! MANIFEST pod/perlfunc.pod t/op/rand.t
1076 ____________________________________________________________________________
1077 [ 11839] By: sky                                   on 2001/09/03  10:47:11
1078         Log: Document the changes with regards to running of END blocks.
1079              And DESTROY on global objects are called in perl_destruct()!
1080      Branch: perl
1081            ! pod/perl572delta.pod pod/perlembed.pod
1082 ____________________________________________________________________________
1083 [ 11838] By: sky                                   on 2001/09/03  09:34:44
1084         Log: Subject: [PATCH t/op/time.t] Partial cleanup
1085              From: Michael G Schwern <schwern@pobox.com>
1086              Date: Mon, 3 Sep 2001 06:29:42 -0400
1087              Message-ID: <20010903062942.C9233@blackrider>
1088      Branch: perl
1089            ! t/op/time.t
1090 ____________________________________________________________________________
1091 [ 11837] By: sky                                   on 2001/09/03  09:30:02
1092         Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
1093              From: Michael G Schwern <schwern@pobox.com>
1094              Date: Mon, 3 Sep 2001 06:24:13 -0400
1095              Message-ID: <20010903062413.B9233@blackrider>
1096      Branch: perl
1097            ! t/op/rand.t
1098 ____________________________________________________________________________
1099 [ 11836] By: sky                                   on 2001/09/03  07:56:47
1100         Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
1101              From: Michael G Schwern <schwern@pobox.com>
1102              Date: Sun, 2 Sep 2001 21:38:43 -0400
1103              Message-ID: <20010902213843.L2711@blackrider>
1104      Branch: perl
1105            + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
1106            ! MANIFEST
1107 ____________________________________________________________________________
1108 [ 11835] By: nick                                  on 2001/09/03  06:20:06
1109         Log: Integrate mainline
1110      Branch: perlio
1111           +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
1112            - t/op/misc.t
1113           !> (integrate 187 files)
1114 ____________________________________________________________________________
1115 [ 11834] By: jhi                                   on 2001/09/02  13:07:53
1116         Log: Update Changes.
1117      Branch: perl
1118            ! Changes patchlevel.h
1119 ____________________________________________________________________________
1120 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
1121         Log: Slight tweaks.
1122      Branch: perl
1123            ! t/run/kill_perl.t
1124 ____________________________________________________________________________
1125 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
1126         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
1127      Branch: perl
1128            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
1129 ____________________________________________________________________________
1130 [ 11831] By: sky                                   on 2001/09/02  12:10:42
1131         Log: Change #11828 wasn't complete, this updates to intest path
1132      Branch: perl
1133            ! t/run/kill_perl.t
1134 ____________________________________________________________________________
1135 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
1136         Log: 's's's.
1137      Branch: perl
1138            ! Changes
1139 ____________________________________________________________________________
1140 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
1141         Log: Update Changes.
1142      Branch: perl
1143            ! Changes patchlevel.h
1144 ____________________________________________________________________________
1145 [ 11828] By: sky                                   on 2001/09/02  11:53:56
1146         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
1147              From: Michael G Schwern <schwern@pobox.com>
1148              Date: Sat, 1 Sep 2001 20:18:58 -0400
1149              Message-ID: <20010901201858.X606@blackrider>
1150              +MANIFEST Fix
1151      Branch: perl
1152            + t/run/kill_perl.t
1153            - t/op/misc.t t/run/segfault.t
1154            ! MANIFEST
1155 ____________________________________________________________________________
1156 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
1157         Log: Subject: [PATCH] lib/Time/Local.pm
1158              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
1159              Date: Sun, 2 Sep 2001 06:50:01 -0500
1160              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
1161      Branch: perl
1162            ! lib/Time/Local.pm
1163 ____________________________________________________________________________
1164 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
1165         Log: Tick off Unicode collation and the normalization from
1166              the todo list.
1167      Branch: perl
1168            ! pod/perltodo.pod
1169 ____________________________________________________________________________
1170 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
1171         Log: Update to Unicode 3.1.1.
1172      Branch: perl
1173            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
1174            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
1175            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
1176            ! lib/unicore/PropList.txt lib/unicore/README.perl
1177            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
1178            ! lib/unicore/rename lib/unicore/version
1179 ____________________________________________________________________________
1180 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
1181         Log: Slight doc tweaks for the module.
1182      Branch: perl
1183            ! lib/Unicode/UCD.pm
1184 ____________________________________________________________________________
1185 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
1186         Log: Rename the variable: it *used* to be (wrongly) that the
1187              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
1188              but that is no more the case: PL_reg_match_utf8 is better.
1189      Branch: perl
1190            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
1191            ! regexec.c sv.c thrdvar.h
1192 ____________________________________________________________________________
1193 [ 11822] By: ams                                   on 2001/09/02  02:54:50
1194         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
1195              From: Ilmari Karonen <iltzu@sci.fi>
1196              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
1197              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
1198              (op/sub_lval.t updated to take new error message into account.)
1199      Branch: perl
1200            ! op.c t/op/sub_lval.t
1201 ____________________________________________________________________________
1202 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
1203         Log: remove stray CRs in files; keep all files with UNIX line-ends
1204              (Porting/makerel adds CRs to the files that need it in the
1205              distribution)
1206      Branch: perl
1207            ! NetWare/t/NWScripts.pl README.dos
1208            ! ext/Encode/Encode/cns11643-1.enc
1209            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
1210            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
1211 ____________________________________________________________________________
1212 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
1213         Log: some remnants of change#11803
1214      Branch: perl
1215            ! ext/ByteLoader/byterun.h perl.h
1216 ____________________________________________________________________________
1217 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
1218         Log: Update to Unicode::Collate 0.08.
1219      Branch: perl
1220            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
1221            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
1222 ____________________________________________________________________________
1223 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
1224         Log: Test tweaks.
1225      Branch: perl
1226            ! t/op/pat.t
1227 ____________________________________________________________________________
1228 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
1229         Log: Fix test
1230      Branch: maint-5.6/macperl
1231            ! t/lib/b.t
1232 ____________________________________________________________________________
1233 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
1234         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
1235              warnings in Config.pm with -W; increase default and
1236              minimum RAM; bump version number.
1237      Branch: maint-5.6/macperl
1238            + macos/lib/Mac/LowMem.pm
1239            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
1240            ! macos/configpm macos/macperl/MacPerl.r
1241 ____________________________________________________________________________
1242 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
1243         Log: Make syntax check report in MPW style, fix tests
1244              to use Mac::err=unix to get normal-style error
1245              messages.
1246      Branch: maint-5.6/macperl
1247            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
1248            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
1249 ____________________________________________________________________________
1250 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
1251         Log: Make MPW-style errors optional (but the default); add
1252              MacPerl::ErrorFormat() function and Mac::err pragma
1253      Branch: maint-5.6/macperl
1254            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
1255            + macos/ext/Mac/err/err.xs
1256            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
1257            ! macos/macish.c macos/macish.h macos/macperl.sym
1258 ____________________________________________________________________________
1259 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
1260         Log: More module and test ports from Thomas Wegner et al
1261      Branch: maint-5.6/macperl
1262            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
1263            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
1264            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
1265            ! t/op/magic.t
1266 ____________________________________________________________________________
1267 [ 11812] By: sky                                   on 2001/09/01  17:19:30
1268         Log: Subject: [PATCH t/op/concat.t] cleanup
1269              From: Michael G Schwern <schwern@pobox.com>
1270              Date: Sat, 1 Sep 2001 14:06:28 -0400
1271              Message-ID: <20010901140628.C606@blackrider>
1272      Branch: perl
1273            ! t/op/concat.t
1274 ____________________________________________________________________________
1275 [ 11811] By: sky                                   on 2001/09/01  12:25:29
1276         Log: Change #11805 didn't update the MANIFEST
1277      Branch: perl
1278            ! MANIFEST
1279 ____________________________________________________________________________
1280 [ 11810] By: sky                                   on 2001/09/01  11:52:44
1281         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
1282              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1283              Date: Sat, 1 Sep 2001 14:50:14 +0200
1284              Message-ID: <20010901145014.A691@rafael>
1285      Branch: perl
1286            ! t/op/inccode.t
1287 ____________________________________________________________________________
1288 [ 11809] By: sky                                   on 2001/09/01  11:49:22
1289         Log: Subject: PATCH: ExtUtils::MakeMaker
1290              From: Tony Bowden <tony@kasei.com>
1291              Date: Sat, 1 Sep 2001 10:33:53 +0100
1292              Message-ID: <20010901103353.A13863@soto.kasei.com>
1293              Manually applied
1294      Branch: perl
1295            ! lib/ExtUtils/MakeMaker.pm
1296 ____________________________________________________________________________
1297 [ 11808] By: sky                                   on 2001/09/01  11:39:13
1298         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
1299              From: mike808@users.sourceforge.net
1300              Date: Sat, 1 Sep 101 11:27:50 GMT
1301              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
1302              With little tweak
1303      Branch: perl
1304            ! lib/Term/Cap.pm
1305 ____________________________________________________________________________
1306 [ 11807] By: ams                                   on 2001/09/01  11:31:16
1307         Log: Subject: oct() and hex()
1308              From: Nicholas Clark <nick@ccl4.org>
1309              Date: Fri, 31 Aug 2001 23:14:13 +0100
1310              Message-Id: <20010831231413.J4950@plum.flirble.org>
1311      Branch: perl
1312            ! pod/perlclib.pod
1313 ____________________________________________________________________________
1314 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
1315         Log: Integrate change 11801 from maintperl
1316      Branch: maint-5.6/macperl
1317            ! perl.c
1318 ____________________________________________________________________________
1319 [ 11805] By: sky                                   on 2001/08/31  21:35:10
1320         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
1321              From: Michael G Schwern <schwern@pobox.com>
1322              Date: Fri, 31 Aug 2001 15:36:28 -0400
1323              Message-ID: <20010831153628.B598@blackrider>
1324              Check for things which used to segfault
1325      Branch: perl
1326            + t/run/segfault.t
1327 ____________________________________________________________________________
1328 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
1329         Log: integrate change#11801 from maint-5.6
1330              
1331              remove age-old UNICOS "workaround" that introduces a static, and
1332              hence an egregious race condition for threaded builds (*sigh*
1333              beats me why this kludge wasn't guarded by a UNICOS-specific
1334              #define *sigh*)
1335      Branch: perl
1336            ! perl.c
1337 ____________________________________________________________________________
1338 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
1339         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
1340              working in 5.7.x
1341      Branch: perl
1342            - objXSUB.h
1343            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
1344            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
1345            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
1346            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
1347            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
1348            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
1349            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
1350            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
1351            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
1352            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
1353            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
1354            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
1355            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
1356            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
1357            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
1358            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
1359            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
1360            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
1361            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
1362            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
1363            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
1364            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
1365 ____________________________________________________________________________
1366 [ 11802] By: ams                                   on 2001/08/31  18:11:32
1367         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
1368              From: "Philip Newton" <Philip.Newton@gmx.net>
1369              Date: Fri, 31 Aug 2001 21:12:56 +0200
1370              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
1371      Branch: perl
1372            ! pod/perldiag.pod
1373 ____________________________________________________________________________
1374 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
1375         Log: remove age-old UNICOS "workaround" that introduces a static, and
1376              hence an egregious race condition for threaded builds (*sigh*
1377              beats me why this kludge wasn't guarded by a UNICOS-specific
1378              #define *sigh*)
1379      Branch: maint-5.6/perl
1380            ! perl.c
1381 ____________________________________________________________________________
1382 [ 11800] By: sky                                   on 2001/08/31  17:30:26
1383         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
1384              Might break on platforms where bool is larger than 8 bites ???
1385      Branch: perl
1386            ! regcomp.c
1387 ____________________________________________________________________________
1388 [ 11799] By: ams                                   on 2001/08/31  12:15:44
1389         Log: Integrate 11778 into mainline.
1390      Branch: perl
1391            ! t/base/term.t
1392 ____________________________________________________________________________
1393 [ 11798] By: sky                                   on 2001/08/31  11:31:44
1394         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
1395              supposed to happen.
1396      Branch: perl
1397            ! regcomp.c
1398 ____________________________________________________________________________
1399 [ 11797] By: sky                                   on 2001/08/31  11:28:17
1400         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
1401              From: "John P. Linderman" <jpl@research.att.com>
1402              Date: Fri, 31 Aug 2001 08:20:35 -0400
1403              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
1404              Fixes test 14 which could fail randomly in rare cases.
1405      Branch: perl
1406            ! ext/Time/HiRes/HiRes.t regcomp.c
1407 ____________________________________________________________________________
1408 [ 11796] By: ams                                   on 2001/08/31  01:13:07
1409         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
1410              From: Nicholas Clark <nick@ccl4.org>
1411              Date: Thu, 30 Aug 2001 23:21:50 +0100
1412              Message-Id: <20010830232150.D4950@plum.flirble.org>
1413      Branch: perl
1414            ! ext/Sys/Syslog/Makefile.PL
1415 ____________________________________________________________________________
1416 [ 11795] By: ams                                   on 2001/08/30  23:53:23
1417         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
1418              patching example
1419              From: Michael G Schwern <schwern@pobox.com>
1420              Date: Thu, 30 Aug 2001 17:02:08 -0400
1421              Message-Id: <20010830170208.M2318@blackrider>
1422      Branch: perl
1423            ! pod/perlhack.pod
1424 ____________________________________________________________________________
1425 [ 11794] By: ams                                   on 2001/08/30  19:35:36
1426         Log: Subject: [PATCH] pp_modulo
1427              From: Nicholas Clark <nick@ccl4.org>
1428              Date: Thu, 30 Aug 2001 18:20:54 +0100
1429              Message-Id: <20010830182053.A4950@plum.flirble.org>
1430      Branch: perl
1431            ! pp.c t/op/64bitint.t
1432 ____________________________________________________________________________
1433 [ 11793] By: sky                                   on 2001/08/30  13:02:48
1434         Log: 11792 wasn't complete
1435      Branch: perl
1436            ! makedef.pl regcomp.c
1437 ____________________________________________________________________________
1438 [ 11792] By: sky                                   on 2001/08/30  12:21:11
1439         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
1440      Branch: perl
1441            ! makedef.pl
1442 ____________________________________________________________________________
1443 [ 11791] By: sky                                   on 2001/08/30  10:08:02
1444         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
1445      Branch: perl
1446            ! config_h.SH
1447 ____________________________________________________________________________
1448 [ 11790] By: sky                                   on 2001/08/30  08:22:31
1449         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
1450              on the pad. Fixes coredumps in cleanups introduced by
1451              Change 11755  
1452      Branch: perl
1453            ! op.c perl.c sv.h
1454 ____________________________________________________________________________
1455 [ 11789] By: sky                                   on 2001/08/29  19:01:47
1456         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
1457              This is a replacement implmentation that works on HPUX.
1458              This bug should probably be fixed in GCC.
1459      Branch: perl
1460            ! ext/Socket/Socket.xs
1461 ____________________________________________________________________________
1462 [ 11788] By: ams                                   on 2001/08/29  17:35:33
1463         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
1464              From: Nicholas Clark <nick@ccl4.org>
1465              Date: Wed, 29 Aug 2001 18:21:56 +0100
1466              Message-Id: <20010829182156.O4950@plum.flirble.org>
1467      Branch: perl
1468            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
1469 ____________________________________________________________________________
1470 [ 11787] By: sky                                   on 2001/08/29  10:42:54
1471         Log: Added test for pack_addr_in and unpack_addr_in
1472              Nitpik in test 10
1473      Branch: perl
1474            ! ext/Socket/Socket.t
1475 ____________________________________________________________________________
1476 [ 11786] By: sky                                   on 2001/08/29  10:28:14
1477         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
1478              Trying to catch errors on HP-UX
1479      Branch: perl
1480            ! ext/Socket/Socket.t
1481 ____________________________________________________________________________
1482 [ 11785] By: sky                                   on 2001/08/29  09:07:03
1483         Log: make sure USE_THREADS is defined so external apps work
1484      Branch: perl
1485            ! config_h.SH
1486 ____________________________________________________________________________
1487 [ 11784] By: sky                                   on 2001/08/29  08:06:12
1488         Log: Subject: Re: The hitlist of untested modules.
1489              From: Jonathan Stowe <gellyfish@gellyfish.com>
1490              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
1491              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
1492              Start of tests for Shell.pm (make Schwern poorer!)
1493      Branch: perl
1494            + lib/Shell.t
1495            ! MANIFEST
1496 ____________________________________________________________________________
1497 [ 11783] By: sky                                   on 2001/08/29  07:37:50
1498         Log: END{} can change the return value even if we die from BEGIN{}
1499      Branch: perl
1500            ! miniperlmain.c
1501 ____________________________________________________________________________
1502 [ 11782] By: ams                                   on 2001/08/29  06:32:17
1503         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
1504              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1505              Date: Wed, 29 Aug 2001 09:18:17 +0200
1506              Message-Id: <20010829091817.A4453@rafael>
1507      Branch: perl
1508            ! t/op/inccode.t
1509 ____________________________________________________________________________
1510 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
1511         Log: Delete xsubpp.patch, as full copy exists now
1512      Branch: maint-5.6/macperl
1513            - macos/xsubpp.patch
1514 ____________________________________________________________________________
1515 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
1516         Log: Add Changes file
1517      Branch: maint-5.6/macperl
1518            + macos/Changes
1519 ____________________________________________________________________________
1520 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
1521         Log: Add Mac version of xsubpp as separate file
1522      Branch: maint-5.6/macperl
1523            + macos/xsubpp
1524            ! macos/Makefile.mk
1525 ____________________________________________________________________________
1526 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
1527         Log: Fix open of /dev/null for Mac OS
1528      Branch: maint-5.6/macperl
1529            ! t/base/term.t
1530 ____________________________________________________________________________
1531 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
1532         Log: Various patches: enable more tests; skip CVS in PerlInstall;
1533              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
1534      Branch: maint-5.6/macperl
1535            ! macos/MacPerlTests.cmd macos/PerlInstall
1536            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
1537 ____________________________________________________________________________
1538 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
1539         Log: Allow for platforms to override formatting of errors
1540              on output from Matthias Neeracher (Mac files)
1541      Branch: maint-5.6/macperl
1542            ! macos/macish.c macos/macish.h
1543 ____________________________________________________________________________
1544 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
1545         Log: Allow for platforms to override formatting of errors
1546              on output from Matthias Neeracher (core files)
1547      Branch: maint-5.6/macperl
1548            ! perl.h pp_ctl.c util.c
1549 ____________________________________________________________________________
1550 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
1551         Log: Add some param checking, from reports by Kevin Reid.
1552      Branch: maint-5.6/macperl
1553            ! macos/ext/Mac/Controls/Controls.pm
1554            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
1555 ____________________________________________________________________________
1556 [ 11773] By: ams                                   on 2001/08/28  23:54:57
1557         Log: Subject: [PATCH] make coretest
1558              From: Paul Johnson <paul@pjcj.net>
1559              Date: Wed, 29 Aug 2001 00:11:38 +0200
1560              Message-Id: <20010829001138.B12169@pjcj.net>
1561              (Applied without the change to perlhack.pod. This should
1562              probably stay undocumented.)
1563      Branch: perl
1564            ! Makefile.SH t/TEST
1565 ____________________________________________________________________________
1566 [ 11772] By: sky                                   on 2001/08/28  13:01:20
1567         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
1568              From: Michael G Schwern <schwern@pobox.com>
1569              Date: Tue, 28 Aug 2001 09:57:39 -0400
1570              Message-ID: <20010828095738.E17775@blackrider>
1571      Branch: perl
1572            ! pod/perlhack.pod t/op/pack.t
1573 ____________________________________________________________________________
1574 [ 11771] By: sky                                   on 2001/08/28  11:20:13
1575         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
1576              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1577              Date: Tue, 28 Aug 2001 14:23:43 +0200
1578              Message-ID: <20010828142343.A19299@rafael>
1579      Branch: perl
1580            ! pod/perlvar.pod pp_ctl.c
1581 ____________________________________________________________________________
1582 [ 11770] By: ams                                   on 2001/08/28  10:13:21
1583         Log: Subject: [PATCH] odd typo in op.h
1584              From: Nicholas Clark <nick@ccl4.org>
1585              Date: Tue, 28 Aug 2001 12:10:26 +0100
1586              Message-Id: <20010828121026.V4950@plum.flirble.org>
1587      Branch: perl
1588            ! op.h
1589 ____________________________________________________________________________
1590 [ 11769] By: sky                                   on 2001/08/28  08:09:16
1591         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
1592              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
1593              Date: Tue, 28 Aug 2001 02:22:20 +0300
1594              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
1595      Branch: perl
1596            ! ext/B/B/Lint.pm
1597 ____________________________________________________________________________
1598 [ 11768] By: ams                                   on 2001/08/28  00:47:35
1599         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
1600              From: Michael G Schwern <schwern@pobox.com>
1601              Date: Mon, 27 Aug 2001 21:24:44 -0400
1602              Message-Id: <20010827212444.F12582@blackrider>
1603      Branch: perl
1604            ! pod/perlhack.pod t/op/pack.t
1605 ____________________________________________________________________________
1606 [ 11767] By: ams                                   on 2001/08/27  23:59:48
1607         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
1608              From: Michael G Schwern <schwern@pobox.com>
1609              Date: Mon, 27 Aug 2001 20:12:29 -0400
1610              Message-Id: <20010827201229.D12582@blackrider>
1611      Branch: perl
1612            ! pod/perlhack.pod t/op/pack.t
1613 ____________________________________________________________________________
1614 [ 11766] By: ams                                   on 2001/08/27  23:39:40
1615         Log: Update Changes.
1616      Branch: perl
1617            ! Changes
1618 ____________________________________________________________________________
1619 [ 11765] By: ams                                   on 2001/08/27  22:53:10
1620         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
1621              From: Michael G Schwern <schwern@pobox.com>
1622              Date: Mon, 27 Aug 2001 19:47:30 -0400
1623              Message-Id: <20010827194730.C12582@blackrider>
1624      Branch: perl
1625            ! t/op/inccode.t
1626 ____________________________________________________________________________
1627 [ 11764] By: ams                                   on 2001/08/27  22:46:21
1628         Log: Subject: [PATCH] new tests for the coderef-in-@INC
1629              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1630              Date: Mon, 27 Aug 2001 22:36:27 +0200
1631              Message-Id: <20010827223627.C690@rafael>
1632              
1633              Subject: Re: [PATCH] new tests for the coderef-in-@INC
1634              From: Nicholas Clark <nick@ccl4.org>
1635              Date: Tue, 28 Aug 2001 00:02:46 +0100
1636              Message-Id: <20010828000245.R4950@plum.flirble.org>
1637      Branch: perl
1638            + t/op/inccode.t
1639            ! MANIFEST
1640 ____________________________________________________________________________
1641 [ 11763] By: ams                                   on 2001/08/27  22:41:09
1642         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
1643              bleadperl on fire, Win95+4NT)
1644              From: Michael G Schwern <schwern@pobox.com>
1645              Date: Mon, 27 Aug 2001 16:54:42 -0400
1646              Message-Id: <20010827165442.F9436@blackrider>
1647      Branch: perl
1648            ! lib/warnings.t
1649 ____________________________________________________________________________
1650 [ 11762] By: sky                                   on 2001/08/27  19:19:17
1651         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
1652              avaible at compile time. This broke the compilation of 
1653              Net/Ping.pm
1654      Branch: perl
1655            ! lib/Net/Ping.pm
1656 ____________________________________________________________________________
1657 [ 11761] By: sky                                   on 2001/08/27  18:34:48
1658         Log: Removed tripple definitions of CUSTOM_OP functions.
1659      Branch: perl
1660            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
1661 ____________________________________________________________________________
1662 [ 11760] By: sky                                   on 2001/08/27  18:21:27
1663         Log: Regen headers
1664      Branch: perl
1665            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
1666            ! perlapi.h proto.h
1667 ____________________________________________________________________________
1668 [ 11759] By: ams                                   on 2001/08/27  16:31:53
1669         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
1670              From: "chromatic" <chromatic@rmci.net>
1671              Date: Mon, 27 Aug 2001 11:17:09 -0600
1672              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
1673      Branch: perl
1674            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
1675 ____________________________________________________________________________
1676 [ 11758] By: sky                                   on 2001/08/27  15:16:42
1677         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
1678              Thanks to H. Merijn Brand for the patch.
1679              Some of the comments and or guards might be removable in perl.h now.
1680      Branch: perl
1681            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
1682            ! Porting/Glossary Porting/config_H README.threads config_h.SH
1683            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
1684            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
1685            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
1686            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
1687            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
1688            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
1689            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
1690            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
1691            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
1692            ! win32/config_H.vc win32/perllib.c win32/win32.h
1693            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
1694            ! wince/config.h wince/config_H.ce wince/win32.h
1695            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
1696 ____________________________________________________________________________
1697 [ 11757] By: sky                                   on 2001/08/27  13:39:16
1698         Log: Subject: GNU ld parses arguments different
1699              From: H.Merijn Brand <h.m.brand@hccnet.nl>
1700              Date: Mon, 27 Aug 2001 16:25:51 +0200
1701              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
1702      Branch: perl
1703            ! hints/hpux.sh
1704 ____________________________________________________________________________
1705 [ 11756] By: sky                                   on 2001/08/27  13:18:45
1706         Log: Subject: Custom Ops
1707              From: Simon Cozens <simon@netthink.co.uk>
1708              Date: Sat, 25 Aug 2001 17:45:09 +0100
1709              Message-ID: <20010825174509.A5752@netthink.co.uk>
1710              I also added a fix to Opcode.pm to quite test cases.
1711      Branch: perl
1712            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
1713            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
1714 ____________________________________________________________________________
1715 [ 11755] By: sky                                   on 2001/08/27  05:37:17
1716         Log: Plugs a memory leak on destruction of regular expressions
1717              introcued by #11274.
1718              PL_regex_padav now has an AV as it's first entry with a list
1719              of freed regex_padav slots that it will reuse on creating
1720              new PMOPs.
1721      Branch: perl
1722            ! op.c perl.c
1723 ____________________________________________________________________________
1724 [ 11754] By: ams                                   on 2001/08/26  14:38:52
1725         Log: Subject: [PATCH] t/io/binmode.t
1726              From: Nicholas Clark <nick@ccl4.org>
1727              Date: Sun, 26 Aug 2001 12:03:05 +0100
1728              Message-Id: <20010826120305.C4950@plum.flirble.org>
1729              
1730              (Also a nitpick in #11752 to t/op/universal.t)
1731      Branch: perl
1732            ! t/io/binmode.t t/op/universal.t
1733 ____________________________________________________________________________
1734 [ 11753] By: ams                                   on 2001/08/26  08:19:34
1735         Log: Subject: [PATCH] op/universal.t failing
1736              From: Nicholas Clark <nick@ccl4.org>
1737              Date: Sun, 26 Aug 2001 09:48:22 +0100
1738              Message-Id: <20010826094822.B4950@plum.flirble.org>
1739      Branch: perl
1740            ! t/op/universal.t
1741 ____________________________________________________________________________
1742 [ 11752] By: ams                                   on 2001/08/25  22:46:13
1743         Log: Subject: Re: 'can' with undefined subs
1744              From: Tony Bowden <tony@kasei.com>
1745              Date: Sat, 25 Aug 2001 14:58:17 +0100
1746              Message-Id: <20010825145817.A11788@soto.kasei.com>
1747              (Applied with minor modifications.)
1748      Branch: perl
1749            ! t/op/universal.t
1750 ____________________________________________________________________________
1751 [ 11751] By: ams                                   on 2001/08/25  18:28:43
1752         Log: Subject: Re: 'can' with undefined subs
1753              From: Tony Bowden <tony@kasei.com>
1754              Date: Sat, 25 Aug 2001 15:13:14 +0100
1755              Message-Id: <20010825151314.B11788@soto.kasei.com>
1756      Branch: perl
1757            ! lib/UNIVERSAL.pm
1758 ____________________________________________________________________________
1759 [ 11750] By: nick                                  on 2001/08/25  15:24:15
1760         Log: Integrate mainline
1761      Branch: perlio
1762           +> t/io/binmode.t
1763           !> (integrate 26 files)
1764 ____________________________________________________________________________
1765 [ 11749] By: nick                                  on 2001/08/25  14:55:41
1766         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
1767              From:  John Peacock <jpeacock@rowman.com>
1768              Date:  Wed, 22 Aug 2001 12:05:28 -0400
1769              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
1770      Branch: perl
1771            ! pod/perlhack.pod
1772 ____________________________________________________________________________
1773 [ 11748] By: nick                                  on 2001/08/25  14:53:04
1774         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
1775              From:  Michael G Schwern <schwern@pobox.com>
1776              Date:  Wed, 22 Aug 2001 19:22:45 -0400
1777              Message-Id:  <20010822192245.U619@blackrider>
1778      Branch: perl
1779            ! MANIFEST
1780 ____________________________________________________________________________
1781 [ 11747] By: nick                                  on 2001/08/25  14:52:33
1782         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
1783              From:  Nicholas Clark <nick@ccl4.org>
1784              Date:  Wed, 22 Aug 2001 23:29:06 +0100
1785              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
1786      Branch: perl
1787            + t/io/binmode.t
1788            ! perlio.c pod/perlfunc.pod
1789 ____________________________________________________________________________
1790 [ 11744] By: nick                                  on 2001/08/25  14:37:33
1791         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
1792              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
1793              Date:  Fri, 24 Aug 2001 22:10:42 +0200
1794              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
1795      Branch: perl
1796            ! x2p/a2py.c x2p/walk.c
1797 ____________________________________________________________________________
1798 [ 11743] By: nick                                  on 2001/08/25  14:32:47
1799         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
1800              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1801              Date:  Fri, 24 Aug 2001 23:34:13 +0200
1802              Message-Id:  <20010824233413.A1285@rafael>
1803      Branch: perl
1804            ! pod/perlfunc.pod pod/perlvar.pod
1805 ____________________________________________________________________________
1806 [ 11742] By: ams                                   on 2001/08/25  13:16:02
1807         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
1808              From: Nicholas Clark <nick@ccl4.org>
1809              Date: Sat, 25 Aug 2001 14:50:07 +0100
1810              Message-Id: <20010825145007.L41464@plum.flirble.org>
1811      Branch: perl
1812            ! pp_ctl.c
1813 ____________________________________________________________________________
1814 [ 11741] By: nick                                  on 2001/08/24  07:08:45
1815         Log: When applying patch via Porting/apply fails, do p4 refresh
1816              to get old files back.
1817      Branch: perl
1818            ! Porting/apply
1819 ____________________________________________________________________________
1820 [ 11740] By: ams                                   on 2001/08/24  04:47:24
1821         Log: #11739 was incomplete.
1822      Branch: perl
1823            ! pod/perldiag.pod
1824 ____________________________________________________________________________
1825 [ 11739] By: ams                                   on 2001/08/24  04:09:40
1826         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
1827              From: "Philip Newton" <Philip.Newton@gmx.net>
1828              Date: Fri, 24 Aug 2001 07:08:34 +0200
1829      Branch: perl
1830            ! pod/perldiag.pod
1831 ____________________________________________________________________________
1832 [ 11738] By: ams                                   on 2001/08/24  02:19:42
1833         Log: Fixed Doug Wilson's email address.
1834      Branch: perl
1835            ! AUTHORS
1836 ____________________________________________________________________________
1837 [ 11737] By: ams                                   on 2001/08/24  00:10:13
1838         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
1839              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1840              Date: Thu, 23 Aug 2001 22:22:58 +0200
1841              Message-Id: <20010823222258.A901@rafael>
1842      Branch: perl
1843            ! pod/perldiag.pod
1844 ____________________________________________________________________________
1845 [ 11736] By: ams                                   on 2001/08/24  00:05:02
1846         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
1847              From: "Craig A. Berry" <craigberry@mac.com>
1848              Date: Thu, 23 Aug 2001 19:07:45 -0500
1849              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
1850      Branch: perl
1851            ! configure.com
1852 ____________________________________________________________________________
1853 [ 11735] By: sky                                   on 2001/08/23  13:42:07
1854         Log: Backed out 11732, it breaks lib/strict.t 
1855      Branch: perl
1856            ! op.c
1857 ____________________________________________________________________________
1858 [ 11734] By: sky                                   on 2001/08/23  11:45:59
1859         Log: Removed toy from 17133 after Matt Sargeants request.
1860      Branch: perl
1861            ! pod/perlfaq4.pod
1862 ____________________________________________________________________________
1863 [ 11733] By: sky                                   on 2001/08/23  11:36:29
1864         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
1865              From: Robin Houston <robin@kitsite.com>
1866              Date: Wed, 22 Aug 2001 23:06:16 +0100
1867              Message-ID: <20010822230616.A254@robin.kitsite.com>
1868      Branch: perl
1869            ! pod/perlfaq4.pod
1870 ____________________________________________________________________________
1871 [ 11732] By: sky                                   on 2001/08/23  10:36:02
1872         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
1873              From: Simon Cozens <simon@netthink.co.uk>
1874              Date: Thu, 23 Aug 2001 12:06:36 +0100
1875              Message-ID: <20010823120636.A9961@netthink.co.uk>
1876      Branch: perl
1877            ! op.c
1878 ____________________________________________________________________________
1879 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
1880         Log: fix broken windows build
1881      Branch: perl
1882            ! perl.h
1883 ____________________________________________________________________________
1884 [ 11730] By: ams                                   on 2001/08/22  21:35:30
1885         Log: Subject: [PATCH] io/tell.t doesn't chdir t
1886              From: Nicholas Clark <nick@ccl4.org>
1887              Date: Wed, 22 Aug 2001 23:25:58 +0100
1888              Message-Id: <20010822232557.Y82818@plum.flirble.org>
1889      Branch: perl
1890            ! t/io/tell.t
1891 ____________________________________________________________________________
1892 [ 11729] By: ams                                   on 2001/08/22  20:32:21
1893         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
1894              questions)
1895              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
1896              Date: Wed, 22 Aug 2001 17:09:04 -0400
1897              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
1898              (Oops, forgot File::Spec::Unix in the previous patch.)
1899      Branch: perl
1900            ! lib/File/Spec/Unix.pm
1901 ____________________________________________________________________________
1902 [ 11728] By: ams                                   on 2001/08/22  20:25:41
1903         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
1904              questions)
1905              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
1906              Date: Wed, 22 Aug 2001 17:09:04 -0400
1907              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
1908      Branch: perl
1909            ! lib/File/Spec.pm
1910 ____________________________________________________________________________
1911 [ 11727] By: ams                                   on 2001/08/22  19:43:30
1912         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
1913              From: John Peacock <jpeacock@rowman.com>
1914              Date: Wed, 22 Aug 2001 12:35:52 -0400
1915              Message-Id: <3B83DF68.5D89DC81@rowman.com>
1916              (Adds proper tests for $], notwithstanding Subject. +nitpick)
1917      Branch: perl
1918            ! t/op/ver.t
1919 ____________________________________________________________________________
1920 [ 11726] By: ams                                   on 2001/08/22  19:36:39
1921         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
1922              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
1923              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
1924              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
1925      Branch: perl
1926            ! lib/diagnostics.pm lib/diagnostics.t
1927 ____________________________________________________________________________
1928 [ 11725] By: ams                                   on 2001/08/22  19:25:01
1929         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
1930              From: Nicholas Clark <nick@ccl4.org>
1931              Date: Wed, 22 Aug 2001 20:59:05 +0100
1932              Message-Id: <20010822205905.U82818@plum.flirble.org>
1933      Branch: perl
1934            ! pp.c t/op/64bitint.t t/op/arith.t
1935 ____________________________________________________________________________
1936 [ 11724] By: ams                                   on 2001/08/22  10:02:33
1937         Log: Subject: Configure blooper
1938              From: H.Merijn Brand <h.m.brand@hccnet.nl>
1939              Date: Wed, 22 Aug 2001 12:38:35 +0200
1940              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
1941      Branch: perl
1942            ! Configure
1943 ____________________________________________________________________________
1944 [ 11723] By: ams                                   on 2001/08/21  16:17:53
1945         Log: Subject: [PATCH] installperl -help
1946              From: Nicholas Clark <nick@ccl4.org>
1947              Date: Tue, 21 Aug 2001 17:34:23 +0100
1948              Message-Id: <20010821173423.F82818@plum.flirble.org>
1949      Branch: perl
1950            ! installperl
1951 ____________________________________________________________________________
1952 [ 11722] By: ams                                   on 2001/08/20  07:46:31
1953         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
1954              From: Ilmari Karonen <iltzu@sci.fi>
1955              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
1956              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
1957      Branch: perl
1958            ! pod/perlvar.pod
1959 ____________________________________________________________________________
1960 [ 11721] By: nick                                  on 2001/08/20  06:24:31
1961         Log: Integrate mainline
1962      Branch: perlio
1963           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
1964           +> lib/Lingua/KO/Hangul/Util/Changes
1965           +> lib/Lingua/KO/Hangul/Util/README
1966           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
1967           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
1968           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
1969           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
1970           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
1971           +> lib/Unicode/Normalize/t/test.t
1972            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
1973           !> (integrate 55 files)
1974 ____________________________________________________________________________
1975 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
1976         Log: Integrate Change #11599 from maint-5.6/perl
1977      Branch: maint-5.6/macperl
1978           !> README.win32
1979 ____________________________________________________________________________
1980 [ 11719] By: ams                                   on 2001/08/18  21:21:42
1981         Log: Add Porting/apply to MANIFEST.
1982      Branch: perl
1983            ! MANIFEST
1984 ____________________________________________________________________________
1985 [ 11718] By: sky                                   on 2001/08/18  14:38:01
1986         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
1987              Better solution would be to make 5005threaded perl use
1988              the same system as ithreads do
1989      Branch: perl
1990            ! perl.h
1991 ____________________________________________________________________________
1992 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
1993         Log: New try for ID 20010407.006: detach the semantics
1994              "was the last match target UTF8" into its own variable.
1995      Branch: perl
1996            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
1997            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
1998 ____________________________________________________________________________
1999 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
2000         Log: UTF8 flag should be meaningful only when POK.
2001      Branch: perl
2002            ! dump.c
2003 ____________________________________________________________________________
2004 [ 11715] By: sky                                   on 2001/08/18  11:45:16
2005         Log: USE_THREADS and USE_ITHREADS are never true at the same time
2006      Branch: perl
2007            ! perl.h
2008 ____________________________________________________________________________
2009 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
2010         Log: Retract #11712 for now.  The real fix would probably
2011              be something like making PL_reg_sv a copy (PV + UTF8)
2012              of the matched/substituted string (note: not just a SvPOK
2013              string, for example the stringified form of a ROK would
2014              be applicable)  Beware of leaks.
2015      Branch: perl
2016            ! pp_hot.c t/op/pat.t
2017 ____________________________________________________________________________
2018 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
2019         Log: UTF8 wasn't printing for PVMGs.
2020      Branch: perl
2021            ! dump.c
2022 ____________________________________________________________________________
2023 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
2024         Log: (Retracted by #11714)
2025              
2026              Okay analysis, debatable fix.  (The fix will inc
2027              the refcount of all temporary match objects,
2028              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
2029              which will then cause griping at untie() time
2030              ("inner references remain").
2031              
2032              Fix for ID 20010407.006: PL_reg_sv got wiped out
2033              by freetemps if the match target was a temporary
2034              (like function_call() =~ /.../), which in turn meant
2035              that the $1 et al stopped working if they had UTF-8
2036              in them.  Therefore bump up the refcount of PL_reg_sv.
2037      Branch: perl
2038            ! pp_hot.c t/op/pat.t
2039 ____________________________________________________________________________
2040 [ 11711] By: ams                                   on 2001/08/17  20:32:08
2041         Log: Subject: [PATCH] doesn't compile, was perl@11710
2042              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2043              Date: Fri, 17 Aug 2001 23:21:10 +0200
2044              Message-Id: <20010817232110.C7041@rafael> 
2045      Branch: perl
2046            ! sharedsv.c
2047 ____________________________________________________________________________
2048 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
2049         Log: Update Changes.
2050      Branch: perl
2051            ! Changes patchlevel.h
2052 ____________________________________________________________________________
2053 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
2054         Log: Upgrade to libnet 1.0704.
2055      Branch: perl
2056            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
2057            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
2058            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
2059            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
2060            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
2061            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
2062            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
2063 ____________________________________________________________________________
2064 [ 11708] By: sky                                   on 2001/08/17  13:34:04
2065         Log: Let perl_clone copy PL_exit_flags
2066      Branch: perl
2067            ! sv.c
2068 ____________________________________________________________________________
2069 [ 11707] By: sky                                   on 2001/08/17  12:28:41
2070         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
2071      Branch: perl
2072            ! sharedsv.c sharedsv.h
2073 ____________________________________________________________________________
2074 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
2075         Log: The metaconfig unit change for #11705.
2076      Branch: metaconfig/U/perl
2077            ! Extensions.U
2078 ____________________________________________________________________________
2079 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
2080         Log: Allow the threads extension to be found if present.
2081      Branch: perl
2082            ! Configure
2083 ____________________________________________________________________________
2084 [ 11704] By: nick                                  on 2001/08/17  11:47:54
2085         Log: Mail -> change script (pre-alpha)
2086      Branch: perl
2087            + Porting/apply
2088 ____________________________________________________________________________
2089 [ 11703] By: sky                                   on 2001/08/17  07:11:24
2090         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
2091              Thanks to Tom Hospel for pointing out my error.
2092      Branch: perl
2093            ! op.h
2094 ____________________________________________________________________________
2095 [ 11702] By: sky                                   on 2001/08/17  04:18:11
2096         Log: Adds PERL_EXIT_DESTRUCT_END to PL_exit_flags which if set moves END block running to perl_destruct, changes prototype of perl_destruct to return exitstatus.
2097      Branch: perl
2098            ! embed.pl miniperlmain.c perl.c perl.h proto.h
2099 ____________________________________________________________________________
2100 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
2101         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
2102              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
2103      Branch: perl
2104            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
2105            + lib/Lingua/KO/Hangul/Util/README
2106            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
2107            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
2108            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
2109            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
2110            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
2111            + lib/Unicode/Normalize/t/test.t
2112            ! MANIFEST
2113 ____________________________________________________________________________
2114 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
2115         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
2116              Date: Thu, 16 Aug 2001 22:46:15 -0500
2117              From: "Craig A. Berry" <craigberry@mac.com>
2118              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
2119      Branch: perl
2120            ! configure.com numeric.c
2121 ____________________________________________________________________________
2122 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
2123         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
2124              of the usual suspects (like getpwent) but not for others
2125              (like localtime and rand).  The _r versions are available
2126              for all of them, so let's use them.
2127      Branch: perl
2128            ! perl.h
2129 ____________________________________________________________________________
2130 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
2131         Log: (Accidental apply; thankfully empty.)
2132      Branch: perl
2133            ! hints/os390.sh
2134 ____________________________________________________________________________
2135 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
2136         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
2137              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2138              Date: Thu, 16 Aug 2001 16:27:49 +0100
2139              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
2140      Branch: perl
2141            ! regexec.c t/op/re_tests
2142 ____________________________________________________________________________
2143 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
2144         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
2145              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2146              Date: Thu, 16 Aug 2001 18:50:01 +0100
2147              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
2148      Branch: perl
2149            ! pp_hot.c t/op/pat.t
2150 ____________________________________________________________________________
2151 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
2152         Log: Subject: [PATCH] *time_r again
2153              From: "Arthur Bergman" <arthur@contiller.se>
2154              Date: Thu, 16 Aug 2001 16:01:54 +0200
2155              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
2156      Branch: perl
2157            ! op.h
2158 ____________________________________________________________________________
2159 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
2160         Log: system() and backtick error handling cleanup from Craig A. Berry.
2161      Branch: perl
2162            ! vms/vms.c
2163 ____________________________________________________________________________
2164 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
2165         Log: change#10334 leaks memory, copies string when it doesn't
2166              need to
2167      Branch: perl
2168            ! perl.c
2169 ____________________________________________________________________________
2170 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
2171         Log: One more twist to the sprintf + utf8 testing.
2172      Branch: perl
2173            ! t/op/misc.t
2174 ____________________________________________________________________________
2175 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
2176         Log: Fix for 20010407.008 sprintf removes utf8-ness.
2177      Branch: perl
2178            ! pp.c t/op/misc.t
2179 ____________________________________________________________________________
2180 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
2181         Log: Subject: [PATCH] *time_r fixes
2182              From: "Arthur Bergman" <arthur@contiller.se>
2183              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
2184              Date: Thu, 16 Aug 2001 14:22:27 +0200
2185      Branch: perl
2186            ! op.h
2187 ____________________________________________________________________________
2188 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
2189         Log: Upgrade to CGI.pm 2.77.
2190      Branch: perl
2191            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
2192            ! lib/CGI/t/function.t
2193 ____________________________________________________________________________
2194 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
2195         Log: Document the bytes-to-Unicode upgrading.
2196      Branch: perl
2197            ! pod/perlunicode.pod
2198 ____________________________________________________________________________
2199 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
2200         Log: Add a test for Unicode sprintf.
2201      Branch: perl
2202            ! t/op/misc.t
2203 ____________________________________________________________________________
2204 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
2205         Log: Add Unicode tests for index/rindex.
2206      Branch: perl
2207            ! t/op/index.t
2208 ____________________________________________________________________________
2209 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
2210         Log: Document a bit the art of minimizing the installation,
2211              based on the p5p discussion.
2212      Branch: perl
2213            ! INSTALL
2214 ____________________________________________________________________________
2215 [ 11684] By: nick                                  on 2001/08/15  15:03:31
2216         Log: Integrate mainline
2217      Branch: perlio
2218           +> sharedsv.c sharedsv.h
2219           !> (integrate 53 files)
2220 ____________________________________________________________________________
2221 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
2222         Log: Update Changes.
2223      Branch: perl
2224            ! Changes patchlevel.h
2225 ____________________________________________________________________________
2226 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
2227         Log: The #11673 necessitated a test tweak.
2228      Branch: perl
2229            ! t/io/utf8.t
2230 ____________________________________________________________________________
2231 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
2232         Log: Also UNICOS is in the general case unable to silently
2233              handle fp overflows.
2234      Branch: perl
2235            ! numeric.c
2236 ____________________________________________________________________________
2237 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
2238         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
2239              NV_EPSILON #defined.
2240      Branch: perl
2241            ! perl.h
2242 ____________________________________________________________________________
2243 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
2244         Log: Re-establish the fp overflow detection for VAX VMS; there
2245              is no easy way to have the IEEE fp silent overflow semantics.
2246              (in Alpha VMS we still will use IEEE fp by default-- but it
2247              is still possible to configure Perl to use G_FLOAT)
2248      Branch: perl
2249            ! numeric.c
2250 ____________________________________________________________________________
2251 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
2252         Log: Subject: [PATCH] pp_lock 
2253              From: "Arthur Bergman" <arthur@contiller.se>
2254              Date: Wed, 15 Aug 2001 11:52:16 +0200
2255              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
2256      Branch: perl
2257            ! pp.c
2258 ____________________________________________________________________________
2259 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
2260         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
2261              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2262              Date: Wed, 15 Aug 2001 11:32:11 +0100
2263              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
2264      Branch: perl
2265            ! regcomp.c t/op/re_tests
2266 ____________________________________________________________________________
2267 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
2268         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
2269              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2270              Date: Wed, 15 Aug 2001 10:33:49 +0100
2271              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
2272      Branch: perl
2273            ! regexec.c t/op/re_tests
2274 ____________________________________________________________________________
2275 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
2276         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
2277              From: Barrie Slaymaker <barries@slaysys.com>
2278              Date: Tue, 14 Aug 2001 14:32:25 -0400
2279              Message-ID: <20010814143225.A19822@jester.slaysys.com>
2280      Branch: perl
2281            ! lib/File/Spec.t lib/File/Spec/Unix.pm
2282 ____________________________________________________________________________
2283 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
2284         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
2285              From: Peter Prymmer <pvhp@forte.com>
2286              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
2287              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
2288      Branch: perl
2289            ! README.vms configure.com
2290 ____________________________________________________________________________
2291 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
2292         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
2293              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2294              Date: Tue, 14 Aug 2001 21:23:27 +0200
2295              Message-ID: <20010814212327.A1919@rafael>
2296      Branch: perl
2297            ! doio.c
2298 ____________________________________________________________________________
2299 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
2300         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
2301              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
2302              Date: Tue, 14 Aug 2001 22:30:11 +0200
2303              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
2304              
2305              Combination of nmake, quoting, and Perl expanded $( in here-doc.
2306      Branch: perl
2307            ! ext/SDBM_File/Makefile.PL
2308 ____________________________________________________________________________
2309 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
2310         Log: Todo updates.
2311      Branch: perl
2312            ! pod/perltodo.pod
2313 ____________________________________________________________________________
2314 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
2315         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
2316              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
2317              Date: Mon, 13 Aug 2001 23:15:01 +0200
2318              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
2319      Branch: perl
2320            ! sv.c
2321 ____________________________________________________________________________
2322 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
2323         Log: Subject: [PATCH] [b-]showlex.t
2324              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
2325              Date: Sun, 12 Aug 2001 22:24:51 +0200
2326              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
2327              
2328              The 4nt command shell will expand the % in command line
2329              no matter what quoting is attempted, changed the % to @.
2330      Branch: perl
2331            ! ext/B/Showlex.t
2332 ____________________________________________________________________________
2333 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
2334         Log: Subject: [PATCH] magic.t
2335              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
2336              Date: Sun, 12 Aug 2001 20:49:27 +0200
2337              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
2338      Branch: perl
2339            ! t/op/magic.t
2340 ____________________________________________________________________________
2341 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
2342         Log: Add sharedsv* to the DOSish platforms; plus add
2343              some WinCE files to the list of DOSish files.
2344      Branch: perl
2345            ! NetWare/Makefile Porting/makerel win32/Makefile
2346            ! win32/makefile.mk wince/Makefile.ce
2347 ____________________________________________________________________________
2348 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
2349         Log: More DOSish files.
2350      Branch: perl
2351            ! Porting/makerel
2352 ____________________________________________________________________________
2353 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
2354         Log: Strip CRs from the WinCE files.  Now we need to
2355              figure out in which CRs are really needed: probably
2356              Makefile.ce and the README files, at least, probably
2357              also the registry.bat.
2358      Branch: perl
2359            ! wince/Makefile.ce wince/README.compile wince/README.perlce
2360            ! wince/config.h wince/include/cectype.h wince/include/errno.h
2361            ! wince/include/sys/stat.h wince/include/sys/types.h
2362            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
2363            ! wince/perldll.def wince/registry.bat wince/wince.h
2364            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
2365 ____________________________________________________________________________
2366 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
2367         Log: Add some files to DOSish and writables.
2368      Branch: perl
2369            ! Porting/makerel
2370 ____________________________________________________________________________
2371 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
2372         Log: Compile failure message tidying.
2373      Branch: perl
2374            ! t/lib/1_compile.t
2375 ____________________________________________________________________________
2376 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
2377         Log: The new sharedsv* should be exported only if usethreads.
2378      Branch: perl
2379            ! makedef.pl
2380 ____________________________________________________________________________
2381 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
2382         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
2383              From: Peter Prymmer <pvhp@forte.com>
2384              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
2385              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
2386      Branch: perl
2387            ! README.os390
2388 ____________________________________________________________________________
2389 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
2390         Log: Update Changes.
2391      Branch: perl
2392            ! Changes patchlevel.h
2393 ____________________________________________________________________________
2394 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
2395         Log: Subject: [PATHC] sharedsv.[c|h]
2396              From: "Artur Bergman" <artur@contiller.se>
2397              Date: Mon, 13 Aug 2001 14:38:41 +0200
2398              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
2399              
2400              Subject: [PATCH] embed.pl
2401              From: Arthur Bergman <arthur@contiller.se>
2402              Date: Mon, 13 Aug 2001 14:38:14 +0200
2403              Message-ID: <B79D96D6.3088%arthur@contiller.se>
2404              
2405              Subject: [PATCH] sharedsv cleanups
2406              From: "Arthur Bergman" <arthur@contiller.se>
2407              Date: Mon, 13 Aug 2001 15:14:25 +0200
2408              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
2409              
2410              Plus few tweaks: _init needs to be Adp, the prototypes
2411              should not be revealed unless using ithreads, #endif FOO
2412              must be #endif /* FOO */, adding (parentheses) around
2413              do { } while doesn't work too well.
2414      Branch: perl
2415            + sharedsv.c sharedsv.h
2416            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
2417            ! perl.h perlapi.c pod/perlapi.pod proto.h
2418 ____________________________________________________________________________
2419 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
2420         Log: Subject: Re: END {} blocks run in perl_run
2421              From: Arthur Bergman <arthur@contiller.se>
2422              Date: Mon, 13 Aug 2001 11:11:30 +0200
2423              Message-ID: <B79D6661.3068%arthur@contiller.se>
2424      Branch: perl
2425            ! perl.c
2426 ____________________________________________________________________________
2427 [ 11657] By: nick                                  on 2001/08/13  09:03:02
2428         Log: Integrate mainline
2429      Branch: perlio
2430           +> (branch 326 files)
2431            - (delete 330 files)
2432           !> (integrate 85 files)
2433 ____________________________________________________________________________
2434 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
2435         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
2436              and the Perl will be built to do that by default (adding that
2437              will break scripts having non-UTF-8 binary data, such as Latin-1.)
2438      Branch: perl
2439            ! op.c toke.c utf8.h
2440 ____________________________________________________________________________
2441 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
2442         Log: Unnecessary downgrades.
2443      Branch: perl
2444            ! doop.c
2445 ____________________________________________________________________________
2446 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
2447         Log: Failure not true anymore (probably caused by my broken setup).
2448      Branch: perl
2449            ! t/op/pat.t
2450 ____________________________________________________________________________
2451 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
2452         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
2453              stopped working).
2454      Branch: perl
2455            ! op.h pp_ctl.c regcomp.c
2456 ____________________________________________________________________________
2457 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
2458         Log: There is no IN_UTF8.
2459      Branch: perl
2460            ! utf8.h
2461 ____________________________________________________________________________
2462 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
2463         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
2464      Branch: perl
2465            ! op.c op.h pp_ctl.c regcomp.c
2466 ____________________________________________________________________________
2467 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
2468         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
2469              and a test tweak.
2470      Branch: perl
2471            ! op.c t/pod/find.t
2472 ____________________________________________________________________________
2473 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
2474         Log: Todo updates and fixes.
2475      Branch: perl
2476            ! pod/perltodo.pod
2477 ____________________________________________________________________________
2478 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
2479         Log: Mark tests (and one module) having explicit Latin-1
2480              (and one file having explicit UTF-8) with an explicit
2481              'no utf8' (and one explicit 'use utf8').
2482              
2483              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
2484      Branch: perl
2485            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
2486            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
2487            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
2488 ____________________________________________________________________________
2489 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
2490         Log: Subject: SV: END {} blocks run in perl_run
2491              From: "Arthur Bergman" <arthur@contiller.se>
2492              Date: Sun, 12 Aug 2001 00:34:28 +0200 
2493              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
2494      Branch: perl
2495            ! miniperlmain.c perl.c
2496 ____________________________________________________________________________
2497 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
2498         Log: Typos in #11645.
2499      Branch: perl
2500            ! perl.h
2501 ____________________________________________________________________________
2502 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
2503         Log: On ithreads default to use_reentrant except on naturally
2504              threadsafe platforms.
2505      Branch: perl
2506            ! perl.h
2507 ____________________________________________________________________________
2508 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
2509         Log: (Hopefully) a fix for 20010723.004: make install needs
2510              write permission in build directory.  The problem was
2511              probably caused by overeager sprinkling of the lib/re.pm
2512              dependencies (which was done to guarantee lib/re.pm being
2513              uptodate for parallel makes: now solved by funneling that
2514              through an explicit recursive make in the preplibrary target).
2515      Branch: perl
2516            ! Makefile.SH
2517 ____________________________________________________________________________
2518 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
2519         Log: Dispell the "use utf8" superstition.
2520      Branch: perl
2521            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
2522            ! pod/perlunicode.pod
2523 ____________________________________________________________________________
2524 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
2525         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
2526              From: "Abigail" <abigail@foad.org> 
2527              Date: Sat, 11 Aug 2001 23:49:49 +0200
2528              Message-ID: <20010811214950.23255.qmail@foad.org>
2529      Branch: perl
2530            ! t/op/taint.t
2531 ____________________________________________________________________________
2532 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
2533         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
2534              From: Abhijit Menon-Sen <ams@wiw.org>
2535              Date: Sat, 11 Aug 2001 06:18:19 +0530
2536              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
2537      Branch: perl
2538            ! mg.c
2539 ____________________________________________________________________________
2540 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
2541         Log: Test for change #11639.
2542      Branch: perl
2543            ! t/op/tiehandle.t
2544 ____________________________________________________________________________
2545 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
2546         Log: Subject: Re: Can't localize *FH, then tie it
2547              From: Abhijit Menon-Sen <ams@wiw.org>
2548              Date: Sun, 12 Aug 2001 16:08:06 +0530
2549              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
2550      Branch: perl
2551            ! pp_hot.c pp_sys.c
2552 ____________________________________________________________________________
2553 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
2554         Log: Drop all the unnecessary "use utf8" clauses and some of
2555              the unnecessary "use bytes" ones.
2556              
2557              TODO: scour the documentation for unnecessary "use utf8"
2558              and prominently display it in perldelta when the time comes.
2559              ("use utf8" should be necessary ONLY if one wants the script
2560              to be in UTF-8.)  Also should be checked in some non-ASCII
2561              non-Latin-1 platform, like EBCDIC.
2562      Branch: perl
2563            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
2564            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
2565 ____________________________________________________________________________
2566 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
2567         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
2568              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
2569              in Unicode handling.
2570      Branch: perl
2571            + t/op/lc.t
2572            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
2573 ____________________________________________________________________________
2574 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
2575         Log: Thinko: we want the flags for native cc, not gcc.
2576      Branch: perl
2577            ! hints/dec_osf.sh
2578 ____________________________________________________________________________
2579 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
2580         Log: Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
2581              From: Robin Houston <robin@kitsite.com>
2582              Date: Fri, 10 Aug 2001 14:42:02 +0100
2583              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
2584      Branch: perl
2585            ! pp.c
2586 ____________________________________________________________________________
2587 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
2588         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
2589              From: Abhijit Menon-Sen <ams@wiw.org>
2590              Date: Sat, 11 Aug 2001 16:31:04 +0530
2591              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
2592      Branch: perl
2593            ! op.c
2594 ____________________________________________________________________________
2595 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
2596         Log: Get rid of indread, from Abhijit Menon-Sen.
2597      Branch: perl
2598            ! pp_sys.c
2599 ____________________________________________________________________________
2600 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
2601         Log: CRLFgngngn.
2602      Branch: perl
2603            ! win32/Makefile win32/makefile.mk
2604 ____________________________________________________________________________
2605 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
2606         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
2607      Branch: perl
2608            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
2609            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
2610            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
2611            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
2612            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
2613            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
2614            ! win32/Makefile win32/makefile.mk
2615 ____________________________________________________________________________
2616 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
2617         Log: Avoid #elif (less portable than #else #if).
2618      Branch: perl
2619            ! handy.h
2620 ____________________________________________________________________________
2621 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
2622         Log: Subject: patch for perlvar.pod
2623              From: mah@everybody.org (Mark A. Hershberger)
2624              Date: 08 Aug 2001 17:03:16 -0500
2625              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
2626      Branch: perl
2627            ! pod/perlvar.pod
2628 ____________________________________________________________________________
2629 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
2630         Log: cpp commands must start (the # must be) at the column #0.
2631      Branch: perl
2632            ! op.c
2633 ____________________________________________________________________________
2634 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
2635         Log: If using gcc -B/foo/bar makedepend would give
2636              unnecessary warnings about unused -B/foo/bar.
2637      Branch: perl
2638            ! makedepend.SH
2639 ____________________________________________________________________________
2640 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
2641         Log: Update Changes.
2642      Branch: perl
2643            ! Changes patchlevel.h
2644 ____________________________________________________________________________
2645 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
2646         Log: s/z/tz/
2647      Branch: perl
2648            ! pod/perlfaq2.pod
2649 ____________________________________________________________________________
2650 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
2651         Log: Article nit.
2652      Branch: perl
2653            ! pod/perlfaq2.pod
2654 ____________________________________________________________________________
2655 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
2656         Log: Rename lib/unicode files to lib/unicore to avoid
2657              conflicts between core lib/unicode and Unicode::
2658              files in case-ignoring filesystems.
2659      Branch: perl
2660            + (add 325 files)
2661            - (delete 324 files)
2662            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
2663 ____________________________________________________________________________
2664 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
2665         Log: Upgrade to Math::BigInt 1.41.
2666      Branch: perl
2667            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
2668 ____________________________________________________________________________
2669 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
2670         Log: Subject: [PATCH] remove PL_na from typemap
2671              From: James <james@rf.net>
2672              Date: Mon, 06 Aug 2001 20:23:15 -0700
2673              Message-ID: <3B6F5F23.A31A81B1@rf.net>
2674              
2675              (had to be manually applied)
2676      Branch: perl
2677            ! lib/ExtUtils/typemap
2678 ____________________________________________________________________________
2679 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
2680         Log: The metaconfig unit changes for #11618.
2681      Branch: metaconfig/U/perl
2682            + d_fpclassl.U i_fp.U
2683 ____________________________________________________________________________
2684 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
2685         Log: Forgot this from #11618.
2686              
2687              NOTE: wince/config_H.ce needs updating.
2688      Branch: perl
2689            ! wince/config.ce
2690 ____________________________________________________________________________
2691 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
2692         Log: Introduce more floating point classifying APIs;
2693              try to define (most importantly) Perl_is{inf,nan}(x).
2694              
2695              For this first cut, assume none such APIs exist in non-UNIXoid
2696              platforms-- this is of course too unkind: Win32 rumoredly has
2697              _fpclass() and _isnan(), and VMS/VOS very probably have some
2698              of the APIs available.     The only thing Perl uses at the moment
2699              is Perl_isnan() (has been in use for a while now).
2700              
2701              NOTE: the Win32 and NetWare config_h.?c need regenerating.
2702      Branch: perl
2703            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
2704            ! Porting/config_H config_h.SH configure.com epoc/config.sh
2705            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
2706            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
2707            ! vos/config.ga.h win32/config.bc win32/config.gc
2708            ! win32/config.vc win32/config_H.bc win32/config_H.gc
2709            ! win32/config_H.vc wince/config.ce wince/config.h
2710 ____________________________________________________________________________
2711 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
2712         Log: Integrate change #11519 from perlio:
2713              
2714              Avoid testing for (non-)existance of "encoding(xxxx)"
2715              layer is called "encoding" the (xxxx) is an argument.
2716      Branch: perl
2717           !> lib/open.pm
2718 ____________________________________________________________________________
2719 [ 11616] By: nick                                  on 2001/08/09  07:50:24
2720         Log: Integrate mainline
2721      Branch: perlio
2722           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
2723           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
2724           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
2725           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
2726            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
2727            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
2728           !> (integrate 79 files)
2729 ____________________________________________________________________________
2730 [ 11615] By: nick                                  on 2001/08/09  06:23:44
2731         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
2732              layer is called "encoding" the (xxxx) is an argument.
2733      Branch: perlio
2734            ! lib/open.pm
2735 ____________________________________________________________________________
2736 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
2737         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
2738              From: Paul Johnson <paul@pjcj.net>
2739              Date: Wed, 8 Aug 2001 23:54:17 +0200
2740              Message-ID: <20010808235417.O1006@pjcj.net>
2741      Branch: perl
2742            ! ext/B/B/Concise.pm
2743 ____________________________________________________________________________
2744 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
2745         Log: Make VMS use IEEE math by default; reorder Tru64 hints
2746              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
2747              exception semantics) is always set if using (the new) cc.
2748      Branch: perl
2749            ! configure.com hints/dec_osf.sh
2750 ____________________________________________________________________________
2751 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
2752         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
2753              From: Abhijit Menon-Sen <ams@wiw.org>
2754              Date: Tue, 7 Aug 2001 17:16:05 +0530
2755              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
2756      Branch: perl
2757            ! pp_sys.c
2758 ____________________________________________________________________________
2759 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
2760         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
2761              From: "Craig A. Berry" <craigberry@mac.com>
2762              Date: Tue, 07 Aug 2001 22:27:47 -0500
2763              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
2764      Branch: perl
2765            ! t/run/exit.t
2766 ____________________________________________________________________________
2767 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
2768         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
2769              From: "Craig A. Berry" <craigberry@mac.com>
2770              Date: Tue, 07 Aug 2001 20:01:53 -0500
2771              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
2772      Branch: perl
2773            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
2774 ____________________________________________________________________________
2775 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
2776         Log: Update the magazine information.
2777      Branch: perl
2778            ! pod/perlfaq2.pod
2779 ____________________________________________________________________________
2780 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
2781         Log: Ignore SIGFPE everywhere.
2782      Branch: perl
2783            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
2784 ____________________________________________________________________________
2785 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
2786         Log: With permission, change the licensing of the docs by
2787              TomC (and Gnat) to comply with the rest of Perl.
2788      Branch: perl
2789            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
2790            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
2791            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
2792            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
2793            ! pod/perltootc.pod
2794 ____________________________________________________________________________
2795 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
2796         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
2797              From: Andy Dougherty <doughera@lafayette.edu>
2798              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
2799              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
2800      Branch: perl
2801            ! hints/openbsd.sh
2802 ____________________________________________________________________________
2803 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
2804         Log: Subject: [PATCH] Makefile.SH test_prep dependency
2805              From: Andy Dougherty <doughera@lafayette.edu>
2806              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
2807              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
2808      Branch: perl
2809            ! Makefile.SH
2810 ____________________________________________________________________________
2811 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
2812         Log: Don't autogenerate the headers et alia,
2813              make regen_headers explicitly.
2814      Branch: perl
2815            ! Makefile.SH
2816 ____________________________________________________________________________
2817 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
2818         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
2819              From: Gurusamy Sarathy <gsar@ActiveState.com> 
2820              Date: Tue, 07 Aug 2001 08:33:26 -0700
2821              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
2822              
2823              Unnecessary dependency.
2824      Branch: perl
2825            ! embed.pl
2826 ____________________________________________________________________________
2827 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
2828         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
2829              From: Abhijit Menon-Sen <ams@wiw.org>
2830              Date: Tue, 7 Aug 2001 09:10:54 +0530
2831              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
2832      Branch: perl
2833            ! pp_hot.c
2834 ____________________________________________________________________________
2835 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
2836         Log: Subject: [PATCH perl@11597] B && BEGIN handling
2837              From: "James A. Duncan" <jduncan@fotango.com>
2838              Date: Mon, 6 Aug 2001 17:29:11 +0100
2839              Message-ID: <20010806172911.A2071@fotango.com>
2840              
2841              (the intrpvar.h addition moved to the end for bincompat)
2842      Branch: perl
2843            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
2844 ____________________________________________________________________________
2845 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
2846         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
2847      Branch: perl
2848           !> README.win32
2849 ____________________________________________________________________________
2850 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
2851         Log: fix URLs for fcrypt.c
2852      Branch: maint-5.6/perl
2853            ! README.win32
2854 ____________________________________________________________________________
2855 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
2856         Log: Yet another way to say Infinity: HP-UX calls its "++".
2857      Branch: perl
2858            ! lib/Math/BigInt/t/bigintpm.t
2859 ____________________________________________________________________________
2860 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
2861         Log: Update Changes.
2862      Branch: perl
2863            ! Changes patchlevel.h
2864 ____________________________________________________________________________
2865 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
2866         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
2867      Branch: perl
2868            ! pod/perlfaq5.pod
2869 ____________________________________________________________________________
2870 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
2871         Log: The #11593 wasn't right.
2872      Branch: perl
2873            ! lib/Math/BigInt/t/bigintpm.t
2874 ____________________________________________________________________________
2875 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
2876         Log: Subject: [PATCH: perl@11564] introducing perlivp
2877              From: Prymmer/Kahn <pvhp@best.com>
2878              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
2879              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
2880              
2881              Subject: Re: [PATCH: perl@11564] introducing perlivp
2882              From: Prymmer/Kahn <pvhp@best.com>
2883              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
2884              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
2885      Branch: perl
2886            + utils/perlivp.PL
2887            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
2888            ! win32/Makefile win32/makefile.mk
2889 ____________________________________________________________________________
2890 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
2891         Log: libcs are confused what to call Infinity.
2892      Branch: perl
2893            ! lib/Math/BigInt/t/bigintpm.t
2894 ____________________________________________________________________________
2895 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
2896         Log: Avoid SIGFPE in Tru64.
2897      Branch: perl
2898            ! numeric.c
2899 ____________________________________________________________________________
2900 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
2901         Log: Upgrade to Math::BigInt 1.40.
2902              
2903              NOTE: this patch necessitates doing something about
2904              infinity handling since the new bigintpm.t tests use
2905              infinity, which causes SIGFPEs at least in Tru64.
2906      Branch: perl
2907            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
2908            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
2909            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
2910            ! lib/Math/BigInt/t/mbimbf.t
2911 ____________________________________________________________________________
2912 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
2913         Log: remove hardcoded cmd shell in testsuite
2914      Branch: perl
2915            ! t/op/glob.t t/op/magic.t t/op/stat.t
2916 ____________________________________________________________________________
2917 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
2918         Log: 4-arg select() was busted on windows because change#8178 didn't
2919              make it into mainline
2920      Branch: perl
2921            ! perl.h win32/include/sys/socket.h
2922 ____________________________________________________________________________
2923 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
2924         Log: Rename the Getopt::Long tests to be as they are
2925              in the Getopt::Long official distribution.
2926      Branch: perl
2927            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
2928            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
2929            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
2930            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
2931            ! MANIFEST
2932 ____________________________________________________________________________
2933 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
2934         Log: Upgrade to Getopt::Long 2.26.
2935      Branch: perl
2936            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
2937            ! MANIFEST lib/Getopt/Long.pm
2938 ____________________________________________________________________________
2939 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
2940         Log: Retract #10874 (the hack should be unnecessary by now)
2941      Branch: perl
2942            ! lib/Test/Harness.pm
2943 ____________________________________________________________________________
2944 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
2945         Log: avoid temp file littering in tests
2946      Branch: perl
2947            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
2948 ____________________________________________________________________________
2949 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
2950         Log: Subject: warning in sv.c: double format, NV arg
2951              From: "Philip Newton" <Philip.Newton@gmx.net>
2952              Date: Sun, 5 Aug 2001 19:41:07 +0200
2953              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
2954      Branch: perl
2955            ! sv.c
2956 ____________________________________________________________________________
2957 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
2958         Log: fix POSIX.t#13 for windos
2959      Branch: perl
2960            ! ext/POSIX/POSIX.t
2961 ____________________________________________________________________________
2962 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
2963         Log: Add a test for PerlIO::Via.
2964      Branch: perl
2965            + ext/PerlIO/t/via.t
2966            ! MANIFEST ext/PerlIO/Via/Via.pm
2967 ____________________________________________________________________________
2968 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
2969         Log: flock() and link() are not available on Windows 9x
2970      Branch: perl
2971            ! win32/config_sh.PL
2972 ____________________________________________________________________________
2973 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
2974         Log: Some Tru64 C compilers have C++ components that confuse
2975              the ccversion parsing.
2976      Branch: perl
2977            ! hints/dec_osf.sh
2978 ____________________________________________________________________________
2979 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
2980         Log: (Reintroduce #11125)
2981              
2982              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
2983              From: Alan Burlison <Alan.Burlison@sun.com> 
2984              Date: Tue, 03 Jul 2001 15:20:13 +0100   
2985              Message-ID: <3B41D49D.A923D4F9@sun.com> 
2986      Branch: perl
2987            ! lib/ExtUtils/MM_Unix.pm
2988 ____________________________________________________________________________
2989 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
2990         Log: Little pointer juggling for HP-UX cc to avoid
2991              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
2992              followed by
2993              "error 1549: Modifiable lvalue required for assignment operator."
2994      Branch: perl
2995            ! hv.c
2996 ____________________________________________________________________________
2997 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
2998         Log: Continuation of #11575: SANY_SEEN completely deprecated,
2999              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
3000              plus a fix for the bug.
3001      Branch: perl
3002            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
3003 ____________________________________________________________________________
3004 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
3005         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
3006              From: Doug MacEachern <dougm@covalent.net>
3007              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
3008              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
3009      Branch: perl
3010            ! sv.c
3011 ____________________________________________________________________________
3012 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
3013         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
3014              the new CANY is the \C.  The problem reported and the
3015              test case supplied in
3016              
3017              Subject: UTF-8 bugs in string length & single line regex matches
3018              From: "Daniel P. Berrange" <dan@berrange.com>
3019              Date: Fri, 3 Aug 2001 11:39:33 +0100
3020              Message-ID: <20010803113932.A19318@berrange.com>
3021      Branch: perl
3022            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
3023            ! t/op/pat.t
3024 ____________________________________________________________________________
3025 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
3026         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
3027              From: Doug MacEachern <dougm@covalent.net>
3028              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
3029              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
3030      Branch: perl
3031            ! perl.c regexec.c
3032 ____________________________________________________________________________
3033 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
3034         Log: The #11572 didn't up the test count.
3035      Branch: perl
3036            ! t/op/length.t
3037 ____________________________________________________________________________
3038 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
3039         Log: Subject: UTF-8 bugs in string length & single line regex matches
3040              From: "Daniel P. Berrange" <dan@berrange.com>
3041              Date: Fri, 3 Aug 2001 11:39:33 +0100         
3042              Message-ID: <20010803113932.A19318@berrange.com>
3043              
3044              (the mg_length() fix)
3045      Branch: perl
3046            ! mg.c t/op/length.t
3047 ____________________________________________________________________________
3048 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
3049         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
3050              From: Abhijit Menon-Sen <ams@wiw.org>
3051              Date: Sat, 4 Aug 2001 16:56:35 +0530
3052              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
3053      Branch: perl
3054            ! hv.c
3055 ____________________________________________________________________________
3056 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
3057         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
3058              From: Abhijit Menon-Sen <ams@wiw.org>
3059              Date: Sat, 4 Aug 2001 16:16:03 +0530
3060              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
3061      Branch: perl
3062            ! hv.c
3063 ____________________________________________________________________________
3064 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
3065         Log: Subject: Re: [patch] refcount re ops
3066              From: Abhijit Menon-Sen <ams@wiw.org>
3067              Date: Sat, 4 Aug 2001 08:54:55 +0530
3068              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
3069      Branch: perl
3070            ! sv.c
3071 ____________________________________________________________________________
3072 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
3073         Log: Subject: [patch] refcount re ops
3074              From: Doug MacEachern <dougm@covalent.net>
3075              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
3076              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
3077      Branch: perl
3078            ! regcomp.c sv.c
3079 ____________________________________________________________________________
3080 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
3081         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
3082              From: Doug MacEachern <dougm@covalent.net>
3083              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
3084              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
3085      Branch: perl
3086            ! perl.c regexec.c
3087 ____________________________________________________________________________
3088 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
3089         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
3090              From: "Craig A. Berry" <craigberry@mac.com> 
3091              Date: Fri, 03 Aug 2001 16:16:16 -0500
3092              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
3093      Branch: perl
3094            ! t/op/misc.t
3095 ____________________________________________________________________________
3096 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
3097         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
3098              From: John Kristian <jmk2001@engineer.com>
3099              Date: Fri, 03 Aug 2001 00:59:08 -0700
3100              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
3101      Branch: perl
3102            ! win32/win32.c
3103 ____________________________________________________________________________
3104 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
3105         Log: Update Changes.
3106      Branch: perl
3107            ! Changes patchlevel.h
3108 ____________________________________________________________________________
3109 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
3110         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
3111              From: "Craig A. Berry" <craigberry@mac.com>
3112              Date: Thu, 02 Aug 2001 23:15:24 -0500
3113              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
3114      Branch: perl
3115            ! ext/B/Stash.t
3116 ____________________________________________________________________________
3117 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
3118         Log: Subject: [patch] plug PL_cshname leak
3119              From: Doug MacEachern <dougm@covalent.net>
3120              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
3121              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
3122      Branch: perl
3123            ! sv.c
3124 ____________________________________________________________________________
3125 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
3126         Log: Subject: [patch] plug PL_sh_path leak
3127              From: Doug MacEachern <dougm@covalent.net>
3128              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
3129              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
3130      Branch: perl
3131            ! sv.c
3132 ____________________________________________________________________________
3133 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
3134         Log: Subject: [patch] plug PL_regex_padav leaks
3135              From: Doug MacEachern <dougm@covalent.net>
3136              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
3137              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
3138      Branch: perl
3139            ! op.c op.h perl.c
3140 ____________________________________________________________________________
3141 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
3142         Log: Subject: [patch] plug PL_origargv leak
3143              From: Doug MacEachern <dougm@covalent.net>
3144              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
3145              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
3146      Branch: perl
3147            ! perl.c
3148 ____________________________________________________________________________
3149 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
3150         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
3151              From: Abhijit Menon-Sen <ams@wiw.org>
3152              Date: Fri, 3 Aug 2001 06:38:11 +0530
3153              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
3154      Branch: perl
3155            ! hv.c
3156 ____________________________________________________________________________
3157 [ 11557] By: nick                                  on 2001/08/03  08:17:38
3158         Log: Integrate mainline
3159      Branch: perlio
3160           +> (branch 47 files)
3161            - lib/Switch/test.pl
3162           !> (integrate 49 files)
3163 ____________________________________________________________________________
3164 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
3165         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
3166              From: "Craig A. Berry" <craigberry@mac.com>
3167              Date: Thu, 02 Aug 2001 12:56:19 -0500
3168              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
3169      Branch: perl
3170            ! ext/B/Showlex.t
3171 ____________________________________________________________________________
3172 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
3173         Log: Be more careful about non-existent files.
3174      Branch: perl
3175            ! lib/File/Copy.pm
3176 ____________________________________________________________________________
3177 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
3178         Log: Subject: [PATCH resend] deparse empty formats
3179              From: Robin Houston <robin@kitsite.com> 
3180              Date: Thu, 2 Aug 2001 14:32:36 +0100
3181              Message-ID: <20010802143236.A894@robin.kitsite.com>
3182      Branch: perl
3183            ! ext/B/B/Deparse.pm
3184 ____________________________________________________________________________
3185 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
3186         Log: Subject: [patch] ithreads + refto fix improvement
3187              From: Doug MacEachern <dougm@covalent.net>
3188              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
3189              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
3190      Branch: perl
3191            ! pp.c
3192 ____________________________________________________________________________
3193 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
3194         Log: Readability nit from Abhijit.
3195      Branch: perl
3196            ! op.c
3197 ____________________________________________________________________________
3198 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
3199         Log: setproctitle() API version nit from Anton Berezin.
3200      Branch: perl
3201            ! mg.c
3202 ____________________________________________________________________________
3203 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
3204         Log: Add PerlCE to the docs.
3205      Branch: perl
3206            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
3207            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
3208 ____________________________________________________________________________
3209 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
3210         Log: Integrate the PerlCE (WinCE Perl) port;
3211              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
3212      Branch: perl
3213            + README.ce wince/FindExt.pm wince/Makefile.ce
3214            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
3215            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
3216            + wince/bin/search.pl wince/config.ce wince/config.h
3217            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
3218            + wince/dl_win32.xs wince/include/arpa/inet.h
3219            + wince/include/cectype.h wince/include/errno.h
3220            + wince/include/netdb.h wince/include/sys/socket.h
3221            + wince/include/sys/stat.h wince/include/sys/types.h
3222            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
3223            + wince/perl.rc wince/perldll.def wince/perllib.c
3224            + wince/perlmain.c wince/registry.bat wince/runperl.c
3225            + wince/splittree.pl wince/win32.h wince/win32iop.h
3226            + wince/win32thread.c wince/win32thread.h wince/wince.c
3227            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
3228            + wince/xdistclean.ksh wince/xmakediffs.ksh
3229            ! MANIFEST perl.c perl.h perlio.c
3230 ____________________________________________________________________________
3231 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
3232         Log: setproctitle() made simpler.  (This assumes the string is
3233              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
3234              should be used.  Note len, not len + 1.)  BSD-fu from Anton
3235              Berezin.
3236      Branch: perl
3237            ! mg.c
3238 ____________________________________________________________________________
3239 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
3240         Log: Subject: [PATCH] -Wall cleanup: op.c
3241              From: Richard Soderberg <rs@oregonnet.com>
3242              Date: Thu, 2 Aug 2001 00:17:09 -0700
3243              Message-Id: <200108020717.AAA26895@oregonnet.com>
3244              
3245              Subject: [PATCH] -Wall cleanup: sv.c
3246              From: Richard Soderberg <rs@oregonnet.com>
3247              Date: Thu, 2 Aug 2001 00:49:21 -0700
3248              Message-Id: <200108020749.AAA27492@oregonnet.com>
3249      Branch: perl
3250            ! op.c sv.c
3251 ____________________________________________________________________________
3252 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
3253         Log: Update Changes.
3254      Branch: perl
3255            ! Changes patchlevel.h
3256 ____________________________________________________________________________
3257 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
3258         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
3259              From: Doug MacEachern <dougm@covalent.net>
3260              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
3261              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
3262      Branch: perl
3263            ! op.c
3264 ____________________________________________________________________________
3265 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
3266         Log: The #11541 didn't work under threads.
3267      Branch: perl
3268            ! op.c
3269 ____________________________________________________________________________
3270 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
3271         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
3272              From: Hugo <hv@crypt.compulink.co.uk>
3273              Date: Fri, 22 Jun 2001 01:19:08 +0100 
3274              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
3275              
3276              (Skip tests if accept() failed)
3277      Branch: perl
3278            ! ext/IO/lib/IO/t/io_unix.t
3279 ____________________________________________________________________________
3280 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
3281         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
3282              From: "Stian Seeberg" <sseeberg@nimsoft.no>
3283              Date: Mon, 30 Jul 2001 12:28:07 +0200
3284              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
3285      Branch: perl
3286            ! perl.h
3287 ____________________________________________________________________________
3288 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
3289         Log: Subject: Pluggable optimizer
3290              From: Simon Cozens <simon@netthink.co.uk>
3291              Date: Wed, 1 Aug 2001 13:57:02 -0700
3292              Message-ID: <20010801135702.I10442@netthink.co.uk>
3293      Branch: perl
3294            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
3295 ____________________________________________________________________________
3296 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
3297         Log: Subject: [ID 20010801.039] perlre.pod message typo
3298              From: Autrijus Tang <autrijus@geb.elixus.org>
3299              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
3300              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
3301      Branch: perl
3302            ! pod/perlre.pod
3303 ____________________________________________________________________________
3304 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
3305         Log: Test for change #11536.
3306      Branch: perl
3307            ! t/op/tiehandle.t
3308 ____________________________________________________________________________
3309 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
3310         Log: More test fixups for #11537.
3311      Branch: perl
3312            ! t/lib/warnings/4lint t/lib/warnings/9enabled
3313 ____________________________________________________________________________
3314 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
3315         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
3316              From: Doug MacEachern <dougm@covalent.net>
3317              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
3318              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
3319      Branch: perl
3320            ! op.c t/TestInit.pm
3321 ____________________________________________________________________________
3322 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
3323         Log: Subject: [patch] ithreads + refto bug
3324              From: Doug MacEachern <dougm@covalent.net>
3325              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
3326              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
3327              
3328              (Test in change #11539)
3329      Branch: perl
3330            ! pp.c
3331 ____________________________________________________________________________
3332 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
3333         Log: Subject: [PATCH: perl@11523] fixups for t/harness
3334              From: Prymmer/Kahn <pvhp@best.com>
3335              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
3336              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
3337      Branch: perl
3338            ! t/harness
3339 ____________________________________________________________________________
3340 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
3341         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
3342              From: Prymmer/Kahn <pvhp@best.com>
3343              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
3344              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
3345      Branch: perl
3346            ! win32/Makefile win32/makefile.mk
3347 ____________________________________________________________________________
3348 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
3349         Log: Need to know the number of tests.
3350      Branch: perl
3351            ! t/run/exit.t
3352 ____________________________________________________________________________
3353 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
3354         Log: Subject: Re: new exit tests on VMS
3355              From: "Craig A. Berry" <craigberry@mac.com>
3356              Date: Tue, 31 Jul 2001 12:19:29 -0500
3357              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
3358      Branch: perl
3359            ! t/run/exit.t
3360 ____________________________________________________________________________
3361 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
3362         Log: Retract #11530 (the dTHX is needed under threads)
3363      Branch: perl
3364            ! perlio.c
3365 ____________________________________________________________________________
3366 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
3367         Log: (Retracted by #11531)
3368      Branch: perl
3369            ! perlio.c
3370 ____________________________________________________________________________
3371 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
3372         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
3373              From: Richard Soderberg <rs@crystalflame.net>
3374              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
3375              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
3376      Branch: perl
3377            ! unixish.h
3378 ____________________________________________________________________________
3379 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
3380         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
3381              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3382              Date: Tue, 31 Jul 2001 05:39:09 -0400
3383              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
3384              
3385              (with a note about the case of UV being equal to long long)
3386      Branch: perl
3387            ! utils/h2xs.PL
3388 ____________________________________________________________________________
3389 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
3390         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
3391              From: "Craig A. Berry" <craigberry@mac.com>
3392              Date: Tue, 31 Jul 2001 14:57:43 -0500
3393              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
3394      Branch: perl
3395            ! t/io/fs.t
3396 ____________________________________________________________________________
3397 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
3398         Log: Fix for
3399              
3400              Subject: [ID 20010116.001] File::Copy truncates orig file 
3401              From: arbor@al37al08.telecel.pt
3402              Date: Tue, 16 Jan 2001 11:43:02 GMT
3403              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
3404              
3405              (copy($foo, $foo) would truncate $foo)
3406      Branch: perl
3407            ! lib/File/Copy.pm lib/File/Copy.t
3408 ____________________________________________________________________________
3409 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
3410         Log: Metaconfig unit change for #11524.
3411      Branch: metaconfig/U/perl
3412            ! Extras.U
3413 ____________________________________________________________________________
3414 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
3415         Log: Multiple modules didn't work; plus typo fixes.
3416      Branch: perl
3417            ! Configure
3418 ____________________________________________________________________________
3419 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
3420         Log: Update Changes.
3421      Branch: perl
3422            ! Changes patchlevel.h
3423 ____________________________________________________________________________
3424 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
3425         Log: Regen perlapi.
3426      Branch: perl
3427            ! pod/perlapi.pod
3428 ____________________________________________________________________________
3429 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
3430         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
3431              From: Dave Mitchell <davem@fdgroup.co.uk>
3432              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
3433              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
3434      Branch: perl
3435            ! sv.c
3436 ____________________________________________________________________________
3437 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
3438         Log: Regen toc.
3439      Branch: perl
3440            ! pod/perltoc.pod
3441 ____________________________________________________________________________
3442 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
3443         Log: Regen Porting stuff.
3444      Branch: perl
3445            ! Porting/Glossary Porting/config.sh Porting/config_H
3446 ____________________________________________________________________________
3447 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
3448         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
3449              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3450              Date: Tue, 31 Jul 2001 05:34:38 -0400
3451              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
3452      Branch: perl
3453            ! utils/h2xs.PL
3454 ____________________________________________________________________________
3455 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
3456         Log: Metaconfig unit change for #11516. 
3457      Branch: metaconfig/U/perl
3458            ! gccvers.U
3459 ____________________________________________________________________________
3460 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
3461         Log: Add -Wall in cflags, not in Configure.
3462              (This way -Wall affects only the core and the core XS,
3463              not user modules' XS.  Concern from Paul Marquess,
3464              implementation idea from Andy Dougherty.)
3465      Branch: perl
3466            ! Configure cflags.SH
3467 ____________________________________________________________________________
3468 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
3469         Log: Metaconfig unit changes for #11514.
3470      Branch: metaconfig
3471            + U/modified/sysman.U
3472            ! U/installdirs/man1dir.U
3473 ____________________________________________________________________________
3474 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
3475         Log: Subject: Configure's detection of system manual
3476              From: Sean Dague <sean@dague.net> 
3477              Date: Sun, 13 May 2001 15:53:15 -0400
3478              Message-ID: <20010513155315.A15833@underhill.dague.net>
3479      Branch: perl
3480            ! Configure
3481 ____________________________________________________________________________
3482 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
3483         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
3484              From: Autrijus Tang <autrijus@autrijus.org> 
3485              Date: Thu, 21 Jun 2001 23:56:48 +0800
3486              Message-Id: <20010621235648.A57340@not.autrijus.org>
3487      Branch: perl
3488            ! pod/perlobj.pod
3489 ____________________________________________________________________________
3490 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
3491         Log: Subject: Typo in DB_File.pm
3492              From: "Philip Newton" <Philip.Newton@gmx.net>
3493              Date: Tue, 31 Jul 2001 06:19:35 +0200
3494              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
3495      Branch: perl
3496            ! ext/DB_File/DB_File.pm
3497 ____________________________________________________________________________
3498 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
3499         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
3500              From: "Stephen P. Potter" <spp@spotter.yi.org>
3501              Date: Wed, 30 May 2001 13:59:34 -0400
3502              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
3503      Branch: perl
3504            ! pod/perlre.pod
3505 ____________________________________________________________________________
3506 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
3507         Log: eval "format foo=" would loop indefinitely; reported in
3508              
3509              Subject: A load of old rubbish
3510              From: Mike Guy <mjtg@cam.ac.uk>
3511              Date: Mon, 14 May 2001 16:12:22 +0100
3512              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
3513              
3514              (The core dumps reported in there already fixed.)
3515      Branch: perl
3516            ! toke.c
3517 ____________________________________________________________________________
3518 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
3519         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
3520      Branch: perl
3521            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
3522            + lib/Switch/t/switch_case.t
3523            - lib/Switch/test.pl
3524            ! MANIFEST lib/Switch.pm
3525 ____________________________________________________________________________
3526 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
3527         Log: Subject: [PATCH @11505] DB_File-1.78
3528              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
3529              Date: Mon, 30 Jul 2001 22:54:37 +0100
3530              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
3531      Branch: perl
3532            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
3533            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
3534 ____________________________________________________________________________
3535 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
3536         Log: Explain in more detail why -pipe and -fno-common are good.
3537      Branch: perl
3538            ! hints/darwin.sh
3539 ____________________________________________________________________________
3540 [ 11506] By: nick                                  on 2001/07/30  14:32:23
3541         Log: Integrate mainline
3542      Branch: perlio
3543           !> INSTALL Makefile.SH doio.c hints/darwin.sh
3544 ____________________________________________________________________________
3545 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
3546         Log: Perl hasn't been putting man pages into $prefix/lib for
3547              a long time now; pointed out by Andy Dougherty. 
3548      Branch: perl
3549            ! hints/darwin.sh
3550 ____________________________________________________________________________
3551 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
3552         Log: Document the extras Configure option.
3553      Branch: perl
3554            ! INSTALL
3555 ____________________________________________________________________________
3556 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
3557         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
3558              everywhere.
3559      Branch: perl
3560           !> doio.c
3561 ____________________________________________________________________________
3562 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
3563         Log: Doubly guard against invoking CPAN if no extras defined,
3564              pointed out by H. Merijn Brand.
3565      Branch: perl
3566            ! Makefile.SH
3567 ____________________________________________________________________________
3568 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
3569         Log: Fix O_RDONLY check to check for O_RDONLY.
3570      Branch: maint-5.6/macperl
3571            ! doio.c
3572 ____________________________________________________________________________
3573 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
3574         Log: Integrate miscellaneous changes from maint-5.6/perl.
3575      Branch: maint-5.6/macperl
3576           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
3577 ____________________________________________________________________________
3578 [ 11499] By: nick                                  on 2001/07/30  06:52:42
3579         Log: Integrate mainline
3580      Branch: perlio
3581           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
3582           +> win32/sync_ext.pl
3583            - win32/sncfnmcs.pl
3584           !> (integrate 71 files)
3585 ____________________________________________________________________________
3586 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
3587         Log: Update Changes.
3588      Branch: perl
3589            ! Changes patchlevel.h
3590 ____________________________________________________________________________
3591 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
3592         Log: Now Configure -Dextras=Foo::Bar and "make install" will
3593              fetch and install Foo::Bar.
3594      Branch: perl
3595            ! Makefile.SH
3596 ____________________________________________________________________________
3597 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
3598         Log: Metaconfig unit change for #11495.
3599      Branch: metaconfig/U/perl
3600            ! Extras.U
3601 ____________________________________________________________________________
3602 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
3603         Log: extras.make, extras.test, and extras.install make targets.
3604      Branch: perl
3605            ! Configure Makefile.SH
3606 ____________________________________________________________________________
3607 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
3608         Log: Metaconfig unit change for #11493.
3609      Branch: metaconfig/U/perl
3610            ! Extras.U
3611 ____________________________________________________________________________
3612 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
3613         Log: Better to have the list of extras in $extras than 'define'.
3614      Branch: perl
3615            ! Configure
3616 ____________________________________________________________________________
3617 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
3618         Log: The metaconfig unit change for #11490.
3619      Branch: metaconfig/U/perl
3620            + Extras.U
3621 ____________________________________________________________________________
3622 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
3623         Log: Missed from #11490 (the required dependency).
3624      Branch: perl
3625            ! Makefile.SH
3626 ____________________________________________________________________________
3627 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
3628         Log: Add the support of asking for extra modules or bundles of modules
3629              to be fetched from the CPAN and installed as a part of the Perl
3630              build process.  None of this installation is yet really done;
3631              only the list is asked, and saved away in extras.lst for
3632              the build and installation process to worry about later.
3633      Branch: perl
3634            ! Configure
3635 ____________________________________________________________________________
3636 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
3637         Log: Beginnings of better Inf and NaN support.
3638              At least toke.c and sv.c still need quite a bit of work.
3639      Branch: perl
3640            ! numeric.c perl.h
3641 ____________________________________________________________________________
3642 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
3643         Log: Top-level Makefile didn't honour OPTIMIZE.
3644      Branch: perl
3645            ! Makefile.SH
3646 ____________________________________________________________________________
3647 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
3648         Log: Update Changes.
3649      Branch: perl
3650            ! Changes patchlevel.h
3651 ____________________________________________________________________________
3652 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
3653         Log: Use Search::Dict 1.02 interface for charinfo().
3654      Branch: perl
3655            ! lib/UnicodeCD.pm
3656 ____________________________________________________________________________
3657 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
3658         Log: Now also allow transforming the read lines before comparing them.
3659              (This will help UnicodeCD.) 
3660      Branch: perl
3661            ! lib/Search/Dict.pm
3662 ____________________________________________________________________________
3663 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
3664         Log: Remove tiehandle code.
3665      Branch: perl
3666            ! lib/UnicodeCD.pm
3667 ____________________________________________________________________________
3668 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
3669         Log: Allow specifying a comparison function for Search::Dict::look().
3670      Branch: perl
3671            ! lib/Search/Dict.pm
3672 ____________________________________________________________________________
3673 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
3674         Log: Small UnicodeCD tweaks.
3675      Branch: perl
3676            ! lib/UnicodeCD.pm lib/UnicodeCD.t
3677 ____________________________________________________________________________
3678 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
3679         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
3680              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
3681              Date: Tue, 24 Jul 2001 01:51:32 +0900
3682              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
3683      Branch: perl
3684            ! lib/UnicodeCD.pm lib/UnicodeCD.t
3685 ____________________________________________________________________________
3686 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
3687         Log: Subject: [PATCH] installperl
3688              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
3689              Date: Fri, 27 Jul 2001 19:05:04 -0700
3690              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
3691      Branch: perl
3692            ! installperl
3693 ____________________________________________________________________________
3694 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
3695         Log: Subject: [PATCH] Set proper compatibility versions in core
3696              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
3697              Date: Fri, 27 Jul 2001 20:01:49 -0700
3698              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
3699      Branch: perl
3700            ! Makefile.SH
3701 ____________________________________________________________________________
3702 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
3703         Log: Metaconfig unit change for #11477.
3704      Branch: metaconfig/U/perl
3705            ! dlsrc.U
3706 ____________________________________________________________________________
3707 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
3708         Log: Subject: [PATCH] Darwin: -fpic not so good
3709              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
3710              Date: Fri, 27 Jul 2001 18:57:38 -0700
3711              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
3712      Branch: perl
3713            ! Configure
3714 ____________________________________________________________________________
3715 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
3716         Log: Subject: [PATCH] Clean up Darwin hints
3717              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
3718              Date: Fri, 27 Jul 2001 19:13:15 -0700
3719              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
3720      Branch: perl
3721            ! hints/darwin.sh
3722 ____________________________________________________________________________
3723 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
3724         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
3725              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
3726              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
3727              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
3728      Branch: perl
3729            ! pod/perlfunc.pod pp.c t/op/split.t
3730 ____________________________________________________________________________
3731 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
3732         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
3733              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
3734              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
3735              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
3736      Branch: perl
3737            ! pod/perlvar.pod
3738 ____________________________________________________________________________
3739 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
3740         Log: Subject: [PATCH] fixes to constant.pm documentation
3741              From: Ilmari Karonen <iltzu@sci.fi>
3742              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
3743              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
3744      Branch: perl
3745            ! lib/constant.pm
3746 ____________________________________________________________________________
3747 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
3748         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
3749              From: "Philip Newton" <Philip.Newton@gmx.net>
3750              Date: Fri, 27 Jul 2001 07:51:10 +0200
3751              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
3752      Branch: perl
3753            ! pod/perlport.pod
3754 ____________________________________________________________________________
3755 [ 11471] By: nick                                  on 2001/07/26  06:23:32
3756         Log: Subject:  [PATCH] Doc fix for perlguts / threading
3757              From:  Arthur Bergman <arthur@contiller.se>
3758              Date:  Wed, 25 Jul 2001 11:28:23 +0200
3759              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
3760      Branch: perl
3761            ! pod/perlguts.pod
3762 ____________________________________________________________________________
3763 [ 11470] By: nick                                  on 2001/07/26  06:21:06
3764         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
3765              From:  Philip Newton <Philip.Newton@gmx.net>
3766              Date:  Wed, 25 Jul 2001 08:19:47 +0200
3767              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
3768      Branch: perl
3769            ! INSTALL
3770 ____________________________________________________________________________
3771 [ 11469] By: nick                                  on 2001/07/26  06:20:25
3772         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
3773              From:  Philip Newton <Philip.Newton@gmx.net>
3774              Date:  Wed, 25 Jul 2001 08:12:48 +0200
3775              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
3776      Branch: perl
3777            ! INSTALL
3778 ____________________________________________________________________________
3779 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
3780         Log: More +x.
3781      Branch: perl
3782            ! Porting/makerel
3783 ____________________________________________________________________________
3784 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
3785         Log: Update Changes.
3786      Branch: perl
3787            ! Changes patchlevel.h
3788 ____________________________________________________________________________
3789 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
3790         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
3791              From: "Philip Newton" <Philip.Newton@gmx.net>
3792              Date: Tue, 24 Jul 2001 06:45:55 +0200
3793              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
3794      Branch: perl
3795            ! os2/perlrexx.c
3796 ____________________________________________________________________________
3797 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
3798         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
3799              From: Peter Prymmer <pvhp@forte.com>
3800              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
3801              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
3802      Branch: perl
3803            ! pod/perlport.pod t/io/fs.t vms/test.com
3804 ____________________________________________________________________________
3805 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
3806         Log: Workaround on Cwd bootstrap problem.
3807      Branch: perl
3808            ! lib/ExtUtils/MakeMaker.pm
3809 ____________________________________________________________________________
3810 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
3811         Log: When in Rome, quote like the Romans do.
3812      Branch: perl
3813            ! cflags.SH
3814 ____________________________________________________________________________
3815 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
3816         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
3817              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3818              Date: Mon, 23 Jul 2001 19:29:49 -0400
3819              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
3820      Branch: perl
3821            + os2/perlrexx.c
3822            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
3823            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
3824            ! t/op/write.t
3825 ____________________________________________________________________________
3826 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
3827         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
3828              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3829              Date: Mon, 23 Jul 2001 18:43:42 -0400
3830              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
3831      Branch: perl
3832            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
3833 ____________________________________________________________________________
3834 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
3835         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
3836              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3837              Date: Mon, 23 Jul 2001 18:33:16 -0400
3838              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
3839      Branch: perl
3840            ! lib/ExtUtils/MakeMaker.pm
3841 ____________________________________________________________________________
3842 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
3843         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
3844              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3845              Date: Mon, 23 Jul 2001 18:20:35 -0400
3846              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
3847      Branch: perl
3848            ! Makefile.SH cflags.SH
3849 ____________________________________________________________________________
3850 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
3851         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
3852              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
3853              Date: Mon, 23 Jul 2001 11:32:17 -0500
3854              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
3855      Branch: perl
3856            ! lib/ExtUtils/MakeMaker.pm
3857 ____________________________________________________________________________
3858 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
3859         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
3860              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3861              Date: Mon, 23 Jul 2001 18:13:20 -0400
3862              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
3863      Branch: perl
3864            ! lib/perl5db.pl
3865 ____________________________________________________________________________
3866 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
3867         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
3868              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3869              Date: Mon, 23 Jul 2001 18:07:40 -0400
3870              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
3871      Branch: perl
3872            ! op.c
3873 ____________________________________________________________________________
3874 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
3875         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
3876              From: "Craig A. Berry" <craigberry@mac.com>
3877              Date: Mon, 23 Jul 2001 15:35:06 -0500
3878              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
3879      Branch: perl
3880            ! util.c
3881 ____________________________________________________________________________
3882 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
3883         Log: Subject: [PATCH perlfaq9.pod typo]
3884              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
3885              Date: Mon, 23 Jul 2001 07:49:05 -0700
3886              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
3887      Branch: perl
3888            ! pod/perlfaq9.pod
3889 ____________________________________________________________________________
3890 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
3891         Log: Subject: win32\sncfnmcs.pl corrections
3892              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
3893              Date: Mon, 23 Jul 2001 12:56:54 +0200
3894              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
3895              
3896              Rename the script a little bit more sensibly.
3897      Branch: perl
3898            + win32/sync_ext.pl
3899            - win32/sncfnmcs.pl
3900            ! MANIFEST README.win32
3901 ____________________________________________________________________________
3902 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
3903         Log: Test tweak.
3904      Branch: perl
3905            ! ext/B/Deparse.t
3906 ____________________________________________________________________________
3907 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
3908         Log: Metaconfig unit tweak for #11450.
3909      Branch: metaconfig/U/perl
3910            ! Mksymlinks.U
3911 ____________________________________________________________________________
3912 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
3913         Log: Too volatile failsafe check.
3914      Branch: perl
3915            ! Configure
3916 ____________________________________________________________________________
3917 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
3918         Log: Further doc tweaks.
3919      Branch: perl
3920            ! lib/UnicodeCD.pm
3921 ____________________________________________________________________________
3922 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
3923         Log: Doc tweaks.
3924      Branch: perl
3925            ! lib/UnicodeCD.pm
3926 ____________________________________________________________________________
3927 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
3928         Log: Doc tweakery from Abhijit.
3929      Branch: perl
3930            ! Porting/repository.pod
3931 ____________________________________________________________________________
3932 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
3933         Log: An accidental empty line.
3934      Branch: perl
3935            ! MANIFEST
3936 ____________________________________________________________________________
3937 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
3938         Log: Missing MANIFESTations.
3939      Branch: perl
3940            ! MANIFEST
3941 ____________________________________________________________________________
3942 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
3943         Log: Update Changes.
3944      Branch: perl
3945            ! Changes patchlevel.h
3946 ____________________________________________________________________________
3947 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
3948         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
3949              From: Mike Guy <mjtg@cam.ac.uk>
3950              Date: Fri, 20 Jul 2001 16:12:49 +0100
3951              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
3952      Branch: perl
3953            ! Porting/pumpkin.pod
3954 ____________________________________________________________________________
3955 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
3956         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
3957              From: Peter Prymmer <pvhp@forte.com>
3958              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
3959              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
3960      Branch: perl
3961            ! pod/perlhack.pod
3962 ____________________________________________________________________________
3963 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
3964         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
3965              From: Michael G Schwern <schwern@pobox.com>
3966              Date: Fri, 20 Jul 2001 20:22:35 -0400
3967              Message-ID: <20010720202235.O4498@blackrider>
3968      Branch: perl
3969            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
3970            ! lib/Test/t/todo.t
3971 ____________________________________________________________________________
3972 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
3973         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
3974              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
3975              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
3976              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
3977      Branch: perl
3978            ! ext/POSIX/POSIX.pod
3979 ____________________________________________________________________________
3980 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
3981         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
3982              From: Mark-Jason Dominus <mjd@plover.com>
3983              Date: Fri, 20 Jul 2001 23:16:54 -0400
3984              Message-ID: <20010721031654.21877.qmail@plover.com>
3985      Branch: perl
3986            ! ext/POSIX/POSIX.pod
3987 ____________________________________________________________________________
3988 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
3989         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
3990              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3991              Date: Sun, 22 Jul 2001 14:56:09 +0200
3992              Message-ID: <20010722145609.A766@rafael>
3993      Branch: perl
3994            ! ext/B/O.pm
3995 ____________________________________________________________________________
3996 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
3997         Log: Subject: regexec.c #define cleanup
3998              From: Mark-Jason Dominus <mjd@plover.com>
3999              Date: Sat, 21 Jul 2001 18:33:25 -0400
4000              Message-ID: <20010721223325.3069.qmail@plover.com>
4001      Branch: perl
4002            ! regexec.c
4003 ____________________________________________________________________________
4004 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
4005         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
4006              From: Prymmer/Kahn <pvhp@best.com>
4007              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
4008              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
4009      Branch: perl
4010            ! t/io/fs.t
4011 ____________________________________________________________________________
4012 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
4013         Log: Typo in #11432.
4014      Branch: perl
4015            ! ext/POSIX/POSIX.t
4016 ____________________________________________________________________________
4017 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
4018         Log: Integrate (manually) change #11424 from macperl.
4019      Branch: perl
4020            ! ext/Filter/t/call.t
4021 ____________________________________________________________________________
4022 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
4023         Log: Integrate change #11408 from macperl.
4024      Branch: perl
4025           !> README.macos pod/perlport.pod
4026 ____________________________________________________________________________
4027 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
4028         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
4029      Branch: perl
4030           +> macos/MacPerlTests.cmd macos/xsubpp.patch
4031            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
4032            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
4033            ! ext/POSIX/POSIX.t
4034 ____________________________________________________________________________
4035 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
4036         Log: pod/*.t tests not picked up by t/TEST either
4037      Branch: maint-5.6/perl
4038            ! t/TEST
4039 ____________________________________________________________________________
4040 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
4041         Log: better tweak for change#11429 (windows has both / and \ separated
4042              paths in @INC at that point)
4043      Branch: maint-5.6/perl
4044            ! t/pod/testp2pt.pl
4045 ____________________________________________________________________________
4046 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
4047         Log: MacOS pod test tweak needs \Escape
4048      Branch: maint-5.6/perl
4049            ! t/pod/testp2pt.pl
4050 ____________________________________________________________________________
4051 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
4052         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
4053              resulting duplicate output, but t/harness isn't)
4054      Branch: maint-5.6/perl
4055            ! t/run/runenv.t
4056 ____________________________________________________________________________
4057 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
4058         Log: t/harness wasn't picking up all the tests
4059      Branch: maint-5.6/perl
4060            ! t/harness
4061 ____________________________________________________________________________
4062 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
4063         Log: update MANIFEST for new file
4064      Branch: maint-5.6/perl
4065            ! MANIFEST
4066 ____________________________________________________________________________
4067 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
4068         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
4069              the exception of the macperl/macos/... tree
4070      Branch: maint-5.6/perl
4071           +> t/lib/filefind-taint.t
4072           !> (integrate 72 files)
4073 ____________________________________________________________________________
4074 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
4075         Log: Fix test.
4076      Branch: maint-5.6/macperl
4077            ! macos/bundled_ext/Filter/t/call.t
4078 ____________________________________________________________________________
4079 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
4080         Log: Make perl fork()-safe (in a slightly limited way) even on
4081              platforms that don't have pthread_atfork() (extension of
4082              the fix in change#11151).
4083              
4084              Note that this will not help extensions that call fork()
4085              directly in C, or that link to libraries that call fork()
4086              directly.  Such cases must be fixed to either call
4087              PerlProc_fork(), or call atfork_lock() in parent before the
4088              calling the function that forks and call atfork_unlock()
4089              in both parent and child immediately after the fork().
4090              (There are no worries if C code calls exec() in the child
4091              immediately after a fork().  Only cases where the child
4092              calls perl's API functions (including New()) after the
4093              fork() are problematic.)
4094              
4095              This change also eliminates the use of vfork() from perl,
4096              since all such uses were violating the severe restrictions
4097              on modifying the state of the process between the vfork()
4098              and the exec().
4099              
4100              This is a modified version of patches suggested by Abhijit
4101              Menon-Sen and Richard Soderberg.
4102      Branch: perl
4103            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
4104            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
4105 ____________________________________________________________________________
4106 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
4107         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
4108              Switch, and Text::Balanced.
4109      Branch: maint-5.6/macperl
4110            + macos/bundled_ext/Filter/Util/Call/Call.pm
4111            + macos/bundled_ext/Filter/Util/Call/Call.xs
4112            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
4113            + macos/bundled_ext/Filter/t/MyFilter.pm
4114            + macos/bundled_ext/Filter/t/call.t
4115            + macos/bundled_ext/Filter/t/filter-util.pl
4116            + macos/bundled_lib/blib/lib/Class/ISA.pm
4117            + macos/bundled_lib/blib/lib/Digest.pm
4118            + macos/bundled_lib/blib/lib/Filter/Simple.pm
4119            + macos/bundled_lib/blib/lib/Switch.pm
4120            + macos/bundled_lib/blib/lib/Text/Balanced.pm
4121            + macos/bundled_lib/blib/lib/Text/Balanced.pod
4122            + macos/bundled_lib/t/Class/ISA/test.pl
4123            + macos/bundled_lib/t/Digest/Digest.t
4124            + macos/bundled_lib/t/Filter/Simple/test.pl
4125            + macos/bundled_lib/t/Switch/test.pl
4126            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
4127            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
4128            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
4129            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
4130            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
4131            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
4132            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
4133            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
4134 ____________________________________________________________________________
4135 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
4136         Log: Add Filter::Util::Call to config/make files; edit utils
4137              to recognize the module (it was descended too far down).
4138              Bump version to 5.6.1a4.
4139      Branch: maint-5.6/macperl
4140            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
4141            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
4142            ! macos/macperl/Makefile.mk macos/xsubpp.patch
4143 ____________________________________________________________________________
4144 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
4145         Log: Make DB_File the default for MLDBM on MacOS.
4146      Branch: maint-5.6/macperl
4147            ! macos/bundled_lib/blib/lib/MLDBM.pm
4148 ____________________________________________________________________________
4149 [ 11419] By: nick                                  on 2001/07/20  14:51:03
4150         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
4151              From:  Simon Cozens <simon@netthink.co.uk>
4152              Date:  Fri, 20 Jul 2001 11:42:35 -0400
4153              Message-Id:  <20010720114235.A5235@netthink.co.uk>
4154      Branch: perl
4155            ! lib/UnicodeCD.pm
4156 ____________________________________________________________________________
4157 [ 11418] By: nick                                  on 2001/07/20  14:48:12
4158         Log: Subject:  [PATCH regcomp.h] adds a comment
4159              From:  Abhijit Menon-Sen <ams@wiw.org>
4160              Date:  Fri, 20 Jul 2001 21:05:37 +0530
4161              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
4162      Branch: perl
4163            ! regcomp.h
4164 ____________________________________________________________________________
4165 [ 11417] By: nick                                  on 2001/07/20  14:16:38
4166         Log: Subject:  [PATCH 5.7.2] INSTALL updates
4167              From:  Andy Dougherty <doughera@lafayette.edu>
4168              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
4169              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
4170      Branch: perl
4171            ! INSTALL
4172 ____________________________________________________________________________
4173 [ 11416] By: nick                                  on 2001/07/20  06:44:44
4174         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
4175              From:  Russ Allbery <rra@stanford.edu>
4176              Date:  19 Jul 2001 15:52:37 -0700
4177              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
4178      Branch: perl
4179            ! lib/Pod/Man.pm
4180 ____________________________________________________________________________
4181 [ 11415] By: nick                                  on 2001/07/20  06:35:11
4182         Log: Subject:  [PATCH] defer op_seq allocation
4183              From:  Abhijit Menon-Sen <ams@wiw.org>
4184              Date:  Thu, 19 Jul 2001 22:12:24 +0530
4185              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
4186      Branch: perl
4187            ! op.c
4188 ____________________________________________________________________________
4189 [ 11414] By: nick                                  on 2001/07/20  06:23:36
4190         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
4191              From:  Abhijit Menon-Sen <ams@wiw.org>
4192              Date:  Fri, 20 Jul 2001 01:18:50 +0530
4193              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
4194              (Private e-mail)
4195      Branch: perl
4196            ! ext/Time/HiRes/HiRes.xs
4197 ____________________________________________________________________________
4198 [ 11413] By: nick                                  on 2001/07/20  06:18:53
4199         Log: Integrate mainline
4200      Branch: perlio
4201           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
4202            - t/base/commonsense.t
4203           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
4204           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
4205           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
4206           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
4207           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
4208           !> win32/win32.c
4209 ____________________________________________________________________________
4210 [ 11412] By: nick                                  on 2001/07/19  06:44:27
4211         Log: Integrate win32/perlhost.h from maintenance branch.
4212              (Rest of $ENV{PATH} / system() fix.)
4213      Branch: perl
4214           !> win32/perlhost.h
4215 ____________________________________________________________________________
4216 [ 11411] By: nick                                  on 2001/07/19  06:41:34
4217         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
4218              From:  Philip Newton <Philip.Newton@gmx.net>
4219              Date:  Wed, 18 Jul 2001 21:43:57 +0200
4220              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
4221      Branch: perl
4222            ! pod/perlhack.pod
4223 ____________________________________________________________________________
4224 [ 11410] By: nick                                  on 2001/07/19  06:39:35
4225         Log: Subject:  Security hole in taint checking in open()
4226              From:  deekoo@tentacle.net
4227              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
4228              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
4229      Branch: perl
4230            ! doio.c
4231 ____________________________________________________________________________
4232 [ 11409] By: nick                                  on 2001/07/19  06:28:08
4233         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
4234              From:  Abhijit Menon-Sen <ams@wiw.org>
4235              Date:  Thu, 19 Jul 2001 04:30:43 +0530
4236              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
4237      Branch: perl
4238            ! ext/Time/HiRes/HiRes.xs
4239 ____________________________________________________________________________
4240 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
4241         Log: Update docs with latest implementation information and new URLs.
4242      Branch: maint-5.6/macperl
4243            ! README.macos pod/perlport.pod
4244 ____________________________________________________________________________
4245 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
4246         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
4247              Fix BuildRules to accept optimization variables.
4248      Branch: maint-5.6/macperl
4249            + macos/bundled_ext/Digest/MD5/Makefile.mk
4250            ! macos/BuildRules.mk macos/Makefile.mk
4251            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
4252            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
4253 ____________________________________________________________________________
4254 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
4255         Log: Integrate changes 11399,11401
4256      Branch: maint-5.6/macperl
4257           !> win32/perlhost.h win32/win32.c
4258 ____________________________________________________________________________
4259 [ 11405] By: nick                                  on 2001/07/18  06:50:33
4260         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
4261              from perl5.6*
4262      Branch: perl
4263           !> win32/perlhost.h win32/win32.c
4264 ____________________________________________________________________________
4265 [ 11404] By: nick                                  on 2001/07/18  06:43:59
4266         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
4267              From:  hv@crypt0.demon.co.uk
4268              Date:  Wed, 18 Jul 2001 05:58:46 +0100
4269              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
4270      Branch: perl
4271            ! ext/POSIX/POSIX.t
4272 ____________________________________________________________________________
4273 [ 11403] By: nick                                  on 2001/07/18  06:38:57
4274         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
4275              From:  hv@crypt0.demon.co.uk
4276              Date:  Wed, 18 Jul 2001 05:21:54 +0100
4277              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
4278      Branch: perl
4279            ! numeric.c t/op/arith.t
4280 ____________________________________________________________________________
4281 [ 11402] By: nick                                  on 2001/07/18  06:19:17
4282         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
4283              From:  mjd@plover.com
4284              Date:  17 Jul 2001 17:59:20 -0000
4285              Message-Id:  <20010717175920.8177.qmail@plover.com>
4286      Branch: perl
4287            ! pod/perlre.pod
4288 ____________________________________________________________________________
4289 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
4290         Log: thinko in change#11400 (duh)
4291      Branch: maint-5.6/perl
4292            ! win32/perlhost.h
4293 ____________________________________________________________________________
4294 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
4295         Log: change#11399 revealed another unrelated bug; this is just a temporary
4296              bandaid
4297      Branch: maint-5.6/perl
4298            ! win32/perlhost.h
4299 ____________________________________________________________________________
4300 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
4301         Log: fix bugs in handling of the virtualized environment under windows;
4302              there were bugs in propagating any changes to %ENV down to the real
4303              environment when such changes happened in the toplevel process
4304              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
4305              problem identification, and for a part of the fix)
4306      Branch: maint-5.6/perl
4307            ! win32/perlhost.h win32/win32.c
4308 ____________________________________________________________________________
4309 [ 11398] By: nick                                  on 2001/07/17  08:26:35
4310         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
4311              From: Peter Prymmer <pvhp@forte.com>
4312              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
4313              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
4314              
4315              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
4316              should not depend on existance of Config.pm
4317      Branch: perl
4318           +> t/lib/commonsense.t
4319            - t/base/commonsense.t
4320            ! MANIFEST t/README
4321 ____________________________________________________________________________
4322 [ 11397] By: nick                                  on 2001/07/17  08:09:58
4323         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
4324              From:  Michael G Schwern <schwern@pobox.com>
4325              Date:  Mon, 16 Jul 2001 18:20:31 -0400
4326              Message-Id:  <20010716182031.A1128@blackrider>
4327      Branch: perl
4328            ! pod/perlhack.pod
4329 ____________________________________________________________________________
4330 [ 11396] By: nick                                  on 2001/07/17  08:04:11
4331         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
4332              From:  Gwyn Judd <b.judd@xtra.co.nz>
4333              Date:  Tue, 17 Jul 2001 20:55:58 +1200
4334              Message-Id:  <20010717205558.A3107@thislove>
4335      Branch: perl
4336            ! pod/perlfunc.pod
4337 ____________________________________________________________________________
4338 [ 11395] By: nick                                  on 2001/07/17  08:02:22
4339         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
4340              From:  Peter Prymmer <pvhp@forte.com>
4341              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
4342              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
4343      Branch: perl
4344            ! t/op/sprintf.t
4345 ____________________________________________________________________________
4346 [ 11394] By: nick                                  on 2001/07/17  07:57:06
4347         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
4348              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
4349              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
4350              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
4351      Branch: perl
4352            ! gv.c
4353 ____________________________________________________________________________
4354 [ 11392] By: nick                                  on 2001/07/17  07:50:12
4355         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
4356              From:  Coral <coral@moonlight.crystalflame.net>
4357              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
4358              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
4359      Branch: perl
4360            ! pp_sys.c thread.h
4361 ____________________________________________________________________________
4362 [ 11391] By: nick                                  on 2001/07/17  07:34:28
4363         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
4364              From:  Jonathan Stowe <gellyfish@gellyfish.com>
4365              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
4366              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
4367      Branch: perl
4368            ! utils/h2xs.PL
4369 ____________________________________________________________________________
4370 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
4371         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
4372              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
4373              and Mac::Apps::Launch, which don't work, and Time::HiRes and
4374              Time::Piece, which don't yet work.
4375      Branch: maint-5.6/macperl
4376            + (add 154 files)
4377 ____________________________________________________________________________
4378 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
4379         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
4380              Also add hack to get around missing setenv for PERL5DB.
4381      Branch: maint-5.6/macperl
4382            ! macos/macish.c macos/macish.h
4383 ____________________________________________________________________________
4384 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
4385         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
4386      Branch: maint-5.6/macperl
4387            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
4388            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
4389 ____________________________________________________________________________
4390 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
4391         Log: Fix up some configuration and make options, add extra
4392              extensions.
4393      Branch: maint-5.6/macperl
4394            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
4395            ! macos/macperl/Makefile.mk
4396 ____________________________________________________________________________
4397 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
4398         Log: From Change 11374 in maintperl.
4399      Branch: maint-5.6/macperl
4400           !> utils/h2ph.PL
4401 ____________________________________________________________________________
4402 [ 11385] By: nick                                  on 2001/07/16  14:12:58
4403         Log: Back out change to h2xs till it passes its test.
4404      Branch: perl
4405            ! utils/h2xs.PL
4406 ____________________________________________________________________________
4407 [ 11384] By: nick                                  on 2001/07/16  14:00:10
4408         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
4409              From:  Jonathan Stowe <gellyfish@gellyfish.com>
4410              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
4411              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
4412      Branch: perl
4413            ! utils/h2xs.PL
4414 ____________________________________________________________________________
4415 [ 11383] By: nick                                  on 2001/07/16  13:53:12
4416         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
4417              From:  Robin Houston <robin@kitsite.com>
4418              Date:  Sun, 15 Jul 2001 18:22:31 +0100
4419              Message-Id:  <20010715182230.A11174@robin>
4420      Branch: perl
4421            ! hints/darwin.sh
4422 ____________________________________________________________________________
4423 [ 11382] By: nick                                  on 2001/07/16  13:52:49
4424         Log: Subject:  [PATCH perl@11372] re_dup
4425              From:  Radu Greab <radu@netsoft.ro>
4426              Date:  Sun, 15 Jul 2001 04:50:06 +0300
4427              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
4428      Branch: perl
4429            ! sv.c
4430 ____________________________________________________________________________
4431 [ 11379] By: nick                                  on 2001/07/16  13:35:39
4432         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
4433              From:  Robin Houston <robin@kitsite.com>
4434              Date:  Sat, 14 Jul 2001 14:28:50 +0100
4435              Message-Id:  <20010714142850.A10205@robin>
4436      Branch: perl
4437            ! ext/B/B/Deparse.pm
4438 ____________________________________________________________________________
4439 [ 11378] By: nick                                  on 2001/07/16  13:30:36
4440         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
4441              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
4442              Date:  Sat, 14 Jul 2001 22:17:42 +0900
4443              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
4444      Branch: perl
4445            + ext/Encode/Encode/euc-jp-0212.enc
4446            ! ext/Encode/Encode/Tcl.pm
4447 ____________________________________________________________________________
4448 [ 11377] By: nick                                  on 2001/07/16  13:17:28
4449         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
4450              From:  Andy Dougherty <doughera@lafayette.edu>
4451              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
4452              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
4453      Branch: perl
4454            ! hints/darwin.sh hints/rhapsody.sh
4455 ____________________________________________________________________________
4456 [ 11376] By: nick                                  on 2001/07/16  09:05:00
4457         Log: Integrate mainline
4458      Branch: perlio
4459           +> ext/Encode/Encode/7bit-greek.enc
4460           +> ext/Encode/Encode/7bit-latin1.enc
4461           +> ext/Encode/Encode/cns11643-1.enc
4462           +> ext/Encode/Encode/cns11643-2.enc
4463           +> ext/Encode/Encode/iso2022-cn.enc
4464           +> ext/Encode/Encode/iso2022-jp1.enc
4465           +> ext/Encode/Encode/iso2022-jp2.enc
4466           !> Changes Configure MANIFEST Makefile.SH
4467           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
4468           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
4469           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
4470           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
4471           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
4472 ____________________________________________________________________________
4473 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
4474         Log: integrate change#11374 from maint-5.6
4475              
4476              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
4477      Branch: perl
4478           !> utils/h2ph.PL
4479 ____________________________________________________________________________
4480 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
4481         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
4482      Branch: maint-5.6/perl
4483            ! utils/h2ph.PL
4484 ____________________________________________________________________________
4485 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
4486         Log: Update Changes.
4487      Branch: perl
4488            ! Changes patchlevel.h
4489 ____________________________________________________________________________
4490 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
4491         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
4492              From: Jonathan Stowe <gellyfish@gellyfish.com>
4493              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
4494              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
4495      Branch: perl
4496            ! utils/h2xs.PL
4497 ____________________________________________________________________________
4498 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
4499         Log: Subject: patch to add DEL to [:cntrl:]
4500              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
4501              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
4502              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
4503      Branch: perl
4504            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
4505 ____________________________________________________________________________
4506 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
4507         Log: Metaconfig unit change for #11369; plus a dependency nit.
4508      Branch: metaconfig
4509            ! U/compline/nblock_io.U
4510      Branch: metaconfig/U/perl
4511            ! Extensions.U
4512 ____________________________________________________________________________
4513 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
4514         Log: #include <stdlib.h> so that exit() is prototyped,
4515              noticed by Hugo.
4516      Branch: perl
4517            ! Configure
4518 ____________________________________________________________________________
4519 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
4520         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
4521              From: Peter Prymmer <pvhp@forte.com>
4522              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
4523              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
4524      Branch: perl
4525            ! t/op/sprintf.t
4526 ____________________________________________________________________________
4527 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
4528         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
4529              From: Peter Prymmer <pvhp@forte.com>
4530              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
4531              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
4532      Branch: perl
4533            ! ext/Encode/Encode/Tcl.t
4534 ____________________________________________________________________________
4535 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
4536         Log: Add information about gcc 3.0 basic block profiling.
4537      Branch: perl
4538            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
4539 ____________________________________________________________________________
4540 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
4541         Log: Subject: Error in lib/PerlIO/Via.pm ?
4542              From: Mark-Jason Dominus <mjd@plover.com>
4543              Date: Fri, 13 Jul 2001 15:55:41 -0400
4544              Message-ID: <20010713195541.26751.qmail@plover.com>
4545      Branch: perl
4546            ! ext/PerlIO/Via/Via.pm
4547 ____________________________________________________________________________
4548 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
4549         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
4550              section from the Compiler section.
4551      Branch: perl
4552            ! myconfig.SH
4553 ____________________________________________________________________________
4554 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
4555         Log: Handle glibc style of constant definitions using enum
4556              with intervening #defines; from Brendan O'Dea.
4557      Branch: perl
4558            ! utils/h2ph.PL
4559 ____________________________________________________________________________
4560 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
4561         Log: Add LC_MESSAGES to the locale_h export tag (it already is
4562              in the Makefile.PL and thusly eligible for an XS constant)
4563              (see also maintperl #10543)
4564      Branch: perl
4565            ! ext/POSIX/POSIX.pm
4566 ____________________________________________________________________________
4567 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
4568         Log: Subject: Re: [patch] re_dup
4569              From: Abhijit Menon-Sen <ams@wiw.org>
4570              Date: Fri, 13 Jul 2001 21:41:09 +0530
4571              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
4572      Branch: perl
4573            ! sv.c
4574 ____________________________________________________________________________
4575 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
4576         Log: Subject: [patch] re_dup
4577              From: Doug MacEachern <dougm@covalent.net>
4578              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
4579              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
4580      Branch: perl
4581            ! sv.c
4582 ____________________________________________________________________________
4583 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
4584         Log: Update Changes.
4585      Branch: perl
4586            ! Changes patchlevel.h
4587 ____________________________________________________________________________
4588 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
4589         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
4590              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
4591              Date: Sat, 14 Jul 2001 00:06:30 +0900
4592              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
4593      Branch: perl
4594            + ext/Encode/Encode/7bit-greek.enc
4595            + ext/Encode/Encode/7bit-latin1.enc
4596            + ext/Encode/Encode/cns11643-1.enc
4597            + ext/Encode/Encode/cns11643-2.enc
4598            + ext/Encode/Encode/iso2022-cn.enc
4599            + ext/Encode/Encode/iso2022-jp1.enc
4600            + ext/Encode/Encode/iso2022-jp2.enc
4601            ! MANIFEST ext/Encode/Encode/Tcl.pm
4602            ! ext/Encode/Encode/iso2022-kr.enc
4603 ____________________________________________________________________________
4604 [ 11357] By: nick                                  on 2001/07/13  14:24:06
4605         Log: Blind integrate mainline (as of 5.7.2?)
4606      Branch: perlio
4607           !> AUTHORS Changes Porting/config.sh Porting/config_H
4608           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
4609           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
4610           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
4611           !> win32/makefile.mk
4612 ____________________________________________________________________________
4613 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
4614         Log: Snip away the devel patchlevel.
4615      Branch: perl
4616            ! patchlevel.h
4617 ____________________________________________________________________________
4618 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
4619         Log: Bump the version to 5.7.2.
4620      Branch: perl
4621            ! Porting/config.sh Porting/config_H patchlevel.h
4622            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
4623            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4624            ! win32/makefile.mk
4625 ____________________________________________________________________________
4626 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
4627         Log: Update Changes.
4628      Branch: perl
4629            ! Changes
4630 ____________________________________________________________________________
4631 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
4632         Log: Reword.
4633      Branch: perl
4634            ! AUTHORS
4635 ____________________________________________________________________________
4636 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
4637         Log: AUTHORS update.
4638      Branch: perl
4639            ! AUTHORS
4640 ____________________________________________________________________________
4641 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
4642         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
4643              unless ithreads.
4644      Branch: perl
4645            ! makedef.pl
4646 ____________________________________________________________________________
4647 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
4648         Log: Integrate perlio.
4649      Branch: perl
4650           !> win32/distclean.bat
4651 ____________________________________________________________________________
4652 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
4653         Log: Test the encoding transform only iff we have PerlIO,
4654              noticed by H. Merijn Brand.
4655      Branch: perl
4656            ! ext/PerlIO/t/encoding.t
4657 ____________________________________________________________________________
4658 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
4659         Log: README.netware tweaks from Ananth Kesari.
4660      Branch: perl
4661            ! README.netware
4662 ____________________________________________________________________________
4663 [ 11346] By: nick                                  on 2001/07/13  09:18:51
4664         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
4665              to avoid /unicode vs /Unicode issues.
4666      Branch: perlio
4667            ! win32/distclean.bat
4668 ____________________________________________________________________________
4669 [ 11345] By: nick                                  on 2001/07/13  06:24:18
4670         Log: Integrate mainline
4671      Branch: perlio
4672           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
4673            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
4674           !> (integrate 63 files)
4675 ____________________________________________________________________________
4676 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
4677         Log: Add d_bincompat5005 information to perl -V.
4678      Branch: perl
4679            ! myconfig.SH
4680 ____________________________________________________________________________
4681 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
4682         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
4683              From: Abhijit Menon-Sen <ams@wiw.org>
4684              Date: Fri, 13 Jul 2001 07:12:36 +0530
4685              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
4686      Branch: perl
4687            ! sv.c
4688 ____________________________________________________________________________
4689 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
4690         Log: Remove unicode::distinct, as per Inaba Hiroto.
4691      Branch: perl
4692            - lib/unicode/distinct.pm
4693            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
4694            ! t/lib/1_compile.t
4695 ____________________________________________________________________________
4696 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
4697         Log: Paging for Dr Octothorpe.
4698      Branch: perl
4699            ! pod/perlfaq4.pod
4700 ____________________________________________________________________________
4701 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
4702         Log: cut-n-paste error noticed by mjd.
4703      Branch: perl
4704            ! pod/perlfaq4.pod
4705 ____________________________________________________________________________
4706 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
4707         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
4708              From: Peter Prymmer <pvhp@forte.com>
4709              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
4710              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
4711      Branch: perl
4712            ! pod/perlfaq4.pod
4713 ____________________________________________________________________________
4714 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
4715         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
4716              From: Randall Gellens <randy@qualcomm.com>
4717              Date: Thu, 12 Jul 2001 16:56:23 -0700
4718              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
4719      Branch: perl
4720            ! Porting/repository.pod
4721 ____________________________________________________________________________
4722 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
4723         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
4724      Branch: perl
4725            ! thread.h
4726 ____________________________________________________________________________
4727 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
4728         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
4729              From: coral <coral@moonlight.crystalflame.net>
4730              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
4731              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
4732      Branch: perl
4733            ! thread.h
4734 ____________________________________________________________________________
4735 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
4736         Log: Metaconfig unit change for #11134.
4737      Branch: metaconfig
4738            + U/threads/d_pthread_atfork.U
4739 ____________________________________________________________________________
4740 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
4741         Log: Add HAS_PTHREAD_ATFORK.
4742      Branch: perl
4743            ! Configure NetWare/config.wc NetWare/config_H.wc
4744            ! Porting/Glossary Porting/config.sh Porting/config_H
4745            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
4746            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
4747            ! vos/config.ga.def vos/config.ga.h win32/config.bc
4748            ! win32/config.gc win32/config.vc win32/config_H.bc
4749            ! win32/config_H.gc win32/config_H.vc
4750 ____________________________________________________________________________
4751 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
4752         Log: Subject: [PATCH] File::Copy fails on tied handles
4753              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
4754              Date: Thu, 12 Jul 2001 15:18:51 -0700
4755              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
4756      Branch: perl
4757            ! lib/File/Copy.pm
4758 ____________________________________________________________________________
4759 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
4760         Log: Subject: [PATCH] Langinfo.t
4761              From: Nicholas Clark <nick@ccl4.org>
4762              Date: Thu, 12 Jul 2001 23:55:38 +0100
4763              Message-ID: <20010712235538.M5827@plum.flirble.org>
4764      Branch: perl
4765            ! ext/I18N/Langinfo/Langinfo.t
4766 ____________________________________________________________________________
4767 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
4768         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
4769              From: Peter Prymmer <pvhp@forte.com>
4770              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
4771              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
4772      Branch: perl
4773            ! pod/perl572delta.pod
4774 ____________________________________________________________________________
4775 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
4776         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
4777              From: Abhijit Menon-Sen <ams@wiw.org>
4778              Date: Fri, 13 Jul 2001 05:21:16 +0530
4779              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
4780      Branch: perl
4781            ! sv.c
4782 ____________________________________________________________________________
4783 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
4784         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
4785              From: Abhijit Menon-Sen <ams@wiw.org>
4786              Date: Fri, 13 Jul 2001 03:04:25 +0530
4787              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
4788      Branch: perl
4789            ! av.c
4790 ____________________________________________________________________________
4791 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
4792         Log: s/^M$//g
4793      Branch: perl
4794            ! win32/Makefile win32/makefile.mk
4795 ____________________________________________________________________________
4796 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
4797         Log: Update Changes.
4798      Branch: perl
4799            ! Changes patchlevel.h
4800 ____________________________________________________________________________
4801 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
4802         Log: Typo spotted by Philip Newton.
4803      Branch: perl
4804            ! pod/perl572delta.pod
4805 ____________________________________________________________________________
4806 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
4807         Log: Subject: [PATCH] fixes perl_clone of perl_clone
4808              From: Artur Bergman <artur@contiller.se>
4809              Date: Thu, 12 Jul 2001 20:57:09 +0200
4810              Message-ID: <B773BFA4.236B%artur@contiller.se>
4811      Branch: perl
4812            ! sv.c
4813 ____________________________________________________________________________
4814 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
4815         Log: Add README.uts from Hal Morris.
4816      Branch: perl
4817            + README.uts
4818            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
4819            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
4820 ____________________________________________________________________________
4821 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
4822         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
4823              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4824              Date: Thu, 12 Jul 2001 20:32:37 +0200
4825              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
4826      Branch: perl
4827            ! hints/aix.sh
4828 ____________________________________________________________________________
4829 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
4830         Log: Subject: Patch: document reg_data.what member
4831              From: Mark-Jason Dominus <mjd@plover.com>
4832              Message-ID: <20010712182532.14821.qmail@plover.com>
4833              Date: Thu, 12 Jul 2001 14:25:32 -0400
4834      Branch: perl
4835            ! regcomp.c regcomp.h
4836 ____________________________________________________________________________
4837 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
4838         Log: Subject: [PATCH] Perl_re_dup()
4839              From: Abhijit Menon-Sen <ams@wiw.org>
4840              Date: Thu, 12 Jul 2001 23:54:32 +0530
4841              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
4842      Branch: perl
4843            ! embed.h embed.pl perlapi.c proto.h sv.c
4844 ____________________________________________________________________________
4845 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
4846         Log: Regen Configure, modlib, toc.
4847      Branch: perl
4848            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4849            ! pod/perlmodlib.pod pod/perltoc.pod
4850 ____________________________________________________________________________
4851 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
4852         Log: The problem seems to be in PerlIO::Layer::->find() not
4853              accepting the ":encoding(blurflur)" arguments.
4854      Branch: perl
4855            ! lib/PerlIO.pm lib/open.pm
4856 ____________________________________________________________________________
4857 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
4858         Log: AIX doc update.
4859      Branch: perl
4860            ! README.aix pod/perl572delta.pod
4861 ____________________________________________________________________________
4862 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
4863         Log: Subject: AIX README update
4864              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4865              Date: Thu, 12 Jul 2001 19:28:30 +0200
4866              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
4867      Branch: perl
4868            ! README.aix
4869 ____________________________________________________________________________
4870 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
4871         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
4872              From: Norton Allen <allen@huarp.harvard.edu>
4873              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
4874              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
4875      Branch: perl
4876            ! ext/IO/lib/IO/t/io_unix.t
4877 ____________________________________________________________________________
4878 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
4879         Log: Subject: [PATCH README.qnx hints/qnx.sh]
4880              From: Norton Allen <allen@huarp.harvard.edu>
4881              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
4882              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
4883      Branch: perl
4884            ! README.qnx hints/qnx.sh
4885 ____________________________________________________________________________
4886 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
4887         Log: Subject: [patch] faster PM_GETRE
4888              From: Doug MacEachern <dougm@covalent.net>
4889              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
4890              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
4891      Branch: perl
4892            ! op.h
4893 ____________________________________________________________________________
4894 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
4895         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
4896              From: Doug MacEachern <dougm@covalent.net>
4897              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
4898              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
4899      Branch: perl
4900            ! op.c
4901 ____________________________________________________________________________
4902 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
4903         Log: Tell where the nice Estonian database is.
4904      Branch: perl
4905            ! lib/open.pm
4906 ____________________________________________________________________________
4907 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
4908         Log: Retract #11309 since #11310 is a better fix.
4909      Branch: perl
4910            ! t/lib/1_compile.t
4911 ____________________________________________________________________________
4912 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
4913         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
4914              change#11300 needs to return the status of failed win32_spawnvp())
4915              
4916              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
4917              splitting correctly; remove unused variables; 'require' at run time
4918              rather than 'use' at compile time for I18N::Langinfo, since it
4919              isn't everyware
4920      Branch: perl
4921            ! lib/open.pm win32/win32.c
4922 ____________________________________________________________________________
4923 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
4924         Log: Temporary workaround.
4925      Branch: perl
4926            ! t/lib/1_compile.t
4927 ____________________________________________________________________________
4928 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
4929         Log: UCD typo in #11306 and add also more known-to-be-tested
4930              modules to the skip list.
4931      Branch: perl
4932            ! t/lib/1_compile.t
4933 ____________________________________________________________________________
4934 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
4935         Log: Rename Unicode::UCD to UnicodeCD to avoid
4936              messups with case-insensitive filesystems.
4937      Branch: perl
4938            + lib/UnicodeCD.pm lib/UnicodeCD.t
4939            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
4940            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
4941 ____________________________________________________________________________
4942 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
4943         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
4944              From: daniel@biz.bitpusher.com
4945              Date: Wed, 11 Jul 2001 23:25:47 -0700
4946              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
4947      Branch: perl
4948            ! lib/Tie/Array.pm t/op/splice.t
4949 ____________________________________________________________________________
4950 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
4951         Log: Subject: [PATCH] More accurate line numbers in messages
4952              From: Paul Johnson <paul@pjcj.net>
4953              Date: Thu, 12 Jul 2001 04:14:11 +0200
4954              Message-ID: <20010712041411.A3467@pjcj.net>
4955              
4956              (With prototyping and multiplicity tweaks.)
4957      Branch: perl
4958            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
4959 ____________________________________________________________________________
4960 [ 11304] By: nick                                  on 2001/07/12  12:53:40
4961         Log: Integrate mainline
4962      Branch: perlio
4963           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
4964           !> regexec.c thread.h
4965 ____________________________________________________________________________
4966 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
4967         Log: Cut-and-pasto in #11298.
4968      Branch: perl
4969            ! ext/ByteLoader/bytecode.h
4970 ____________________________________________________________________________
4971 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
4972         Log: Update the AIX known problems section.
4973      Branch: perl
4974            ! pod/perl572delta.pod
4975 ____________________________________________________________________________
4976 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
4977         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
4978              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4979              Date: Thu, 12 Jul 2001 12:16:16 +0200
4980              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
4981      Branch: perl
4982            ! hints/aix.sh
4983 ____________________________________________________________________________
4984 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
4985         Log: Integrate perlio.
4986      Branch: perl
4987           !> makedef.pl win32/win32.c
4988 ____________________________________________________________________________
4989 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
4990         Log: Subject: [PATCH] fix for PMOP threadness failures
4991              From: Artur Bergman <artur@contiller.se>
4992              Date: Thu, 12 Jul 2001 09:48:06 +0200
4993              Message-ID: <B77322D6.22DD%artur@contiller.se>
4994      Branch: perl
4995            ! regexec.c
4996 ____________________________________________________________________________
4997 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
4998         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
4999              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
5000              Date: Thu, 12 Jul 2001 09:09:48 +0200
5001              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
5002              
5003              More parentheses to keep bcc happy.
5004      Branch: perl
5005            ! ext/ByteLoader/bytecode.h
5006 ____________________________________________________________________________
5007 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
5008         Log: Subject: Re: [patch] pthread_atfork bandaid
5009              From: Doug MacEachern <dougm@covalent.net>
5010              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
5011              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
5012      Branch: perl
5013            ! thread.h
5014 ____________________________________________________________________________
5015 [ 11296] By: nick                                  on 2001/07/12  11:55:48
5016         Log: Exclude reentrant_buffer from .def file
5017      Branch: perlio
5018            ! makedef.pl
5019 ____________________________________________________________________________
5020 [ 11295] By: nick                                  on 2001/07/12  11:11:44
5021         Log: Honour void-ness of my_exit()
5022      Branch: perlio
5023            ! win32/win32.c
5024 ____________________________________________________________________________
5025 [ 11294] By: nick                                  on 2001/07/12  07:51:04
5026         Log: Integrate mainline
5027      Branch: perlio
5028           +> uts/sprintf_wrap.c
5029           !> (integrate 35 files)
5030 ____________________________________________________________________________
5031 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
5032         Log: Retract #11289.
5033      Branch: perl
5034            ! embed.h embed.pl perl.c proto.h thread.h
5035 ____________________________________________________________________________
5036 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
5037         Log: Now the :locale pseudolayer *almost* works...
5038      Branch: perl
5039            ! lib/open.pm
5040 ____________________________________________________________________________
5041 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
5042         Log: Locale encoding tweaks.
5043      Branch: perl
5044            ! lib/open.pm
5045 ____________________________________________________________________________
5046 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
5047         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
5048              From: Mark-Jason Dominus <mjd@plover.com>
5049              Date: Thu, 12 Jul 2001 00:59:31 -0400
5050              Message-ID: <20010712045931.8543.qmail@plover.com>
5051              
5052              Remove the chmod/umask leading zero warning.
5053      Branch: perl
5054            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
5055            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
5056 ____________________________________________________________________________
5057 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
5058         Log: (Retracted by #11289.)
5059      Branch: perl
5060            ! embed.h embed.pl perl.c proto.h thread.h
5061 ____________________________________________________________________________
5062 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
5063         Log: Needed by #11283.
5064      Branch: perl
5065            ! intrpvar.h
5066 ____________________________________________________________________________
5067 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
5068         Log: Metaconfig unit change for #11286.
5069      Branch: metaconfig/U/perl
5070            ! patchlevel.U
5071 ____________________________________________________________________________
5072 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
5073         Log: Subject: Re: [PATCH Configure] perl -V broken
5074              From: Andy Dougherty <doughera@lafayette.edu>
5075              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
5076              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
5077      Branch: perl
5078            ! Configure myconfig.SH
5079 ____________________________________________________________________________
5080 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
5081         Log: Retract #11166 (and #11237).
5082      Branch: perl
5083            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
5084            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
5085            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
5086 ____________________________________________________________________________
5087 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
5088         Log: UTS tweaks for Hal Morris.
5089      Branch: perl
5090            + uts/sprintf_wrap.c
5091            ! MANIFEST hints/uts.sh perl.h
5092 ____________________________________________________________________________
5093 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
5094         Log: Subject: [PATCH] Use reentrant API glibc
5095              From: Artur Bergman <artur@contiller.se>
5096              Date: Thu, 12 Jul 2001 00:58:21 +0200
5097              Message-ID: <B772A6AD.2288%artur@contiller.se>
5098      Branch: perl
5099            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
5100            ! sv.c
5101 ____________________________________________________________________________
5102 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
5103         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
5104              From: barries <barries@slaysys.com>
5105              Date: Wed, 11 Jul 2001 15:11:46 -0400
5106              Message-ID: <20010711151146.G24560@jester.slaysys.com>
5107      Branch: perl
5108            ! pp_sys.c t/lib/warnings/doio win32/win32.c
5109 ____________________________________________________________________________
5110 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
5111         Log: Subject: [patch] pthread_atfork bandaid
5112              From: Doug MacEachern <dougm@covalent.net>
5113              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
5114              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
5115      Branch: perl
5116            ! miniperlmain.c perl.c
5117 ____________________________________________________________________________
5118 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
5119         Log: Subject: [patch] perl_clone leaks
5120              From: Doug MacEachern <dougm@covalent.net>
5121              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
5122              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
5123      Branch: perl
5124            ! sv.c
5125 ____________________________________________________________________________
5126 [ 11279] By: nick                                  on 2001/07/11  15:49:38
5127         Log: Integrate mainline
5128      Branch: perlio
5129           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
5130           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
5131           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
5132           +> lib/Term/ANSIColor/README
5133           !> (integrate 54 files)
5134 ____________________________________________________________________________
5135 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
5136         Log: Update Changes.
5137      Branch: perl
5138            ! Changes patchlevel.h
5139 ____________________________________________________________________________
5140 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
5141         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
5142              From: Peter Prymmer <pvhp@forte.com>
5143              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
5144              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
5145              
5146              Backport of embed.pl to 5.003.
5147      Branch: perl
5148            ! embed.pl
5149 ____________________________________________________________________________
5150 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
5151         Log: Subject: Re: POSIX test #14 on UTS 
5152              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5153              Date: Wed, 11 Jul 2001 03:02:14 +0100
5154              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
5155      Branch: perl
5156            ! ext/POSIX/POSIX.t
5157 ____________________________________________________________________________
5158 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
5159         Log: Make the I32 an IV to preserve structure alignment and size.
5160      Branch: perl
5161            ! op.h
5162 ____________________________________________________________________________
5163 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
5164         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
5165              From: "Artur Bergman" <artur@contiller.se>
5166              Date: Wed, 11 Jul 2001 14:23:37 +0200
5167              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
5168              
5169              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
5170      Branch: perl
5171            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
5172            ! pod/perlapi.pod sv.c
5173 ____________________________________________________________________________
5174 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
5175         Log: Tweak until Pod::Parser gets updated.
5176      Branch: perl
5177            ! t/pod/special_seqs.xr
5178 ____________________________________________________________________________
5179 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
5180         Log: File::Spec usage tweak.
5181      Branch: perl
5182            ! lib/ExtUtils.t
5183 ____________________________________________________________________________
5184 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
5185         Log: Integrate #11263 from macperl; macos and macosx updates.
5186      Branch: perl
5187           !> pod/perlport.pod
5188 ____________________________________________________________________________
5189 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
5190         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
5191              From: Peter Prymmer <pvhp@forte.com>
5192              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
5193              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
5194      Branch: perl
5195            + ext/Time/HiRes/hints/dynixptx.pl
5196            ! MANIFEST hints/dynixptx.sh
5197 ____________________________________________________________________________
5198 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
5199         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
5200              From: Nicholas Clark <nick@ccl4.org>
5201              Date: Tue, 10 Jul 2001 23:17:43 +0100
5202              Message-ID: <20010710231742.B59620@plum.flirble.org>
5203      Branch: perl
5204            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
5205 ____________________________________________________________________________
5206 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
5207         Log: Subject: [DOC PATCH] Pluggable runops
5208              From: Paul Johnson <paul@pjcj.net>
5209              Date: Tue, 10 Jul 2001 21:53:28 +0200
5210              Message-ID: <20010710215328.B26577@pjcj.net>
5211      Branch: perl
5212            ! pod/perlguts.pod
5213 ____________________________________________________________________________
5214 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
5215         Log: Subject: [PATCH] Authors
5216              From: Artur Bergman <artur@contiller.se>
5217              Date: Tue, 10 Jul 2001 20:39:12 +0200
5218              Message-ID: <B771186F.21CD%artur@contiller.se>
5219      Branch: perl
5220            ! AUTHORS
5221 ____________________________________________________________________________
5222 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
5223         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
5224              From: Doug MacEachern <dougm@covalent.net>
5225              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
5226              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
5227      Branch: perl
5228            ! pp_ctl.c
5229 ____________________________________________________________________________
5230 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
5231         Log: Subject: doc patch; times() in scalar context
5232              From: mjd@plover.com
5233              Date: 10 Jul 2001 18:01:17 -0000
5234              Message-ID: <20010710180117.12477.qmail@plover.com>
5235      Branch: perl
5236            ! pod/perlfunc.pod
5237 ____________________________________________________________________________
5238 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
5239         Log: Subject: [PATCH] Small fix to pp_gmtime
5240              From: Artur Bergman <artur@contiller.se>
5241              Date: Tue, 10 Jul 2001 19:54:52 +0200
5242              Message-ID: <B7710E0B.21C5%artur@contiller.se>
5243      Branch: perl
5244            ! pp_sys.c
5245 ____________________________________________________________________________
5246 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
5247         Log: Integrate changes from mainline perl, add notes about
5248              Mac OS X and Mac OS.
5249      Branch: maint-5.6/macperl
5250            ! pod/perlport.pod
5251 ____________________________________________________________________________
5252 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
5253         Log: A proof of the dangers of package; ?
5254      Branch: perl
5255            ! t/lib/warnings/op
5256 ____________________________________________________________________________
5257 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
5258         Log: Regen toc and modlib.
5259      Branch: perl
5260            ! pod/perlmodlib.pod pod/perltoc.pod
5261 ____________________________________________________________________________
5262 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
5263         Log: Add compexcl(), casefold(), and casespec() interfaces;
5264              and make all interfaces to return hash references instead
5265              of hashes. 
5266      Branch: perl
5267            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
5268 ____________________________________________________________________________
5269 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
5270         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
5271              From: "Philip Newton" <Philip.Newton@gmx.net>
5272              Date: Tue, 10 Jul 2001 09:55:59 +0200
5273              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
5274              
5275              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
5276              From: "Philip Newton" <Philip.Newton@gmx.net>
5277              Date: Tue, 10 Jul 2001 09:56:37 +0200
5278              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
5279      Branch: perl
5280            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
5281            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
5282 ____________________________________________________________________________
5283 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
5284         Log: Subject: [patch] undef &xsub for 1,2
5285              From: Doug MacEachern <dougm@covalent.net>
5286              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
5287              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
5288              
5289              (This version of the patch with a comment from Gisle.)
5290      Branch: perl
5291            ! op.c
5292 ____________________________________________________________________________
5293 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
5294         Log: Mention package; deprecation and the Win32 problems.
5295      Branch: perl
5296            ! pod/perl572delta.pod
5297 ____________________________________________________________________________
5298 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
5299         Log: Subject: [PATCH] deprecate package with no arguments
5300              From: Robin Houston <robin@kitsite.com>
5301              Date: Tue, 10 Jul 2001 13:33:40 +0100
5302              Message-ID: <20010710133340.A13452@robin.kitsite.com>
5303      Branch: perl
5304            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
5305 ____________________________________________________________________________
5306 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
5307         Log: Upgrade to podlators 1.10.
5308      Branch: perl
5309            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
5310            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
5311            ! pod/pod2man.PL pod/pod2text.PL
5312 ____________________________________________________________________________
5313 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
5314         Log: Upgrade to Term::ANSIColor 1.04.
5315      Branch: perl
5316            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
5317            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
5318 ____________________________________________________________________________
5319 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
5320         Log: Integrate perlio (the right fix for the ":layer(args)")
5321      Branch: perl
5322           !> perlio.c
5323 ____________________________________________________________________________
5324 [ 11252] By: nick                                  on 2001/07/10  06:58:14
5325         Log: Fix open(...,"...:layer(xxx)",...)
5326              - use memEQ not strEQ as there is '(' not '\0'
5327      Branch: perlio
5328            ! perlio.c
5329 ____________________________________________________________________________
5330 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
5331         Log: Telling the number of tests helps.
5332      Branch: perl
5333            ! ext/PerlIO/t/encoding.t
5334 ____________________________________________________________________________
5335 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
5336         Log: Require I18N::Langinfo, not use.
5337      Branch: perl
5338            ! lib/open.pm
5339 ____________________________________________________________________________
5340 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
5341         Log: Add a test for for PerlIO ":encoding(...)" layer.
5342      Branch: perl
5343            + ext/PerlIO/t/encoding.t
5344            ! MANIFEST ext/Encode/Encode.pm
5345 ____________________________________________________________________________
5346 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
5347         Log: PerlIO ":encoding(foobar)" temporary fix.
5348              Not really correct, I think, since the change means
5349              that prefixes match.
5350      Branch: perl
5351            ! perlio.c
5352 ____________________________________________________________________________
5353 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
5354         Log: Update to Math::BigInt 1.36.  The biggest news is
5355              the separation of the backend; now the pure Perl
5356              implementation is in Math::BigInt::Calc, but one
5357              can plugin, say, Math::BigInt::BitVect, and get
5358              considerable speedup.
5359      Branch: perl
5360            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
5361            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
5362            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
5363            ! lib/Math/BigInt/t/mbimbf.t
5364 ____________________________________________________________________________
5365 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
5366         Log: Subject: Re: compatibility question
5367              From: Peter Prymmer <pvhp@forte.com>
5368              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
5369              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
5370      Branch: perl
5371            ! lib/ExtUtils/MM_VMS.pm
5372 ____________________________________________________________________________
5373 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
5374         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
5375              From: Norton Allen <allen@huarp.harvard.edu>
5376              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
5377              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
5378      Branch: perl
5379            ! ext/File/Glob/t/basic.t
5380 ____________________________________________________________________________
5381 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
5382         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
5383              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
5384              Date: Tue, 10 Jul 2001 00:29:55 +0900
5385              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
5386      Branch: perl
5387            + ext/Encode/Encode/HZ.enc
5388            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
5389            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
5390            ! ext/Encode/Encode/iso2022-jp.enc
5391            ! ext/Encode/Encode/iso2022-kr.enc
5392 ____________________________________________________________________________
5393 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
5394         Log: Add in all them there macos/ files.
5395      Branch: maint-5.6/macperl
5396            + (add 577 files)
5397 ____________________________________________________________________________
5398 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
5399         Log: Add the new modules to the list of having those own tests.
5400      Branch: perl
5401            ! t/lib/1_compile.t
5402 ____________________________________________________________________________
5403 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
5404         Log: Add INOUT to control both ways at the same time.
5405      Branch: perl
5406            ! lib/open.pm
5407 ____________________________________________________________________________
5408 [ 11240] By: nick                                  on 2001/07/09  16:33:50
5409         Log: Integrate mainline
5410      Branch: perlio
5411           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
5412           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
5413           !> (integrate 41 files)
5414 ____________________________________________________________________________
5415 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
5416         Log: More encoding mapping magic.
5417      Branch: perl
5418            ! lib/open.pm
5419 ____________________________________________________________________________
5420 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
5421         Log: Update Changes.
5422      Branch: perl
5423            ! Changes patchlevel.h
5424 ____________________________________________________________________________
5425 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
5426         Log: (Retracted by #11285).
5427              
5428              Subject: [PATCH] OPpCONST_OCTAL fixes
5429              From: Abhijit Menon-Sen <ams@wiw.org>
5430              Date: Mon, 9 Jul 2001 07:38:45 +0530
5431              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
5432      Branch: perl
5433            ! op.c
5434 ____________________________________________________________________________
5435 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
5436         Log: Add a pseudolayer ":locale" to the open pragma which
5437              will get the encoding from the locale.  Yet undocumented
5438              because I can't get the PerlIO :encoding(foobar) to work.
5439      Branch: perl
5440            ! ext/Encode/Encode.pm lib/open.pm
5441 ____________________________________________________________________________
5442 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
5443         Log: Add more encoding mappings.
5444      Branch: perl
5445            ! ext/Encode/Encode.pm
5446 ____________________________________________________________________________
5447 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
5448         Log: Document that using :encoding layer requires using Encode.
5449      Branch: perl
5450            ! ext/Encode/Encode.pm lib/PerlIO.pm
5451 ____________________________________________________________________________
5452 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
5453         Log: Netware tweak from Ananth Kesari.
5454      Branch: perl
5455            ! NetWare/netware.h
5456 ____________________________________________________________________________
5457 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
5458         Log: t/harness doesn't know about run/*.t
5459      Branch: perl
5460            ! t/harness
5461 ____________________________________________________________________________
5462 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
5463         Log: run/exit.t busted on windows
5464      Branch: perl
5465            ! t/run/exit.t
5466 ____________________________________________________________________________
5467 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
5468         Log: fix a couple of UCD.t tests that fail due to bad case
5469      Branch: perl
5470            ! lib/Unicode/UCD.t
5471 ____________________________________________________________________________
5472 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
5473         Log: test skip logic was broken
5474      Branch: perl
5475            ! ext/I18N/Langinfo/Langinfo.t
5476 ____________________________________________________________________________
5477 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
5478         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
5479              failure of ExtUtils.t#27 when built in debug mode)
5480      Branch: perl
5481            ! lib/ExtUtils/MM_Win32.pm
5482 ____________________________________________________________________________
5483 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
5484         Log: I18N::Langinfo is not available on windows
5485      Branch: perl
5486            ! win32/FindExt.pm
5487 ____________________________________________________________________________
5488 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
5489         Log: save a dTHX
5490      Branch: perl
5491            ! ext/POSIX/POSIX.xs
5492 ____________________________________________________________________________
5493 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
5494         Log: Update Changes.
5495      Branch: perl
5496            ! Changes patchlevel.h
5497 ____________________________________________________________________________
5498 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
5499         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
5500              as pointed out by Sarathy.
5501      Branch: perl
5502            ! ext/I18N/Langinfo/Langinfo.xs
5503 ____________________________________________________________________________
5504 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
5505         Log: Retract #11212.
5506      Branch: perl
5507            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
5508 ____________________________________________________________________________
5509 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
5510         Log: Bump up the VERSION of Cwd.xs.
5511      Branch: perl
5512            ! ext/Cwd/Makefile.PL
5513 ____________________________________________________________________________
5514 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
5515         Log: Retract #11220, the problem wasn't the missing leading zero.
5516              Here's the problem:
5517              $ ./perl -we 'chmod(oct("755"), ".")'
5518              Non-octal literal mode (493) specified at -e line 1.
5519              (Did you mean 0493 instead?)
5520      Branch: perl
5521            ! lib/ExtUtils/MM_Unix.pm
5522 ____________________________________________________________________________
5523 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
5524         Log: (Retracted by #11221)
5525              Change the PERM_RW and PERM_RWX to 0644 and 0755
5526              (add the leading zero).
5527      Branch: perl
5528            ! lib/ExtUtils/MM_Unix.pm
5529 ____________________________________________________________________________
5530 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
5531         Log: Integrate changes #11193, 11205, 11209 from macperl.
5532              
5533              Fix up AutoLoader to fudge for Mac paths in import().
5534              
5535              Allow symbols in try_symbol() to begin with "_".
5536              
5537              Small portability fix for Mac OS.
5538      Branch: perl
5539           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
5540 ____________________________________________________________________________
5541 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
5542         Log: Metaconfig unit change for #11217.
5543      Branch: metaconfig/U/perl
5544            ! Extensions.U
5545 ____________________________________________________________________________
5546 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
5547         Log: Detypo, problem noticed by Gerrit P. Haase.
5548      Branch: perl
5549            ! Configure config_h.SH
5550 ____________________________________________________________________________
5551 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
5552         Log: Cwd cleanups.
5553      Branch: perl
5554            ! ext/Cwd/Cwd.xs
5555 ____________________________________________________________________________
5556 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
5557         Log: Slight tweaks on #11213.
5558      Branch: perl
5559            ! toke.c
5560 ____________________________________________________________________________
5561 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
5562         Log: A missing dTHX noticed by Gerrit P. Haase.
5563      Branch: perl
5564            ! ext/POSIX/POSIX.xs
5565 ____________________________________________________________________________
5566 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
5567         Log: Subject: [PATCH toke.c] Simplify yytoke()
5568              From: Simon Cozens <simon@netthink.co.uk>
5569              Date: Sun, 8 Jul 2001 13:24:34 +0100
5570              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
5571              
5572              Split out pending_ident().
5573      Branch: perl
5574            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
5575 ____________________________________________________________________________
5576 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
5577         Log: (Retracted by #11223.)
5578              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
5579              Date: Wed, 05 Nov 1997 17:22:34 -0600
5580              From: Graham Barr <gbarr@ti.com>
5581              Message-Id: <3460FFBA.6DA51F46@ti.com>
5582      Branch: perl
5583            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
5584 ____________________________________________________________________________
5585 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
5586         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
5587      Branch: perl
5588            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
5589            ! pod/perllocale.pod
5590 ____________________________________________________________________________
5591 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
5592         Log: Really do the test under the C locale.
5593      Branch: perl
5594            ! ext/I18N/Langinfo/Langinfo.t
5595 ____________________________________________________________________________
5596 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
5597         Log: Small portability fix for Mac OS.
5598      Branch: maint-5.6/macperl
5599            ! lib/Cwd.pm
5600 ____________________________________________________________________________
5601 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
5602         Log: Metaconfig unit change for #11207.
5603      Branch: metaconfig/U/perl
5604            ! Extensions.U
5605 ____________________________________________________________________________
5606 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
5607         Log: Add I18N::Langinfo, which is basically a wrapper around
5608              nl_langinfo(), which is an additional way to query locale
5609              specific information.
5610      Branch: perl
5611            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
5612            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
5613            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
5614 ____________________________________________________________________________
5615 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
5616         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
5617              used in File::Find tests; replace with if.t.
5618      Branch: maint-5.6/macperl
5619            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
5620            ! t/pragma/warn/op
5621 ____________________________________________________________________________
5622 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
5623         Log: Allow symbols in try_symbol() to begin with "_".
5624      Branch: maint-5.6/macperl
5625            ! makedef.pl
5626 ____________________________________________________________________________
5627 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
5628         Log: Sync up the File::Find changes from the rewrite by
5629              Thomas Wegner, et al.
5630      Branch: maint-5.6/macperl
5631            + t/lib/filefind-taint.t
5632            ! lib/File/Find.pm t/lib/filefind.t
5633 ____________________________________________________________________________
5634 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
5635         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
5636              From: Thomas Wegner <wegner_thomas@yahoo.com>
5637              Date: Thu, 5 Jul 2001 20:31:25 +0200
5638              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
5639      Branch: maint-5.6/macperl
5640            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
5641 ____________________________________________________________________________
5642 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
5643         Log: Some more test portability fixes.
5644      Branch: maint-5.6/macperl
5645            ! t/lib/filecopy.t t/pragma/warn/pp_sys
5646 ____________________________________________________________________________
5647 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
5648         Log: The #11200 removed wrong (non-existent) target.  Duh.
5649      Branch: perl
5650            ! Makefile.SH
5651 ____________________________________________________________________________
5652 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
5653         Log: Zap the lib/re.pm before creating it.
5654      Branch: perl
5655            ! Makefile.SH
5656 ____________________________________________________________________________
5657 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
5658         Log: Another test.  Please ignore.
5659      Branch: maint-5.6/macperl
5660            ! README.macos
5661 ____________________________________________________________________________
5662 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
5663         Log: Portability fixes for a lot of tests, especially IO-related
5664              tests, and warnings, and the harness script.
5665      Branch: maint-5.6/macperl
5666            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
5667            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
5668            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
5669            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
5670            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
5671            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
5672            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
5673            ! t/pragma/warnings.t
5674 ____________________________________________________________________________
5675 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
5676         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
5677              From: Nicholas Clark <nick@ccl4.org>
5678              Date: Sat, 7 Jul 2001 21:00:17 +0100
5679              Message-ID: <20010707210017.H59620@plum.flirble.org>
5680      Branch: perl
5681            ! lib/h2xs.t
5682 ____________________________________________________________________________
5683 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
5684         Log: The UNICOS/mk SysV IPC problem has been fixed.
5685      Branch: perl
5686            ! pod/perl572delta.pod
5687 ____________________________________________________________________________
5688 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
5689         Log: Slight update tweaks on perlunicode.pod.
5690      Branch: perl
5691            ! pod/perlunicode.pod
5692 ____________________________________________________________________________
5693 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
5694         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
5695              From: Mark-Jason Dominus <mjd@plover.com>
5696              Date: Sat, 07 Jul 2001 13:04:04 -0400
5697              Message-ID: <20010707170404.32694.qmail@plover.com>
5698      Branch: perl
5699            ! ext/DB_File/DB_File.pm
5700 ____________________________________________________________________________
5701 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
5702         Log: Fix up AutoLoader to fudge for Mac paths in import().
5703      Branch: maint-5.6/macperl
5704            ! lib/AutoLoader.pm
5705 ____________________________________________________________________________
5706 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
5707         Log: Try to force the lib/re.pm to be there before entering
5708              the extensions builds, should help for parallel makes.
5709      Branch: perl
5710            ! Makefile.SH
5711 ____________________________________________________________________________
5712 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
5713         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
5714              From: Norton Allen <allen@huarp.harvard.edu>
5715              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
5716              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
5717      Branch: perl
5718            ! ext/POSIX/POSIX.xs
5719 ____________________________________________________________________________
5720 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
5721         Log: Subject: [PATCH] Re: op/arith.t
5722              From: Nicholas Clark <nick@ccl4.org>
5723              Date: Sat, 7 Jul 2001 13:04:54 +0100
5724              Message-ID: <20010707130454.D59620@plum.flirble.org>
5725      Branch: perl
5726            ! numeric.c toke.c
5727 ____________________________________________________________________________
5728 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
5729         Log: Subject: [PATCH] h2xs
5730              From: Nicholas Clark <nick@ccl4.org>
5731              Date: Fri, 6 Jul 2001 23:25:14 +0100
5732              Message-ID: <20010706232514.X59620@plum.flirble.org>
5733      Branch: perl
5734            ! utils/h2xs.PL
5735 ____________________________________________________________________________
5736 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
5737         Log: Subject: Re: bleedperl perl_alloc..free leakage
5738              From: Radu Greab <radu@netsoft.ro>
5739              Date: Fri, 6 Jul 2001 19:48:54 +0300
5740              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
5741              
5742              Leak-be-gone.
5743      Branch: perl
5744            ! op.c
5745 ____________________________________________________________________________
5746 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
5747         Log: Test again.  Please ignore.
5748      Branch: maint-5.6/macperl
5749            ! README.macos
5750 ____________________________________________________________________________
5751 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
5752         Log: Test.  Please ignore.
5753      Branch: maint-5.6/macperl
5754            ! README.macos
5755 ____________________________________________________________________________
5756 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
5757         Log: Include changes already sent in separately as patches,
5758              before branch was created.
5759      Branch: maint-5.6/macperl
5760            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
5761            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
5762            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
5763            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
5764            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
5765            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
5766            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
5767            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
5768            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
5769            ! t/pragma/strict.t
5770 ____________________________________________________________________________
5771 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
5772         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
5773              From: Norton Allen <allen@huarp.harvard.edu>
5774              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
5775              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
5776      Branch: perl
5777            ! utf8.h
5778 ____________________________________________________________________________
5779 [ 11183] By: nick                                  on 2001/07/06  16:27:40
5780         Log: Integrate mainline
5781      Branch: perlio
5782           +> (branch 42 files)
5783            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
5784            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
5785            - win32/bin/mdelete.bat
5786           !> (integrate 215 files)
5787 ____________________________________________________________________________
5788 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
5789         Log: The #11166 needed also these updated.
5790      Branch: perl
5791            ! lib/warnings.pm warnings.h
5792 ____________________________________________________________________________
5793 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
5794         Log: Update Changes.
5795      Branch: perl
5796            ! Changes patchlevel.h
5797 ____________________________________________________________________________
5798 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
5799         Log: Regen toc.
5800      Branch: perl
5801            ! pod/perltoc.pod
5802 ____________________________________________________________________________
5803 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
5804         Log: Nit from Abhijit.
5805      Branch: perl
5806            ! lib/CPAN.pm
5807 ____________________________________________________________________________
5808 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
5809         Log: Retract #11172.
5810      Branch: perl
5811            ! t/op/method.t
5812 ____________________________________________________________________________
5813 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
5814         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
5815              From: Norton Allen <allen@huarp.harvard.edu>
5816              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
5817              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
5818      Branch: perl
5819            ! lib/Cwd.pm
5820 ____________________________________________________________________________
5821 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
5822         Log: (Accidentally empty check-in.)
5823      Branch: perl
5824            ! utf8.h
5825 ____________________________________________________________________________
5826 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
5827         Log: Retract #11165 since Sarathy pointed out it'll not
5828              work properly under threads, the problem should be
5829              solved using "the savestack, either via SSNEW() or
5830              using a newSVpv()+SAVEFREESV() combo."
5831      Branch: perl
5832            ! ext/POSIX/POSIX.xs
5833 ____________________________________________________________________________
5834 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
5835         Log: Retract #11125 since NI-S pointed out it'll not work in
5836              cases where the extension has their own handcrafted INC
5837              et alia.
5838      Branch: perl
5839            ! lib/ExtUtils/MM_Unix.pm
5840 ____________________________________________________________________________
5841 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
5842         Log: Subject: RE: [PATCH] -I and MakeMaker again
5843              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
5844              Date: Fri, 6 Jul 2001 09:18:29 +0200
5845              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
5846      Branch: perl
5847            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
5848            ! lib/ExtUtils/MM_Win32.pm
5849 ____________________________________________________________________________
5850 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
5851         Log: (Retracted by #11178)
5852              Subject: [PATCH t/op/method.t] SUPER:: strangeness
5853              From: Piers Cawley <pdcawley@iterative-software.com>
5854              Date: 06 Jul 2001 10:49:01 +0100
5855              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
5856      Branch: perl
5857            ! t/op/method.t
5858 ____________________________________________________________________________
5859 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
5860         Log: VOS README update from Paul Green.
5861      Branch: perl
5862            ! README.vos
5863 ____________________________________________________________________________
5864 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
5865         Log: Subject: [PATCH README.qnx hints/qnx.sh]
5866              From: Norton Allen <allen@huarp.harvard.edu>
5867              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
5868              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
5869      Branch: perl
5870            ! README.qnx hints/qnx.sh
5871 ____________________________________________________________________________
5872 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
5873         Log: Subject: [PATCH] Doc patch for Tie::Hash
5874              From: Artur Bergman <artur@contiller.se>
5875              Date: Thu, 05 Jul 2001 22:51:18 +0200
5876              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
5877      Branch: perl
5878            ! lib/Tie/Hash.pm
5879 ____________________________________________________________________________
5880 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
5881         Log: Subject: [PATCH] perlfaq4.pod
5882              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
5883              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
5884              Date: Thu, 5 Jul 2001 18:44:10 +0100 
5885      Branch: perl
5886            ! pod/perlfaq4.pod
5887 ____________________________________________________________________________
5888 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
5889         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
5890              From: Robin Houston <robin@kitsite.com>
5891              Date: Thu, 5 Jul 2001 18:33:21 +0100
5892              Message-ID: <20010705183321.A27345@robin.kitsite.com>
5893      Branch: perl
5894            ! ext/B/B/Deparse.pm
5895 ____________________________________________________________________________
5896 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
5897         Log: (Retracted by #11285.)
5898              
5899              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
5900              From: Abhijit Menon-Sen <ams@wiw.org>
5901              Date: Fri, 6 Jul 2001 01:26:32 +0530
5902              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
5903      Branch: perl
5904            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
5905            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
5906            ! warnings.pl
5907 ____________________________________________________________________________
5908 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
5909         Log: (Retracted by #11175)
5910              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
5911              From: Norton Allen <allen@huarp.harvard.edu>
5912              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
5913              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
5914      Branch: perl
5915            ! ext/POSIX/POSIX.xs
5916 ____________________________________________________________________________
5917 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
5918         Log: Unterminated C< (noticed by Richard Hatch), and few other
5919              small Unicode doc tweaks.
5920      Branch: perl
5921            ! pod/perlretut.pod
5922 ____________________________________________________________________________
5923 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
5924         Log: More flexible argument understanding; add charblocks() and
5925              charscripts(); make charblock() and charscript() two-way;
5926              add charinrange(); separate the $Unicode::UCD::VERSION and
5927              the version of the Unicode by adding UnicodeVersion().
5928      Branch: perl
5929            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
5930 ____________________________________________________________________________
5931 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
5932         Log: Update Unicode::UCD on \p{In...}.
5933      Branch: perl
5934            ! lib/Unicode/UCD.pm
5935 ____________________________________________________________________________
5936 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
5937         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
5938              From: Norton Allen <allen@huarp.harvard.edu>
5939              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
5940              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
5941      Branch: perl
5942            ! lib/ExtUtils/MM_Unix.pm
5943 ____________________________________________________________________________
5944 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
5945         Log: POSIX-BC tweaks from Thomas Dorner.
5946      Branch: perl
5947            ! hints/posix-bc.sh perlio.h
5948 ____________________________________________________________________________
5949 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
5950         Log: Module updates for the delta.
5951      Branch: perl
5952            ! pod/perl572delta.pod
5953 ____________________________________________________________________________
5954 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
5955         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
5956              From: Norton Allen <allen@huarp.harvard.edu>
5957              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
5958              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
5959      Branch: perl
5960            ! ext/IO/lib/IO/t/io_sock.t
5961 ____________________________________________________________________________
5962 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
5963         Log: Subject: [PATCH perldiag.pod] Quick fixes
5964              From: Simon Cozens <simon@netthink.co.uk>
5965              Date: Wed, 4 Jul 2001 20:22:12 +0100
5966              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
5967      Branch: perl
5968            ! pod/perldiag.pod
5969 ____________________________________________________________________________
5970 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
5971         Log: Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
5972              From: Radu Greab <radu@netsoft.ro>
5973              Date: Wed, 4 Jul 2001 22:13:31 +0300
5974              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
5975      Branch: perl
5976            ! op.c sv.c t/op/pos.t
5977 ____________________________________________________________________________
5978 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
5979         Log: Subject: [PATCH] -I and MakeMaker again
5980              From: Michael G Schwern <schwern@pobox.com>
5981              Date: Wed, 4 Jul 2001 15:03:07 -0400
5982              Message-ID: <20010704150307.I20340@blackrider>
5983              
5984              (and retract #11145)
5985      Branch: perl
5986            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
5987            ! lib/ExtUtils/MakeMaker.pm
5988 ____________________________________________________________________________
5989 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
5990         Log: Subject: Re: PERFORCE change 11142 for review
5991              From: "Philip Newton" <Philip.Newton@gmx.net>
5992              Date: Wed, 4 Jul 2001 20:46:26 +0200
5993              Message-Id: <200107041841.VAA25380@taas.iki.fi>
5994      Branch: perl
5995            ! lib/ExtUtils/MakeMaker.pm
5996 ____________________________________________________________________________
5997 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
5998         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
5999              From: Jonathan Stowe <gellyfish@gellyfish.com>
6000              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
6001              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
6002      Branch: perl
6003            ! utils/pl2pm.PL
6004 ____________________________________________________________________________
6005 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
6006         Log: fix the binary compatibility issue when building with/without
6007              usemymalloc by exporting Perl_malloc() et al as simple wrappers
6008              around the system functions (this allows most extensions built
6009              using one mode to coexist with perls built in the other mode)
6010              
6011              XXX the Perl_mfree() wrapper might need to do return(free()) on
6012              platforms where Free_t isn't "void"
6013      Branch: perl
6014            ! embed.h embed.pl makedef.pl proto.h util.c
6015 ____________________________________________________________________________
6016 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
6017         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
6018              since it doesn't ensure threads other than the one calling fork()
6019              aren't holding any locks; the fix is to use pthread_atfork() to
6020              hold global locks
6021              
6022              building perl with -Dusemymalloc exacerbates the problem since
6023              Perl_malloc() holds a mutex, and perl's exec() calls New()
6024              
6025              XXX the code in win32thread.h may be needed on platforms that have
6026              no pthread_atfork()
6027      Branch: perl
6028            ! perl.c thread.h win32/win32thread.h
6029 ____________________________________________________________________________
6030 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
6031         Log: Integrate #11009 from maintperl.
6032      Branch: maint-5.6/macperl
6033           !> lib/ExtUtils/Manifest.pm
6034 ____________________________________________________________________________
6035 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
6036         Log: Flexing my Perforce muscles.
6037      Branch: maint-5.6/macperl
6038            ! README.macos
6039 ____________________________________________________________________________
6040 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
6041         Log: Update Changes.
6042      Branch: perl
6043            ! Changes patchlevel.h
6044 ____________________________________________________________________________
6045 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
6046         Log: Metaconfig unit change for #11146.
6047      Branch: metaconfig/U/perl
6048            ! d_fcntl_can_lock.U
6049 ____________________________________________________________________________
6050 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
6051         Log: Somehow the #ifdefs of the added code (in #11093) made
6052              HP-UX to fail the fcntl locking test, without the ifdefs
6053              the test seems to be working again.  Reason unknown:
6054              HP-UX cc doesn't complain either way.
6055      Branch: perl
6056            ! Configure
6057 ____________________________________________________________________________
6058 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
6059         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
6060      Branch: perl
6061            ! lib/ExtUtils/MM_Unix.pm
6062 ____________________________________________________________________________
6063 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
6064         Log: gcc -Wall nit.
6065      Branch: perl
6066            ! pp_hot.c
6067 ____________________________________________________________________________
6068 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
6069         Log: When removing tests updating the test count is a good idea, too.
6070      Branch: perl
6071            ! lib/Net/t/require.t
6072 ____________________________________________________________________________
6073 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
6074         Log: Document #11134 and add the new symbols to the list of
6075              of MakeMaker known ones.
6076      Branch: perl
6077            ! lib/ExtUtils/MakeMaker.pm
6078 ____________________________________________________________________________
6079 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
6080         Log: Microperl update.
6081      Branch: perl
6082            ! uconfig.h
6083 ____________________________________________________________________________
6084 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
6085         Log: Update the libnet tests as per #11138.
6086      Branch: perl
6087            - lib/Net/t/ph.t
6088            ! MANIFEST lib/Net/t/require.t
6089 ____________________________________________________________________________
6090 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
6091         Log: Regen toc and modlib.
6092      Branch: perl
6093            ! pod/perlmodlib.pod pod/perltoc.pod
6094 ____________________________________________________________________________
6095 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
6096         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
6097              Graham's request.
6098      Branch: perl
6099            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
6100            ! MANIFEST
6101 ____________________________________________________________________________
6102 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
6103         Log: Add the OS/390 harness results to the delta.
6104      Branch: perl
6105            ! pod/perl572delta.pod
6106 ____________________________________________________________________________
6107 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
6108         Log: Avoid the two study tests in OS/390 until the bug has been solved.
6109      Branch: perl
6110            ! t/op/study.t
6111 ____________________________________________________________________________
6112 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
6113         Log: DOS/DJGPP tweaks from Laszlo Molnar.
6114      Branch: perl
6115            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
6116 ____________________________________________________________________________
6117 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
6118         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
6119              From: Michael G Schwern <schwern@pobox.com>
6120              Date: Wed, 4 Jul 2001 00:01:16 -0400
6121              Message-ID: <20010704000116.C591@blackrider>
6122      Branch: perl
6123            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
6124 ____________________________________________________________________________
6125 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
6126         Log: The #11132 missed singleton characters (not part
6127              of a unilo..unihi range) in Unicode scripts.
6128      Branch: perl
6129            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
6130            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
6131            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
6132            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
6133            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
6134            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
6135            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
6136            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
6137            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
6138            ! lib/unicode/mktables.PL t/op/pat.t
6139 ____________________________________________________________________________
6140 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
6141         Log: Support preferentially the Unicode 'scripts' definition
6142              in the \p{In...} notation since according to Unicode the
6143              scripts concept is more natural for matching than using
6144              the somewhat artificial block names.  The block names are
6145              still available, though, and if there's a name conflict,
6146              the scripts one wins and the blocks one has to do with
6147              'Block' appended to its name.  For more information see
6148              
6149              http://www.unicode.org/unicode/reports/tr24/
6150      Branch: perl
6151            + lib/unicode/In/100.pl lib/unicode/In/101.pl
6152            + lib/unicode/In/102.pl lib/unicode/In/103.pl
6153            + lib/unicode/In/104.pl lib/unicode/In/105.pl
6154            + lib/unicode/In/106.pl lib/unicode/In/107.pl
6155            + lib/unicode/In/108.pl lib/unicode/In/109.pl
6156            + lib/unicode/In/110.pl lib/unicode/In/111.pl
6157            + lib/unicode/In/112.pl lib/unicode/In/113.pl
6158            + lib/unicode/In/114.pl lib/unicode/In/115.pl
6159            + lib/unicode/In/116.pl lib/unicode/In/117.pl
6160            + lib/unicode/In/118.pl lib/unicode/In/119.pl
6161            + lib/unicode/In/120.pl lib/unicode/In/121.pl
6162            + lib/unicode/In/122.pl lib/unicode/In/123.pl
6163            + lib/unicode/In/124.pl lib/unicode/In/125.pl
6164            + lib/unicode/In/126.pl lib/unicode/In/127.pl
6165            + lib/unicode/In/128.pl lib/unicode/In/129.pl
6166            + lib/unicode/In/130.pl lib/unicode/In/131.pl
6167            + lib/unicode/In/132.pl lib/unicode/In/133.pl
6168            + lib/unicode/In/134.pl lib/unicode/In/135.pl
6169            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
6170            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
6171            ! (edit 106 files)
6172 ____________________________________________________________________________
6173 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
6174         Log: Better document the difference between a block and a script.
6175      Branch: perl
6176            ! lib/Unicode/UCD.pm
6177 ____________________________________________________________________________
6178 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
6179         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
6180              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
6181              Date: Tue, 3 Jul 2001 15:04:23 -0500
6182              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
6183      Branch: perl
6184            ! lib/CPAN.pm
6185 ____________________________________________________________________________
6186 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
6187         Log: Add tests for charscript().
6188      Branch: perl
6189            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
6190 ____________________________________________________________________________
6191 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
6192         Log: Add charscript() to get the UTR#24 script names of characters.
6193      Branch: perl
6194            ! lib/Unicode/UCD.pm
6195 ____________________________________________________________________________
6196 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
6197         Log: Todo updates.
6198      Branch: perl
6199            ! pod/perltodo.pod
6200 ____________________________________________________________________________
6201 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
6202         Log: Unicode::UCD updates.
6203      Branch: perl
6204            ! lib/Unicode/UCD.pm
6205 ____________________________________________________________________________
6206 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
6207         Log: (Retracted by #11174)
6208              Subject: MakeMaker should pass through DEFINE and INC to subdirs
6209              From: Alan Burlison <Alan.Burlison@sun.com>
6210              Date: Tue, 03 Jul 2001 15:20:13 +0100
6211              Message-ID: <3B41D49D.A923D4F9@sun.com>
6212      Branch: perl
6213            ! lib/ExtUtils/MM_Unix.pm
6214 ____________________________________________________________________________
6215 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
6216         Log: Subject: Patch needed for UTS
6217              From: hom00@utsglobal.com (Hal Morris)
6218              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
6219              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
6220              
6221              Replace #11113 with a better version.
6222      Branch: perl
6223            ! perl.h
6224 ____________________________________________________________________________
6225 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
6226         Log: Subject: Re: POINTERRIGOR
6227              From: Andy Dougherty <doughera@lafayette.edu>
6228              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
6229              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
6230      Branch: perl
6231            ! util.c
6232 ____________________________________________________________________________
6233 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
6234         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
6235              From: "Philip Newton" <pnewton@gmx.de>
6236              Date: Tue, 3 Jul 2001 17:03:34 +0200
6237              Message-ID: <3B41FAE6.29564.660E117@localhost>
6238      Branch: perl
6239            ! pp_hot.c
6240 ____________________________________________________________________________
6241 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
6242         Log: Typos.
6243      Branch: perl
6244            ! INSTALL
6245 ____________________________________________________________________________
6246 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
6247         Log: Subject: [PATCH 5.6.1] debugger fixes
6248              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6249              Date: Tue, 3 Jul 2001 03:38:18 -0400
6250              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
6251              
6252              The $^S is working again.
6253      Branch: perl
6254            ! lib/perl5db.pl
6255 ____________________________________________________________________________
6256 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
6257         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
6258              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6259              Date: Tue, 3 Jul 2001 03:34:06 -0400
6260              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
6261      Branch: perl
6262            ! os2/OS2/Process/Process.pm
6263 ____________________________________________________________________________
6264 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
6265         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
6266              From: "Philip Newton" <Philip.Newton@gmx.net>
6267              Date: Tue, 3 Jul 2001 09:11:27 +0200
6268              Message-Id: <200107030706.KAA04596@taas.iki.fi>
6269      Branch: perl
6270            ! lib/FindBin.pm
6271 ____________________________________________________________________________
6272 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
6273         Log: Delta delta.
6274      Branch: perl
6275            ! pod/perl572delta.pod
6276 ____________________________________________________________________________
6277 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
6278         Log: Metaconfig unit change for 11115.
6279      Branch: metaconfig
6280            ! U/modified/libc.U
6281 ____________________________________________________________________________
6282 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
6283         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
6284              (from Richard Hatch) (this was the cause of pipes() and
6285              times() myeteriously not being found)
6286      Branch: perl
6287            ! Configure
6288 ____________________________________________________________________________
6289 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
6290         Log: Retract #10142, the real culprit found by Richard Hatch,
6291              coming soon to Configure near you.
6292      Branch: perl
6293            ! hints/aix.sh
6294 ____________________________________________________________________________
6295 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
6296         Log: (Replaced by #11124) UTS workaround from Hal Morris.
6297      Branch: perl
6298            ! perl.h
6299 ____________________________________________________________________________
6300 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
6301         Log: Subject: [PATCH] grok not grocking correctly
6302              From: Nicholas Clark <nick@ccl4.org>
6303              Date: Tue, 3 Jul 2001 00:19:08 +0100
6304              Message-ID: <20010703001908.H59620@plum.flirble.org>
6305      Branch: perl
6306            ! numeric.c
6307 ____________________________________________________________________________
6308 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
6309         Log: Subject: [PATCH Deparse.t] test just-posted patches
6310              From: Robin Houston <robin@kitsite.com>
6311              Date: Mon, 2 Jul 2001 23:46:15 +0100
6312              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
6313      Branch: perl
6314            ! ext/B/Deparse.t
6315 ____________________________________________________________________________
6316 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
6317         Log: Subject: [PATCH toke.c] autosplit into @F
6318              From: Robin Houston <robin@kitsite.com>
6319              Date: Mon, 2 Jul 2001 23:18:20 +0100
6320              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
6321      Branch: perl
6322            ! perl.c toke.c
6323 ____________________________________________________________________________
6324 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
6325         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
6326              From: Robin Houston <robin@kitsite.com>
6327              Date: Mon, 2 Jul 2001 23:00:48 +0100
6328              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
6329      Branch: perl
6330            ! ext/B/B/Deparse.pm
6331 ____________________________________________________________________________
6332 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
6333         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
6334              From: "Philip Newton" <Philip.Newton@gmx.net>
6335              Date: Mon, 2 Jul 2001 22:06:22 +0200
6336              (no Message-Id)
6337      Branch: perl
6338            ! ext/NDBM_File/hints/linux.pl
6339 ____________________________________________________________________________
6340 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
6341         Log: Subject: Re: Fixed pack problem - sort of
6342              From: Nicholas Clark <nick@ccl4.org>
6343              Date: Mon, 2 Jul 2001 20:59:20 +0100
6344              Message-ID: <20010702205919.F59620@plum.flirble.org>
6345      Branch: perl
6346            ! pp_pack.c t/op/pack.t
6347 ____________________________________________________________________________
6348 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
6349         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
6350              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6351              Date: Mon, 2 Jul 2001 15:45:41 -0400
6352              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
6353      Branch: perl
6354            ! os2/os2.c
6355 ____________________________________________________________________________
6356 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
6357         Log: (Mistaken retraction)
6358      Branch: perl
6359            ! utils/pl2pm.PL
6360 ____________________________________________________________________________
6361 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
6362         Log: Detypo in #11103.
6363      Branch: perl
6364            ! utils/pl2pm.PL
6365 ____________________________________________________________________________
6366 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
6367         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
6368              From: Jonathan Stowe <gellyfish@gellyfish.com>
6369              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
6370              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
6371      Branch: perl
6372            ! utils/pl2pm.PL
6373 ____________________________________________________________________________
6374 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
6375         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
6376              From: "Craig A. Berry" <craigberry@mac.com>
6377              Date: Mon, 02 Jul 2001 14:11:23 -0500
6378              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
6379      Branch: perl
6380            ! lib/Unicode/UCD.pm
6381 ____________________________________________________________________________
6382 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
6383         Log: Subject: [PATCH] Re: op/numconvert.t failures
6384              From: Nicholas Clark <nick@ccl4.org>
6385              Date: Mon, 2 Jul 2001 20:10:48 +0100
6386              Message-ID: <20010702201048.E59620@plum.flirble.org>
6387      Branch: perl
6388            ! t/op/numconvert.t
6389 ____________________________________________________________________________
6390 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
6391         Log: Update Changes.
6392      Branch: perl
6393            ! Changes patchlevel.h
6394 ____________________________________________________________________________
6395 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
6396         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
6397              The real fix must be more involved.  The line of code all the leaky
6398              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
6399              line of Perl_newPMOP().
6400      Branch: perl
6401            ! op.h
6402 ____________________________________________________________________________
6403 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
6404         Log: Based on
6405              
6406              Subject: Re: sizeof(struct sembuf)
6407              From: Nicholas Clark <nick@ccl4.org>
6408              Date: Sun, 1 Jul 2001 22:26:48 +0100
6409              Message-ID: <20010701222648.W59620@plum.flirble.org>
6410              
6411              but do semop() always the slow way.
6412      Branch: perl
6413            ! doio.c
6414 ____________________________________________________________________________
6415 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
6416         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
6417              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
6418              Date: Tue, 03 Jul 2001 00:56:30 +0900
6419              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
6420      Branch: perl
6421            ! ext/Encode/Encode/Tcl.t
6422 ____________________________________________________________________________
6423 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
6424         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
6425              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
6426              Date: Tue, 03 Jul 2001 00:55:46 +0900
6427              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
6428      Branch: perl
6429            ! ext/Encode/Encode/Tcl.pm
6430 ____________________________________________________________________________
6431 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
6432         Log: Regen api and toc.
6433      Branch: perl
6434            ! pod/perlapi.pod pod/perltoc.pod
6435 ____________________________________________________________________________
6436 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
6437         Log: Metaconfig unit change for #11093.
6438      Branch: metaconfig/U/perl
6439            ! d_fcntl_can_lock.U
6440 ____________________________________________________________________________
6441 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
6442         Log: The fcntl locking test may hang if NFS locking messed up;
6443              break out with alarm(10).
6444      Branch: perl
6445            ! Configure
6446 ____________________________________________________________________________
6447 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
6448         Log: Move the mdelete.bat from win32/bin to win32.
6449      Branch: perl
6450            ! MANIFEST
6451 ____________________________________________________________________________
6452 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
6453         Log: Typo in #11083.
6454      Branch: perl
6455            ! ext/Time/Piece/Piece.t
6456 ____________________________________________________________________________
6457 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
6458         Log: Netware tweaks from Guruprasad.
6459      Branch: perl
6460            - NetWare/perlsdio.h
6461            ! MANIFEST NetWare/Makefile NetWare/interface.c
6462            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
6463            ! perlsdio.h
6464 ____________________________________________________________________________
6465 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
6466         Log: Subject: Re: [PATH] shared -> unique;
6467              From: Abhijit Menon-Sen <ams@wiw.org>
6468              Date: Wed, 27 Jun 2001 03:51:27 +0530
6469              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
6470      Branch: perl
6471            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
6472 ____________________________________________________________________________
6473 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
6474         Log: Subject: Re: AIX / gcc-3.0
6475              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6476              Date: Mon, 02 Jul 2001 15:20:21 +0200
6477              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
6478      Branch: perl
6479            ! hints/aix.sh
6480 ____________________________________________________________________________
6481 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
6482         Log: Subject: Re: Bug report: split splits on wrong pattern
6483              From: Abhijit Menon-Sen <ams@wiw.org>
6484              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
6485              Date: Mon, 2 Jul 2001 16:31:33 +0530
6486      Branch: perl
6487            ! pp_ctl.c
6488 ____________________________________________________________________________
6489 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
6490         Log: Subject: [PATCH 5.6.1] test harness
6491              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6492              Date: Mon, 2 Jul 2001 06:29:21 -0400
6493              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
6494      Branch: perl
6495            ! lib/Test/Harness.pm
6496 ____________________________________________________________________________
6497 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
6498         Log: Subject: [PATCH 5.6.1] debugger goof
6499              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6500              Date: Mon, 2 Jul 2001 06:27:22 -0400
6501              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
6502      Branch: perl
6503            ! lib/perl5db.pl
6504 ____________________________________________________________________________
6505 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
6506         Log: Subject: [PATCH 5.6.1] OS/2 cwd
6507              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6508              Date: Mon, 2 Jul 2001 06:21:17 -0400
6509              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
6510      Branch: perl
6511            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
6512 ____________________________________________________________________________
6513 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
6514         Log: Make #11082 more OS/2-specific.
6515      Branch: perl
6516            ! ext/Time/Piece/Piece.t
6517 ____________________________________________________________________________
6518 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
6519         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
6520              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6521              Date: Mon, 2 Jul 2001 06:06:34 -0400
6522              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
6523      Branch: perl
6524            ! ext/Time/Piece/Piece.t
6525 ____________________________________________________________________________
6526 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
6527         Log: Subject: [PATCH B::Deparse] version number & changes
6528              From: Robin Houston <robin@kitsite.com>  
6529              Date: Sun, 1 Jul 2001 17:17:29 +0100
6530              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
6531      Branch: perl
6532            ! ext/B/B/Deparse.pm
6533 ____________________________________________________________________________
6534 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
6535         Log: Subject: a small fix.
6536              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
6537              Date: Mon, 2 Jul 2001 12:17:53 +0200
6538              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
6539      Branch: perl
6540            ! ext/Thread/Thread.xs
6541 ____________________________________________________________________________
6542 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
6543         Log: Subject: RE: perl@10907
6544              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
6545              Date: Mon, 2 Jul 2001 12:06:16 +0200
6546              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
6547              
6548              Borland C vs PerlIO.
6549      Branch: perl
6550            ! win32/config.bc win32/config_H.bc
6551 ____________________________________________________________________________
6552 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
6553         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
6554              From: "H.M. Brand" <merijn@l1.procura.nl>
6555              Date: Mon, 02 Jul 2001 11:18:57 +0200
6556              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
6557      Branch: perl
6558            ! t/op/write.t
6559 ____________________________________________________________________________
6560 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
6561         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
6562              From: Michael G Schwern <schwern@pobox.com>
6563              Date: Mon, 2 Jul 2001 00:26:24 -0400
6564              Message-ID: <20010702002624.A18302@blackrider>
6565      Branch: perl
6566            - ext/util/mkbootstrap
6567 ____________________________________________________________________________
6568 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
6569         Log: Subject: [PATCH op.h] v minor comment tweak
6570              From: Robin Houston <robin@puffinry.freeserve.co.uk>
6571              Date: Mon, 2 Jul 2001 00:42:01 +0100
6572              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
6573      Branch: perl
6574            ! op.h
6575 ____________________________________________________________________________
6576 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
6577         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
6578      Branch: perl
6579            ! pod/perlfunc.pod
6580 ____________________________________________________________________________
6581 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
6582         Log: Subject: Re: sizeof(struct sembuf)
6583              From: Nicholas Clark <nick@ccl4.org>
6584              Date: Sun, 1 Jul 2001 19:23:16 +0100
6585              Message-ID: <20010701192316.V59620@plum.flirble.org>
6586              
6587              s/signaling/signalling/
6588      Branch: perl
6589            ! pod/perlfunc.pod
6590 ____________________________________________________________________________
6591 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
6592         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
6593              From: "Philip Newton" <Philip.Newton@gmx.net>
6594              Date: Sun, 1 Jul 2001 09:37:56 +0200
6595              Message-Id: <200107010733.KAA03920@taas.iki.fi>
6596      Branch: perl
6597            ! pod/perlvar.pod
6598 ____________________________________________________________________________
6599 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
6600         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
6601              From: "Philip Newton" <Philip.Newton@gmx.net>
6602              Date: Sun, 1 Jul 2001 09:37:56 +0200
6603              Message-Id: <200107010733.KAA03925@taas.iki.fi>
6604      Branch: perl
6605            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
6606 ____________________________________________________________________________
6607 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
6608         Log: Metaconfig unit change for #11070.
6609      Branch: metaconfig
6610            ! U/compline/randfunc.U
6611 ____________________________________________________________________________
6612 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
6613         Log: Subject: [PATCH perlsnap] its --> it's --> its
6614              From: "Philip Newton" <Philip.Newton@gmx.net>
6615              Date: Sun, 1 Jul 2001 09:37:56 +0200
6616              Message-Id: <200107010733.KAA03914@taas.iki.fi>
6617      Branch: perl
6618            ! Porting/config_H
6619 ____________________________________________________________________________
6620 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
6621         Log: Sync with Sarathy; integrate with perlio.
6622      Branch: perl
6623           !> gv.c
6624 ____________________________________________________________________________
6625 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
6626         Log: regenerate win32/config_H.?c files
6627      Branch: perl
6628            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6629 ____________________________________________________________________________
6630 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
6631         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
6632              naming discipline
6633              
6634              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
6635              because of this)
6636              
6637              fix a warning about "fd" being used without being set in Cwd.xs
6638      Branch: perl
6639            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
6640            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
6641            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
6642            ! win32/config.vc
6643 ____________________________________________________________________________
6644 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
6645         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
6646              within macro arguments") and warnings ("unary minus applied to
6647              unsigned type", among others)
6648      Branch: perl
6649            ! gv.c hv.c op.c pp.c sv.c toke.c
6650 ____________________________________________________________________________
6651 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
6652         Log: win32 fixes: more spurious CRs
6653      Branch: perl
6654            ! win32/mdelete.bat
6655 ____________________________________________________________________________
6656 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
6657         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
6658              from win32/bin (or it gets deleted by distclean); don't delete
6659              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
6660              NT (should be made Win9x specific, and added to makefile.mk)
6661      Branch: perl
6662           +> win32/mdelete.bat
6663            - win32/bin/mdelete.bat
6664            ! win32/Makefile win32/makefile.mk
6665 ____________________________________________________________________________
6666 [ 11063] By: nick                                  on 2001/07/01  18:54:09
6667         Log: Quick for for #ifdef mess
6668      Branch: perlio
6669            ! gv.c
6670 ____________________________________________________________________________
6671 [ 11062] By: nick                                  on 2001/07/01  18:47:42
6672         Log: Raw integrate - does not build #if mess in gv.c
6673      Branch: perlio
6674           !> (integrate 29 files)
6675 ____________________________________________________________________________
6676 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
6677         Log: Make 'compile' target a little less broken.
6678              Still very broken, though: -Wall warnings from
6679              the generated code, boot_Foo prototypes missing,
6680              can't autoload Fcntl::SEEK_CUR et alia, ...
6681      Branch: perl
6682            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
6683            ! utils/perlcc.PL x2p/Makefile.SH
6684 ____________________________________________________________________________
6685 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
6686         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
6687      Branch: perl
6688            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
6689            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
6690 ____________________________________________________________________________
6691 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
6692         Log: Update Changes.
6693      Branch: perl
6694            ! Changes patchlevel.h
6695 ____________________________________________________________________________
6696 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
6697         Log: Still one typo, regen toc.
6698      Branch: perl
6699            ! lib/Unicode/UCD.pm pod/perltoc.pod
6700 ____________________________________________________________________________
6701 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
6702         Log: Detypos and regen toc.
6703      Branch: perl
6704            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
6705 ____________________________________________________________________________
6706 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
6707         Log: VERSION tweak.
6708      Branch: perl
6709            ! ext/List/Util/lib/List/Util.pm
6710 ____________________________________________________________________________
6711 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
6712         Log: Attempt at plugging the leak under ithreads detected by Doug.
6713      Branch: perl
6714            ! op.h
6715 ____________________________________________________________________________
6716 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
6717         Log: gcc -Wall lint after #11051.
6718      Branch: perl
6719            ! pp_sys.c
6720 ____________________________________________________________________________
6721 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
6722         Log: Integrate perlio.
6723      Branch: perl
6724           !> lib/File/Find/taint.t
6725 ____________________________________________________________________________
6726 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
6727         Log: Don't use the v-strings for module VERSIONs.
6728      Branch: perl
6729            ! lib/Unicode/UCD.pm
6730 ____________________________________________________________________________
6731 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
6732         Log: Code cleanup based on turning off the -woffs in IRIX.
6733              Not all of the gripes cleaned up (hairy code in hv.c and
6734              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
6735              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
6736              to the IRIX hints)
6737      Branch: perl
6738            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
6739            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
6740            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
6741            ! regcomp.c sv.c
6742 ____________________________________________________________________________
6743 [ 11050] By: nick                                  on 2001/06/30  20:46:46
6744         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
6745      Branch: perlio
6746            ! lib/File/Find/taint.t
6747 ____________________________________________________________________________
6748 [ 11049] By: nick                                  on 2001/06/30  18:13:33
6749         Log: Integrate mainline
6750      Branch: perlio
6751           +> NetWare/nwstdio.h NetWare/perlsdio.h
6752           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
6753           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
6754           +> lib/Unicode/UCD.t t/run/exit.t
6755           !> (integrate 60 files)
6756 ____________________________________________________________________________
6757 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
6758         Log: Delta delta.
6759      Branch: perl
6760            ! pod/perl572delta.pod
6761 ____________________________________________________________________________
6762 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
6763         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
6764              by CPAN.pm, use rather _00.
6765      Branch: perl
6766            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
6767            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
6768            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
6769            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
6770            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
6771            ! lib/ExtUtils/Embed.pm lib/Test.pm
6772 ____________________________________________________________________________
6773 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
6774         Log: Add a simple Unicode character database interface, Unicode::UCD.
6775      Branch: perl
6776            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
6777            ! MANIFEST
6778 ____________________________________________________________________________
6779 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
6780         Log: Subject: [PATCH] op/numconver.t
6781              From: Nicholas Clark <nick@ccl4.org>
6782              Date: Sat, 30 Jun 2001 15:40:10 +0100
6783              Message-ID: <20010630154010.I59620@plum.flirble.org>
6784      Branch: perl
6785            ! t/op/numconvert.t
6786 ____________________________________________________________________________
6787 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
6788         Log: The $^N is now taken (by #11038).
6789      Branch: perl
6790            ! t/base/lex.t
6791 ____________________________________________________________________________
6792 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
6793         Log: The #11040 had slipped to a wrong function...
6794      Branch: perl
6795            ! sv.c
6796 ____________________________________________________________________________
6797 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
6798         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
6799              the Configure library symbol probe mysteriously finds all
6800              symbols but those of pipe() and times().
6801      Branch: perl
6802            ! hints/aix.sh
6803 ____________________________________________________________________________
6804 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
6805         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
6806              From: Nicholas Clark <nick@ccl4.org>
6807              Date: Fri, 29 Jun 2001 23:49:07 +0100
6808              Message-ID: <20010629234907.D59620@plum.flirble.org>
6809      Branch: perl
6810            ! lib/ExtUtils.t
6811 ____________________________________________________________________________
6812 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
6813         Log: Subject: [PATCH] weakref fix 2, not yet there
6814              From: Artur Bergman <artur@contiller.se>
6815              Date: Sat, 30 Jun 2001 01:18:16 +0200
6816              Message-ID: <B762D957.1CC9%artur@contiller.se>
6817      Branch: perl
6818            ! sv.c
6819 ____________________________________________________________________________
6820 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
6821         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
6822              From: Michael G Schwern <schwern@pobox.com>
6823              Date: Fri, 29 Jun 2001 19:39:11 -0400
6824              Message-ID: <20010629193910.D25304@blackrider>
6825      Branch: perl
6826            + t/run/exit.t
6827            ! MANIFEST
6828 ____________________________________________________________________________
6829 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
6830         Log: Add support for $^N, the most-recently closed group.
6831      Branch: perl
6832            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
6833            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
6834            ! thrdvar.h
6835 ____________________________________________________________________________
6836 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
6837         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
6838              From: lvirden@cas.org
6839              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
6840              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
6841              
6842              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
6843              From: lvirden@cas.org
6844              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
6845              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
6846      Branch: perl
6847            ! README.solaris
6848 ____________________________________________________________________________
6849 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
6850         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
6851              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
6852              Date: Sat, 30 Jun 2001 07:33:37 +0900
6853              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
6854              
6855              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
6856              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
6857              Date: Sat, 30 Jun 2001 21:38:14 +0900
6858              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
6859      Branch: perl
6860            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
6861            + ext/Encode/Encode/7bit-kr.enc
6862            ! MANIFEST ext/Encode/Encode/Tcl.pm
6863 ____________________________________________________________________________
6864 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
6865         Log: NetWare tweaks from Guruprasad.
6866      Branch: perl
6867            + NetWare/nwstdio.h NetWare/perlsdio.h
6868            ! MANIFEST NetWare/Makefile NetWare/config.wc
6869            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
6870            ! NetWare/t/Readme.txt
6871 ____________________________________________________________________________
6872 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
6873         Log: More module $VERSION bump-ups.
6874      Branch: perl
6875            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
6876            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
6877            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
6878 ____________________________________________________________________________
6879 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
6880         Log: Doc update due to #11032.
6881      Branch: perl
6882            ! pod/perl572delta.pod
6883 ____________________________________________________________________________
6884 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
6885         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
6886              From: Peter Prymmer <pvhp@forte.com>
6887              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
6888              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
6889      Branch: perl
6890            ! ext/Time/HiRes/HiRes.xs
6891 ____________________________________________________________________________
6892 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
6893         Log: -lpthreads missing in AIX.
6894      Branch: perl
6895            ! hints/aix.sh
6896 ____________________________________________________________________________
6897 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
6898         Log: Subject: [PATCH] CLONE && weakrefs
6899              From: Artur Bergman <artur@contiller.se>
6900              Date: Fri, 29 Jun 2001 17:02:00 +0200
6901              Message-ID: <B7626508.1CA0%artur@contiller.se>
6902      Branch: perl
6903            ! sv.c
6904 ____________________________________________________________________________
6905 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
6906         Log: Subject: Re: Bug report: split splits on wrong pattern
6907              From: Radu Greab <radu@netsoft.ro>
6908              Date: Wed, 27 Jun 2001 21:50:52 +0300
6909              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
6910      Branch: perl
6911            ! pp_ctl.c t/op/split.t
6912 ____________________________________________________________________________
6913 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
6914         Log: Metaconfig unit change for #11027.
6915      Branch: metaconfig/U/perl
6916            ! d_modfl.U
6917 ____________________________________________________________________________
6918 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
6919         Log: I thought this Configure glitch for AIX was just recently fixed?
6920      Branch: perl
6921            ! Configure
6922 ____________________________________________________________________________
6923 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
6924         Log: Update Changes.
6925      Branch: perl
6926            ! Changes patchlevel.h
6927 ____________________________________________________________________________
6928 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
6929         Log: Subject: Re: perl@10967, File::Find, and Cwd
6930              From: Mike Guy <mjtg@cam.ac.uk>
6931              Date: Fri, 29 Jun 2001 14:56:49 +0100
6932              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
6933      Branch: perl
6934            ! lib/File/Find/taint.t
6935 ____________________________________________________________________________
6936 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
6937         Log: Update the sv_pvprintify() spec.
6938      Branch: perl
6939            ! pod/perltodo.pod
6940 ____________________________________________________________________________
6941 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
6942         Log: Known test failures update.
6943      Branch: perl
6944            ! pod/perl572delta.pod
6945 ____________________________________________________________________________
6946 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
6947         Log: Based on
6948              
6949              Subject: [PATCH @11016] More );) fixes
6950              From: Richard Soderberg <rs@crystalflame.net>
6951              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
6952              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
6953      Branch: perl
6954            ! ext/Thread/Thread.xs ext/Thread/typemap
6955 ____________________________________________________________________________
6956 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
6957         Log: Subject: [PATCH @11016] Fixes compile errors in four files
6958              From: Richard Soderberg <rs@crystalflame.net>
6959              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
6960              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
6961      Branch: perl
6962            ! mg.c pp.c pp_hot.c util.c
6963 ____________________________________________________________________________
6964 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
6965         Log: AIX hints tweaking continues, from Merijn Brand.
6966      Branch: perl
6967            ! hints/aix.sh
6968 ____________________________________________________________________________
6969 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
6970         Log: HP-UX needs gccversion sooner, from Merijn Brand.
6971      Branch: perl
6972            ! hints/hpux.sh
6973 ____________________________________________________________________________
6974 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
6975         Log: Subject: [PATCH 5.6.1] OS/2 docs
6976              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6977              Date: Fri, 29 Jun 2001 02:34:12 -0400
6978              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
6979      Branch: perl
6980            ! README.os2 os2/Changes
6981 ____________________________________________________________________________
6982 [ 11017] By: nick                                  on 2001/06/29  10:20:30
6983         Log: Integrate mainline
6984      Branch: perlio
6985           +> (branch 37 files)
6986            - ext/ODBM_File/sdbm.t
6987           !> (integrate 211 files)
6988 ____________________________________________________________________________
6989 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
6990         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
6991              the modules found using a script written by Larry Schatzer Jr.
6992      Branch: perl
6993            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
6994            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
6995            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
6996            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
6997            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
6998            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
6999            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
7000            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
7001            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
7002            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
7003            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
7004            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
7005            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
7006            ! lib/constant.pm lib/fields.pm lib/strict.pm
7007 ____________________________________________________________________________
7008 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
7009         Log: The latest JPL from the anoncvs.
7010      Branch: perl
7011            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
7012 ____________________________________________________________________________
7013 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
7014         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
7015      Branch: perl
7016            ! t/op/pat.t
7017 ____________________________________________________________________________
7018 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
7019         Log: Worrying about insecure directories now is a bit too late.
7020      Branch: perl
7021            ! lib/File/Find/taint.t
7022 ____________________________________________________________________________
7023 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
7024         Log: Cannot DIE() in a void function,
7025              from Richard Hatch <rhatch@austin.ibm.com>.
7026      Branch: perl
7027            ! ext/IPC/SysV/SysV.xs
7028 ____________________________________________________________________________
7029 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
7030         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
7031              From: Peter Prymmer <pvhp@forte.com>
7032              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
7033              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
7034              
7035              (unfinished: time/hires tests 3, 5, 14 failing, but better
7036              than wholesale failure)
7037      Branch: perl
7038            ! ext/Time/HiRes/HiRes.xs
7039 ____________________________________________________________________________
7040 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
7041         Log: Subject: [PATCH 5.6.1] OS/2 improvements
7042              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7043              Date: Thu, 28 Jun 2001 16:03:14 -0400
7044              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
7045      Branch: perl
7046            + os2/os2_base.t
7047            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
7048            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
7049            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
7050            ! os2/os2ish.h
7051 ____________________________________________________________________________
7052 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
7053         Log: Subject: Incrementing Extutils::Manifest's $VERSION
7054              From: Michael G Schwern <schwern@pobox.com>
7055              Date: Thu, 28 Jun 2001 13:13:49 -0400
7056              Message-ID: <20010628131349.A14738@blackrider>
7057      Branch: maint-5.6/perl
7058            ! lib/ExtUtils/Manifest.pm
7059 ____________________________________________________________________________
7060 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
7061         Log: AIX tweak from Merijn Brand.
7062      Branch: perl
7063            ! hints/aix.sh
7064 ____________________________________________________________________________
7065 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
7066         Log: Create the macperl branch.
7067      Branch: maint-5.6/macperl
7068           +> (branch 1728 files)
7069 ____________________________________________________________________________
7070 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
7071         Log: Update Changes.
7072      Branch: perl
7073            ! Changes patchlevel.h
7074 ____________________________________________________________________________
7075 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
7076         Log: More Perforce lore.
7077      Branch: perl
7078            ! Porting/repository.pod
7079 ____________________________________________________________________________
7080 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
7081         Log: Metaconfig unit changes for #11003.
7082      Branch: metaconfig/U/perl
7083            + d_nl_langinfo.U i_langinfo.U
7084 ____________________________________________________________________________
7085 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
7086         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
7087              Expected not to exist in non-UNIX excepting in VMS, where
7088              according to a quick web survey they just might.
7089      Branch: perl
7090            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
7091            ! Porting/config_H config_h.SH configure.com epoc/config.sh
7092            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
7093            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
7094            ! win32/config.bc win32/config.gc win32/config.vc
7095 ____________________________________________________________________________
7096 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
7097         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
7098              in AIX is one is doing a 64-bit build.
7099      Branch: perl
7100            ! hints/aix.sh
7101 ____________________________________________________________________________
7102 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
7103         Log: Metaconfig unit changes for #11000.
7104      Branch: metaconfig/U/perl
7105            ! use64bits.U uselfs.U
7106 ____________________________________________________________________________
7107 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
7108         Log: Move use64bitint and use64bitall before uselargefiles.
7109      Branch: perl
7110            ! Configure
7111 ____________________________________________________________________________
7112 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
7113         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
7114              From: Robert Spier <rspier@pobox.com>
7115              Message-ID: <15162.41164.618712.841415@rls.cx>
7116              Date: Wed, 27 Jun 2001 23:13:16 -0400
7117      Branch: perl
7118            ! doio.c
7119 ____________________________________________________________________________
7120 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
7121         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
7122              From: Peter Prymmer <pvhp@forte.com>
7123              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
7124              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
7125      Branch: perl
7126            ! numeric.c
7127 ____________________________________________________________________________
7128 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
7129         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
7130              From: Peter Prymmer <pvhp@forte.com>
7131              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
7132              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
7133      Branch: perl
7134            ! configure.com ext/Digest/MD5/Makefile.PL
7135 ____________________________________________________________________________
7136 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
7137         Log: Update Changes.
7138      Branch: perl
7139            ! Changes patchlevel.h
7140 ____________________________________________________________________________
7141 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
7142         Log: Tiny EPOC updates.
7143      Branch: perl
7144            ! epoc/config.sh
7145 ____________________________________________________________________________
7146 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
7147         Log: The Test::More and Test::Simple tests required help
7148              thanks to our schizophrenic test scheme.
7149      Branch: perl
7150            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
7151            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
7152            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
7153            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
7154            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
7155 ____________________________________________________________________________
7156 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
7157         Log: Upgrade to Test::Simple 0.09.
7158      Branch: perl
7159            + lib/Test/Simple/Changes
7160            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
7161            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
7162            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
7163            ! lib/Test/Simple/t/plan_is_noplan.t
7164 ____________________________________________________________________________
7165 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
7166         Log: Upgrade to Test::More 0.07.
7167      Branch: perl
7168            + lib/Test/More/Changes
7169            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
7170            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
7171            ! lib/Test/More/t/skipall.t
7172 ____________________________________________________________________________
7173 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
7174         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
7175              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7176              Date: Wed, 27 Jun 2001 18:40:04 +0200
7177              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
7178      Branch: perl
7179            ! hints/hpux.sh
7180 ____________________________________________________________________________
7181 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
7182         Log: Subject: [PATCH README.qnx hints/qnx.sh]
7183              From: Norton Allen <allen@huarp.harvard.edu>
7184              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
7185              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
7186      Branch: perl
7187            ! README.qnx hints/qnx.sh
7188 ____________________________________________________________________________
7189 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
7190         Log: Subject: [PATCH] two little documentation nits
7191              From: Abhijit Menon-Sen <ams@wiw.org>
7192              Date: Wed, 27 Jun 2001 20:07:50 +0530
7193              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
7194      Branch: perl
7195            ! sv.c sv.h
7196 ____________________________________________________________________________
7197 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
7198         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
7199              From: Norton Allen <allen@huarp.harvard.edu>
7200              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
7201              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
7202      Branch: perl
7203            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
7204 ____________________________________________________________________________
7205 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
7206         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
7207              From: Michael G Schwern <schwern@pobox.com>
7208              Date: Wed, 27 Jun 2001 02:34:58 -0400
7209              Message-ID: <20010627023458.K23874@blackrider>
7210      Branch: perl
7211            ! vms/test.com
7212 ____________________________________________________________________________
7213 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
7214         Log: Add perl_clone_host() for Netware.
7215      Branch: perl
7216            ! NetWare/nw5.c
7217 ____________________________________________________________________________
7218 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
7219         Log: GCC 3.0 hints for HP-UX.
7220      Branch: perl
7221            ! hints/hpux.sh
7222 ____________________________________________________________________________
7223 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
7224         Log: In some Linux distributions the libndbm is broken
7225              (no null key support), therefore link with libgdbm
7226              (if available), since it has a working ndbm emulation,
7227              from Jonathan Stowe.
7228      Branch: perl
7229            + ext/NDBM_File/hints/linux.pl
7230            ! MANIFEST
7231 ____________________________________________________________________________
7232 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
7233         Log: Subject: [PATCH perl@10930] find.t hack for VMS
7234              From: "Craig A. Berry" <craigberry@mac.com>
7235              Date: Tue, 26 Jun 2001 23:40:25 -0500
7236              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
7237      Branch: perl
7238            ! lib/File/Find/find.t
7239 ____________________________________________________________________________
7240 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
7241         Log: AUTHORS updates.
7242      Branch: perl
7243            ! AUTHORS
7244 ____________________________________________________________________________
7245 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
7246         Log: Metaconfig unit change like #10980.
7247      Branch: metaconfig
7248            ! U/compline/d_stdstdio.U
7249 ____________________________________________________________________________
7250 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
7251         Log: "lose the it's", from Abhijit Menon-Sen.
7252              ("It's" not searched, pods not searched.)
7253      Branch: perl
7254            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
7255            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
7256            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
7257            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
7258            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
7259            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
7260 ____________________________________________________________________________
7261 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
7262         Log: "lose the looses", from Abhijit Menon-Sen.
7263      Branch: perl
7264            ! ext/B/B/Assembler.pm gv.c
7265 ____________________________________________________________________________
7266 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
7267         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
7268      Branch: perl
7269            ! hints/os390.sh
7270 ____________________________________________________________________________
7271 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
7272         Log: DEC C 5.3 on the VAX simply doesn't seem to like
7273              compiling the MD5 extension, disable it there for now,
7274              from Peter Prymmer.
7275      Branch: perl
7276            ! configure.com
7277 ____________________________________________________________________________
7278 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
7279         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
7280              From: Jonathan Stowe <gellyfish@gellyfish.com>
7281              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
7282              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
7283      Branch: perl
7284            ! pod/perlfaq3.pod
7285 ____________________________________________________________________________
7286 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
7287         Log: Subject: [PATCH 5.6.1] perlxs misprints
7288              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7289              Date: Tue, 26 Jun 2001 17:20:00 -0400
7290              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
7291      Branch: perl
7292            ! pod/perlxs.pod
7293 ____________________________________________________________________________
7294 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
7295         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
7296              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7297              Date: Tue, 26 Jun 2001 17:27:07 -0400
7298              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
7299      Branch: perl
7300            ! lib/ExtUtils/MM_Unix.pm
7301 ____________________________________________________________________________
7302 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
7303         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
7304              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7305              Date: Tue, 26 Jun 2001 17:23:24 -0400
7306              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
7307      Branch: perl
7308            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
7309 ____________________________________________________________________________
7310 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
7311         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
7312              by Olaf Flebbe.
7313      Branch: perl
7314            ! perl.h
7315 ____________________________________________________________________________
7316 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
7317         Log: Detypo.
7318      Branch: perl
7319            ! lib/Memoize/t/tie_sdbm.t
7320 ____________________________________________________________________________
7321 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
7322         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
7323      Branch: perl
7324            ! win32/perllib.c
7325 ____________________________________________________________________________
7326 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
7327         Log: Subject: [patch] perl_clone+CvFILE
7328              From: Doug MacEachern <dougm@covalent.net>
7329              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
7330              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
7331      Branch: perl
7332            ! sv.c
7333 ____________________________________________________________________________
7334 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
7335         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
7336              From: Mark-Jason Dominus <mjd@plover.com>
7337              Date: Tue, 26 Jun 2001 12:33:01 -0400
7338              Message-ID: <20010626163301.31298.qmail@plover.com>
7339      Branch: perl
7340            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
7341 ____________________________________________________________________________
7342 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
7343         Log: Update Changes.
7344      Branch: perl
7345            ! Changes patchlevel.h
7346 ____________________________________________________________________________
7347 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
7348         Log: Also catfile() needs now to explicitly exported.
7349      Branch: perl
7350            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
7351 ____________________________________________________________________________
7352 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
7353         Log: Regen toc.
7354      Branch: perl
7355            ! pod/perltoc.pod
7356 ____________________________________________________________________________
7357 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
7358         Log: Nonexistent pod command.
7359      Branch: perl
7360            ! pod/perl572delta.pod
7361 ____________________________________________________________________________
7362 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
7363         Log: Be more portable in the quest for tmpdir.
7364      Branch: perl
7365            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
7366 ____________________________________________________________________________
7367 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
7368         Log: Be more portable in finding out the home directory,
7369              and use File::Spec to do the concat.
7370              (Come to think of it, couldn't File::Spec provide
7371              for a ->homedir method?)
7372      Branch: perl
7373            ! lib/Net/Config.pm
7374 ____________________________________________________________________________
7375 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
7376         Log: Doc patch for #10959.
7377      Branch: perl
7378            ! pod/perlfunc.pod
7379 ____________________________________________________________________________
7380 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
7381         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
7382              From: "Philip Newton" <pnewton@gmx.de>
7383              Date: Tue, 26 Jun 2001 16:26:47 +0200
7384              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
7385      Branch: perl
7386            ! pod/perldata.pod
7387 ____________________________________________________________________________
7388 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
7389         Log: Subject: [PATH] shared -> unique;
7390              From: "Artur Bergman" <artur@contiller.se>
7391              Date: Tue, 26 Jun 2001 16:18:40 +0200
7392              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
7393              
7394              Because "shared" isn't: it's read-only.
7395      Branch: perl
7396            ! toke.c xsutils.c
7397 ____________________________________________________________________________
7398 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
7399         Log: Escape multiline croak messages.
7400      Branch: perl
7401            ! t/op/ver.t
7402 ____________________________________________________________________________
7403 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
7404         Log: No more pragma/*.t for minitest.
7405      Branch: perl
7406            ! Makefile.SH
7407 ____________________________________________________________________________
7408 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
7409         Log: AUTHORS updates.
7410      Branch: perl
7411            ! AUTHORS
7412 ____________________________________________________________________________
7413 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
7414         Log: delta updates.
7415      Branch: perl
7416            ! pod/perl572delta.pod
7417 ____________________________________________________________________________
7418 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
7419         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
7420              From: Artur Bergman <artur@contiller.se> 
7421              Date: Tue, 26 Jun 2001 15:32:53 +0200
7422              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
7423      Branch: perl
7424            ! makedef.pl sv.c sv.h win32/perllib.c
7425 ____________________________________________________________________________
7426 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
7427         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
7428              From: Jonathan Stowe <gellyfish@gellyfish.com>
7429              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
7430              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
7431              
7432              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
7433      Branch: perl
7434            + ext/Time/HiRes/hints/sco.pl
7435            ! MANIFEST
7436 ____________________________________________________________________________
7437 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
7438         Log: Subject: [PATCH 5.6.1] static build
7439              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7440              Date: Tue, 26 Jun 2001 04:22:25 -0400
7441              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
7442      Branch: perl
7443            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
7444            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
7445 ____________________________________________________________________________
7446 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
7447         Log: DJGPP patches from Laszlo Molnar.
7448      Branch: perl
7449            ! djgpp/djgpp.c perl.c util.c
7450 ____________________________________________________________________________
7451 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
7452         Log: Netware patches from Ananth Kesari.
7453      Branch: perl
7454            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
7455            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
7456            ! NetWare/nwtinfo.h
7457 ____________________________________________________________________________
7458 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
7459         Log: Detypo.
7460      Branch: perl
7461            ! ext/Errno/Errno_pm.PL
7462 ____________________________________________________________________________
7463 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
7464         Log: There seems to be two ways of spelling the $^O in *STEP.
7465      Branch: perl
7466            ! ext/Errno/Errno_pm.PL
7467 ____________________________________________________________________________
7468 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
7469         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
7470              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
7471      Branch: perl
7472            ! ext/Errno/Errno_pm.PL
7473 ____________________________________________________________________________
7474 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
7475         Log: Known bugs update.
7476      Branch: perl
7477            ! pod/perl572delta.pod
7478 ____________________________________________________________________________
7479 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
7480         Log: The default installation of Cygwin has 500 as root's uid.
7481      Branch: perl
7482            ! lib/User/pwent.t
7483 ____________________________________________________________________________
7484 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
7485         Log: Be even more relaxed (re-allow having only one entry).
7486      Branch: perl
7487            ! t/op/grent.t t/op/pwent.t
7488 ____________________________________________________________________________
7489 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
7490         Log: Test failure updates.
7491      Branch: perl
7492            ! pod/perl572delta.pod
7493 ____________________________________________________________________________
7494 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
7495         Log: MPE/iX test tweaks from Mark Bixby.
7496      Branch: perl
7497            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
7498            ! t/io/fs.t t/op/stat.t
7499 ____________________________________________________________________________
7500 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
7501         Log: Microperl findings.
7502      Branch: perl
7503            ! perl.h pp_sys.c
7504 ____________________________________________________________________________
7505 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
7506         Log: Touch uconfig.h.
7507      Branch: perl
7508            ! uconfig.h
7509 ____________________________________________________________________________
7510 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
7511         Log: Subject: [PATCH] Proposed fix for Pod::Man
7512              From: Rob Napier <rnapier@employees.org>
7513              Date: Mon, 25 Jun 2001 15:49:24 -0400
7514              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
7515              
7516              Cater for Solaris nroff brokenness (shortchanges daisywheel
7517              printers, but hey, we also no more support PDPs.)
7518      Branch: perl
7519            ! lib/Pod/Man.pm
7520 ____________________________________________________________________________
7521 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
7522         Log: Typo in #10937.
7523      Branch: perl
7524            ! ext/POSIX/sigaction.t
7525 ____________________________________________________________________________
7526 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
7527         Log: SIGCONT not trappable in VMS.
7528      Branch: perl
7529            ! ext/POSIX/sigaction.t
7530 ____________________________________________________________________________
7531 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
7532         Log: Subject: [DRAFT] Encode-Tcl.t
7533              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
7534              Date: Tue, 26 Jun 2001 03:38:08 +0900
7535              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
7536      Branch: perl
7537            + ext/Encode/Encode/Tcl.t
7538            ! MANIFEST ext/Encode/Encode/Tcl.pm
7539 ____________________________________________________________________________
7540 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
7541         Log: Because of #10932 retract also the perlfunc hunk of #10910.
7542      Branch: perl
7543            ! pod/perlfunc.pod
7544 ____________________________________________________________________________
7545 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
7546         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
7547              by Ilya Zakharevich in
7548              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
7549      Branch: perl
7550            ! XSUB.h
7551 ____________________________________________________________________________
7552 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
7553         Log: Typo in #10889.
7554      Branch: perl
7555            ! hints/uts.sh
7556 ____________________________________________________________________________
7557 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
7558         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
7559              From: Abhijit Menon-Sen <ams@wiw.org>
7560              Date: Mon, 25 Jun 2001 23:45:45 +0530
7561              Message-ID: <20010625234545.A5022@lustre.linux.in>
7562      Branch: perl
7563            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
7564 ____________________________________________________________________________
7565 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
7566         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
7567              From: Michael G Schwern <schwern@pobox.com>
7568              Date: Mon, 25 Jun 2001 14:35:51 -0400
7569              Message-ID: <20010625143551.H13819@blackrider>
7570      Branch: perl
7571            ! lib/Test.pm
7572 ____________________________________________________________________________
7573 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
7574         Log: Update Changes.
7575      Branch: perl
7576            ! Changes patchlevel.h
7577 ____________________________________________________________________________
7578 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
7579         Log: Regen toc and modlib.
7580      Branch: perl
7581            ! pod/perlmodlib.pod pod/perltoc.pod
7582 ____________________________________________________________________________
7583 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
7584         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
7585              for the benefit of C++ compilers, as suggested by Guruprasad.
7586      Branch: perl
7587            ! embed.pl proto.h
7588 ____________________________________________________________________________
7589 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
7590         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
7591              From: Jonathan Stowe <gellyfish@gellyfish.com>
7592              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
7593              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
7594      Branch: perl
7595            ! pod/perlfaq5.pod
7596 ____________________________________________________________________________
7597 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
7598         Log: Missed from #10925.
7599      Branch: perl
7600            ! gv.c
7601 ____________________________________________________________________________
7602 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
7603         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
7604              From: Robin Houston <robin@kitsite.com>
7605              Date: Sat, 19 May 2001 16:19:34 +0100
7606              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
7607      Branch: perl
7608            ! cv.h gv.h op.c
7609 ____________________________________________________________________________
7610 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
7611         Log: Netware README tweak.
7612      Branch: perl
7613            ! README.netware
7614 ____________________________________________________________________________
7615 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
7616         Log: Subject: [PATCH] Re: overload.t fails
7617              From: Abhijit Menon-Sen <ams@wiw.org>
7618              Date: Mon, 25 Jun 2001 14:52:20 +0530
7619              Message-ID: <20010625145220.A24114@lustre.linux.in>
7620      Branch: perl
7621            ! lib/overload.t
7622 ____________________________________________________________________________
7623 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
7624         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
7625              From: Mike Guy <mjtg@cam.ac.uk>
7626              Date: Mon, 25 Jun 2001 11:43:23 +0100
7627              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
7628      Branch: perl
7629            ! lib/Carp.pm
7630 ____________________________________________________________________________
7631 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
7632         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
7633              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7634              Date: Sun, 24 Jun 2001 05:17:05 -0400
7635              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
7636      Branch: perl
7637            ! os2/os2ish.h
7638 ____________________________________________________________________________
7639 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
7640         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
7641              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7642              Date: Mon, 25 Jun 2001 05:52:27 -0400
7643              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
7644      Branch: perl
7645            ! hints/os2.sh
7646 ____________________________________________________________________________
7647 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
7648         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
7649              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7650              Date: Mon, 25 Jun 2001 05:23:35 -0400
7651              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
7652      Branch: perl
7653            ! os2/os2.c
7654 ____________________________________________________________________________
7655 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
7656         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
7657              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7658              Date: Mon, 25 Jun 2001 05:04:32 -0400
7659              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
7660      Branch: perl
7661            ! os2/OS2/REXX/DLL/DLL.pm
7662 ____________________________________________________________________________
7663 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
7664         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
7665              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7666              Date: Mon, 25 Jun 2001 05:02:36 -0400
7667              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
7668      Branch: perl
7669            ! mg.c os2/dl_os2.c os2/os2.c
7670 ____________________________________________________________________________
7671 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
7672         Log: Subject: Re: [PATCH 5.6.1] misprints
7673              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7674              Date: Mon, 25 Jun 2001 04:50:50 -0400
7675              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
7676      Branch: perl
7677            ! os2/os2.c pp_sys.c
7678 ____________________________________________________________________________
7679 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
7680         Log: Add Test::More and Test::Simple to the delta.
7681      Branch: perl
7682            ! pod/perl572delta.pod
7683 ____________________________________________________________________________
7684 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
7685         Log: Add Test::More, from Michael G Schwern.
7686      Branch: perl
7687            + lib/Test/More.pm lib/Test/More/t/More.t
7688            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
7689            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
7690            + t/lib/Test/More/Catch.pm
7691            ! MANIFEST
7692 ____________________________________________________________________________
7693 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
7694         Log: Add Test::Simple from Michael G Schwern.
7695      Branch: perl
7696            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
7697            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
7698            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
7699            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
7700            + t/lib/Test/Simple/Catch.pm
7701            + t/lib/Test/Simple/sample_tests/death.plx
7702            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
7703            + t/lib/Test/Simple/sample_tests/extras.plx
7704            + t/lib/Test/Simple/sample_tests/five_fail.plx
7705            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
7706            + t/lib/Test/Simple/sample_tests/one_fail.plx
7707            + t/lib/Test/Simple/sample_tests/require.plx
7708            + t/lib/Test/Simple/sample_tests/success.plx
7709            + t/lib/Test/Simple/sample_tests/too_few.plx
7710            + t/lib/Test/Simple/sample_tests/two_fail.plx
7711            ! MANIFEST
7712 ____________________________________________________________________________
7713 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
7714         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
7715              From: "Craig A. Berry" <craigberry@mac.com>
7716              Date: Sun, 24 Jun 2001 23:41:36 -0500
7717              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
7718      Branch: perl
7719            ! pp_sys.c
7720 ____________________________________________________________________________
7721 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
7722         Log: Upgrade to Attribute::Handlers 0.70.
7723      Branch: perl
7724            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
7725            ! MANIFEST lib/Attribute/Handlers.pm
7726 ____________________________________________________________________________
7727 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
7728         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
7729              From: Abhijit Menon-Sen <ams@wiw.org>
7730              Date: Sat, 23 Jun 2001 05:17:44 +0530
7731              Message-ID: <20010623051744.A18583@lustre.linux.in>
7732              
7733              (Can't think of a good place to put tests.)
7734      Branch: perl
7735            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
7736 ____________________________________________________________________________
7737 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
7738         Log: Subject: [PATCH] t/op/pat.t typo fix
7739              From: Richard Soderberg <rs@crystalflame.net>
7740              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
7741              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
7742      Branch: perl
7743            ! t/op/pat.t
7744 ____________________________________________________________________________
7745 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
7746         Log: Move the pack warnings to their own file, as pointed
7747              out by Spider.
7748      Branch: perl
7749            + t/lib/warnings/pp_pack
7750            ! MANIFEST t/lib/warnings/pp
7751 ____________________________________________________________________________
7752 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
7753         Log: Update Changes.
7754      Branch: perl
7755            ! Changes patchlevel.h
7756 ____________________________________________________________________________
7757 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
7758         Log: Partially fix a problem noticed by IRIX compiler:
7759              the initialization of parse_start was bypassed by
7760              several gotos.  Now initialized to zero, which may
7761              not be the best choice.
7762      Branch: perl
7763            ! regcomp.c
7764 ____________________________________________________________________________
7765 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
7766         Log: Relax the group and password tests back to moaning only
7767              if no matches at all are found.  (Even with a small sample
7768              I could find many sites where there are, umm, anomalies in
7769              the said databases.)       
7770      Branch: perl
7771            ! t/op/grent.t t/op/pwent.t
7772 ____________________________________________________________________________
7773 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
7774         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
7775      Branch: perl
7776            ! pp_ctl.c
7777 ____________________________________________________________________________
7778 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
7779         Log: De-cut-and-pasto in #10902.
7780      Branch: perl
7781            ! pp_ctl.c
7782 ____________________________________________________________________________
7783 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
7784         Log: The #10771 didn't take?
7785      Branch: perl
7786            ! pp_ctl.c
7787 ____________________________________________________________________________
7788 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
7789         Log: Undo the filetests part of #10900, under multiplicity
7790              weird errors take place.
7791      Branch: perl
7792            ! pp_sys.c
7793 ____________________________________________________________________________
7794 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
7795         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
7796      Branch: perl
7797            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
7798 ____________________________________________________________________________
7799 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
7800         Log: (Replaced by #10922)
7801              
7802              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
7803              From: Tony Bowden <tony@kasei.com>
7804              Date: Sun, 24 Jun 2001 17:32:40 +0100
7805              Message-ID: <20010624173240.A16293@blackstar.co.uk>
7806              
7807              Document (well, mention) shortmess() and longmess()
7808              to rob people of their fun of reinventing the weel.
7809      Branch: perl
7810            ! lib/Carp.pm
7811 ____________________________________________________________________________
7812 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
7813         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
7814              From: Brian Jepson <bjepson@oreilly.com>
7815              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
7816              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
7817      Branch: perl
7818            ! pp_sys.c
7819 ____________________________________________________________________________
7820 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
7821         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
7822              From: Robin Barker <rmb1@cise.npl.co.uk> 
7823              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
7824              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
7825      Branch: perl
7826            ! lib/CPAN.pm
7827 ____________________________________________________________________________
7828 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
7829         Log: Memoize patch from mjd.
7830      Branch: perl
7831            ! lib/Memoize/t/tie_storable.t
7832 ____________________________________________________________________________
7833 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
7834         Log: Spec the sv_pvprintify() a bit more.
7835      Branch: perl
7836            ! pod/perltodo.pod
7837 ____________________________________________________________________________
7838 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
7839         Log: Upgrade to Memoize 0.65.
7840      Branch: perl
7841            + lib/Memoize/t/array_confusion.t
7842            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
7843            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
7844            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
7845            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
7846            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
7847            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
7848            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
7849            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
7850            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
7851            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
7852            ! lib/Memoize/t/tie_storable.t
7853 ____________________________________________________________________________
7854 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
7855         Log: Metaconfig unit change for #10892.
7856      Branch: metaconfig
7857            ! U/modified/Options.U
7858 ____________________________________________________________________________
7859 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
7860         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
7861              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7862              Date: Sun, 24 Jun 2001 05:24:40 -0400
7863              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
7864      Branch: perl
7865            ! Configure hints/os2.sh
7866 ____________________________________________________________________________
7867 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
7868         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
7869              From: Mike Guy <mjtg@cam.ac.uk>
7870              Date: Sun, 24 Jun 2001 15:28:39 +0100
7871              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
7872              
7873              Fix an ancient (5.002) bug.
7874      Branch: perl
7875            ! lib/Carp/Heavy.pm
7876 ____________________________________________________________________________
7877 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
7878         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
7879              variables.
7880      Branch: perl
7881            ! pp_sys.c
7882 ____________________________________________________________________________
7883 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
7884         Log: Make UTS as per #10888.
7885      Branch: perl
7886            ! hints/uts.sh
7887 ____________________________________________________________________________
7888 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
7889         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
7890      Branch: perl
7891            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
7892            ! mpeix/mpeixish.h perl.h unixish.h
7893 ____________________________________________________________________________
7894 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
7895         Log: AUTHORS update.
7896      Branch: perl
7897            ! AUTHORS
7898 ____________________________________________________________________________
7899 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
7900         Log: Subject: Encode::Tcl for multibyte doesnot work
7901              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
7902              Date: Sun, 24 Jun 2001 22:48:21 +0900
7903              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
7904      Branch: perl
7905            ! ext/Encode/Encode/Tcl.pm
7906 ____________________________________________________________________________
7907 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
7908         Log: Subject: [PATCH] Remove tautology in error messages
7909              From: Mike Guy <mjtg@cam.ac.uk>
7910              Date: Sun, 24 Jun 2001 13:31:00 +0100
7911              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
7912      Branch: perl
7913            ! pp_sys.c
7914 ____________________________________________________________________________
7915 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
7916         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
7917      Branch: perl
7918            ! hints/darwin.sh
7919 ____________________________________________________________________________
7920 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
7921         Log: Subject: Re: [PATCH 5.6.1] test suite
7922              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7923              Date: Sun, 24 Jun 2001 05:47:05 -0400
7924              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
7925              
7926              Test suite fixes.
7927      Branch: perl
7928            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
7929 ____________________________________________________________________________
7930 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
7931         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
7932              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7933              Date: Sun, 24 Jun 2001 05:37:19 -0400
7934              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
7935      Branch: perl
7936            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
7937 ____________________________________________________________________________
7938 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
7939         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
7940              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7941              Date: Sun, 24 Jun 2001 05:34:50 -0400
7942              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
7943              
7944              Pacify compiler warnings.
7945      Branch: perl
7946            ! pp_sys.c
7947 ____________________________________________________________________________
7948 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
7949         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
7950              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7951              Date: Sun, 24 Jun 2001 05:21:18 -0400
7952              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
7953              
7954              Enable compression of executables during link time.
7955      Branch: perl
7956            ! hints/os2.sh
7957 ____________________________________________________________________________
7958 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
7959         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
7960              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7961              Date: Sun, 24 Jun 2001 05:15:11 -0400
7962              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
7963              
7964              Add ordinals to the export list for Perl DLL.
7965              (Breaks intra-version DLL compatibility.)
7966      Branch: perl
7967            ! makedef.pl
7968 ____________________________________________________________________________
7969 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
7970         Log: Allow (displaying and) re-editing the Subject in perlbug.
7971              Also abstract the Subject quality control into a function.
7972      Branch: perl
7973            ! utils/perlbug.PL
7974 ____________________________________________________________________________
7975 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
7976         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
7977      Branch: perl
7978            ! utils/perlbug.PL
7979 ____________________________________________________________________________
7980 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
7981         Log: Regen toc and modlib.
7982      Branch: perl
7983            ! pod/perlmodlib.pod pod/perltoc.pod
7984 ____________________________________________________________________________
7985 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
7986         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
7987              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
7988              attribute semantics as much as possible, or 'ntsec' which uses
7989              native NTFS semantics.)  (See also #10877.)
7990      Branch: perl
7991            ! perl.c
7992 ____________________________________________________________________________
7993 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
7994         Log: Hack to get rid of the UNEXPECTEDLY succeeded message for now.
7995      Branch: perl
7996            ! lib/Test/Harness.pm
7997 ____________________________________________________________________________
7998 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
7999         Log: Just zap the -uPerlio.
8000      Branch: perl
8001            ! ext/B/Stash.t
8002 ____________________________________________________________________________
8003 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
8004         Log: Do not test PerlIO if PerlIO not used.
8005      Branch: perl
8006            ! ext/PerlIO/PerlIO.t
8007 ____________________________________________________________________________
8008 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
8009         Log: Regen perlapi.
8010      Branch: perl
8011            ! pod/perlapi.pod
8012 ____________________________________________________________________________
8013 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
8014         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
8015              From: Nicholas Clark <nick@ccl4.org>
8016              Date: Sat, 23 Jun 2001 22:55:47 +0100
8017              Message-ID: <20010623225547.Z98663@plum.flirble.org>
8018      Branch: perl
8019            ! numeric.c
8020 ____________________________________________________________________________
8021 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
8022         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
8023              From: Prymmer/Kahn <pvhp@best.com>
8024              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
8025              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
8026      Branch: perl
8027            ! lib/h2xs.t
8028 ____________________________________________________________________________
8029 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
8030         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
8031              cygwin does not taint cwd, just like win32.
8032      Branch: perl
8033            ! lib/File/Find/taint.t t/op/taint.t
8034 ____________________________________________________________________________
8035 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
8036         Log: Retract #10865, the patch should be unnecessary.
8037              (But seemingly helpful in Cygwin?  Strange.)
8038      Branch: perl
8039            ! lib/Memoize/t/tie_ndbm.t
8040 ____________________________________________________________________________
8041 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
8042         Log: Misplaced test file; plus Cygwin filesystem semantics.
8043      Branch: perl
8044            + ext/SDBM_File/sdbm.t
8045            - ext/ODBM_File/sdbm.t
8046            ! MANIFEST
8047 ____________________________________________________________________________
8048 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
8049         Log: (Retracted by #10867.)
8050      Branch: perl
8051            ! lib/Memoize/t/tie_ndbm.t
8052 ____________________________________________________________________________
8053 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
8054         Log: Metaconfig unit change for #10863.
8055      Branch: metaconfig/U/perl
8056            ! Extensions.U
8057 ____________________________________________________________________________
8058 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
8059         Log: In Cygwin do not build NDBM_File and ODBM_File unless
8060              -lndbm and -ldbm are available.
8061      Branch: perl
8062            ! Configure config_h.SH
8063 ____________________________________________________________________________
8064 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
8065         Log: More Cygwin filesystem semantics.
8066      Branch: perl
8067            ! t/io/fs.t t/op/stat.t
8068 ____________________________________________________________________________
8069 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
8070         Log: More DOSish permission semantics for Cygwin.
8071      Branch: perl
8072            ! lib/AnyDBM_File.t
8073 ____________________________________________________________________________
8074 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
8075         Log: Cygwin too has different permission semantics.
8076      Branch: perl
8077            ! ext/GDBM_File/gdbm.t
8078 ____________________________________________________________________________
8079 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
8080         Log: The group (and assumedly passwd) databases can have
8081              only one entry (this is the case in cygwin).
8082      Branch: perl
8083            ! t/op/grent.t t/op/pwent.t
8084 ____________________________________________________________________________
8085 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
8086         Log: Also in Cygwin use Socket to figure out domainname
8087              (if any) (avoids trying to call external 'domainname',
8088              which doesn't at the moment exist in Cygwin)
8089      Branch: perl
8090            ! lib/Net/Domain.pm
8091 ____________________________________________________________________________
8092 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
8093         Log: Remove also the lib$Foo.def, not just $Foo.def.
8094      Branch: perl
8095            ! lib/ExtUtils/MM_Unix.pm
8096 ____________________________________________________________________________
8097 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
8098         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
8099      Branch: perl
8100            ! unixish.h
8101 ____________________________________________________________________________
8102 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
8103         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
8104              to match the whole isprint(), only the space character.
8105      Branch: perl
8106            ! handy.h pod/perlre.pod t/op/pat.t
8107 ____________________________________________________________________________
8108 [ 10854] By: nick                                  on 2001/06/23  08:09:33
8109         Log: Integrate mainline
8110      Branch: perlio
8111           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
8112           !> lib/ExtUtils.t lib/File/Find/taint.t
8113           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
8114           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
8115           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
8116 ____________________________________________________________________________
8117 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
8118         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
8119              with its floats    in os390 and s390 (UTS).
8120      Branch: perl
8121            ! lib/Math/BigInt/t/bigintpm.t
8122 ____________________________________________________________________________
8123 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
8124         Log: Add also UTS (s390) to the non-IEEE float platforms.
8125      Branch: perl
8126            ! t/op/sprintf.t
8127 ____________________________________________________________________________
8128 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
8129         Log: Subject: RFC: what are applicable standards for exponent sizes?
8130              From: Peter Prymmer <pvhp@forte.com>
8131              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
8132              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
8133      Branch: perl
8134            ! t/op/sprintf.t
8135 ____________________________________________________________________________
8136 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
8137         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
8138              From: Peter Prymmer <pvhp@forte.com>
8139              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
8140              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
8141      Branch: perl
8142            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
8143 ____________________________________________________________________________
8144 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
8145         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
8146              From: Peter Prymmer <pvhp@forte.com>
8147              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
8148              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
8149      Branch: perl
8150            ! lib/ExtUtils.t
8151 ____________________________________________________________________________
8152 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
8153         Log: Retract #10845.
8154      Branch: perl
8155            ! lib/File/Find/taint.t
8156 ____________________________________________________________________________
8157 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
8158         Log: Yet another error message.
8159      Branch: perl
8160            ! t/op/mkdir.t
8161 ____________________________________________________________________________
8162 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
8163         Log: The croak message for nonexistent socket functions may vary.
8164      Branch: perl
8165            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
8166 ____________________________________________________________________________
8167 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
8168         Log: (Retracted by #10848.)
8169      Branch: perl
8170            ! lib/File/Find/taint.t
8171 ____________________________________________________________________________
8172 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
8173         Log: Integrate perlio.
8174      Branch: perl
8175           !> lib/File/Find/taint.t t/op/write.t
8176 ____________________________________________________________________________
8177 [ 10843] By: nick                                  on 2001/06/22  21:24:51
8178         Log: Back out debug in taint.t
8179      Branch: perlio
8180            ! lib/File/Find/taint.t
8181 ____________________________________________________________________________
8182 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
8183         Log: setitimer() does not exist in Unicos, despite of what
8184              Configure thinks, from Mark P. Lutz.
8185      Branch: perl
8186            ! hints/unicos.sh
8187 ____________________________________________________________________________
8188 [ 10841] By: nick                                  on 2001/06/22  21:19:36
8189         Log: Skip cwd test on Win32 ???
8190      Branch: perlio
8191            ! lib/File/Find/taint.t
8192 ____________________________________________________________________________
8193 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
8194         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
8195              and Tru64 gcc -Wall happy.
8196      Branch: perl
8197            ! mg.c
8198 ____________________________________________________________________________
8199 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
8200         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
8201      Branch: perl
8202            ! ext/IPC/SysV/Semaphore.pm
8203 ____________________________________________________________________________
8204 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
8205         Log: Metaconfig unit change for #10837.
8206      Branch: metaconfig/U/perl
8207            ! Cross.U
8208 ____________________________________________________________________________
8209 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
8210         Log: Cleanup of the cross-compilation unit.
8211      Branch: perl
8212            ! Configure
8213 ____________________________________________________________________________
8214 [ 10836] By: nick                                  on 2001/06/22  20:45:12
8215         Log: Skip |- based op/write.t on Win32 as well as VMS
8216      Branch: perlio
8217            ! t/op/write.t
8218 ____________________________________________________________________________
8219 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
8220         Log: Integrate perlio.
8221      Branch: perl
8222           !> util.c
8223 ____________________________________________________________________________
8224 [ 10834] By: nick                                  on 2001/06/22  20:41:54
8225         Log: Integrate mainline
8226      Branch: perlio
8227           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
8228           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
8229           !> vos/config.ga.h
8230 ____________________________________________________________________________
8231 [ 10833] By: nick                                  on 2001/06/22  20:22:58
8232         Log: Patcho fix.
8233      Branch: perlio
8234            ! util.c
8235 ____________________________________________________________________________
8236 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
8237         Log: Metaconfig unit changes for #10831.
8238      Branch: metaconfig
8239            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
8240 ____________________________________________________________________________
8241 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
8242         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
8243              From: Andy Dougherty <doughera@lafayette.edu>
8244              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
8245              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
8246      Branch: perl
8247            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8248            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
8249 ____________________________________________________________________________
8250 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
8251         Log: MPE/iX prototype nits from Mark Bixby.
8252      Branch: perl
8253            ! pp_sys.c
8254 ____________________________________________________________________________
8255 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
8256         Log: Detypo.
8257      Branch: perl
8258            ! util.c
8259 ____________________________________________________________________________
8260 [ 10828] By: nick                                  on 2001/06/22  15:33:37
8261         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
8262      Branch: perlio
8263           +> lib/h2xs.t
8264           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
8265           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
8266           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
8267           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
8268           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
8269           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
8270           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
8271           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
8272           !> vms/vmsish.h
8273 ____________________________________________________________________________
8274 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
8275         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
8276              Date: Fri, 22 Jun 2001 10:08:35 -0500
8277              From: "Craig A. Berry" <craigberry@mac.com>
8278              Message-Id: <a05101001b75908704194@[192.168.56.145]>
8279      Branch: perl
8280            ! vms/vms.c vms/vmsish.h
8281 ____________________________________________________________________________
8282 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
8283         Log: NetWare scripts tweak from Ananth Kesari.
8284      Branch: perl
8285            ! NetWare/t/NWScripts.pl
8286 ____________________________________________________________________________
8287 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
8288         Log: Update Changes.
8289      Branch: perl
8290            ! Changes patchlevel.h
8291 ____________________________________________________________________________
8292 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
8293         Log: Add .i and .s targets.
8294      Branch: perl
8295            ! Makefile.SH
8296 ____________________________________________________________________________
8297 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
8298         Log: Upgrade to Locale::Maketext 1.03.
8299      Branch: perl
8300            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
8301            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
8302 ____________________________________________________________________________
8303 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
8304         Log: Upgrade to I18N::LangTags 0.26.
8305      Branch: perl
8306            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
8307            ! lib/I18N/LangTags/test.pl
8308 ____________________________________________________________________________
8309 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
8310         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
8311              Philip Newton.
8312      Branch: perl
8313            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
8314            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
8315 ____________________________________________________________________________
8316 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
8317         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
8318              From: Prymmer/Kahn <pvhp@best.com>
8319              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
8320              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
8321      Branch: perl
8322            + lib/h2xs.t
8323            ! MANIFEST utils/h2xs.PL
8324 ____________________________________________________________________________
8325 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
8326         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
8327              From: Prymmer/Kahn <pvhp@best.com>
8328              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
8329              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
8330      Branch: perl
8331            ! lib/ExtUtils.t
8332 ____________________________________________________________________________
8333 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
8334         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
8335              From: Prymmer/Kahn <pvhp@best.com>
8336              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
8337              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
8338      Branch: perl
8339            ! t/pod/plainer.t
8340 ____________________________________________________________________________
8341 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
8342         Log: AUTHORS update.
8343      Branch: perl
8344            ! AUTHORS
8345 ____________________________________________________________________________
8346 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
8347         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
8348              From: "Craig A. Berry" <craigberry@mac.com>
8349              Date: Thu, 21 Jun 2001 18:20:38 -0500
8350              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
8351      Branch: perl
8352            ! ext/POSIX/POSIX.xs
8353 ____________________________________________________________________________
8354 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
8355         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
8356              From: "Craig A. Berry" <craigberry@mac.com>
8357              Date: Thu, 21 Jun 2001 09:58:52 -0500
8358              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
8359      Branch: perl
8360            ! ext/B/Deparse.t t/op/write.t
8361 ____________________________________________________________________________
8362 [ 10814] By: nick                                  on 2001/06/22  08:13:09
8363         Log: Integrate mainline.
8364      Branch: perlio
8365           !> (integrate 46 files)
8366 ____________________________________________________________________________
8367 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
8368         Log: Change the prefixes only if $prefix is unset,
8369              as originally patched by Marcel Grunauer.
8370      Branch: perl
8371            ! hints/darwin.sh hints/rhapsody.sh
8372 ____________________________________________________________________________
8373 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
8374         Log: Subject: Re: Patch for hints/darwin.sh
8375              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
8376              Date: Thu, 21 Jun 2001 11:23:46 -0700
8377              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
8378      Branch: perl
8379            ! hints/darwin.sh hints/rhapsody.sh
8380 ____________________________________________________________________________
8381 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
8382         Log: Add .PHONY targets for non-file targets,
8383              from Wilfredo Sánchez.  Should help saying
8384              "make install" on case-insensitive filesystems.
8385      Branch: perl
8386            ! Makefile.SH
8387 ____________________________________________________________________________
8388 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
8389         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
8390              From: Doug MacEachern <dougm@covalent.net>
8391              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
8392              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
8393              
8394              plus reword the getcwd() comment, plus use getcwd() buffer
8395              size minus one.
8396      Branch: perl
8397            ! util.c
8398 ____________________________________________________________________________
8399 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
8400         Log: More gprofing from Doug MacEachern.
8401      Branch: perl
8402            ! Makefile.SH
8403 ____________________________________________________________________________
8404 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
8405         Log: Metaconfig unit change for #10807.
8406      Branch: metaconfig/U/perl
8407            ! d_sfio.U
8408 ____________________________________________________________________________
8409 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
8410         Log: Tell that you are removing the unneeded -lsfio.
8411      Branch: perl
8412            ! Configure
8413 ____________________________________________________________________________
8414 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
8415         Log: More MPE/iX tweaks from Mark Bixby.
8416      Branch: perl
8417            ! perl.c t/op/magic.t
8418 ____________________________________________________________________________
8419 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
8420         Log: The fchdir() proto is supposed to live in <unistd.h>.
8421      Branch: perl
8422            ! ext/Cwd/Cwd.xs
8423 ____________________________________________________________________________
8424 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
8425         Log: This town is too small for the Cwd extension and me,
8426              it would seem...
8427      Branch: perl
8428            ! ext/Cwd/Cwd.xs
8429 ____________________________________________________________________________
8430 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
8431         Log: Metaconfig unit change for #10802.
8432      Branch: metaconfig/U/perl
8433            ! d_modfl.U
8434 ____________________________________________________________________________
8435 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
8436         Log: More d'ohs.
8437      Branch: perl
8438            ! Configure
8439 ____________________________________________________________________________
8440 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
8441         Log: Off-by-one.  I'm so classic.
8442      Branch: perl
8443            ! util.c
8444 ____________________________________________________________________________
8445 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
8446         Log: Update Changes.
8447      Branch: perl
8448            ! Changes patchlevel.h
8449 ____________________________________________________________________________
8450 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
8451         Log: Subject: Documentation patch for Net::FTP
8452              From: Marcel Grunauer <marcel@codewerk.com>
8453              Date: Wed, 20 Jun 2001 23:03:26 +0200
8454              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
8455      Branch: perl
8456            ! lib/Net/FTP.pm
8457 ____________________________________________________________________________
8458 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
8459         Log: Retract the #10417 mg.c and embed.pl parts because of
8460              strange SEGVs in 64bit x86 FreeBSD observed by
8461              Nicholas Clark.
8462      Branch: perl
8463            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
8464 ____________________________________________________________________________
8465 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
8466         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
8467      Branch: perl
8468            ! Configure NetWare/config.wc NetWare/config_H.wc
8469            ! Porting/Glossary Porting/config.sh Porting/config_H
8470            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
8471            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
8472            ! vos/config.ga.h win32/config.bc win32/config.gc
8473            ! win32/config.vc win32/config_H.bc win32/config_H.gc
8474            ! win32/config_H.vc
8475 ____________________________________________________________________________
8476 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
8477         Log: Cwd tweak from Doug MacEachern.
8478      Branch: perl
8479            ! ext/Cwd/Cwd.xs
8480 ____________________________________________________________________________
8481 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
8482         Log: Protect the fchdir() and lstat() with ifdefs.
8483              fchdir() needs a Configure probe.
8484      Branch: perl
8485            ! ext/Cwd/Cwd.xs
8486 ____________________________________________________________________________
8487 [ 10794] By: nick                                  on 2001/06/21  17:11:35
8488         Log: Integrate mainline
8489      Branch: perlio
8490           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
8491           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
8492           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
8493           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
8494           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
8495           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
8496           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
8497           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
8498            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
8499            - lib/File/Glob/case.t lib/File/Glob/global.t
8500            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
8501            - lib/File/Temp/posix.t lib/File/Temp/security.t
8502            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
8503            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
8504            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
8505            - lib/Text/Wrap/wrap.t
8506           !> (integrate 41 files)
8507 ____________________________________________________________________________
8508 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
8509         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
8510              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
8511              Date: Thu, 21 Jun 2001 13:04:54 -0500
8512              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
8513      Branch: perl
8514            ! ext/Cwd/Cwd.xs
8515 ____________________________________________________________________________
8516 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
8517         Log: Subject: [PATCH pod] overlong =item
8518              From: Robin Barker <rmb1@cise.npl.co.uk>
8519              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
8520              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
8521      Branch: perl
8522            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
8523            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
8524 ____________________________________________________________________________
8525 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
8526         Log: Subject: [PATCH perlio.c] format 
8527              From: Robin Barker <rmb1@cise.npl.co.uk>
8528              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
8529              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
8530      Branch: perl
8531            ! perlio.c
8532 ____________________________________________________________________________
8533 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
8534         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
8535              From: Radu Greab <radu@netsoft.ro>
8536              Date: Thu, 21 Jun 2001 19:06:02 +0300
8537              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
8538      Branch: perl
8539            ! pod/perlapi.pod sv.c
8540 ____________________________________________________________________________
8541 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
8542         Log: The metaconfig unit changes for #10788.
8543      Branch: metaconfig/U/perl
8544            ! Cross.U fflushall.U
8545 ____________________________________________________________________________
8546 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
8547         Log: Cross-configuration changes: make $from to rm the files
8548              before copying them over (this means that he rm can be
8549              removed from the fflushall test), create $targetmkdir      
8550              (not documented in install since it is supposed to internal
8551              use only), make $run to copy over the executable only if
8552              a stamp file .xok doesn't already exist (to avoid unnecessary
8553              copying of the executable)
8554      Branch: perl
8555            ! Configure Makefile.SH
8556 ____________________________________________________________________________
8557 [ 10787] By: nick                                  on 2001/06/21  14:16:18
8558         Log: Integrate mainline
8559      Branch: perlio
8560           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
8561           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
8562           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
8563            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
8564           !> (integrate 34 files)
8565 ____________________________________________________________________________
8566 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
8567         Log: Re-add the files as text.
8568      Branch: perl
8569            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
8570 ____________________________________________________________________________
8571 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
8572         Log: Delete the binary files.
8573      Branch: perl
8574            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
8575 ____________________________________________________________________________
8576 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
8577         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
8578              From: Andy Dougherty <doughera@lafayette.edu>
8579              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
8580              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
8581      Branch: perl
8582            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
8583            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
8584            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
8585            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
8586 ____________________________________________________________________________
8587 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
8588         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
8589              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
8590              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
8591              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
8592              
8593              Setting umask to something friendlier.
8594      Branch: perl
8595            ! installman installperl
8596 ____________________________________________________________________________
8597 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
8598         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
8599              Resort MANIFEST with sort -f, looks much better.
8600      Branch: perl
8601            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
8602            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
8603            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
8604            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
8605            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
8606            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
8607            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
8608            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
8609            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
8610            - lib/File/Glob/case.t lib/File/Glob/global.t
8611            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
8612            - lib/File/Temp/posix.t lib/File/Temp/security.t
8613            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
8614            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
8615            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
8616            - lib/Text/Wrap/wrap.t
8617            ! MANIFEST
8618 ____________________________________________________________________________
8619 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
8620         Log: Upgrade to I18N::LangTags 0.25.
8621      Branch: perl
8622            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
8623            ! lib/I18N/LangTags/List.pm
8624 ____________________________________________________________________________
8625 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
8626         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
8627              From: Richard Soderberg <rs@crystalflame.net>
8628              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
8629              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
8630      Branch: perl
8631            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
8632            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
8633 ____________________________________________________________________________
8634 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
8635         Log: Test obsoleted by change #10777.
8636      Branch: perl
8637            ! t/op/sub_lval.t
8638 ____________________________________________________________________________
8639 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
8640         Log: Case of confused test numbering.
8641      Branch: perl
8642            ! t/op/pat.t
8643 ____________________________________________________________________________
8644 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
8645         Log: Subject: Re: Opinion on undef lvalue
8646              From: Abhijit Menon-Sen <ams@wiw.org>
8647              Date: Sun, 17 Jun 2001 13:04:46 +0530
8648              Message-ID: <20010617130446.B27925@lustre.linux.in>
8649              
8650              Allow lvalue subs to return undef in array context.
8651      Branch: perl
8652            ! pp_hot.c
8653 ____________________________________________________________________________
8654 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
8655         Log: Just a guess that using the same hack for cygwin as
8656              for win32 might help.
8657      Branch: perl
8658            ! lib/File/Find/find.t
8659 ____________________________________________________________________________
8660 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
8661         Log: NetWare tweaks from Guruprasad.
8662      Branch: perl
8663            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
8664            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
8665            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
8666            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
8667 ____________________________________________________________________________
8668 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
8669         Log: Subject: Re: perl@10722: Bogus warnings on REs 
8670              From: Hugo <hv@crypt.compulink.co.uk>
8671              Date: Thu, 21 Jun 2001 09:51:17 +0100
8672              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
8673              
8674              Unroll to avoid a UTS compiler bug.
8675      Branch: perl
8676            ! regcomp.c
8677 ____________________________________________________________________________
8678 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
8679         Log: Subject: Re: [PATCH] Make /o work under i?threads
8680              From: Artur Bergman <artur@contiller.se>
8681              Date: Thu, 21 Jun 2001 14:38:03 +0200
8682              Message-ID: <B757B74A.184D%artur@contiller.se>
8683      Branch: perl
8684            ! t/op/pat.t
8685 ____________________________________________________________________________
8686 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
8687         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
8688              From: Artur Bergman <artur@contiller.se> 
8689              Date: Thu, 21 Jun 2001 14:27:33 +0200
8690              Message-ID: <B757B4D4.1849%artur@contiller.se>
8691              
8692              Plus extra parentheses.
8693      Branch: perl
8694            ! op.h
8695 ____________________________________________________________________________
8696 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
8697         Log: Subject: [PATCH] Make /o work under i?threads
8698              From: Richard Soderberg <rs@crystalflame.net>
8699              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
8700              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
8701      Branch: perl
8702            ! pp_ctl.c
8703 ____________________________________________________________________________
8704 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
8705         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
8706              From: Artur Bergman <artur@contiller.se>
8707              Date: Thu, 21 Jun 2001 14:04:54 +0200
8708              Message-ID: <B757AF86.1842%artur@contiller.se>
8709      Branch: perl
8710            ! op.h
8711 ____________________________________________________________________________
8712 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
8713         Log: Subject: Re: perl@10765: sv.c not OK on win32
8714              From: Artur Bergman <artur@contiller.se>
8715              Date: Thu, 21 Jun 2001 10:31:06 +0200
8716              Message-ID: <B7577D69.182C%artur@contiller.se>
8717      Branch: perl
8718            ! sv.c
8719 ____________________________________________________________________________
8720 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
8721         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
8722              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8723              Date: Thu, 21 Jun 2001 06:23:56 -0400
8724              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
8725              
8726              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
8727              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8728              Date: Thu, 21 Jun 2001 06:32:21 -0400
8729              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
8730      Branch: perl
8731            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
8732 ____________________________________________________________________________
8733 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
8734         Log: Subject: [PATCH] make syslog test more verbose
8735              From: Robert Spier <rspier@pobox.com>
8736              Date: Thu, 21 Jun 2001 00:54:32 -0400
8737              Message-ID: <15153.32264.295807.333073@rls.cx>
8738      Branch: perl
8739            ! ext/Sys/Syslog/syslog.t
8740 ____________________________________________________________________________
8741 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
8742         Log: Subject: op/study.t refinements
8743              From: Hugo <hv@crypt.compulink.co.uk>
8744              Date: Thu, 21 Jun 2001 00:29:07 +0100
8745              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
8746      Branch: perl
8747            ! t/op/study.t
8748 ____________________________________________________________________________
8749 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
8750         Log: Update Changes.
8751      Branch: perl
8752            ! Changes patchlevel.h
8753 ____________________________________________________________________________
8754 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
8755         Log: Subject: Re: [PATCH] djgpp updates
8756              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
8757              Date: Wed, 20 Jun 2001 10:05:15 +0200
8758              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
8759      Branch: perl
8760            ! djgpp/config.over
8761 ____________________________________________________________________________
8762 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
8763         Log: Fix for ID 20010619.002 "When building hash, hash keys that
8764              are function calls are not being called", from Abhijit.
8765      Branch: perl
8766            ! t/base/lex.t toke.c
8767 ____________________________________________________________________________
8768 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
8769         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
8770      Branch: perl
8771            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
8772            + lib/Locale/Maketext/test.pl
8773            - lib/Locale/Maketext.t
8774            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
8775            ! lib/Locale/Maketext/TPJ13.pod
8776 ____________________________________________________________________________
8777 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
8778         Log: Metaconfig unit change for #10760.
8779      Branch: metaconfig
8780            ! U/modified/Cppsym.U
8781 ____________________________________________________________________________
8782 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
8783         Log: Do not remove the ccsym* Cppsym* files since
8784              they are useful for metaconfig units coming after us.
8785              (This is the Configure nit mentioned in #10752.)
8786      Branch: perl
8787            ! Configure
8788 ____________________________________________________________________________
8789 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
8790         Log: Update to I18N::LangTags 0.24, from Sean Burke.
8791      Branch: perl
8792            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
8793            + lib/I18N/LangTags/README
8794            - lib/I18N/LangTags/List.pod
8795            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
8796 ____________________________________________________________________________
8797 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
8798         Log: Regen headers.
8799      Branch: perl
8800            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
8801            ! pod/perlapi.pod proto.h
8802 ____________________________________________________________________________
8803 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
8804         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
8805              From: Artur Bergman <artur@contiller.se>
8806              Date: Wed, 20 Jun 2001 11:31:32 +0200
8807              Message-ID: <B7563A14.17D8%artur@contiller.se>
8808      Branch: perl
8809            ! embed.pl hv.c intrpvar.h sv.c sv.h
8810 ____________________________________________________________________________
8811 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
8812         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
8813              From: Tim Sweetman <tim@aldigital.co.uk> 
8814              Date: Wed, 13 Jun 2001 14:25:17 +0100 
8815              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
8816      Branch: perl
8817            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
8818 ____________________________________________________________________________
8819 [ 10755] By: nick                                  on 2001/06/20  16:12:37
8820         Log: Integrate mainline
8821      Branch: perlio
8822           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
8823           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
8824           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
8825           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
8826           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
8827           !> t/op/study.t util.c
8828 ____________________________________________________________________________
8829 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
8830         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
8831              but not Makefile)
8832      Branch: maint-5.6/perl
8833            ! win32/Makefile
8834 ____________________________________________________________________________
8835 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
8836         Log: Security tweak on readlink().
8837      Branch: perl
8838            ! pp_sys.c
8839 ____________________________________________________________________________
8840 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
8841         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
8842      Branch: perl
8843            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
8844            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
8845            ! mpeix/relink t/op/pwent.t
8846 ____________________________________________________________________________
8847 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
8848         Log: Reinstate #10725 (with probe for alarm()).
8849      Branch: perl
8850            ! t/op/study.t
8851 ____________________________________________________________________________
8852 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
8853         Log: Replace our implementation of realpath() with OpenBSD's
8854              (src/lib/libc/stdlib/realpath.c 1.4).
8855      Branch: perl
8856            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
8857            ! pod/perldiag.pod proto.h util.c
8858 ____________________________________________________________________________
8859 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
8860         Log: Integrate perlio.
8861      Branch: perl
8862           !> perlio.c
8863 ____________________________________________________________________________
8864 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
8865         Log: No point in going into memory-saving contortions
8866              with getcwd() since there's a danger of buffer overflow.
8867              Also make the POSIX extension to use sv_getcwd().
8868              Finally, a missed proto.h fragment.
8869      Branch: perl
8870            ! ext/POSIX/POSIX.xs proto.h util.c
8871 ____________________________________________________________________________
8872 [ 10747] By: nick                                  on 2001/06/20  12:38:26
8873         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
8874      Branch: perlio
8875            ! perlio.c
8876 ____________________________________________________________________________
8877 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
8878         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
8879              From: Graham Barr <gbarr@pobox.com>
8880              Date: Wed, 20 Jun 2001 11:05:49 +0100
8881              Message-ID: <20010620110549.I19188@pobox.com>
8882              
8883              reported in        
8884              
8885              Subject: Bug in IO::Socket::INET module (repeat)
8886              From: "Harmon S. Nine" <hnine@netarx.com>
8887              Date: Tue, 19 Jun 2001 09:41:35 -0400
8888              Message-ID: <3B2F568F.8080605@netarx.com>
8889              
8890              The bug was that the IO::Socket::INET constructor
8891              did not allow a 'LocalPort' of 0.
8892      Branch: perl
8893            ! ext/IO/lib/IO/Socket/INET.pm
8894 ____________________________________________________________________________
8895 [ 10745] By: nick                                  on 2001/06/20  08:56:39
8896         Log: Integrate mainline.
8897      Branch: perlio
8898           !> (integrate 37 files)
8899 ____________________________________________________________________________
8900 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
8901         Log: After some reading I don't think we can blindly
8902              use systems' realpath().  Too many security problems,
8903              too many buggy implementations.
8904              
8905              TODO: the realpath() emulation code in util.c doesn't
8906              seem fully operational?  (readlink(), for example?)
8907      Branch: perl
8908            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
8909            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
8910            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
8911            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
8912            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
8913            ! win32/config_H.gc win32/config_H.vc
8914 ____________________________________________________________________________
8915 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
8916         Log: Metaconfig unit change for #10738.
8917      Branch: metaconfig
8918            ! U/compline/d_gconvert.U
8919 ____________________________________________________________________________
8920 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
8921         Log: Integrate change #10739 from maintperl:
8922              
8923              C<eval "/x$\r\n/x"> fails to compile correctly 
8924      Branch: perl
8925           !> t/op/pat.t toke.c
8926 ____________________________________________________________________________
8927 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
8928         Log: Retract #10725 (Hugo asked NOT to apply the patch)
8929      Branch: perl
8930            ! t/op/study.t
8931 ____________________________________________________________________________
8932 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
8933         Log: The test.third results were funnily named because of the
8934              new test scheme.
8935      Branch: perl
8936            ! t/TEST
8937 ____________________________________________________________________________
8938 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
8939         Log: C<eval "/x$\r\n/x"> fails to compile correctly
8940      Branch: maint-5.6/perl
8941            ! t/op/pat.t toke.c
8942 ____________________________________________________________________________
8943 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
8944         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
8945              From: Spider Boardman <spider@Orb.Nashua.NH.US>
8946              Date: Tue, 19 Jun 2001 19:15:40 -0400
8947              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
8948              
8949              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
8950              because "1e+129" being expected but "1.e+129" being returned.
8951              The culprit (at least in Tru64) is the use of gcvt().
8952      Branch: perl
8953            ! Configure
8954 ____________________________________________________________________________
8955 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
8956         Log: Subject: [PATCH perl@10722] test hunting on VMS
8957              From: "Craig A. Berry" <craigberry@mac.com>
8958              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
8959              Date: Tue, 19 Jun 2001 18:59:01 -0500
8960      Branch: perl
8961            ! vms/test.com
8962 ____________________________________________________________________________
8963 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
8964         Log: Subject: [PATCH] s/typos//
8965              From: Abhijit Menon-Sen <ams@wiw.org>
8966              Date: Wed, 20 Jun 2001 02:15:02 +0530
8967              Message-ID: <20010620021502.A14541@lustre.linux.in>
8968              
8969              Without the op.h s/bearword/bareword/ hunk, see
8970              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
8971      Branch: perl
8972            ! util.c
8973 ____________________________________________________________________________
8974 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
8975         Log: Metaconfig unit change for #10732 and #10733.
8976      Branch: metaconfig/U/perl
8977            ! fflushall.U
8978 ____________________________________________________________________________
8979 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
8980         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
8981              From: "Craig A. Berry" <craigberry@mac.com>
8982              Date: Tue, 19 Jun 2001 17:19:48 -0500
8983              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
8984      Branch: perl
8985            ! configure.com vms/descrip_mms.template
8986 ____________________________________________________________________________
8987 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
8988         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
8989              From: Spider Boardman <spider@Orb.Nashua.NH.US>
8990              Date: Tue, 19 Jun 2001 16:48:07 -0400
8991              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
8992              
8993              Further fixes to fflush(NULL) detection.
8994      Branch: perl
8995            ! Configure
8996 ____________________________________________________________________________
8997 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
8998         Log: AIX test -s hangs with non-existent files?
8999              (A genuine logic bug in Configure, but AIX also broken?)
9000      Branch: perl
9001            ! Configure
9002 ____________________________________________________________________________
9003 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
9004         Log: AUTHORS updates.
9005      Branch: perl
9006            ! AUTHORS
9007 ____________________________________________________________________________
9008 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
9009         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
9010              From: Spider Boardman <spider@Orb.Nashua.NH.US>
9011              Date: Tue, 19 Jun 2001 15:33:25 -0400
9012              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
9013      Branch: perl
9014            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
9015            ! t/lib/warnings/pp
9016 ____________________________________________________________________________
9017 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
9018         Log: Integrate perlio.
9019      Branch: perl
9020           !> lib/File/Find/find.t win32/distclean.bat
9021 ____________________________________________________________________________
9022 [ 10728] By: nick                                  on 2001/06/19  18:24:53
9023         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
9024      Branch: perlio
9025            ! lib/File/Find/find.t win32/distclean.bat
9026 ____________________________________________________________________________
9027 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
9028         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
9029              also add information how to find out whether one has PerlIO.
9030      Branch: perl
9031            ! pod/perlfunc.pod
9032 ____________________________________________________________________________
9033 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
9034         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
9035              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
9036              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
9037              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
9038      Branch: perl
9039            ! pod/perlfunc.pod
9040 ____________________________________________________________________________
9041 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
9042         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
9043              From: Hugo <hv@crypt.compulink.co.uk>
9044              Date: Tue, 19 Jun 2001 12:37:30 +0100
9045              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
9046      Branch: perl
9047            ! t/op/study.t
9048 ____________________________________________________________________________
9049 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
9050         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
9051              From: Hugo <hv@crypt.compulink.co.uk>
9052              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
9053              Date: Tue, 19 Jun 2001 13:15:17 +0100
9054      Branch: perl
9055            ! util.c
9056 ____________________________________________________________________________
9057 [ 10723] By: nick                                  on 2001/06/19  14:46:15
9058         Log: Integrate mainline
9059      Branch: perlio
9060           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
9061           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
9062           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
9063           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
9064           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
9065           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
9066            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
9067            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
9068            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
9069            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
9070            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
9071            - ext/Thread/unsync4.t
9072           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
9073           !> djgpp/config.over djgpp/fixpmain
9074           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
9075           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
9076           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
9077 ____________________________________________________________________________
9078 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
9079         Log: Update Changes.
9080      Branch: perl
9081            ! Changes patchlevel.h
9082 ____________________________________________________________________________
9083 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
9084         Log: The existence shall be MANIFESted.
9085      Branch: perl
9086            ! MANIFEST
9087 ____________________________________________________________________________
9088 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
9089         Log: The old libnet.cfg is first searched from the current directory,
9090              only then from the module path.
9091      Branch: perl
9092            ! utils/libnetcfg.PL
9093 ____________________________________________________________________________
9094 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
9095         Log: NetWare tweaks from Guruprasad.
9096      Branch: perl
9097            ! NetWare/Makefile NetWare/config.wc
9098 ____________________________________________________________________________
9099 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
9100         Log: Subject: [PATCH] djgpp updates
9101              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
9102              Date: Tue, 19 Jun 2001 10:59:06 +0200
9103              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
9104      Branch: perl
9105            ! djgpp/config.over djgpp/fixpmain
9106 ____________________________________________________________________________
9107 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
9108         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
9109              From: Prymmer/Kahn <pvhp@best.com>
9110              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
9111              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
9112      Branch: perl
9113            ! win32/Makefile
9114 ____________________________________________________________________________
9115 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
9116         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
9117              to happen right after the inclusion of <inttypes.h>,
9118              from Edward Moy.
9119      Branch: perl
9120            ! handy.h perl.h
9121 ____________________________________________________________________________
9122 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
9123         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
9124              From: Doug MacEachern <dougm@covalent.net>
9125              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
9126              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
9127      Branch: perl
9128            ! ext/DynaLoader/DynaLoader_pm.PL
9129 ____________________________________________________________________________
9130 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
9131         Log: Revert #10656 for perfomance reasons but leave in the
9132              use of Hv*() macros -- in comments, so that grepping the
9133              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
9134              suggested by Sarathy, also by Abhijit.)
9135      Branch: perl
9136            ! hv.c
9137 ____________________________________________________________________________
9138 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
9139         Log: Subject: [patch] .s MakeMaker suffix
9140              From: Doug MacEachern <dougm@covalent.net>
9141              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
9142              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
9143      Branch: perl
9144            ! lib/ExtUtils/MM_Unix.pm
9145 ____________________________________________________________________________
9146 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
9147         Log: One test lost in the big shuffle restored.
9148      Branch: perl
9149            + ext/IPC/SysV/ipcsysv.t
9150            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
9151 ____________________________________________________________________________
9152 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
9153         Log: Rename the old non-standard threads tests so that
9154              they won't be invoked.
9155      Branch: perl
9156            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
9157            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
9158            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
9159            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
9160            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
9161            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
9162            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
9163            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
9164            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
9165            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
9166            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
9167            - ext/Thread/unsync4.t
9168            ! MANIFEST
9169 ____________________________________________________________________________
9170 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
9171         Log: Integrate perlio.
9172      Branch: perl
9173           !> win32/config_sh.PL
9174 ____________________________________________________________________________
9175 [ 10709] By: nick                                  on 2001/06/19  08:18:18
9176         Log: Integrate mainline
9177      Branch: perlio
9178           +> (branch 40 files)
9179            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
9180            - lib/strict/subs lib/strict/vars lib/warnings/1global
9181            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
9182            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
9183            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
9184            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
9185            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
9186            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
9187            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
9188            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
9189            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
9190            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
9191            - lib/warnings/utf8 lib/warnings/util
9192           !> (integrate 57 files)
9193 ____________________________________________________________________________
9194 [ 10708] By: nick                                  on 2001/06/19  07:57:10
9195         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
9196      Branch: perlio
9197            ! win32/config_sh.PL
9198 ____________________________________________________________________________
9199 [ 10707] By: nick                                  on 2001/06/19  07:05:07
9200         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
9201      Branch: perl
9202            ! perly.c perly.y perly_c.diff vms/perly_c.vms
9203 ____________________________________________________________________________
9204 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
9205         Log: More perl572delta tweaks.
9206      Branch: perl
9207            ! pod/perl572delta.pod
9208 ____________________________________________________________________________
9209 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
9210         Log: Update perl572delta.
9211      Branch: perl
9212            ! pod/perl572delta.pod
9213 ____________________________________________________________________________
9214 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
9215         Log: VOS updates from Paul Green.
9216      Branch: perl
9217            ! vos/Changes vos/build.cm vos/perl.bind
9218 ____________________________________________________________________________
9219 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
9220         Log: Update the vos/config.*.* files.
9221      Branch: perl
9222            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
9223            ! vos/config.ga.h
9224 ____________________________________________________________________________
9225 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
9226         Log: Add a makefile for more painless adding of symbols to the
9227              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
9228              takes care of the adding)
9229      Branch: perl
9230            + vos/Makefile
9231 ____________________________________________________________________________
9232 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
9233         Log: Make libnetcfg by default display the libnet configuration,
9234              -c to change, add -i for old config, document all options,
9235              regen toc.
9236      Branch: perl
9237            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
9238 ____________________________________________________________________________
9239 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
9240         Log: gcc -Wall sweep.
9241      Branch: perl
9242            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
9243 ____________________________________________________________________________
9244 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
9245         Log: So there.
9246      Branch: perl
9247            ! universal.c
9248 ____________________________________________________________________________
9249 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
9250         Log: Document the need for sv_printify().
9251              
9252              Document that 'use utf8' has been considered.
9253              
9254              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
9255      Branch: perl
9256            ! pod/perltodo.pod universal.c
9257 ____________________________________________________________________________
9258 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
9259         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
9260              From: Nicholas Clark <nick@ccl4.org>
9261              Date: Mon, 18 Jun 2001 23:29:23 +0100
9262              Message-ID: <20010618232923.I98663@plum.flirble.org>
9263      Branch: perl
9264            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
9265            ! ext/Sys/Syslog/Makefile.PL
9266 ____________________________________________________________________________
9267 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
9268         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
9269              From: Scott.L.Miller@Compaq.com
9270              Date: Mon, 18 Jun 2001 10:12:27 -0500
9271              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
9272      Branch: perl
9273            ! lib/perl5db.pl pod/perldebug.pod
9274 ____________________________________________________________________________
9275 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
9276         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
9277              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
9278              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
9279              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
9280      Branch: perl
9281            ! lib/Carp/Heavy.pm
9282 ____________________________________________________________________________
9283 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
9284         Log: Subject: [PATCH] Documentation changes for CLONE
9285              From: Artur Bergman <artur@contiller.se>
9286              Date: Mon, 18 Jun 2001 22:06:37 +0200
9287              Message-ID: <B7542BEC.1719%artur@contiller.se>
9288      Branch: perl
9289            ! pod/perlmod.pod pod/perlsub.pod
9290 ____________________________________________________________________________
9291 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
9292         Log: Subject: Re: configure.com
9293              From: "Craig A. Berry" <craigberry@mac.com>
9294              Date: Mon, 18 Jun 2001 16:04:38 -0500
9295              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
9296      Branch: perl
9297            ! configure.com
9298 ____________________________________________________________________________
9299 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
9300         Log: Subject: PL_nullstash + perl_clone()
9301              From: Doug MacEachern <dougm@covalent.net>
9302              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
9303              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
9304      Branch: perl
9305            ! sv.c
9306 ____________________________________________________________________________
9307 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
9308         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
9309              From: davem@fdgroup.co.uk
9310              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
9311              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
9312      Branch: perl
9313            ! embed.pl pod/perlapi.pod
9314 ____________________________________________________________________________
9315 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
9316         Log: More cross-compilation defaults gleaned from -Dcc
9317              if it is CPU-OS-gcc.
9318      Branch: metaconfig
9319            ! U/modified/libc.U
9320      Branch: metaconfig/U/perl
9321            ! Cross.U
9322      Branch: perl
9323            ! Configure INSTALL
9324 ____________________________________________________________________________
9325 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
9326         Log: Update Changes.
9327      Branch: perl
9328            ! Changes patchlevel.h
9329 ____________________________________________________________________________
9330 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
9331         Log: Subject: [PATCH 5.7.1] sv.c documentation
9332              From: davem@fdgroup.co.uk
9333              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
9334              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
9335      Branch: perl
9336            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
9337            ! sv.c sv.h
9338 ____________________________________________________________________________
9339 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
9340         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
9341              From: "Jon Gunnip" <jongunnip@hotmail.com>
9342              Date: Sun, 17 Jun 2001 18:24:29 -0400
9343              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
9344      Branch: perl
9345            ! pod/perlvar.pod
9346 ____________________________________________________________________________
9347 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
9348         Log: Move the locale/strict/warnings helper files back
9349              under the t/lib; this way the amount of non-installabled
9350              stuff under lib/ stays smaller.
9351      Branch: perl
9352            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
9353            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
9354            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
9355            + t/lib/warnings/5nolint t/lib/warnings/6default
9356            + t/lib/warnings/7fatal t/lib/warnings/8signal
9357            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
9358            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
9359            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
9360            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
9361            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
9362            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
9363            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
9364            + t/lib/warnings/taint t/lib/warnings/toke
9365            + t/lib/warnings/universal t/lib/warnings/utf8
9366            + t/lib/warnings/util
9367            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
9368            - lib/strict/subs lib/strict/vars lib/warnings/1global
9369            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
9370            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
9371            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
9372            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
9373            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
9374            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
9375            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
9376            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
9377            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
9378            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
9379            - lib/warnings/utf8 lib/warnings/util
9380            ! MANIFEST installperl lib/locale.t lib/strict.t
9381 ____________________________________________________________________________
9382 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
9383         Log: Split off the pack/unpack code, from Nicholas Clark.
9384      Branch: perl
9385            + pp_pack.c
9386            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
9387            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
9388            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
9389 ____________________________________________________________________________
9390 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
9391         Log: Guard the SysV IPC tests against being invoked in
9392              SysV-IPC-less places.
9393      Branch: perl
9394            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
9395 ____________________________________________________________________________
9396 [ 10683] By: nick                                  on 2001/06/18  12:24:42
9397         Log: Integrate mainline (new test scheme now ok on Linux).
9398      Branch: perlio
9399           +> lib/warnings.t
9400           !> dump.c sv.c
9401 ____________________________________________________________________________
9402 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
9403         Log: Add the locale.c and numeric.c to the microperl sources.
9404      Branch: perl
9405            ! Makefile.micro win32/Makefile
9406 ____________________________________________________________________________
9407 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
9408         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
9409              From: Abhijit Menon-Sen <ams@wiw.org>
9410              Date: Mon, 18 Jun 2001 14:23:44 +0530
9411              Message-ID: <20010618142344.A13136@lustre.linux.in>
9412      Branch: perl
9413            ! dump.c
9414 ____________________________________________________________________________
9415 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
9416         Log: Subject: Re: [PATCH] more anonymous stash cleanups
9417              From: Abhijit Menon-Sen <ams@wiw.org>
9418              Date: Mon, 18 Jun 2001 15:50:32 +0530
9419              Message-ID: <20010618155032.A13223@lustre.linux.in>
9420              
9421              Plus the comment left in as suggested by NI-S.
9422      Branch: perl
9423            ! sv.c
9424 ____________________________________________________________________________
9425 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
9426         Log: One missed file.
9427      Branch: perl
9428            + lib/warnings.t
9429 ____________________________________________________________________________
9430 [ 10678] By: nick                                  on 2001/06/18  08:05:29
9431         Log: Integrate mainline (part2 - the deletes)
9432      Branch: perlio
9433            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
9434            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
9435            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
9436            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
9437            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
9438            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
9439            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
9440            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
9441            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
9442            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
9443            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
9444 ____________________________________________________________________________
9445 [ 10677] By: nick                                  on 2001/06/18  08:04:44
9446         Log: Integrate mainline (part1)
9447      Branch: perlio
9448           +> (branch 376 files)
9449            - (delete 219 files)
9450           !> (integrate 151 files)
9451 ____________________________________________________________________________
9452 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
9453         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
9454              No doubt I made some mistakes like missed some files or
9455              misnamed some files.  The naming rules were more or less:
9456              (1) if the module is from CPAN, follows its ways, be it
9457              t/*.t or test.pl.
9458              (2) otherwise if there are multiple tests for a module
9459              put them in a t/
9460              (3) otherwise if there's only one test put it in Module.t
9461              (4) helper files go to module/ (locale, strict, warnings)
9462              (5) use longer filenames now that we can (but e.g. the
9463              compat-0.6.t and the Text::Balanced test files still
9464              were renamed to be more civil against the 8.3 people)
9465              installperl was updated appropriately not to install the
9466              *.t files or the help files from under lib.
9467              
9468              TODO: some helper files still remain under t/ that could
9469              follow their 'masters'.  UPDATE: On second thoughts, why
9470              should they.  They can continue to live under t/lib, and
9471              in fact the locale/strict/warnings helpers that were moved
9472              could be moved back.  This way the amount of non-installable
9473              stuff under lib/ stays smaller.
9474      Branch: perl
9475            + (add 253 files)
9476            - (delete 254 files)
9477            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
9478 ____________________________________________________________________________
9479 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
9480         Log: The warning no more comes from util.c, it comes from numeric.c.
9481      Branch: perl
9482            ! README.tru64
9483 ____________________________________________________________________________
9484 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
9485         Log: Subject: Re: anyone good at casting spells?
9486              From: Spider Boardman <spider@Orb.Nashua.NH.US>
9487              Date: Sun, 17 Jun 2001 21:21:04 -0400
9488              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
9489      Branch: perl
9490            ! ext/POSIX/POSIX.xs hv.h
9491 ____________________________________________________________________________
9492 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
9493         Log: Protect the (original) thread tests against testing if no 5.005
9494              threads have been configured.
9495      Branch: perl
9496            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
9497            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
9498            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
9499            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
9500            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
9501            ! ext/Thread/unsync4.t
9502 ____________________________________________________________________________
9503 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
9504         Log: Try the new test scanning scheme on Text::Abbrev.
9505      Branch: perl
9506            + lib/Text/Abbrev.t
9507            - lib/Text/Abbrev/t/abbrev.t
9508            ! MANIFEST
9509 ____________________________________________________________________________
9510 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
9511         Log: Change the scan policy of the *.t and test.pl files,
9512              now the *.t do not need to live in a t/ directory.
9513      Branch: perl
9514            ! t/TEST t/harness
9515 ____________________________________________________________________________
9516 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
9517         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
9518              From: Ilmari Karonen <iltzu@sci.fi>
9519              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
9520              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
9521      Branch: perl
9522            ! pod/perlfaq7.pod
9523 ____________________________________________________________________________
9524 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
9525         Log: Quench the warnings from Tru64; the HP-UX is still
9526              broken because it really, REALLY, doesn't like the
9527              HvARRAY() being lvalue:
9528              
9529              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
9530              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
9531      Branch: perl
9532            ! hv.c
9533 ____________________________________________________________________________
9534 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
9535         Log: Integrate change #10667 from maintperl:
9536              
9537              change#10449 broke the special-case that makes lexicals inside the
9538              eval"" within DB::DB() visible
9539      Branch: perl
9540           !> op.c
9541 ____________________________________________________________________________
9542 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
9543         Log: change#10449 broke the special-case that makes lexicals inside the
9544              eval"" within DB::DB() visible
9545      Branch: maint-5.6/perl
9546            ! op.c
9547 ____________________________________________________________________________
9548 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
9549         Log: Still spurious output; indent the code a bit.
9550              
9551              TODO1: separate the utility functions like MkDir
9552              into a helper script?
9553              
9554              TODO2: I see a lot of repetition in the filepath()
9555              and dirpath() calls.
9556      Branch: perl
9557            ! t/lib/filefind.t t/lib/findtaint.t
9558 ____________________________________________________________________________
9559 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
9560         Log: Regen modlib, toc.
9561      Branch: perl
9562            ! pod/perlmodlib.pod pod/perltoc.pod
9563 ____________________________________________________________________________
9564 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
9565         Log: Add libnetcfg to perlutil.
9566      Branch: perl
9567            ! pod/perlutil.pod
9568 ____________________________________________________________________________
9569 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
9570         Log: Initial integration of libnet-1.0703.
9571              The Configure script renamed as libnetcfg, will be
9572              installed along other utilities.
9573      Branch: perl
9574            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
9575            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
9576            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
9577            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
9578            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
9579            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
9580            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
9581            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
9582            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
9583            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
9584            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
9585            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
9586            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
9587            + utils/libnetcfg.PL
9588            ! MANIFEST utils.lst utils/Makefile
9589 ____________________________________________________________________________
9590 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
9591         Log: Less potentially test-harness-confusing output.
9592      Branch: perl
9593            ! lib/Memoize/t/expire_module_t.t
9594 ____________________________________________________________________________
9595 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
9596         Log: The final print annoys make test.
9597      Branch: perl
9598            ! t/lib/filefind.t t/lib/findtaint.t
9599 ____________________________________________________________________________
9600 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
9601         Log: Add an option for handling dangling symbolic links.
9602      Branch: perl
9603            ! lib/File/Find.pm t/lib/filefind.t
9604 ____________________________________________________________________________
9605 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
9606         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
9607              From: Thomas Wegner <wegner_thomas@yahoo.com>
9608              Date: Sun, 17 Jun 2001 14:43:11 +0200
9609              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
9610      Branch: perl
9611            + t/lib/findtaint.t
9612            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
9613 ____________________________________________________________________________
9614 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
9615         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
9616              From: Jonathan Stowe <gellyfish@gellyfish.com>
9617              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
9618              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
9619      Branch: perl
9620            ! lib/ExtUtils/MM_Unix.pm
9621 ____________________________________________________________________________
9622 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
9623         Log: Subject: [PATCH] more anonymous stash cleanups
9624              From: Abhijit Menon-Sen <ams@wiw.org>
9625              Date: Sun, 17 Jun 2001 11:44:06 +0530
9626              Message-ID: <20010617114406.A25203@lustre.linux.in>
9627      Branch: perl
9628            ! op.c
9629 ____________________________________________________________________________
9630 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
9631         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
9632              From: Abhijit Menon-Sen <ams@wiw.org>
9633              Date: Sun, 17 Jun 2001 08:02:59 +0530
9634              Message-ID: <20010617080259.A28776@lustre.linux.in>
9635              
9636              Subject: [PATCH #2/7] xhv_eiter
9637              From: Abhijit Menon-Sen <ams@wiw.org>
9638              Date: Sun, 17 Jun 2001 08:13:18 +0530
9639              Message-ID: <20010617081318.B28776@lustre.linux.in>
9640              
9641              Subject: [PATCH #3/7] xhv_fill
9642              From: Abhijit Menon-Sen <ams@wiw.org>
9643              Date: Sun, 17 Jun 2001 08:25:16 +0530
9644              Message-ID: <20010617082516.C28776@lustre.linux.in>
9645              
9646              Subject: [PATCH #4/7] xhv_keys
9647              From: Abhijit Menon-Sen <ams@wiw.org>
9648              Date: Sun, 17 Jun 2001 08:36:17 +0530
9649              Message-ID: <20010617083617.D28776@lustre.linux.in>
9650              
9651              Subject: [PATCH #5/7] xhv_max
9652              From: Abhijit Menon-Sen <ams@wiw.org>
9653              Date: Sun, 17 Jun 2001 08:39:48 +0530
9654              Message-ID: <20010617083948.E28776@lustre.linux.in>
9655              
9656              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
9657              From: Abhijit Menon-Sen <ams@wiw.org>
9658              Date: Sun, 17 Jun 2001 08:51:11 +0530
9659              Message-ID: <20010617085111.F28776@lustre.linux.in>
9660      Branch: perl
9661            ! hv.c
9662 ____________________________________________________________________________
9663 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
9664         Log: Update Changes.
9665      Branch: perl
9666            ! Changes patchlevel.h
9667 ____________________________________________________________________________
9668 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
9669         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
9670              From: Abhijit Menon-Sen <ams@wiw.org>
9671              Date: Sat, 16 Jun 2001 07:41:19 +0530
9672              Message-ID: <20010616074119.A24720@lustre.linux.in>
9673      Branch: perl
9674            ! hv.c perl.c vms/vmsish.h win32/win32.h
9675 ____________________________________________________________________________
9676 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
9677         Log: Document tests failing when threaded, since we now have more.
9678      Branch: perl
9679            ! pod/perl572delta.pod
9680 ____________________________________________________________________________
9681 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
9682         Log: -Wall cleanup.
9683      Branch: perl
9684            ! ext/Thread/Thread.xs
9685 ____________________________________________________________________________
9686 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
9687         Log: pthread_attr_setstacksize() isn't absolutely necessary
9688              to call, only iff THREAD_CREATE_NEEDS_STACK.
9689      Branch: perl
9690            ! ext/Thread/Thread.xs
9691 ____________________________________________________________________________
9692 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
9693         Log: -Wall strays.
9694      Branch: perl
9695            ! perl.c util.c
9696 ____________________________________________________________________________
9697 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
9698         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
9699              (and INT64_MIN) brokenness.
9700      Branch: perl
9701            ! hints/darwin.sh perl.h
9702 ____________________________________________________________________________
9703 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
9704         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
9705              From: Nicholas Clark <nick@ccl4.org>
9706              Date: Sun, 17 Jun 2001 00:16:05 +0100
9707              Message-ID: <20010617001605.V98663@plum.flirble.org>
9708      Branch: perl
9709            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
9710            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
9711            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
9712 ____________________________________________________________________________
9713 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
9714         Log: Add perlnetware to docs; regen toc; supply skeleton
9715              docs for some Memoize submodules.
9716      Branch: perl
9717            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
9718            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
9719            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
9720            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
9721            ! win32/Makefile win32/makefile.mk
9722 ____________________________________________________________________________
9723 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
9724         Log: pod cleanup.
9725      Branch: perl
9726            ! README.netware
9727 ____________________________________________________________________________
9728 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
9729         Log: Integrate Memoize 0.64.  Few tweaks were required in
9730              the test scripts.  Note that the speed and expire*
9731              tests take several dozen seconds to run.
9732      Branch: perl
9733            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
9734            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
9735            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
9736            + lib/Memoize/README lib/Memoize/SDBM_File.pm
9737            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
9738            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
9739            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
9740            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
9741            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
9742            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
9743            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
9744            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
9745            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
9746            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
9747            ! MANIFEST t/lib/1_compile.t
9748 ____________________________________________________________________________
9749 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
9750         Log: Document the cross-compilation options.
9751      Branch: perl
9752            ! Cross/README INSTALL
9753 ____________________________________________________________________________
9754 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
9755         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
9756      Branch: perl
9757            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
9758            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
9759            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
9760            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
9761            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
9762            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
9763            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
9764            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
9765            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
9766            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
9767            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
9768            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
9769            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
9770            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
9771            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
9772            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
9773            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
9774            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
9775            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
9776            + lib/ExtUtils/MM_NW5.pm
9777            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
9778            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
9779            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
9780            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
9781            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
9782            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
9783            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
9784            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
9785            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
9786            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
9787            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
9788            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
9789            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
9790            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
9791            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
9792            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
9793            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
9794            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
9795            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
9796            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
9797            ! util.h x2p/a2py.c
9798 ____________________________________________________________________________
9799 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
9800         Log: Resort MANIFEST.
9801      Branch: perl
9802            ! MANIFEST
9803 ____________________________________________________________________________
9804 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
9805         Log: Integrate perlio.
9806      Branch: perl
9807           +> win32/win32io.c
9808           !> MANIFEST perlio.c perliol.h win32/makefile.mk
9809 ____________________________________________________________________________
9810 [ 10640] By: nick                                  on 2001/06/16  18:38:31
9811         Log: Disable :win32 layer as default till I get it working
9812      Branch: perlio
9813            ! MANIFEST perlio.c
9814 ____________________________________________________________________________
9815 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
9816         Log: Try the new scheme by moving the Text::Abbrev test
9817              to a new place under lib.
9818      Branch: perl
9819            + lib/Text/Abbrev/t/abbrev.t
9820            - t/lib/abbrev.t
9821            ! MANIFEST
9822 ____________________________________________________________________________
9823 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
9824         Log: Make the code even more dynamical so that testname
9825              suffix length can change.
9826      Branch: perl
9827            ! lib/Test/Harness.pm t/TEST
9828 ____________________________________________________________________________
9829 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
9830         Log: Allow for deeper t/ and also a single test.pl.
9831      Branch: perl
9832            ! t/TEST t/harness
9833 ____________________________________________________________________________
9834 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
9835         Log: #define fix from Nicholas Clark.
9836      Branch: perl
9837            ! ext/POSIX/POSIX.xs
9838 ____________________________________________________________________________
9839 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
9840         Log: Initialization is nice.
9841      Branch: perl
9842            ! lib/Test/Harness.pm
9843 ____________________________________________________________________________
9844 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
9845         Log: Make t/TEST and t/harness to test also the t/ tests
9846              under the main lib/ and ext/ directories.  Fix Test::Harness
9847              to dynamically change the width of its "foo/bar....ok" output.
9848      Branch: perl
9849            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
9850 ____________________________________________________________________________
9851 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
9852         Log: Subject: [PATCH] Re: perl@10611 
9853              From: Nicholas Clark <nick@ccl4.org>
9854              Date: Sat, 16 Jun 2001 16:52:47 +0100
9855              Message-ID: <20010616165247.O98663@plum.flirble.org>
9856              
9857              The .xs parts, too.
9858      Branch: perl
9859            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
9860            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
9861 ____________________________________________________________________________
9862 [ 10632] By: nick                                  on 2001/06/16  16:44:35
9863         Log: Work-in-progress win32 layer semi-functional, checking 
9864              for UNIX breakage.
9865      Branch: perlio
9866            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
9867 ____________________________________________________________________________
9868 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
9869         Log: Subject: [PATCH] Re: perl@10611 
9870              From: Nicholas Clark <nick@ccl4.org>
9871              Date: Sat, 16 Jun 2001 16:52:47 +0100
9872              Message-ID: <20010616165247.O98663@plum.flirble.org>
9873      Branch: perl
9874            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
9875            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
9876            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
9877            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
9878            ! lib/ExtUtils/Constant.pm
9879 ____________________________________________________________________________
9880 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
9881         Log: Metaconfig unit change for #10629.
9882      Branch: metaconfig
9883            ! U/modified/Finish.U
9884 ____________________________________________________________________________
9885 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
9886         Log: The extraction changed directories.
9887      Branch: perl
9888            ! Configure
9889 ____________________________________________________________________________
9890 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
9891         Log: Math::BigInt 1.35 from Tels.
9892      Branch: perl
9893            + t/lib/mbimbf.t
9894            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
9895            ! t/lib/bigfltpm.t t/lib/bigintpm.t
9896 ____________________________________________________________________________
9897 [ 10627] By: nick                                  on 2001/06/16  14:54:52
9898         Log: Work in progress UNIX-side edit of win32 PerLIO layer
9899      Branch: perlio
9900            + win32/win32io.c
9901            ! perlio.c win32/makefile.mk
9902 ____________________________________________________________________________
9903 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
9904         Log: Subject: [PATCH 5.6.1] os2/diff-configure
9905              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9906              Date: Fri, 15 Jun 2001 01:19:36 -0400
9907              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
9908              
9909              Empty all of it because I think #10624 made even the
9910              last patch hunk unnecessary.
9911      Branch: perl
9912            ! os2/diff.configure
9913 ____________________________________________________________________________
9914 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
9915         Log: Metaconfig unit change for 10624.
9916      Branch: metaconfig
9917            ! U/modified/libc.U
9918      Branch: perl
9919            ! config_h.SH
9920 ____________________________________________________________________________
9921 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
9922         Log: Move the initialization of libnames to the beginning so
9923              that can one 'seed' it (as OS/2 does.)
9924      Branch: perl
9925            ! Configure
9926 ____________________________________________________________________________
9927 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
9928         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
9929              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9930              Date: Fri, 15 Jun 2001 19:10:57 -0400
9931              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
9932      Branch: perl
9933            ! os2/OS2/REXX/DLL/DLL.pm
9934 ____________________________________________________________________________
9935 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
9936         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
9937              From: "Craig A. Berry" <craigberry@mac.com>
9938              Date: Fri, 15 Jun 2001 17:00:03 -0500
9939              Message-Id: <a05101007b750342599be@[172.16.52.1]>
9940      Branch: perl
9941            ! vms/descrip_mms.template
9942 ____________________________________________________________________________
9943 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
9944         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
9945              From: "Craig A. Berry" <craigberry@mac.com>
9946              Date: Fri, 15 Jun 2001 18:39:42 -0500
9947              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
9948      Branch: perl
9949            ! lib/File/Spec/VMS.pm t/lib/extutils.t
9950 ____________________________________________________________________________
9951 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
9952         Log: Integrate perlio.
9953      Branch: perl
9954           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
9955           !> t/io/utf8.t t/lib/io_scalar.t
9956 ____________________________________________________________________________
9957 [ 10619] By: nick                                  on 2001/06/15  21:05:19
9958         Log: Generated files
9959      Branch: perlio
9960            ! embed.h proto.h
9961 ____________________________________________________________________________
9962 [ 10618] By: nick                                  on 2001/06/15  20:27:42
9963         Log: Fix open.pm to work via XS-implemented method calls rather
9964              than *open::layers variables which caused all the HV/AV hassle.
9965      Branch: perlio
9966            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
9967            ! t/lib/io_scalar.t
9968 ____________________________________________________________________________
9969 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
9970         Log: Integrate perlio.
9971      Branch: perl
9972           !> lib/ExtUtils/Constant.pm
9973 ____________________________________________________________________________
9974 [ 10616] By: nick                                  on 2001/06/15  18:46:47
9975         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
9976      Branch: perlio
9977            ! lib/ExtUtils/Constant.pm
9978 ____________________________________________________________________________
9979 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
9980         Log: Integrate perlio.
9981      Branch: perl
9982           !> ext/Socket/Socket.xs
9983 ____________________________________________________________________________
9984 [ 10614] By: nick                                  on 2001/06/15  18:33:37
9985         Log: MULTIPLICITY fix for Socket.xs
9986      Branch: perlio
9987            ! ext/Socket/Socket.xs
9988 ____________________________________________________________________________
9989 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
9990         Log: Subject: Re: perl@10611
9991              From: Doug MacEachern <dougm@covalent.net>
9992              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
9993              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
9994      Branch: perl
9995            ! ext/Socket/Socket.xs
9996 ____________________________________________________________________________
9997 [ 10612] By: nick                                  on 2001/06/15  16:14:38
9998         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
9999      Branch: perlio
10000           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
10001           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
10002           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
10003           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
10004           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
10005           !> utils/h2ph.PL
10006 ____________________________________________________________________________
10007 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
10008         Log: Update Changes.
10009      Branch: perl
10010            ! Changes patchlevel.h
10011 ____________________________________________________________________________
10012 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
10013         Log: Upping the test count.
10014      Branch: perl
10015            ! t/lib/filefind.t
10016 ____________________________________________________________________________
10017 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
10018         Log: Integrate perlio.
10019      Branch: perl
10020           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
10021 ____________________________________________________________________________
10022 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
10023         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
10024              From: andreas.koenig@anima.de (Andreas J. Koenig)
10025              Date: 15 Jun 2001 13:30:39 +0200
10026              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
10027              
10028              Record the grim history.
10029      Branch: perl
10030            ! lib/File/Find.pm
10031 ____________________________________________________________________________
10032 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
10033         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
10034              From: Brian McCauley <nobull@mail.com>
10035              Date: 15 Jun 2001 07:51:26 +0100
10036              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
10037      Branch: perl
10038            ! lib/File/Find.pm t/lib/filefind.t
10039 ____________________________________________________________________________
10040 [ 10606] By: nick                                  on 2001/06/15  14:00:08
10041         Log: regen_config_h for Win32.
10042      Branch: perlio
10043            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
10044 ____________________________________________________________________________
10045 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
10046         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
10047              From: Peter Prymmer <pvhp@forte.com>
10048              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
10049              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
10050      Branch: perl
10051            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
10052 ____________________________________________________________________________
10053 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
10054         Log: Some filesystems require writability for rename/unlink.
10055      Branch: perl
10056            ! opcode.pl
10057 ____________________________________________________________________________
10058 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
10059         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
10060              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
10061              Date: Fri, 15 Jun 2001 12:08:53 +0200
10062              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
10063      Branch: perl
10064            ! perlio.c
10065 ____________________________________________________________________________
10066 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
10067         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
10068              From: Mike Guy <mjtg@cam.ac.uk>
10069              Date: Fri, 15 Jun 2001 14:11:49 +0100
10070              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
10071      Branch: perl
10072            ! opcode.pl
10073 ____________________________________________________________________________
10074 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
10075         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
10076              From: Nicholas Clark <nick@ccl4.org>
10077              Date: Thu, 14 Jun 2001 23:52:56 +0100
10078              Message-ID: <20010614235256.G98663@plum.flirble.org>
10079      Branch: perl
10080            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
10081            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
10082 ____________________________________________________________________________
10083 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
10084         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
10085              From: Russ Allbery <rra@stanford.edu>
10086              Date: 14 Jun 2001 13:24:43 -0700
10087              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
10088      Branch: perl
10089            ! ext/GDBM_File/GDBM_File.pm
10090 ____________________________________________________________________________
10091 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
10092         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
10093              From: Nicholas Clark <nick@ccl4.org>
10094              Date: Thu, 14 Jun 2001 20:37:47 +0100
10095              Message-ID: <20010614203747.F98663@plum.flirble.org>
10096      Branch: perl
10097            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
10098            ! t/lib/gdbm.t
10099 ____________________________________________________________________________
10100 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
10101         Log: Integrate perlio.
10102      Branch: perl
10103           !> makedef.pl sv.c
10104 ____________________________________________________________________________
10105 [ 10597] By: nick                                  on 2001/06/15  11:08:13
10106         Log: Check that HVs with HvNAME() != NULL are really stashes before
10107              treating them as such. Also be more defensive on the GvCV.
10108              Win32 fork and dprof now working again. 
10109      Branch: perlio
10110            ! sv.c
10111 ____________________________________________________________________________
10112 [ 10596] By: nick                                  on 2001/06/15  10:11:20
10113         Log: Integrate mainline.
10114      Branch: perlio
10115           +> Cross/README
10116           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
10117           !> Porting/config_H config_h.SH configure.com epoc/config.sh
10118           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
10119           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
10120           !> vos/config.ga.h win32/config.bc win32/config.gc
10121           !> win32/config.vc win32/config_H.bc win32/config_H.gc
10122           !> win32/config_H.vc
10123 ____________________________________________________________________________
10124 [ 10595] By: nick                                  on 2001/06/15  09:37:17
10125         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
10126              - Win32 (VC++) now builds but fails:
10127              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
10128              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
10129              write.t    - open(...,"|-") not implemented on Win32 
10130      Branch: perlio
10131            ! makedef.pl
10132 ____________________________________________________________________________
10133 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
10134         Log: Integrate perlio.
10135      Branch: perl
10136           !> perlio.c win32/makefile.mk
10137 ____________________________________________________________________________
10138 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
10139         Log: Metaconfig unit changes for #10592.
10140      Branch: metaconfig
10141            + U/modified/i_varhdr.U U/modified/startsh.U
10142            - U/a_dvisory/crosscompile.U U/target/Target.U
10143            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
10144            ! U/compline/bitpbyte.U U/compline/byteorder.U
10145            ! U/compline/ccflags.U U/compline/charsize.U
10146            ! U/compline/d_casti32.U U/compline/d_castneg.U
10147            ! U/compline/d_closedir.U U/compline/d_fd_set.U
10148            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
10149            ! U/compline/d_keepsig.U U/compline/d_open3.U
10150            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
10151            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
10152            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
10153            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
10154            ! U/compline/doublesize.U U/compline/floatsize.U
10155            ! U/compline/nblock_io.U U/compline/orderlib.U
10156            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
10157            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
10158            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
10159            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
10160            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
10161            ! U/modified/spitshell.U U/threads/archname.U
10162            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
10163            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
10164            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
10165            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
10166            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
10167      Branch: metaconfig/U/perl
10168            + Cross.U
10169            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
10170            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
10171            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
10172            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
10173            ! stdio_streams.U uselfs.U
10174 ____________________________________________________________________________
10175 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
10176         Log: The first steps towards cross-compilation.
10177              
10178              Abstract execution of compiled test executables with $run,
10179              and abstract transfer of files with $to and $from.
10180              
10181              Under cross-compilation the $run, $to, and $from will point
10182              to appropriate wrapper scripts, by default ssh and scp,
10183              but also rsh, rcp, and cp are supported.  If not
10184              cross-compiling, they will be set to '', ':', and ':',
10185              respectively.
10186              
10187              With these patches I was able to get Configure for
10188              iPAQ ARM Linux on an Intel Linux about 95% right
10189              (only a few tests failed to execute or they produced
10190              incorrect results), and I was able to compile
10191              a functional miniperl.
10192              
10193              The symbol crosscompile renamed to be usecrosscompile,
10194              the corresponding C symbol from CROSSCOMPILE to
10195              USE_CROSS_COMPILE.
10196      Branch: perl
10197            ! Configure Cross/README Makefile.SH Porting/Glossary
10198            ! Porting/config.sh Porting/config_H config_h.SH configure.com
10199            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
10200            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
10201            ! vos/config.ga.def vos/config.ga.h win32/config.bc
10202            ! win32/config.gc win32/config.vc win32/config_H.bc
10203            ! win32/config_H.gc win32/config_H.vc
10204 ____________________________________________________________________________
10205 [ 10591] By: nick                                  on 2001/06/14  20:00:12
10206         Log: Steps along the road toward Win32 building again.
10207      Branch: perlio
10208            ! perlio.c win32/makefile.mk
10209 ____________________________________________________________________________
10210 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
10211         Log: Integrate perlio.
10212      Branch: perl
10213           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
10214 ____________________________________________________________________________
10215 [ 10589] By: nick                                  on 2001/06/14  13:54:07
10216         Log: Routine regen_config_h for Win32
10217      Branch: perlio
10218            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
10219 ____________________________________________________________________________
10220 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
10221         Log: Integrate perlio.
10222      Branch: perl
10223           +> perlyline.pl
10224           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
10225 ____________________________________________________________________________
10226 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
10227         Log: A placeholder.
10228      Branch: perl
10229            + Cross/README
10230 ____________________________________________________________________________
10231 [ 10586] By: nick                                  on 2001/06/14  08:25:07
10232         Log: Add new step to run_byacc which:
10233              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
10234              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
10235      Branch: perlio
10236            + perlyline.pl
10237            ! MANIFEST Makefile.SH perly.c
10238 ____________________________________________________________________________
10239 [ 10585] By: nick                                  on 2001/06/14  08:22:29
10240         Log: Integrate mainline
10241      Branch: perlio
10242           +> locale.c numeric.c
10243           !> Changes cygwin/Makefile.SHs embed.h embed.pl
10244           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
10245           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
10246           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
10247           !> x2p/Makefile.SH
10248 ____________________________________________________________________________
10249 [ 10584] By: nick                                  on 2001/06/14  08:05:53
10250         Log: Hack to remove insecure directories from PATH so test will run.
10251      Branch: perlio
10252            ! t/lib/filefind.t
10253 ____________________________________________________________________________
10254 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
10255         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
10256      Branch: perl
10257            - t/lib/mbimbf.t
10258            ! MANIFEST
10259 ____________________________________________________________________________
10260 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
10261         Log: Detypo.
10262      Branch: perl
10263            ! x2p/Makefile.SH
10264 ____________________________________________________________________________
10265 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
10266         Log: de-$CONFIG continues.
10267      Branch: perl
10268            ! cygwin/Makefile.SHs x2p/Makefile.SH
10269 ____________________________________________________________________________
10270 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
10271         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
10272              From: Nicholas Clark <nick@ccl4.org>
10273              Date: Wed, 13 Jun 2001 21:20:13 +0100
10274              Message-ID: <20010613212013.D98663@plum.flirble.org>
10275      Branch: perl
10276            ! opcode.pl
10277 ____________________________________________________________________________
10278 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
10279         Log: Subject: splitting util.c
10280              From: Hugo <hv@crypt.compulink.co.uk>
10281              Date: Thu, 14 Jun 2001 00:41:08 +0100
10282              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
10283      Branch: perl
10284            + locale.c numeric.c
10285            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
10286            ! pod/perlapi.pod proto.h util.c
10287 ____________________________________________________________________________
10288 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
10289         Log: Upgrade to Math::BigInt 1.34 from Tels.
10290      Branch: perl
10291            + t/lib/mbimbf.t
10292            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
10293            ! t/lib/bigfltpm.t t/lib/bigintpm.t
10294 ____________________________________________________________________________
10295 [ 10577] By: nick                                  on 2001/06/13  19:02:48
10296         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
10297      Branch: perlio
10298           !> (integrate 125 files)
10299 ____________________________________________________________________________
10300 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
10301         Log: Update Changes.
10302      Branch: perl
10303            ! Changes patchlevel.h
10304 ____________________________________________________________________________
10305 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
10306         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
10307              From: "Craig A. Berry" <craigberry@mac.com>
10308              Date: Wed, 13 Jun 2001 13:24:28 -0500
10309              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
10310      Branch: perl
10311            ! ext/re/Makefile.PL
10312 ____________________________________________________________________________
10313 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
10314         Log: Mc.u.c. for #10573.
10315      Branch: metaconfig
10316            ! U/threads/usethreads.U
10317 ____________________________________________________________________________
10318 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
10319         Log: It would be also be good if I could type.
10320      Branch: perl
10321            ! Configure
10322 ____________________________________________________________________________
10323 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
10324         Log: Metaconfig unit change for #10571.
10325      Branch: metaconfig
10326            ! U/threads/usethreads.U
10327 ____________________________________________________________________________
10328 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
10329         Log: A non-empty default is a good thing.
10330      Branch: perl
10331            ! Configure
10332 ____________________________________________________________________________
10333 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
10334         Log: Metaconfig unit change for #10569.
10335      Branch: metaconfig
10336            ! U/threads/usethreads.U
10337 ____________________________________________________________________________
10338 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
10339         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
10340              extremely experimental, not even prompted for.
10341      Branch: perl
10342            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10343            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
10344            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
10345            ! win32/config.bc win32/config.gc win32/config.vc
10346 ____________________________________________________________________________
10347 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
10348         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
10349      Branch: perl
10350            ! pod/perlfaq6.pod
10351 ____________________________________________________________________________
10352 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
10353         Log: Integrate perlio; conflicts, accept Nick's versions.
10354      Branch: perl
10355           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
10356           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
10357 ____________________________________________________________________________
10358 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
10359         Log: Subject: Re: ext/ + -Wall
10360              From: Doug MacEachern <dougm@covalent.net>
10361              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
10362              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
10363      Branch: perl
10364            ! XSUB.h lib/ExtUtils/xsubpp perl.h
10365 ____________________________________________________________________________
10366 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
10367         Log: Similar logic as DB_File.xs, using the modern macros and
10368              defines them to older ones for older Perls where PERL_VERSION
10369              is not defined, from Doug MacEachern.
10370      Branch: perl
10371            ! ext/Storable/Storable.xs
10372 ____________________________________________________________________________
10373 [ 10564] By: nick                                  on 2001/06/13  15:22:01
10374         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
10375              and using that instead (name lookups are sequential search for now).
10376      Branch: perlio
10377            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
10378            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
10379 ____________________________________________________________________________
10380 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
10381         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
10382              From: "Richard Soderberg" <rs@crystalflame.net>
10383              Date: Sat, 26 May 2001 06:44:20 -0700
10384              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
10385      Branch: perl
10386            ! sv.c t/op/glob.t
10387 ____________________________________________________________________________
10388 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
10389         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
10390              From: "Craig A. Berry" <craigberry@mac.com>
10391              Date: Tue, 12 Jun 2001 23:55:26 -0500
10392              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
10393      Branch: perl
10394            ! ext/re/Makefile.PL ext/re/re.xs
10395 ____________________________________________________________________________
10396 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
10397         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
10398              suggested by NI-S.
10399      Branch: perl
10400            ! XSUB.h malloc.c perl.h
10401 ____________________________________________________________________________
10402 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
10403         Log: Regen toc.
10404      Branch: perl
10405            ! pod/perltoc.pod
10406 ____________________________________________________________________________
10407 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
10408         Log: Subject: [patch] perl.gprof control
10409              From: Doug MacEachern <dougm@covalent.net>
10410              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
10411              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
10412      Branch: perl
10413            ! miniperlmain.c perl.h
10414 ____________________________________________________________________________
10415 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
10416         Log: Subject: Re: ext/ + -Wall
10417              From: Doug MacEachern <dougm@covalent.net>
10418              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
10419              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
10420              
10421              Document ax and break up dXSARGS.
10422      Branch: perl
10423            ! XSUB.h pod/perlapi.pod
10424 ____________________________________________________________________________
10425 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
10426         Log: More AIX tweakage from Merijn.
10427      Branch: perl
10428            ! hints/aix.sh
10429 ____________________________________________________________________________
10430 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
10431         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
10432              From: "Craig A. Berry" <craigberry@mac.com>
10433              Date: Tue, 12 Jun 2001 22:57:45 -0500
10434              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
10435      Branch: perl
10436            ! vms/descrip_mms.template
10437 ____________________________________________________________________________
10438 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
10439         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
10440              From: "Craig A. Berry" <craigberry@mac.com>
10441              Date: Tue, 12 Jun 2001 22:21:39 -0500
10442              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
10443      Branch: perl
10444            ! configure.com util.c
10445 ____________________________________________________________________________
10446 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
10447         Log: New AIX dynaloading code from Jens-Uwe Mager.
10448              Does break binary compatibility.
10449      Branch: perl
10450            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
10451 ____________________________________________________________________________
10452 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
10453         Log: VMS DEC C compiler found nits by Peter Prymmer.
10454      Branch: perl
10455            ! util.c
10456 ____________________________________________________________________________
10457 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
10458         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
10459              From: Peter Prymmer <pvhp@forte.com>
10460              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
10461              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
10462      Branch: perl
10463            ! t/lib/filecomp.t
10464 ____________________________________________________________________________
10465 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
10466         Log: I wonder how many $CONFIGs still lurk in the shadows.
10467      Branch: perl
10468            ! pod/Makefile.SH x2p/cflags.SH
10469 ____________________________________________________________________________
10470 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
10471         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
10472      Branch: perl
10473            ! pod/checkpods.PL
10474 ____________________________________________________________________________
10475 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
10476         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
10477      Branch: perl
10478            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
10479 ____________________________________________________________________________
10480 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
10481         Log: Subject: [patch] rid local_patches warnings
10482              From: Doug MacEachern <dougm@covalent.net>
10483              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
10484              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
10485      Branch: perl
10486            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
10487 ____________________________________________________________________________
10488 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
10489         Log: Subject: Re: ext/ + -Wall
10490              From: Doug MacEachern <dougm@covalent.net>
10491              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
10492              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
10493      Branch: perl
10494            ! ext/attrs/attrs.xs
10495 ____________________________________________________________________________
10496 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
10497         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
10498              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
10499              Date: Tue, 12 Jun 2001 14:36:20 -0400
10500              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
10501      Branch: perl
10502            ! pod/perlretut.pod
10503 ____________________________________________________________________________
10504 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
10505         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
10506              From: Mike Guy <mjtg@cam.ac.uk>
10507              Date: Tue, 12 Jun 2001 19:10:31 +0100
10508              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
10509              
10510              Subject: Re: [ID 20010612.001] out of memory during regex compilation
10511              From: Mike Guy <mjtg@cam.ac.uk>
10512              Date: Tue, 12 Jun 2001 19:21:01 +0100
10513              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
10514      Branch: perl
10515            ! pod/perlop.pod
10516 ____________________________________________________________________________
10517 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
10518         Log: AIX tweaks from Merijn H. Brand.
10519      Branch: perl
10520            ! hints/aix.sh
10521 ____________________________________________________________________________
10522 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
10523         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
10524              From: "Brendan O'Dea" <bod@compusol.com.au>
10525              Date: Wed, 13 Jun 2001 05:16:47 +1000
10526              Message-ID: <20010613051647.A8945@compusol.com.au>
10527      Branch: maint-5.6/perl
10528            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
10529 ____________________________________________________________________________
10530 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
10531         Log: Subject: Small bcopy cleanup
10532              From: Andy Dougherty <doughera@lafayette.edu>
10533              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
10534              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
10535      Branch: perl
10536            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
10537 ____________________________________________________________________________
10538 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
10539         Log: Subject: [PATCH] Re: ext/ + -Wall
10540              From: Nicholas Clark <nick@ccl4.org>
10541              Date: Wed, 13 Jun 2001 00:04:30 +0100
10542              Message-ID: <20010613000430.M5901@plum.flirble.org>
10543      Branch: perl
10544            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
10545 ____________________________________________________________________________
10546 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
10547         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
10548              From: Nicholas Clark <nick@ccl4.org>
10549              Date: Tue, 12 Jun 2001 23:53:07 +0100
10550              Message-ID: <20010612235307.L5901@plum.flirble.org>
10551      Branch: perl
10552            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
10553 ____________________________________________________________________________
10554 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
10555         Log: MPE/iX tweaks from Mark Bixby.
10556      Branch: perl
10557            ! hints/mpeix.sh mpeix/mpeixish.h util.c
10558 ____________________________________________________________________________
10559 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
10560         Log: Update Changes.
10561      Branch: perl
10562            ! Changes patchlevel.h
10563 ____________________________________________________________________________
10564 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
10565         Log: One less -Wall whine (found under DEBUGGING).
10566      Branch: perl
10567            ! x2p/Makefile.SH x2p/a2p.c
10568 ____________________________________________________________________________
10569 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
10570         Log: s/case-independent/case-insensitive/g
10571      Branch: perl
10572            ! pod/perldebug.pod
10573 ____________________________________________________________________________
10574 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
10575         Log: As suggested in    
10576              
10577              Subject: Re: ext/ + -Wall
10578              From: Gurusamy Sarathy <gsar@ActiveState.com>
10579              Date: Mon, 11 Jun 2001 23:34:31 -0700
10580              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
10581      Branch: perl
10582            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
10583            ! perl.h
10584 ____________________________________________________________________________
10585 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
10586         Log: Subject: ext/ + -Wall
10587              From: Doug MacEachern <dougm@covalent.net>
10588              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
10589              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
10590      Branch: perl
10591            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
10592            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
10593            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
10594            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
10595            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
10596            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
10597            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
10598            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
10599            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
10600            ! lib/ExtUtils/xsubpp
10601 ____________________________________________________________________________
10602 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
10603         Log: Subject: [PATCH] anonymous stashes
10604              From: Abhijit Menon-Sen <ams@wiw.org>
10605              Date: Tue, 12 Jun 2001 12:47:04 +0530
10606              Message-ID: <20010612124704.A29029@lustre.linux.in>
10607      Branch: perl
10608            ! dump.c gv.c sv.c xsutils.c
10609 ____________________________________________________________________________
10610 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
10611         Log: One more test for $^S.
10612      Branch: perl
10613            ! t/op/magic.t
10614 ____________________________________________________________________________
10615 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
10616         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
10617              From: Abhijit Menon-Sen <ams@wiw.org>
10618              Date: Tue, 12 Jun 2001 17:35:55 +0530
10619              Message-ID: <20010612173555.A32426@lustre.linux.in>
10620      Branch: perl
10621            ! mg.c t/op/magic.t
10622 ____________________________________________________________________________
10623 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
10624         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
10625              From: Mike Guy <mjtg@cam.ac.uk>
10626              Date: Tue, 12 Jun 2001 13:14:15 +0100
10627              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
10628      Branch: perl
10629            ! pod/perlop.pod
10630 ____________________________________________________________________________
10631 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
10632         Log: AUTHORS updates.
10633      Branch: perl
10634            ! AUTHORS
10635 ____________________________________________________________________________
10636 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
10637         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
10638              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
10639              Content-Transfer-Encoding: 7bit
10640              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
10641      Branch: perl
10642            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
10643 ____________________________________________________________________________
10644 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
10645         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
10646              From: "Philip Newton" <Philip.Newton@gmx.net>
10647              Date: Mon, 11 Jun 2001 07:08:03 +0200
10648              Message-Id: <200106120802.LAA08992@taas.iki.fi>
10649      Branch: perl
10650            ! t/base/term.t
10651 ____________________________________________________________________________
10652 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
10653         Log: Cleanup the a2p.c for -Wall.
10654      Branch: perl
10655            ! x2p/Makefile.SH x2p/a2p.c
10656 ____________________________________________________________________________
10657 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
10658         Log: File::Find update for MacOS from Chris Nandor.
10659      Branch: perl
10660            ! lib/File/Find.pm t/lib/filefind.t
10661 ____________________________________________________________________________
10662 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
10663         Log: gcc -Wall nits picked out by a non-UNIX system
10664              (courtesy of Mark Bixby)
10665      Branch: perl
10666            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
10667            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
10668            ! pp_sys.c util.c
10669 ____________________________________________________________________________
10670 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
10671         Log: Metaconfig unit change for #10522.  (The d_modfl changes
10672              placate metalint.)
10673      Branch: metaconfig/U/perl
10674            ! d_modfl.U d_u32align.U
10675 ____________________________________________________________________________
10676 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
10677         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
10678              be "./try 2>&1 >/dev/null".
10679      Branch: perl
10680            ! Configure
10681 ____________________________________________________________________________
10682 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
10683         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
10684              From: "Craig A. Berry" <craigberry@mac.com>
10685              Date: Mon, 11 Jun 2001 14:00:32 -0500
10686              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
10687      Branch: perl
10688            ! configure.com
10689 ____________________________________________________________________________
10690 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
10691         Log: Move the full \p\P lists to perlunicode.
10692      Branch: perl
10693            ! pod/perlretut.pod pod/perlunicode.pod
10694 ____________________________________________________________________________
10695 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
10696         Log: VOS build tweak for 5.6.1 from Paul Green.
10697      Branch: maint-5.6/perl
10698            ! vos/build.cm
10699 ____________________________________________________________________________
10700 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
10701         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
10702              From: "Craig A. Berry" <craigberry@mac.com>
10703              Date: Fri, 8 Jun 2001 18:08:18 -0500
10704              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
10705      Branch: perl
10706            ! vms/vms.c
10707 ____________________________________________________________________________
10708 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
10709         Log: Update Changes.
10710      Branch: perl
10711            ! Changes patchlevel.h
10712 ____________________________________________________________________________
10713 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
10714         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
10715      Branch: perl
10716            ! vos/config.alpha.h vos/config.ga.h
10717 ____________________________________________________________________________
10718 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
10719         Log: VOS updates from Paul Green for @10476.
10720      Branch: perl
10721            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
10722            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
10723            ! vos/config.ga.h vos/configure_perl.cm
10724 ____________________________________________________________________________
10725 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
10726         Log: Subject: [PATCH] Not many people know this ...
10727              From: Mike Guy <mjtg@cam.ac.uk>
10728              Date: Mon, 11 Jun 2001 14:55:15 +0100
10729              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
10730      Branch: perl
10731            ! pod/perldebug.pod
10732 ____________________________________________________________________________
10733 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
10734         Log: Add final commas to lists as suggested by Philip Newton.
10735      Branch: perl
10736            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
10737 ____________________________________________________________________________
10738 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
10739         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
10740              Date: Sun, 10 Jun 2001 23:35:38 -0400
10741              From: Chris Nandor <pudge@pobox.com>
10742              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
10743      Branch: perl
10744            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
10745            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
10746            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
10747            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
10748            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
10749            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
10750            ! t/op/write.t t/pragma/strict.t
10751 ____________________________________________________________________________
10752 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
10753         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
10754              From: Chris Nandor <pudge@pobox.com>
10755              Date: Mon, 11 Jun 2001 08:24:28 -0400
10756              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
10757      Branch: perl
10758            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
10759            ! t/lib/io_dir.t
10760 ____________________________________________________________________________
10761 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
10762         Log: One more run_byacc (a hand-tweaked version had slipped in).
10763      Branch: perl
10764            ! perly.c vms/perly_c.vms
10765 ____________________________________________________________________________
10766 [ 10509] By: nick                                  on 2001/06/11  07:49:15
10767         Log: Integrate mainline
10768      Branch: perlio
10769           !> Makefile.SH embed.h embed.pl global.sym
10770           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
10771           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
10772           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
10773           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
10774 ____________________________________________________________________________
10775 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
10776         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
10777              From: Mike Guy <mjtg@cam.ac.uk>
10778              Reply-To: mjtg@cam.ac.uk
10779              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
10780      Branch: perl
10781            ! lib/ExtUtils/Manifest.pm
10782 ____________________________________________________________________________
10783 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
10784         Log: Subject: [PATCH] ExtUtils::Constant
10785              From: Nicholas Clark <nick@ccl4.org>
10786              Date: Sun, 10 Jun 2001 23:25:41 +0100
10787              Message-ID: <20010610232540.C76396@plum.flirble.org>
10788      Branch: perl
10789            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
10790 ____________________________________________________________________________
10791 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
10792         Log: Integrate perlio.
10793      Branch: perl
10794           !> iperlsys.h
10795 ____________________________________________________________________________
10796 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
10797         Log: Move the grok_number and its lieutenant grok_numeric_radix
10798              from sv.c statics to util.c and public.
10799      Branch: perl
10800            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
10801            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
10802 ____________________________________________________________________________
10803 [ 10504] By: nick                                  on 2001/06/10  17:47:06
10804         Log: Fix (valid) -Wall warnings in perlio.c
10805      Branch: perlio
10806            ! iperlsys.h
10807 ____________________________________________________________________________
10808 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
10809         Log: Update perly_c.diff, update perly.fixer to edit away
10810              some of the -Wall noise.
10811      Branch: perl
10812            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
10813 ____________________________________________________________________________
10814 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
10815         Log: Check the version of byacc.
10816      Branch: perl
10817            ! Makefile.SH
10818 ____________________________________________________________________________
10819 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
10820         Log: Subject: [PATCH] perly.y overhaul
10821              From: Simon Cozens <simon@netthink.co.uk>
10822              Date: Sun, 10 Jun 2001 16:56:54 +0100
10823              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
10824              
10825              Plus make run_byacc.
10826      Branch: perl
10827            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
10828 ____________________________________________________________________________
10829 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
10830         Log: Integrate perlio.
10831      Branch: perl
10832           !> perlio.c perlsfio.h
10833 ____________________________________________________________________________
10834 [ 10499] By: nick                                  on 2001/06/10  15:01:08
10835         Log: Integrate mainline
10836      Branch: perlio
10837           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
10838           !> t/pragma/locale.t util.c
10839 ____________________________________________________________________________
10840 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
10841         Log: Put some meat on the perl572delta bones.  The list of
10842              selected bug fixes needs more work, as does still the
10843              whole document.
10844      Branch: perl
10845            ! pod/perl572delta.pod
10846 ____________________________________________________________________________
10847 [ 10497] By: nick                                  on 2001/06/10  12:27:51
10848         Log: Paper over a crack or two with USE_SFIO
10849      Branch: perlio
10850            ! perlio.c perlsfio.h
10851 ____________________________________________________________________________
10852 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
10853         Log: Update Changes.
10854      Branch: perl
10855            ! Changes patchlevel.h
10856 ____________________________________________________________________________
10857 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
10858         Log: Subject: Re: pragma/locale.t #107
10859              From: Hugo <hv@crypt.compulink.co.uk>
10860              Date: Sun, 10 Jun 2001 11:23:30 +0100
10861              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
10862              
10863              Encapsulate the scan of the decimal radix separator.
10864      Branch: perl
10865            ! embed.h embed.pl proto.h sv.c
10866 ____________________________________________________________________________
10867 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
10868         Log: Try to grok numbers both with the locale specific separator
10869              and with the usual "." (if different from the lss); add a test
10870              to locale.t to do also a little bit of math in addition to just
10871              equalness testing; remove extraneous logic as suggested in
10872              
10873              Subject: Re: pragma/locale.t #107
10874              From: Nicholas Clark <nick@ccl4.org>
10875              Date: Sat, 9 Jun 2001 22:37:36 +0100
10876              Message-ID: <20010609223735.Y76396@plum.flirble.org>
10877      Branch: perl
10878            ! sv.c t/pragma/locale.t
10879 ____________________________________________________________________________
10880 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
10881         Log: Metaconfig unit change for #10492.
10882      Branch: metaconfig/U/perl
10883            ! Extensions.U
10884 ____________________________________________________________________________
10885 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
10886         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
10887              From: Artur Bergman <artur@contiller.se> 
10888              Date: Sat, 09 Jun 2001 21:03:51 +0200
10889              Message-ID: <B7483FB6.1398%artur@contiller.se>
10890      Branch: perl
10891            ! Configure
10892 ____________________________________________________________________________
10893 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
10894         Log: Integrate perlio.
10895      Branch: perl
10896           !> perlsfio.h
10897 ____________________________________________________________________________
10898 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
10899         Log: Do locale specific separator if only in locale.
10900      Branch: perl
10901            ! util.c
10902 ____________________________________________________________________________
10903 [ 10489] By: nick                                  on 2001/06/09  19:13:25
10904         Log: Make XS/Typemap compile (but fail) with sfio
10905      Branch: perlio
10906            ! perlsfio.h
10907 ____________________________________________________________________________
10908 [ 10488] By: nick                                  on 2001/06/09  19:12:51
10909         Log: Re-integrate mainline
10910      Branch: perlio
10911           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
10912           !> proto.h sv.c util.c
10913 ____________________________________________________________________________
10914 [ 10487] By: nick                                  on 2001/06/09  16:26:29
10915         Log: Integrate mainline
10916      Branch: perlio
10917           !> (integrate 31 files)
10918 ____________________________________________________________________________
10919 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
10920         Log: Subject: [PATCH] New attempt to clone callack
10921              From: Artur Bergman <artur@contiller.se> 
10922              Date: Thu, 07 Jun 2001 11:52:16 +0200
10923              Message-ID: <B7451B6F.12B7%artur@contiller.se>
10924      Branch: perl
10925            ! embedvar.h intrpvar.h perlapi.h sv.c
10926 ____________________________________________________________________________
10927 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
10928         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
10929      Branch: perl
10930            ! embed.h embed.pl perl.h proto.h sv.c util.c
10931 ____________________________________________________________________________
10932 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
10933         Log: Subject: Re: pragma/locale.t #107
10934              From: Nicholas Clark <nick@ccl4.org>
10935              Date: Sat, 9 Jun 2001 16:26:10 +0100
10936              Message-ID: <20010609162609.V76396@plum.flirble.org>
10937              
10938              A missing NVification.
10939      Branch: perl
10940            ! sv.c
10941 ____________________________________________________________________________
10942 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
10943         Log: Redo the #10482, there already was a test script for formats.
10944      Branch: perl
10945            - t/io/format.t
10946            ! MANIFEST t/op/write.t
10947 ____________________________________________________________________________
10948 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
10949         Log: Twisted format testing, from Merijn.
10950      Branch: perl
10951            + t/io/format.t
10952            ! MANIFEST
10953 ____________________________________________________________________________
10954 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
10955         Log: More \p{In...} testing, combined with \N{...}.
10956      Branch: perl
10957            ! lib/utf8_heavy.pl t/op/pat.t
10958 ____________________________________________________________________________
10959 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
10960         Log: Metaconfig changes for #10479.
10961      Branch: metaconfig
10962            ! U/Glossary.patch
10963      Branch: metaconfig/U/perl
10964            ! d_modfl.U
10965 ____________________________________________________________________________
10966 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
10967         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
10968      Branch: perl
10969            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10970            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
10971            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
10972            ! win32/config.bc win32/config.gc win32/config.vc
10973 ____________________________________________________________________________
10974 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
10975         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
10976              From: "Craig A. Berry" <craigberry@mac.com>
10977              Date: Thu, 7 Jun 2001 14:27:20 -0500
10978              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
10979      Branch: perl
10980            ! vms/perlvms.pod
10981 ____________________________________________________________________________
10982 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
10983         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
10984              From: Gisle Aas <gisle@ActiveState.com>
10985              Date: 07 Jun 2001 17:04:29 -0700
10986              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
10987      Branch: perl
10988            ! ext/re/re.xs
10989 ____________________________________________________________________________
10990 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
10991         Log: Update Changes.
10992      Branch: perl
10993            ! Changes patchlevel.h
10994 ____________________________________________________________________________
10995 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
10996         Log: Regen Glossary et alia.
10997      Branch: perl
10998            ! Porting/Glossary Porting/config.sh Porting/config_H
10999 ____________________________________________________________________________
11000 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
11001         Log: Metaconfig unit changes for #10473.
11002      Branch: metaconfig/U/perl
11003            ! d_modfl.U
11004 ____________________________________________________________________________
11005 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
11006         Log: Harumph, also AIX will spill its guts (i.e. dump core)
11007              if an executable contains modfl() but it hasn't been
11008              compiled right (in the case of AIX, with cc -qlongdouble).
11009      Branch: perl
11010            ! Configure
11011 ____________________________________________________________________________
11012 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
11013         Log: integrate change#10471 from mainline
11014              
11015              in change#10451, check that CvOUTSIDE is a CV before looking in
11016              (it can apparently be SVt_NULL during global destruction)
11017      Branch: maint-5.6/perl
11018           !> op.c
11019 ____________________________________________________________________________
11020 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
11021         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
11022              (it can apparently be SVt_NULL during global destruction)
11023      Branch: perl
11024            ! op.c
11025 ____________________________________________________________________________
11026 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
11027         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
11028              From: Robin Barker <rmb1@cise.npl.co.uk>
11029              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
11030              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
11031      Branch: perl
11032            ! lib/diagnostics.pm pod/perldiag.pod
11033 ____________________________________________________________________________
11034 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
11035         Log: Subject: [PATCH perl@10439] long =item
11036              From: Robin Barker <rmb1@cise.npl.co.uk>
11037              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
11038              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
11039      Branch: perl
11040            ! README.amiga lib/Attribute/Handlers.pm
11041            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
11042 ____________________________________________________________________________
11043 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
11044         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
11045              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
11046              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
11047              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
11048      Branch: perl
11049            ! pod/perlguts.pod
11050 ____________________________________________________________________________
11051 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
11052         Log: Integrate perlio.
11053      Branch: perl
11054           !> sv.c
11055 ____________________________________________________________________________
11056 [ 10466] By: nick                                  on 2001/06/07  10:25:40
11057         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
11058              whitespace tweaks.
11059              Still coredumps in pragma/overload.t - what a nice hard fail that is...
11060      Branch: perlio
11061            ! sv.c
11062 ____________________________________________________________________________
11063 [ 10465] By: nick                                  on 2001/06/07  08:41:58
11064         Log: Raw integrate of mainline for S_grok_number debug
11065              (sv.c has MULTIPLICITY issues as well as whatever else ...)
11066      Branch: perlio
11067            - plan9/perlplan9.doc plan9/perlplan9.pod
11068           !> (integrate 46 files)
11069 ____________________________________________________________________________
11070 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
11071         Log: The proper prototyping for #10463.
11072      Branch: perl
11073            ! embed.h embed.pl proto.h sv.c
11074 ____________________________________________________________________________
11075 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
11076         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
11077              From: Nicholas Clark <nick@ccl4.org>
11078              Date: Thu, 7 Jun 2001 00:29:59 +0100
11079              Message-ID: <20010607002959.Z76396@plum.flirble.org>
11080      Branch: perl
11081            ! sv.c
11082 ____________________________________________________________________________
11083 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
11084         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
11085              From: "Craig A. Berry" <craigberry@mac.com>
11086              Date: Wed, 06 Jun 2001 17:54:30 -0500
11087              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
11088      Branch: perl
11089            ! vms/perlvms.pod
11090 ____________________________________________________________________________
11091 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
11092         Log: Podify the remaining README.platform files;
11093              merge README.plan9 and plan9/perlplan9.pod;
11094              delete plan9/perlplan9.* (the perlplan.doc needs to
11095              be regenerated in Plan 9); make the =head1 and =head2
11096              in the README.platform to be a little more verbose
11097              (skipped README.os2 not to anger Ilya) so that they
11098              look better in the toc; regen toc.
11099      Branch: perl
11100            - plan9/perlplan9.doc plan9/perlplan9.pod
11101            ! MANIFEST README.aix README.amiga README.apollo README.beos
11102            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
11103            ! README.hpux README.hurd README.machten README.macos
11104            ! README.micro README.mint README.mpeix README.os390
11105            ! README.plan9 README.qnx README.solaris README.threads
11106            ! README.tru64 README.vmesa README.vms README.vos README.win32
11107            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
11108            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
11109 ____________________________________________________________________________
11110 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
11111         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
11112              From: Mike Guy <mjtg@cam.ac.uk>
11113              Reply-To: mjtg@cam.ac.uk
11114              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
11115      Branch: perl
11116            ! pod/perlguts.pod
11117 ____________________________________________________________________________
11118 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
11119         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
11120              From: Mike Guy <mjtg@cam.ac.uk>
11121              Reply-To: mjtg@cam.ac.uk
11122              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
11123      Branch: perl
11124            ! pod/perlsec.pod
11125 ____________________________________________________________________________
11126 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
11127         Log: Disable long doubles from pre-5.0 Tru64s.
11128      Branch: perl
11129            ! README.tru64 hints/dec_osf.sh
11130 ____________________________________________________________________________
11131 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
11132         Log: The #10455 exposed that modfl() is fundamentally busted
11133              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
11134              testing it.
11135      Branch: perl
11136            ! hints/dec_osf.sh
11137 ____________________________________________________________________________
11138 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
11139         Log: Metaconfig unit change for #10455.
11140      Branch: metaconfig/U/perl
11141            ! d_modfl.U
11142 ____________________________________________________________________________
11143 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
11144         Log: Configure check for geborken modfl(), inspired by
11145              
11146              Subject: Re: [20010118.017] op/int.t failure 
11147              From: Hugo <hv@crypt.compulink.co.uk>
11148              Date: Tue, 05 Jun 2001 13:43:27 +0100
11149              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
11150      Branch: perl
11151            ! Configure
11152 ____________________________________________________________________________
11153 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
11154         Log: Integrate changes #10450 and #10451 from maintperl:
11155              
11156              optimize change#10448 slightly (don't repeat search in eval""s lexical
11157              scope, since that has already been searched)
11158              
11159              change#9108 needs subtler treatment for case of closures created
11160              within eval""
11161      Branch: perl
11162           !> op.c t/op/misc.t
11163 ____________________________________________________________________________
11164 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
11165         Log: MakeMaker magic to compile (when no dynamic loading)
11166              List/Util.xsc as (ListUtil.c and) ListUtil.o since
11167              POSIX-BC (BS2000) linker has an evil limitation of
11168              being unable to include in the same executable several
11169              object files with the same name - case-insensitively -
11170              because otherwise we conflict with util.c.
11171              Strictly speaking currently required only in POSIX-BC
11172              but probably will do no harm elsewhere where static
11173              linking is required.
11174      Branch: perl
11175            ! ext/List/Util/Makefile.PL
11176 ____________________________________________________________________________
11177 [ 10452] By: nick                                  on 2001/06/06  08:59:51
11178         Log: Integrate mainline.
11179      Branch: perlio
11180           +> lib/Attribute/Handlers/demo/Demo.pm
11181           +> lib/Attribute/Handlers/demo/Descriptions.pm
11182           +> lib/Attribute/Handlers/demo/MyClass.pm
11183           +> lib/Attribute/Handlers/demo/demo.pl
11184           +> lib/Attribute/Handlers/demo/demo2.pl
11185           +> lib/Attribute/Handlers/demo/demo3.pl
11186           +> lib/Attribute/Handlers/demo/demo4.pl
11187           +> lib/Attribute/Handlers/demo/demo_call.pl
11188           +> lib/Attribute/Handlers/demo/demo_chain.pl
11189           +> lib/Attribute/Handlers/demo/demo_cycle.pl
11190           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
11191           +> lib/Attribute/Handlers/demo/demo_phases.pl
11192           +> lib/Attribute/Handlers/demo/demo_range.pl
11193           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
11194           +> uts/strtol_wrap.c
11195           !> (integrate 91 files)
11196 ____________________________________________________________________________
11197 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
11198         Log: change#9108 needs subtler treatment for case of closures created
11199              within eval""
11200      Branch: maint-5.6/perl
11201            ! op.c t/op/misc.t
11202 ____________________________________________________________________________
11203 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
11204         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
11205              scope, since that has already been searched)
11206      Branch: maint-5.6/perl
11207            ! op.c
11208 ____________________________________________________________________________
11209 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
11210         Log: Integrate change #10448 from maintperl; lexicals
11211              outside an eval"" weren't resolved correctly inside a subroutine
11212              definition inside the eval"" if they were not already referenced
11213              in the toplevel of the eval""-ed code
11214      Branch: perl
11215           !> cop.h op.c pp_ctl.c t/op/misc.t
11216 ____________________________________________________________________________
11217 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
11218         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
11219              outside an eval"" weren't resolved correctly inside a subroutine
11220              definition inside the eval"" if they were not already referenced
11221              in the toplevel of the eval""-ed code
11222      Branch: maint-5.6/perl
11223            ! cop.h op.c pp_ctl.c t/op/misc.t
11224 ____________________________________________________________________________
11225 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
11226         Log: Subject: [PATCH] perl570delta.pod
11227              From: Peter Scott <Peter@PSDT.com> 
11228              Date: Tue, 05 Jun 2001 18:51:02 -0700
11229              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
11230      Branch: perl
11231            ! pod/perl570delta.pod
11232 ____________________________________________________________________________
11233 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
11234         Log: The fudge factor is no more needed.  I hope.
11235      Branch: perl
11236            ! t/lib/posix.t
11237 ____________________________________________________________________________
11238 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
11239         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
11240              From: Hugo <hv@crypt.compulink.co.uk>
11241              Date: Tue, 05 Jun 2001 12:58:19 +0100
11242              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
11243      Branch: perl
11244            ! util.c
11245 ____________________________________________________________________________
11246 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
11247         Log: Make up prototypes only for those who have the functions
11248              but not the prototypes.
11249      Branch: perl
11250            ! perl.h
11251 ____________________________________________________________________________
11252 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
11253         Log: Subject: Re: Not OK: perl@10439 on win32 
11254              From: Prymmer/Kahn <pvhp@best.com> 
11255              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
11256              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
11257      Branch: perl
11258            ! perl.h util.c
11259 ____________________________________________________________________________
11260 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
11261         Log: The metaconfig units changes for #10441.
11262      Branch: metaconfig
11263            ! U/modified/Extract.U U/modified/Extractall.U
11264            ! U/modified/Finish.U
11265 ____________________________________________________________________________
11266 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
11267         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
11268      Branch: perl
11269            ! Configure
11270 ____________________________________________________________________________
11271 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
11272         Log: Unnecessary fuzziness undone, noted by Mike Guy.
11273      Branch: perl
11274            ! t/op/tr.t
11275 ____________________________________________________________________________
11276 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
11277         Log: Update Changes.
11278      Branch: perl
11279            ! Changes patchlevel.h
11280 ____________________________________________________________________________
11281 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
11282         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
11283              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
11284              leakage patch.
11285      Branch: perl
11286            ! t/op/misc.t
11287 ____________________________________________________________________________
11288 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
11289         Log: Test case for #10433/#10424.
11290      Branch: perl
11291            ! t/op/misc.t
11292 ____________________________________________________________________________
11293 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
11294         Log: Subject: One fix for strtoul not setting errno
11295              From: hom00@utsglobal.com (Hal Morris)
11296              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
11297              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
11298      Branch: perl
11299            + uts/strtol_wrap.c
11300            ! MANIFEST hints/uts.sh
11301 ____________________________________________________________________________
11302 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
11303         Log: Metaconfig units changes for #10434.
11304      Branch: metaconfig
11305            ! U/modified/Cppsym.U
11306      Branch: metaconfig/U/perl
11307            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
11308            + d_syscallproto.U d_usleepproto.U
11309            ! longdblfio.U quadfio.U
11310 ____________________________________________________________________________
11311 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
11312         Log: Configure tweaks; add prototype probes, make the cpp symbols
11313              probe to cast, not whine; test for %Ld and %Lf before %lld and
11314              %llf because the L is the ANSI way.
11315      Branch: perl
11316            ! Configure config_h.SH configure.com epoc/config.sh
11317            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
11318            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
11319            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
11320 ____________________________________________________________________________
11321 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
11322         Log: Sigh.  This is what #10424 was supposed to check in.
11323      Branch: perl
11324            ! op.c sv.c sv.h
11325 ____________________________________________________________________________
11326 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
11327         Log: More verbose failure.
11328      Branch: perl
11329            ! t/op/ver.t
11330 ____________________________________________________________________________
11331 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
11332         Log: The .pm changes to go with #10428.
11333      Branch: perl
11334            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
11335            ! ext/Sys/Syslog/Syslog.pm
11336 ____________________________________________________________________________
11337 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
11338         Log: On second thoughts show to utf8 skippage message only
11339              on failures, it's too confusing otherwise,
11340      Branch: perl
11341            ! t/pragma/locale.t
11342 ____________________________________________________________________________
11343 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
11344         Log: Do not import anything from Encode.
11345      Branch: perl
11346            ! ext/MIME/Base64/QuotedPrint.pm
11347 ____________________________________________________________________________
11348 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
11349         Log: The #10402 didn't take.  Weird.
11350      Branch: perl
11351            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
11352            ! ext/Sys/Syslog/Syslog.xs
11353 ____________________________________________________________________________
11354 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
11355         Log: Eradicate traces of 'asciirange' re subpragma.
11356      Branch: perl
11357            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
11358            ! pod/perldiag.pod
11359 ____________________________________________________________________________
11360 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
11361         Log: use is a compile-time thing.
11362      Branch: perl
11363            ! ext/MIME/Base64/QuotedPrint.pm
11364 ____________________________________________________________________________
11365 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
11366         Log: Subject: [PATCH perl@10419] -Wall casting patch
11367              From: Robin Barker <rmb1@cise.npl.co.uk>
11368              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
11369              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
11370      Branch: perl
11371            ! ext/Devel/DProf/DProf.xs mg.c
11372 ____________________________________________________________________________
11373 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
11374         Log: Subject: [PATCH #2] introducing SVpad_TYPED
11375              From: Abhijit Menon-Sen <ams@wiw.org>
11376              Date: Mon, 4 Jun 2001 12:26:02 +0530
11377              Message-ID: <20010604122602.A5775@lustre.linux.in>
11378      Branch: perl
11379            ! op.c sv.c sv.h
11380 ____________________________________________________________________________
11381 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
11382         Log: testsuite for change#10192 (from Gisle Aas)
11383      Branch: perl
11384            + t/op/override.t
11385            ! MANIFEST
11386 ____________________________________________________________________________
11387 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
11388         Log: integrate changes#10414-10416 from mainline
11389              
11390              Potential buffer overrun if the radix separator is more than
11391              one byte.  Also, under locales, prefer the locale-specific
11392              separator over the old boring ".".
11393              
11394              "10.", that is, decimal numbers can have no decimal part at all.
11395              
11396              The non-locale places need love, too.
11397      Branch: maint-5.6/perl
11398           !> perl.h sv.c
11399 ____________________________________________________________________________
11400 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
11401         Log: Missed from #10420.
11402      Branch: perl
11403            ! epoc/config.sh
11404 ____________________________________________________________________________
11405 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
11406         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
11407              often this prototype goes with HAS_SETRESUID_PROTO.
11408      Branch: perl
11409            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11410            ! config_h.SH configure.com perl.h uconfig.h
11411 ____________________________________________________________________________
11412 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
11413         Log: Update Changes.
11414      Branch: perl
11415            ! Changes patchlevel.h
11416 ____________________________________________________________________________
11417 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
11418         Log: -Wall "subscript has type `char'" cleanup.
11419      Branch: perl
11420            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
11421 ____________________________________________________________________________
11422 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
11423         Log: Various "cast to pointer from integer of different size"
11424              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
11425              wide but I32 (int) only 32 bits wide).
11426              
11427              WARNING: the classnum and tagnum changes in Storable.xs
11428              may not be wise, they may be breaking binary compatibility
11429              (in 64-bit platforms), asked Raphael Manfredi about the changes.
11430      Branch: perl
11431            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
11432            ! mg.c proto.h
11433 ____________________________________________________________________________
11434 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
11435         Log: The non-locale places need love, too.
11436      Branch: perl
11437            ! perl.h
11438 ____________________________________________________________________________
11439 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
11440         Log: "10.", that is, decimal numbers can have no decimal part at all.
11441      Branch: perl
11442            ! perl.h
11443 ____________________________________________________________________________
11444 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
11445         Log: Potential buffer overrun if the radix separator is more than
11446              one byte.  Also, under locales, prefer the locale-specific
11447              separator over the old boring ".".
11448      Branch: perl
11449            ! perl.h sv.c
11450 ____________________________________________________________________________
11451 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
11452         Log: Integrate change #10412 from maintperl; locale is now
11453              per-cop, not per-op; plus retweak the locale.t to always
11454              list the skipped utf8 locales.
11455      Branch: perl
11456            ! t/pragma/locale.t
11457           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
11458           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
11459 ____________________________________________________________________________
11460 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
11461         Log: rationalize locale handling to fix the bugs uncovered by change#10394
11462              
11463              the major issue was that the runtime was looking at PL_hints rather
11464              than op_private to notice whether locale was enabled
11465              
11466              the secondary issue was that many locale-sensitive numeric ops didn't
11467              have HINT_LOCALE propagated into their op_private
11468              
11469              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
11470              instead of per-op, just like HINT_BYTE and the hints for lexical
11471              warnings (this makes the hint available to every op via PL_curcop)
11472              
11473              pragma/locale.t may need to be reworked with these fixes in mind
11474              (it currently passes its tests)
11475      Branch: maint-5.6/perl
11476            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
11477            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
11478 ____________________________________________________________________________
11479 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
11480         Log: More verbose debugging.
11481      Branch: perl
11482            ! t/pragma/locale.t
11483 ____________________________________________________________________________
11484 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
11485         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
11486              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
11487              Date: Sat, 2 Jun 2001 22:53:33 +0100
11488              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
11489      Branch: perl
11490            ! regcomp.c t/pragma/warn/regcomp
11491 ____________________________________________________________________________
11492 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
11493         Log: Mention that lexicalizing $a or $b is a bad idea if one
11494              wants to use sort().
11495      Branch: perl
11496            ! pod/perlvar.pod
11497 ____________________________________________________________________________
11498 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
11499         Log: Tweak the test to be happy if the accuracy is 'good enough'.
11500      Branch: perl
11501            ! t/lib/posix.t
11502 ____________________________________________________________________________
11503 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
11504         Log: Upgrade to Attribute::Handlers 0.70.
11505              
11506              NOTE: this unearthed the "too late for CHECK block" bug,
11507              that's why the 1_compile.t change.
11508      Branch: perl
11509            + lib/Attribute/Handlers/demo/Demo.pm
11510            + lib/Attribute/Handlers/demo/Descriptions.pm
11511            + lib/Attribute/Handlers/demo/MyClass.pm
11512            + lib/Attribute/Handlers/demo/demo.pl
11513            + lib/Attribute/Handlers/demo/demo2.pl
11514            + lib/Attribute/Handlers/demo/demo3.pl
11515            + lib/Attribute/Handlers/demo/demo4.pl
11516            + lib/Attribute/Handlers/demo/demo_call.pl
11517            + lib/Attribute/Handlers/demo/demo_chain.pl
11518            + lib/Attribute/Handlers/demo/demo_cycle.pl
11519            + lib/Attribute/Handlers/demo/demo_hashdir.pl
11520            + lib/Attribute/Handlers/demo/demo_phases.pl
11521            + lib/Attribute/Handlers/demo/demo_range.pl
11522            + lib/Attribute/Handlers/demo/demo_rawdata.pl
11523            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
11524            ! t/lib/attrhand.t
11525 ____________________________________________________________________________
11526 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
11527         Log: One less -Wall whine.
11528      Branch: perl
11529            ! regcomp.c
11530 ____________________________________________________________________________
11531 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
11532         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
11533      Branch: perl
11534           !> t/op/eval.t
11535 ____________________________________________________________________________
11536 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
11537         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
11538              aren't "normally" visible inside eval""s contained in subs unless
11539              a cloned reference to them already exists)
11540              
11541              strangely enough, t/harness didn't show this up as a failure
11542              (harness needs fixing?)
11543      Branch: maint-5.6/perl
11544            ! t/op/eval.t
11545 ____________________________________________________________________________
11546 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
11547         Log: Update to Text::Balanced 1.85.
11548      Branch: perl
11549            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
11550 ____________________________________________________________________________
11551 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
11552         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
11553              From: Nicholas Clark <nick@ccl4.org>
11554              Date: Sun, 3 Jun 2001 17:54:36 +0100
11555              Message-ID: <20010603175436.E76396@plum.flirble.org> 
11556      Branch: perl
11557            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
11558            ! ext/Sys/Syslog/Syslog.xs
11559 ____________________________________________________________________________
11560 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
11561         Log: Unused variables.
11562      Branch: perl
11563            ! util.c
11564 ____________________________________________________________________________
11565 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
11566         Log: Subject: [PATCH] APIfy op_clear 
11567              From: Simon Cozens <simon@netthink.co.uk>
11568              Date: Sun, 3 Jun 2001 13:51:46 +0100
11569              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
11570              
11571              (despite the subject line, op_null is APIfied by the patch)
11572      Branch: perl
11573            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
11574 ____________________________________________________________________________
11575 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
11576         Log: Subject: [PATCH] t/lib/extutils.t
11577              From: Nicholas Clark <nick@ccl4.org>
11578              Date: Sat, 2 Jun 2001 23:57:05 +0100
11579              Message-ID: <20010602235705.Q12698@plum.flirble.org>
11580      Branch: perl
11581            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
11582 ____________________________________________________________________________
11583 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
11584         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
11585              From: Prymmer/Kahn <pvhp@best.com>
11586              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
11587              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
11588      Branch: perl
11589            ! win32/Makefile win32/makefile.mk
11590 ____________________________________________________________________________
11591 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
11592         Log: Subject: Re: 'decimal digits' macro? 
11593              From: Hugo <hv@crypt.compulink.co.uk>
11594              Date: Sun, 03 Jun 2001 04:26:36 +0100
11595              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
11596      Branch: perl
11597            ! handy.h t/lib/posix.t t/op/tr.t
11598 ____________________________________________________________________________
11599 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
11600         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
11601              From: Hugo <hv@crypt.compulink.co.uk>
11602              Date: Sun, 03 Jun 2001 14:56:30 +0100
11603              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
11604      Branch: perl
11605            ! util.c
11606 ____________________________________________________________________________
11607 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
11608         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
11609      Branch: perl
11610           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
11611           !> vms/perly_c.vms
11612 ____________________________________________________________________________
11613 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
11614         Log: fix leakage of lexicals at file scope into subroutines that were
11615              declared before them; this appears to be a longstanding bug that
11616              meant that lexicals at file scope were never "deintroduced", meaning
11617              their scope range was never properly closed, and their visibility
11618              extended to all subsequent eval""s or requires
11619              
11620              added a test case
11621              
11622              seems to also fix a case of bogus duplicate warnings
11623      Branch: maint-5.6/perl
11624            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
11625            ! vms/perly_c.vms
11626 ____________________________________________________________________________
11627 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
11628         Log: More VMS tweaks from Craig A. Berry.
11629      Branch: perl
11630            ! configure.com t/lib/extutils.t
11631 ____________________________________________________________________________
11632 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
11633         Log: -Wall cleanup continues.
11634      Branch: perl
11635            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
11636            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
11637            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
11638            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
11639            ! run.c toke.c util.c
11640 ____________________________________________________________________________
11641 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
11642         Log: The metaconfig unit change for #10390.
11643      Branch: metaconfig/U/perl
11644            ! gccvers.U
11645 ____________________________________________________________________________
11646 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
11647         Log: Drop the -ansi from the default gcc flags.
11648              
11649              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
11650              that struct cannot be compared with a flat integer, such as STRLEN.
11651              The -ansi will also cause a lot of noise in Solaris because of:
11652              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
11653      Branch: perl
11654            ! Configure
11655 ____________________________________________________________________________
11656 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
11657         Log: Integrate perlio.
11658      Branch: perl
11659           !> pod/perlapi.pod util.c
11660 ____________________________________________________________________________
11661 [ 10388] By: nick                                  on 2001/06/02  08:01:12
11662         Log: Integrate mainline
11663      Branch: perlio
11664           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
11665           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
11666           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
11667           !> t/lib/1_compile.t t/lib/mimeqp.t
11668 ____________________________________________________________________________
11669 [ 10387] By: nick                                  on 2001/06/02  07:39:17
11670         Log: Tweak util.c's atof2 for MULTIPLICITY
11671      Branch: perlio
11672            ! util.c
11673 ____________________________________________________________________________
11674 [ 10386] By: nick                                  on 2001/06/02  07:38:33
11675         Log: Integrate mainline
11676      Branch: perlio
11677           !> (integrate 41 files)
11678 ____________________________________________________________________________
11679 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
11680         Log: Add Attribute::Handlers 0.61 from Damian Conway.
11681      Branch: perl
11682            + lib/Attribute/Handlers.pm t/lib/attrhand.t
11683            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
11684 ____________________________________________________________________________
11685 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
11686         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
11687              From: Peter Prymmer <pvhp@forte.com>
11688              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
11689              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
11690      Branch: perl
11691            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
11692 ____________________________________________________________________________
11693 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
11694         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
11695              From: Jeff Pinyan <jeffp@crusoe.net>
11696              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
11697              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
11698      Branch: perl
11699            ! lib/File/Find.pm
11700 ____________________________________________________________________________
11701 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
11702         Log: Subject: [PATCH perl@10381] configure.com tweaks
11703              From: "Craig A. Berry" <craigberry@mac.com>
11704              Date: Fri, 1 Jun 2001 13:55:43 -0500
11705              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
11706      Branch: perl
11707            ! configure.com
11708 ____________________________________________________________________________
11709 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
11710         Log: Update Changes.
11711      Branch: perl
11712            ! Changes patchlevel.h
11713 ____________________________________________________________________________
11714 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
11715         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
11716              From: Mike Guy <mjtg@cam.ac.uk>
11717              Date: Fri, 01 Jun 2001 18:17:02 +0100
11718              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
11719      Branch: perl
11720            ! lib/perl5db.pl
11721 ____________________________________________________________________________
11722 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
11723         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
11724              From: Hugo <hv@crypt.compulink.co.uk>
11725              Date: Thu, 31 May 2001 20:49:48 +0100
11726              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
11727      Branch: perl
11728            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
11729            ! util.c
11730 ____________________________________________________________________________
11731 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
11732         Log: Zero() is not available in x2p (or, rather, some of its
11733              implementations like memzero() might not be available.)
11734      Branch: perl
11735            ! x2p/hash.c
11736 ____________________________________________________________________________
11737 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
11738         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
11739              From: Michael G Schwern <schwern@pobox.com>
11740              Date: Fri, 1 Jun 2001 12:00:29 +0100
11741              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
11742              
11743              (But use Zero() instead of memset.)
11744      Branch: perl
11745            ! x2p/hash.c
11746 ____________________________________________________________________________
11747 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
11748         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
11749              From: Jeff Pinyan <jeffp@crusoe.net>
11750              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
11751              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
11752      Branch: perl
11753            ! pod/perldiag.pod regcomp.c t/op/pat.t
11754 ____________________________________________________________________________
11755 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
11756         Log: Retract #10324 and #10333; not needed.
11757      Branch: perl
11758            ! hints/irix_6.sh hints/linux.sh
11759 ____________________________________________________________________________
11760 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
11761         Log: The #10370 wasn't quite right.
11762      Branch: perl
11763            ! ext/XS/Typemap/Typemap.xs
11764 ____________________________________________________________________________
11765 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
11766         Log: The metaconfig units changes for #10372.
11767      Branch: metaconfig/U/perl
11768            + d_realpath.U d_sresgproto.U d_sresuproto.U
11769            ! gccvers.U i_db.U
11770 ____________________________________________________________________________
11771 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
11772         Log: Configure tweaks; record the Berkeley DB version,
11773              probe for realpath(), for setresuid() and setresgid()
11774              prototypes; use realpath() (try to be paranoid enough),
11775              use the setres[ug]id prototypes because glibc has the functions
11776              but not their prototypes; add -Wall -ansi to gcc ccflags;
11777              regen toc.
11778      Branch: perl
11779            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11780            ! config_h.SH configure.com epoc/config.sh
11781            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
11782            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
11783            ! vos/config.ga.def win32/config.bc win32/config.gc
11784            ! win32/config.vc
11785 ____________________________________________________________________________
11786 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
11787         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
11788              From: Michael G Schwern <schwern@pobox.com>
11789              Date: Fri, 1 Jun 2001 11:28:14 +0100
11790              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
11791      Branch: perl
11792            ! lib/attributes.pm xsutils.c
11793 ____________________________________________________________________________
11794 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
11795         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
11796              From: Tim Jenness <t.jenness@jach.hawaii.edu>
11797              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
11798              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
11799      Branch: perl
11800            ! ext/XS/Typemap/Typemap.xs
11801 ____________________________________________________________________________
11802 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
11803         Log: Subject: [patch] Cwd.xs optimizations/abstraction
11804              From: Doug MacEachern <dougm@covalent.net>
11805              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
11806              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
11807      Branch: perl
11808            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
11809            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
11810 ____________________________________________________________________________
11811 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
11812         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!])
11813              From: Nicholas Clark <nick@ccl4.org>
11814              Date: Thu, 31 May 2001 23:56:40 +0100
11815              Message-ID: <20010531235640.F12698@plum.flirble.org>
11816              
11817              Make the test work also under only static extensions
11818              (sh Configure -Uusedl fakes this nicely)
11819      Branch: perl
11820            ! t/lib/extutils.t
11821 ____________________________________________________________________________
11822 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
11823         Log: Subject: [PATCH hv.c] Eliminating trigraph
11824              From: Michael G Schwern <schwern@pobox.com>
11825              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
11826              Date: Fri, 1 Jun 2001 11:49:56 +0100
11827      Branch: perl
11828            ! hv.c
11829 ____________________________________________________________________________
11830 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
11831         Log: Subject: Re: [PATCH] Tests for File::Compare 
11832              From: "Philip Newton" <Philip.Newton@gmx.net>
11833              Date: Thu, 31 May 2001 19:44:05 +0200
11834              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
11835              
11836              Unnecessary "quotation marks".
11837      Branch: perl
11838            ! t/lib/filecomp.t
11839 ____________________________________________________________________________
11840 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
11841         Log: Integrate perlio.
11842      Branch: perl
11843           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
11844 ____________________________________________________________________________
11845 [ 10364] By: nick                                  on 2001/06/01  10:13:31
11846         Log: Cleanup dll.base and dll.exp created by GCC builds.
11847      Branch: perlio
11848            ! lib/ExtUtils/MM_Win32.pm
11849 ____________________________________________________________________________
11850 [ 10363] By: nick                                  on 2001/06/01  10:02:17
11851         Log: Make filecomp test work on CRLF platforms by adding binmode.
11852      Branch: perlio
11853            ! t/lib/filecomp.t
11854 ____________________________________________________________________________
11855 [ 10362] By: nick                                  on 2001/06/01  08:37:17
11856         Log: Integrate mainline
11857      Branch: perlio
11858           !> Changes Configure patchlevel.h perlio.c
11859 ____________________________________________________________________________
11860 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
11861         Log: panic:claustrophobia.
11862      Branch: perl
11863            ! perlio.c
11864 ____________________________________________________________________________
11865 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
11866         Log: Update Changes.
11867      Branch: perl
11868            ! Changes patchlevel.h
11869 ____________________________________________________________________________
11870 [ 10359] By: nick                                  on 2001/05/31  12:35:50
11871         Log: Integrate mainline.
11872      Branch: perlio
11873           +> t/lib/filecomp.t
11874           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
11875           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
11876 ____________________________________________________________________________
11877 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
11878         Log: Integrate perlio.
11879      Branch: perl
11880           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
11881           !> win32/config_H.vc
11882 ____________________________________________________________________________
11883 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
11884         Log: Metaconfig unit change for #10356.
11885      Branch: metaconfig
11886            ! U/installdirs/inc_version_list.U
11887 ____________________________________________________________________________
11888 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
11889         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
11890              (idea from Sarathy; implementation from Andy)
11891      Branch: perl
11892            ! Configure
11893 ____________________________________________________________________________
11894 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
11895         Log: More AUTHORS.
11896      Branch: perl
11897            ! AUTHORS
11898 ____________________________________________________________________________
11899 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
11900         Log: Subject: Re: [PATCH] Tests for File::Compare
11901              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
11902              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
11903              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
11904      Branch: perl
11905            + t/lib/filecomp.t
11906            ! MANIFEST t/lib/1_compile.t
11907 ____________________________________________________________________________
11908 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
11909         Log: Subject: [PATCH] DEBUG_* macro cleanups
11910              From: Abhijit Menon-Sen <ams@wiw.org>
11911              Date: Thu, 31 May 2001 12:16:22 +0530
11912              Message-ID: <20010531121622.B4829@lustre.linux.in>
11913              
11914              Subject: Re: [PATCH] DEBUG_* macro cleanups
11915              From: Abhijit Menon-Sen <ams@wiw.org>
11916              Date: Thu, 31 May 2001 13:57:01 +0530
11917              Message-ID: <20010531135701.A21775@lustre.linux.in>
11918              
11919              (The DEBUG_ definitions in perl.h changed to use the
11920              STMT_START and STMT_END.)
11921      Branch: perl
11922            ! perl.h pp_ctl.c sv.c toke.c
11923 ____________________________________________________________________________
11924 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
11925         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
11926              From: Abhijit Menon-Sen <ams@wiw.org>
11927              Date: Thu, 31 May 2001 08:27:55 +0530
11928              Message-ID: <20010531082755.A10018@lustre.linux.in>
11929      Branch: perl
11930            ! ext/Storable/Storable.xs gv.c perl.c
11931 ____________________________________________________________________________
11932 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
11933         Log: Subject: [PATCH] AUTHORS
11934              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
11935              Date: Thu, 31 May 2001 01:27:59 -0500
11936              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
11937              
11938              Subject: Re: [PATCH] AUTHORS
11939              From: "Philip Newton" <Philip.Newton@gmx.net>
11940              Date: Thu, 31 May 2001 10:08:06 +0200
11941              (Message-Id missing?)
11942      Branch: perl
11943            ! AUTHORS
11944 ____________________________________________________________________________
11945 [ 10350] By: nick                                  on 2001/05/31  11:40:43
11946         Log: win32 - dmake regen_config_h
11947      Branch: perlio
11948            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11949 ____________________________________________________________________________
11950 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
11951         Log: Subject: Re: [PATCH util.c] More warning cleanups.
11952              From: "Philip Newton" <Philip.Newton@gmx.net>
11953              Date: Thu, 31 May 2001 07:41:36 +0200
11954              Message-Id: <200105310538.IAA25458@taku.hut.fi>
11955              
11956              Undo C++-ism that snekt in.
11957      Branch: perl
11958            ! util.c
11959 ____________________________________________________________________________
11960 [ 10348] By: nick                                  on 2001/05/31  11:36:46
11961         Log: Tolerate Win32 numerics
11962      Branch: perlio
11963            ! t/pragma/warn/toke
11964 ____________________________________________________________________________
11965 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
11966         Log: Integrate perlio.
11967      Branch: perl
11968           !> perlio.c win32/win32.h
11969 ____________________________________________________________________________
11970 [ 10346] By: nick                                  on 2001/05/31  10:54:55
11971         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
11972              perlio.c change 10255.
11973      Branch: perlio
11974            ! perlio.c
11975 ____________________________________________________________________________
11976 [ 10345] By: nick                                  on 2001/05/31  10:01:57
11977         Log: Conditionaly put back some "unused" dTHX which are used
11978              with PERL_IMPLICIT_SYS
11979      Branch: perlio
11980            ! perlio.c
11981 ____________________________________________________________________________
11982 [ 10344] By: nick                                  on 2001/05/31  10:00:59
11983         Log: Fix Win32 for new spelling IN_BYTES 
11984      Branch: perlio
11985            ! win32/win32.h
11986 ____________________________________________________________________________
11987 [ 10343] By: nick                                  on 2001/05/31  08:01:32
11988         Log: perlio.c -Wall cleaner under MULTIPLICITY
11989              - still minor noise with linux stdio
11990      Branch: perlio
11991            ! perlio.c
11992 ____________________________________________________________________________
11993 [ 10342] By: nick                                  on 2001/05/31  07:52:23
11994         Log: Integrate mainline.
11995      Branch: perlio
11996           !> (integrate 42 files)
11997 ____________________________________________________________________________
11998 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
11999         Log: AUTHORS updates.
12000      Branch: perl
12001            ! AUTHORS
12002 ____________________________________________________________________________
12003 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
12004         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
12005              From: Peter Prymmer <pvhp@forte.com>
12006              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
12007              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
12008      Branch: perl
12009            ! t/lib/md5-file.t
12010 ____________________________________________________________________________
12011 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
12012         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
12013              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
12014              to match the pragma name; various robustness cleanups.
12015      Branch: perl
12016            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
12017            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
12018 ____________________________________________________________________________
12019 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
12020         Log: More -Wall sweeping.
12021      Branch: perl
12022            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
12023            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
12024            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
12025            ! regcomp.c sv.c toke.c utf8.c
12026 ____________________________________________________________________________
12027 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
12028         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
12029              From: Nicholas Clark <nick@ccl4.org>
12030              Date: Wed, 30 May 2001 22:34:41 +0100
12031              Message-ID: <20010530223441.Y86445@plum.flirble.org>
12032      Branch: perl
12033            ! t/op/cmp.t
12034 ____________________________________________________________________________
12035 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
12036         Log: It's is not, it isn't ain't, and it's it's, not its,
12037              if you mean it is. If you don't, it's its. Then too,
12038              it's hers. It isn't her's. It isn't our's either.
12039              It's ours, and likewise yours and theirs.
12040              -- Oxford University Press, Edpress News
12041      Branch: perl
12042            ! lib/autouse.pm
12043 ____________________________________________________________________________
12044 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
12045         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
12046      Branch: perl
12047            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
12048            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
12049            ! x2p/str.c x2p/walk.c xsutils.c
12050 ____________________________________________________________________________
12051 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
12052         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
12053              From: Michael G Schwern <schwern@pobox.com>
12054              Date: Wed, 30 May 2001 17:10:38 +0100
12055              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
12056              
12057              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
12058              From: Abhijit Menon-Sen <ams@wiw.org>
12059              Date: Wed, 30 May 2001 23:16:13 +0530
12060              Message-ID: <20010530231613.A31933@lustre.linux.in>
12061      Branch: perl
12062            ! perl.c t/run/runenv.t
12063 ____________________________________________________________________________
12064 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
12065         Log: (Retracted by #10375.)
12066              
12067              IRIX hints patch from Merijn Broeren.
12068              
12069              TODO: (this and the earlier Linux hints patch) should be solved
12070              at Configure level.  Merijn: -ldb should not be used on any platform
12071              for perl, just when linking DBFile itself. Trying to be helpful here
12072              is counterproductive.
12073      Branch: perl
12074            ! hints/irix_6.sh
12075 ____________________________________________________________________________
12076 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
12077         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
12078              From: Nicholas Clark <nick@ccl4.org>
12079              Date: Wed, 30 May 2001 23:20:58 +0100
12080              Message-ID: <20010530232058.B86445@plum.flirble.org>
12081      Branch: perl
12082            ! doop.c
12083 ____________________________________________________________________________
12084 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
12085         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
12086              From: Michael G Schwern <schwern@pobox.com> 
12087              Date: Wed, 30 May 2001 15:24:20 +0100
12088              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
12089      Branch: perl
12090            ! t/pragma/autouse.t
12091 ____________________________________________________________________________
12092 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
12093         Log: The regex trick wasn't a good idea.
12094      Branch: perl
12095            ! pod/perlfaq4.pod
12096 ____________________________________________________________________________
12097 [ 10329] By: nick                                  on 2001/05/30  18:34:35
12098         Log: Integrate mainline
12099      Branch: perlio
12100           !> (integrate 40 files)
12101 ____________________________________________________________________________
12102 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
12103         Log: Update Changes.
12104      Branch: perl
12105            ! Changes patchlevel.h
12106 ____________________________________________________________________________
12107 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
12108         Log: The metaconfig unit change for #10325.
12109      Branch: metaconfig
12110            + U/modified/afs.U
12111 ____________________________________________________________________________
12112 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
12113         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
12114              is now wrong.
12115      Branch: perl
12116            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
12117 ____________________________________________________________________________
12118 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
12119         Log: Introduce $Config{afsroot}.
12120      Branch: perl
12121            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12122            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
12123            ! win32/config.gc win32/config.vc
12124 ____________________________________________________________________________
12125 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
12126         Log: (Retracted by #10375.)
12127              
12128              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
12129      Branch: perl
12130            ! hints/linux.sh
12131 ____________________________________________________________________________
12132 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
12133         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
12134              (Also Configure tweaks needed; coming up soon.)
12135      Branch: perl
12136            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
12137 ____________________________________________________________________________
12138 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
12139         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
12140              From: Michael G Schwern <schwern@pobox.com>
12141              Date: Sun, 27 May 2001 10:29:43 +0100
12142              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
12143      Branch: perl
12144            ! lib/perl5db.pl
12145 ____________________________________________________________________________
12146 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
12147         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
12148              and Abhijit Menon-Sen.
12149      Branch: perl
12150            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
12151            ! perl.c pp_sys.c regcomp.c
12152 ____________________________________________________________________________
12153 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
12154         Log: Fix the BOOT section to call myU2time properly.
12155      Branch: perl
12156            ! ext/Time/HiRes/HiRes.xs
12157 ____________________________________________________________________________
12158 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
12159         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
12160              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
12161              Date: Wed, 30 May 2001 09:44:29 -0400
12162              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
12163              
12164              Detypo; plus add one more trick.
12165      Branch: perl
12166            ! pod/perlfaq4.pod
12167 ____________________________________________________________________________
12168 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
12169         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)
12170              From: Michael G Schwern <schwern@pobox.com>
12171              Date: Wed, 30 May 2001 14:39:06 +0100
12172              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
12173      Branch: perl
12174            ! lib/autouse.pm t/pragma/autouse.t
12175 ____________________________________________________________________________
12176 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
12177         Log: Subject: Re: AIX and gcc (moving targets)
12178              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12179              Date: Wed, 30 May 2001 15:25:08 +0200
12180              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
12181      Branch: perl
12182            ! ext/Time/HiRes/HiRes.xs
12183 ____________________________________________________________________________
12184 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
12185         Log: Subject: [PATCH t/TEST] sorting tests
12186              From: Michael G Schwern <schwern@pobox.com>
12187              Date: Wed, 30 May 2001 10:24:02 +0100
12188              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
12189      Branch: perl
12190            ! t/TEST
12191 ____________________________________________________________________________
12192 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
12193         Log: Subject: [ID 20010529.002] typos in man page perlre
12194              From: bart@cg681574-a.adubn1.nj.home.com 
12195              Date: Tue, 29 May 2001 13:58:59 -0500
12196              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
12197      Branch: perl
12198            ! pod/perlre.pod
12199 ____________________________________________________________________________
12200 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
12201         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
12202              From: "Craig A. Berry" <craigberry@mac.com>
12203              Date: Tue, 29 May 2001 23:23:45 -0500
12204              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
12205      Branch: perl
12206            ! t/lib/extutils.t t/pragma/autouse.t
12207 ____________________________________________________________________________
12208 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
12209         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)
12210              From: David Dyck <dcd@tc.fluke.com>
12211              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
12212              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
12213      Branch: perl
12214            ! t/lib/filefind.t
12215 ____________________________________________________________________________
12216 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
12217         Log: AIX hints update for gcc from Merijn H. Brand.
12218      Branch: perl
12219            ! hints/aix.sh
12220 ____________________________________________________________________________
12221 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
12222         Log: Retract #10295 and #10296: a more generic solution
12223              is needed (there's something funny with gcc on AIX).
12224      Branch: perl
12225            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
12226 ____________________________________________________________________________
12227 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
12228         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
12229              From: Hugo <hv@crypt.compulink.co.uk>
12230              Date: Wed, 30 May 2001 11:59:19 +0100
12231              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
12232              
12233              localizing $@ has unfortunate semantics - if you die past
12234              a local $@, the die message is lost.
12235      Branch: perl
12236            ! lib/utf8_heavy.pl
12237 ____________________________________________________________________________
12238 [ 10309] By: nick                                  on 2001/05/30  08:23:02
12239         Log: Integrate mainline (autouse works again.)
12240      Branch: perlio
12241           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
12242           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
12243           !> pod/perlvar.pod t/op/cmp.t
12244 ____________________________________________________________________________
12245 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
12246         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
12247              From: David Dyck <dcd@tc.fluke.com>
12248              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
12249              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
12250      Branch: perl
12251            ! lib/File/Find.pm
12252 ____________________________________________________________________________
12253 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
12254         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
12255              From: Nicholas Clark <nick@ccl4.org>
12256              Date: Tue, 29 May 2001 23:16:09 +0100
12257              Message-ID: <20010529231609.U86445@plum.flirble.org>
12258              
12259              Make the test output slightly clearer by distinguishing
12260              between '' and undef.
12261      Branch: perl
12262            ! t/op/cmp.t
12263 ____________________________________________________________________________
12264 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
12265         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
12266              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12267              Date: Tue, 29 May 2001 19:15:19 -0400
12268              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
12269      Branch: perl
12270            ! hints/os2.sh
12271 ____________________________________________________________________________
12272 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
12273         Log: Subject: perlvar.pod addition
12274              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
12275              Date: Fri, 25 May 2001 20:23:12 +0200
12276              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
12277              
12278              Subject: Re: perlvar.pod addition
12279              From: "Abigail" <abigail@foad.org> 
12280              Date: Fri, 25 May 2001 22:00:39 +0200
12281              Message-ID: <20010525200039.28029.qmail@foad.org>
12282              
12283              Mention $a and $b in perlvar.
12284      Branch: perl
12285            ! pod/perlvar.pod
12286 ____________________________________________________________________________
12287 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
12288         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
12289              From: Jeff Pinyan <jeffp@crusoe.net>
12290              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
12291              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
12292      Branch: perl
12293            ! pod/perlvar.pod
12294 ____________________________________________________________________________
12295 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
12296         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
12297              From: Jeff Pinyan <jeffp@crusoe.net>
12298              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
12299              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
12300      Branch: perl
12301            ! pod/perlfaq6.pod
12302 ____________________________________________________________________________
12303 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
12304         Log: Mention Time::localtime and Time::gmtime.
12305      Branch: perl
12306            ! ext/Time/Piece/Piece.pm
12307 ____________________________________________________________________________
12308 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
12309         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
12310              From: Michael G Schwern <schwern@pobox.com>
12311              Date: Tue, 29 May 2001 18:51:32 +0100
12312              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
12313      Branch: perl
12314            ! pod/perlfaq4.pod
12315 ____________________________________________________________________________
12316 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
12317         Log: Retract #10243.
12318      Branch: perl
12319            ! lib/autouse.pm
12320 ____________________________________________________________________________
12321 [ 10299] By: nick                                  on 2001/05/29  18:41:19
12322         Log: Post weekend integrate mainline (fails one test pragma/autouse).
12323      Branch: perlio
12324           +> (branch 29 files)
12325           !> (integrate 91 files)
12326 ____________________________________________________________________________
12327 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
12328         Log: Update Changes.
12329      Branch: perl
12330            ! Changes patchlevel.h
12331 ____________________________________________________________________________
12332 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
12333         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
12334              before Perl_load_module/Perl_call_method and restore the value
12335              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
12336      Branch: perl
12337            ! utf8.c
12338 ____________________________________________________________________________
12339 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
12340         Log: Subject: Re: AIX and gcc (moving targets)
12341              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12342              Date: Tue, 29 May 2001 17:59:40 +0200
12343              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
12344      Branch: perl
12345            ! ext/Storable/Makefile.PL
12346 ____________________________________________________________________________
12347 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
12348         Log: Subject: Re: AIX and gcc (moving targets)
12349              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12350              Date: Tue, 29 May 2001 12:32:57 +0200
12351              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
12352      Branch: perl
12353            ! ext/POSIX/Makefile.PL
12354 ____________________________________________________________________________
12355 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
12356         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
12357              From: Michael G Schwern <schwern@pobox.com>
12358              Date: Tue, 29 May 2001 09:53:29 +0100
12359              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
12360              
12361              (#10280 retracted)
12362      Branch: perl
12363            ! lib/Test/Harness.pm t/lib/test-harness.t
12364 ____________________________________________________________________________
12365 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
12366         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
12367              From: Michael G Schwern <schwern@pobox.com>
12368              Date: Tue, 29 May 2001 09:19:52 +0100
12369              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
12370      Branch: perl
12371            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
12372            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
12373            + t/lib/Test/todo.t
12374            ! MANIFEST lib/Test.pm t/TEST
12375 ____________________________________________________________________________
12376 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
12377         Log: From: Michael G Schwern <schwern@pobox.com>
12378              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
12379              Date: Tue, 29 May 2001 08:26:09 +0100
12380              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
12381      Branch: perl
12382            ! t/TEST
12383 ____________________________________________________________________________
12384 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
12385         Log: Add tests for Time::gmtime and Time::localtime.
12386      Branch: perl
12387            + t/lib/time-gmtime.t t/lib/time-localtime.t
12388            ! MANIFEST t/lib/1_compile.t
12389 ____________________________________________________________________________
12390 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
12391         Log: Add test for File::stat.
12392      Branch: perl
12393            + t/lib/filestat.t
12394            ! MANIFEST t/lib/1_compile.t
12395 ____________________________________________________________________________
12396 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
12397         Log: Add test for Net::servent.
12398      Branch: perl
12399            + t/lib/net-sent.t
12400            ! MANIFEST t/lib/1_compile.t
12401 ____________________________________________________________________________
12402 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
12403         Log: Add test for Net::protoent.
12404      Branch: perl
12405            + t/lib/net-pent.t
12406            ! MANIFEST t/lib/1_compile.t
12407 ____________________________________________________________________________
12408 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
12409         Log: Add test for Net::netent.
12410      Branch: perl
12411            + t/lib/net-nent.t
12412            ! MANIFEST t/lib/1_compile.t
12413 ____________________________________________________________________________
12414 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
12415         Log: Add test for User::grent.  Portability doubtful.
12416      Branch: perl
12417            + t/lib/user-grent.t
12418            ! MANIFEST t/lib/1_compile.t
12419 ____________________________________________________________________________
12420 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
12421         Log: Add test for User::pwent.
12422              Probably will fall down somewhere for portability reasons.
12423      Branch: perl
12424            + t/lib/user-pwent.t
12425            ! MANIFEST t/lib/1_compile.t
12426 ____________________________________________________________________________
12427 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
12428         Log: Metaconfig units changes for #10283.
12429      Branch: metaconfig
12430            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
12431            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
12432            ! U/installdirs/sitescript.U U/modified/Signal.U
12433 ____________________________________________________________________________
12434 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
12435         Log: Subject: [PATCH 5.6.1] signal names in Configure
12436              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12437              Date: Tue, 29 May 2001 03:52:25 -0400
12438              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
12439              
12440              Subject: [PATCH 5.6.1] older perl in Configure
12441              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12442              Date: Tue, 29 May 2001 03:55:40 -0400
12443              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
12444              
12445              Subject: [PATCH 5.6.1] goofs in Configure
12446              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12447              Date: Tue, 29 May 2001 04:13:07 -0400
12448              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
12449              
12450              Configure portability tweaks.
12451      Branch: perl
12452            ! Configure
12453 ____________________________________________________________________________
12454 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
12455         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
12456              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12457              Date: Tue, 29 May 2001 04:07:06 -0400
12458              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
12459      Branch: perl
12460            ! os2/os2.c
12461 ____________________________________________________________________________
12462 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
12463         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
12464              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12465              Date: Tue, 29 May 2001 04:01:38 -0400
12466              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
12467      Branch: perl
12468            ! hints/os2.sh os2/Makefile.SHs
12469 ____________________________________________________________________________
12470 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
12471         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
12472              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12473              Date: Tue, 29 May 2001 03:50:18 -0400
12474              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
12475      Branch: perl
12476            ! lib/Test/Harness.pm
12477 ____________________________________________________________________________
12478 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
12479         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
12480      Branch: perl
12481            ! lib/utf8_heavy.pl
12482 ____________________________________________________________________________
12483 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
12484         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
12485              From: Hugo <hv@crypt.compulink.co.uk>
12486              Date: Tue, 29 May 2001 03:03:45 +0100
12487              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
12488              
12489              Explanation why the $@ always gets the UTF8 flag when under use utf8--
12490              because we told it to have the flag when under use utf8.
12491      Branch: perl
12492            ! pp_ctl.c
12493 ____________________________________________________________________________
12494 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
12495         Log: At least a partial fix for 20010528.004.
12496      Branch: perl
12497            ! lib/utf8_heavy.pl
12498 ____________________________________________________________________________
12499 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
12500         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
12501              From: Nicholas Clark <nick@ccl4.org> 
12502              Date: Mon, 28 May 2001 23:39:38 +0100
12503              Message-ID: <20010528233938.M86445@plum.flirble.org>
12504              
12505              More portable non-zero UV.
12506      Branch: perl
12507            ! t/lib/extutils.t
12508 ____________________________________________________________________________
12509 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
12510         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
12511              From: Nicholas Clark <nick@ccl4.org>
12512              Date: Mon, 28 May 2001 22:46:09 +0100
12513              Message-ID: <20010528224608.L86445@plum.flirble.org>
12514              
12515              Test also "make clean".
12516      Branch: perl
12517            ! t/lib/extutils.t
12518 ____________________________________________________________________________
12519 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
12520         Log: Subject: Re: Would -Wno-unused -Wall be better?
12521              From: Michael G Schwern <schwern@pobox.com>
12522              Date: Tue, 29 May 2001 00:55:54 +0100
12523              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
12524      Branch: perl
12525            ! pp.h
12526 ____________________________________________________________________________
12527 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
12528         Log: Add a test for 20010528.007, fixed in #10272.
12529      Branch: perl
12530            ! t/op/misc.t toke.c
12531 ____________________________________________________________________________
12532 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
12533         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
12534              From: Hugo <hv@crypt.compulink.co.uk>
12535              Date: Tue, 29 May 2001 00:23:23 +0100
12536              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
12537      Branch: perl
12538            ! toke.c
12539 ____________________________________________________________________________
12540 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
12541         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
12542              From: Michael G Schwern <schwern@pobox.com>
12543              Date: Tue, 29 May 2001 00:42:59 +0100
12544              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
12545      Branch: perl
12546            ! t/pragma/autouse.t
12547 ____________________________________________________________________________
12548 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
12549         Log: Some shells seemingly arrange the signal handlers differently
12550              (bug id 20010521.004).
12551      Branch: perl
12552            ! t/lib/sigaction.t
12553 ____________________________________________________________________________
12554 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
12555         Log: Regen perlmodlib.
12556      Branch: perl
12557            ! pod/perlmodlib.pod
12558 ____________________________________________________________________________
12559 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
12560         Log: Update Changes.
12561      Branch: perl
12562            ! Changes patchlevel.h
12563 ____________________________________________________________________________
12564 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
12565         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
12566              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
12567              Date: Mon, 28 May 2001 14:56:35 -0500
12568              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
12569      Branch: perl
12570            ! pod/perlnewmod.pod
12571 ____________________________________________________________________________
12572 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
12573         Log: Regen toc.
12574      Branch: perl
12575            ! pod/perltoc.pod
12576 ____________________________________________________________________________
12577 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
12578         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
12579              From: "Richard Soderberg" <rs@crystalflame.net>
12580              Date: Mon, 28 May 2001 12:31:23 -0700
12581              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
12582      Branch: perl
12583            ! t/op/splice.t
12584 ____________________________________________________________________________
12585 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
12586         Log: The #10260 was too bold: locales and utf8 still do not mix.
12587      Branch: perl
12588            ! t/pragma/locale.t
12589 ____________________________________________________________________________
12590 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
12591         Log: Subject: [PATCH] Pod nitpicks
12592              From: "Richard Soderberg" <rs@crystalflame.net>
12593              Date: Mon, 28 May 2001 10:08:58 -0700
12594              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
12595      Branch: perl
12596            ! pod/perl571delta.pod pod/perlapi.pod sv.h
12597 ____________________________________________________________________________
12598 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
12599         Log: Upgrade to I18N::LangTags 0.22.
12600      Branch: perl
12601            + lib/I18N/LangTags/List.pod
12602            ! MANIFEST lib/I18N/LangTags.pm
12603 ____________________________________________________________________________
12604 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
12605         Log: A slightly more serious bug found by -Mutf8; op/misc and
12606              lib/complex dumped core.
12607      Branch: perl
12608            ! regexec.c
12609 ____________________________________________________________________________
12610 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
12611         Log: Various buglets shaken out by -Mutf8.
12612      Branch: perl
12613            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
12614            ! t/pragma/locale.t
12615 ____________________________________________________________________________
12616 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
12617         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
12618      Branch: perl
12619            ! t/lib/carp.t
12620 ____________________________________________________________________________
12621 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
12622         Log: Subject: [PATCH] todo patch
12623              From: Artur Bergman <artur@contiller.se> 
12624              Date: Mon, 28 May 2001 17:03:51 +0200
12625              Message-ID: <B7383577.F34%artur@contiller.se>
12626      Branch: perl
12627            ! pod/perltodo.pod
12628 ____________________________________________________________________________
12629 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
12630         Log: Subject: typo in perlguts.pod
12631              From: "John P. Linderman" <jpl@research.att.com>
12632              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
12633              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
12634      Branch: perl
12635            ! pod/perlguts.pod
12636 ____________________________________________________________________________
12637 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
12638         Log: Subject: AIX and gcc (moving targets)
12639              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12640              Date: Mon, 28 May 2001 12:54:04 +0200
12641              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
12642      Branch: perl
12643            ! hints/aix.sh
12644 ____________________________________________________________________________
12645 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
12646         Log: Subject: Re: perlio + multiple perl_alloc..destruct
12647              From: Doug MacEachern <dougm@covalent.net>
12648              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
12649              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
12650      Branch: perl
12651            ! perlio.c
12652 ____________________________________________________________________________
12653 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
12654         Log: The #10251 wasn't quite up-to-the-code.
12655      Branch: perl
12656            ! t/op/misc.t
12657 ____________________________________________________________________________
12658 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
12659         Log: Test case for bug 20010526.004, fixed in #10252.
12660      Branch: perl
12661            ! t/op/taint.t
12662 ____________________________________________________________________________
12663 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
12664         Log: Subject: Re: [ID 20010526.004] Taint looses value
12665              From: Hugo <hv@crypt.compulink.co.uk>
12666              Date: Sun, 27 May 2001 20:39:32 +0100
12667              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
12668      Branch: perl
12669            ! sv.c
12670 ____________________________________________________________________________
12671 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
12672         Log: Test case for 20010422.005, fixed by #10250.
12673      Branch: perl
12674            ! t/op/misc.t
12675 ____________________________________________________________________________
12676 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
12677         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
12678              From: Spider Boardman <spider@Orb.Nashua.NH.US>
12679              Date: Mon, 28 May 2001 06:39:12 -0400
12680              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
12681      Branch: perl
12682            ! toke.c
12683 ____________________________________________________________________________
12684 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
12685         Log: Linerewrapping.
12686      Branch: perl
12687            ! lib/open.pm
12688 ____________________________________________________________________________
12689 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
12690         Log: Updates on the modules list.
12691      Branch: perl
12692            ! t/lib/1_compile.t
12693 ____________________________________________________________________________
12694 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
12695         Log: Add a test for PerlIO.
12696              
12697              (I probably got the crlf/raw thing wrong for clrfy platforms...)
12698      Branch: perl
12699            + t/lib/perlio.t
12700            ! MANIFEST lib/PerlIO.pm
12701 ____________________________________________________________________________
12702 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
12703         Log: Add a test for carp et alia.
12704      Branch: perl
12705            + t/lib/carp.t
12706            ! MANIFEST
12707 ____________________________________________________________________________
12708 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
12709         Log: Adding the new test would be swell.
12710      Branch: perl
12711            + t/pragma/autouse.t
12712 ____________________________________________________________________________
12713 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
12714         Log: Add a test for the autouse pragma.
12715      Branch: perl
12716            ! MANIFEST
12717 ____________________________________________________________________________
12718 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
12719         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
12720              From: dLux <dlux@spam.sch.bme.hu>
12721              Date: Sun, 27 May 2001 16:14:26 +0200
12722              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
12723      Branch: perl
12724            ! lib/autouse.pm
12725 ____________________________________________________________________________
12726 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
12727         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
12728              From: "Richard Soderberg" <rs@crystalflame.net>
12729              Date: Mon, 28 May 2001 03:56:36 -0700
12730              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
12731      Branch: perl
12732            ! utils/dprofpp.PL
12733 ____________________________________________________________________________
12734 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
12735         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
12736              From: "Stephen P. Potter" <spp@spotter.yi.org>
12737              Date: Tue, 22 May 2001 11:40:25 -0400
12738              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
12739              
12740              Subject: Re: [ID 20010522.003] Time::Local module bug
12741              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
12742              Date: Tue, 22 May 2001 11:50:19 -0400
12743              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
12744      Branch: perl
12745            ! lib/Time/Local.pm
12746 ____________________________________________________________________________
12747 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
12748         Log: The PERL_DL_NONLAZY can have whitespace in front.
12749      Branch: perl
12750            ! t/lib/extutils.t
12751 ____________________________________________________________________________
12752 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
12753         Log: Document strftime() and strptime().
12754      Branch: perl
12755            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
12756 ____________________________________________________________________________
12757 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
12758         Log: Make Time::Piece::strptime() to be a function, not a method.
12759      Branch: perl
12760            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
12761 ____________________________________________________________________________
12762 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
12763         Log: Tweak the test to be more portable.
12764      Branch: perl
12765            ! t/lib/extutils.t
12766 ____________________________________________________________________________
12767 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
12768         Log: Subject: PATCH: Re: Re: Attributes that tie
12769              From: Leon Brocard <acme@astray.com>
12770              Date: Sun, 27 May 2001 12:37:29 +0100
12771              Message-ID: <20010527123729.A22663@ns0.astray.com>
12772              
12773              Document that variable attributes are not currently usable
12774              for tieing.  (An ugly limitation that should be fixed.)
12775      Branch: perl
12776            ! lib/attributes.pm
12777 ____________________________________________________________________________
12778 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
12779         Log: Microperl tweaks.
12780      Branch: perl
12781            ! Makefile.micro uconfig.h uconfig.sh
12782 ____________________________________________________________________________
12783 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
12784         Log: Add make target for microperl (kind of silly, but convenient).
12785      Branch: perl
12786            ! Makefile.SH
12787 ____________________________________________________________________________
12788 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
12789         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
12790              for microperl.)
12791      Branch: perl
12792            ! doio.c
12793 ____________________________________________________________________________
12794 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
12795         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
12796              From: rspier@pobox.com (Robert Spier)
12797              Date: Sat, 26 May 2001 20:05:23 -0400
12798              Message-ID: <15120.17603.148648.12430@rls.cx>
12799              
12800              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
12801              From: rspier@pobox.com (Robert Spier)
12802              Date: Sun, 27 May 2001 00:23:12 -0400
12803              Message-ID: <15120.33072.511966.767230@rls.cx>
12804      Branch: perl
12805            ! doio.c pod/perlfunc.pod
12806 ____________________________________________________________________________
12807 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
12808         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
12809      Branch: perl
12810            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
12811 ____________________________________________________________________________
12812 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
12813         Log: Add README.tru64.
12814      Branch: perl
12815            + README.tru64
12816 ____________________________________________________________________________
12817 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
12818         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
12819      Branch: perl
12820            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
12821            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
12822            ! MANIFEST
12823 ____________________________________________________________________________
12824 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
12825         Log: Integrate I18N::LangTags from Sean Burke.
12826              
12827              TODO: the language list from RFC 3066 needs to be integrated
12828              and made available somehow.  The list is included in the
12829              I18N-LangTags 0.21 distribution, but it is undocumented
12830              and unconnected to the module.
12831      Branch: perl
12832            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
12833            ! MANIFEST
12834 ____________________________________________________________________________
12835 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
12836         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
12837              envisioned by Sarathy.
12838      Branch: perl
12839            ! t/op/ver.t toke.c
12840 ____________________________________________________________________________
12841 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
12842         Log: Subject: [ID 20010525.001] Pod typo nits fixed
12843              From: lvirden@cas.org
12844              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
12845              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
12846              
12847              minus the perlsolaris decimation plus the
12848              
12849              Subject: Re: [ID 20010525.001] Pod typo nits fixed
12850              From: "Philip Newton" <Philip.Newton@gmx.net>
12851              Date: Fri, 25 May 2001 18:05:55 +0200
12852              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
12853      Branch: perl
12854            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
12855            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
12856            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
12857            ! pod/perlutil.pod pod/perlxstut.pod
12858 ____________________________________________________________________________
12859 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
12860         Log: return clauses are nice.
12861      Branch: perl
12862            ! sv.c
12863 ____________________________________________________________________________
12864 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
12865         Log: Subject: change 10199 backwards?
12866              From: Doug MacEachern <dougm@covalent.net>
12867              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
12868              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
12869      Branch: perl
12870            ! sv.c
12871 ____________________________________________________________________________
12872 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
12873         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
12874              From: Hugo <hv@crypt.compulink.co.uk>
12875              Date: Sat, 26 May 2001 17:05:12 +0100
12876              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
12877      Branch: perl
12878            + t/op/gmagic.t
12879            ! MANIFEST doop.c embed.h embed.pl global.sym
12880            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
12881            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
12882 ____________________________________________________________________________
12883 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
12884         Log: Regen headers for #10221.
12885      Branch: perl
12886            ! global.sym objXSUB.h perlapi.c
12887 ____________________________________________________________________________
12888 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
12889         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
12890              From: Juha Laiho <juha.laiho@Elma.Net>
12891              Date: Thu, 3 May 2001 09:51:30 +0300
12892              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
12893      Branch: perl
12894            ! embed.pl
12895 ____________________________________________________________________________
12896 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
12897         Log: Subject: Re: [PATCH] Re: stability of sort()?
12898              From: "John P. Linderman" <jpl@research.att.com>
12899              Date: Sat, 26 May 2001 13:27:19 -0400
12900              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
12901      Branch: perl
12902            ! pod/perlfunc.pod
12903 ____________________________________________________________________________
12904 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
12905         Log: Integrate perlio.
12906      Branch: perl
12907           !> pod/perlguts.pod
12908 ____________________________________________________________________________
12909 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
12910         Log: Subject: [PATCH perl@10210] PerlIO for VMS
12911              From: "Craig A. Berry" <craigberry@mac.com>
12912              Date: Sat, 26 May 2001 09:34:11 -0500
12913              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
12914      Branch: perl
12915            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
12916            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
12917            ! vms/vmsish.h
12918 ____________________________________________________________________________
12919 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
12920         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
12921              From: David Dyck <dcd@tc.fluke.com>
12922              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
12923              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
12924      Branch: perl
12925            ! lib/perl5db.pl
12926 ____________________________________________________________________________
12927 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
12928         Log: Subject: utf8 regexp tests
12929              From: Hugo <hv@crypt.compulink.co.uk>
12930              Date: Fri, 25 May 2001 22:35:01 +0100
12931              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
12932      Branch: perl
12933            ! t/op/regexp.t
12934 ____________________________________________________________________________
12935 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
12936         Log: Subject: [PATCH] Re: stability of sort()?
12937              From: Nicholas Clark <nick@ccl4.org>
12938              Date: Fri, 25 May 2001 22:40:19 +0100
12939              Message-ID: <20010525224019.B86445@plum.flirble.org>
12940      Branch: perl
12941            ! pod/perlfunc.pod
12942 ____________________________________________________________________________
12943 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
12944         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
12945              From: John Peacock <jpeacock@rowman.com>
12946              Date: Thu, 24 May 2001 22:14:01 -0400
12947              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
12948      Branch: perl
12949            ! mg.c scope.c sv.c
12950 ____________________________________________________________________________
12951 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
12952         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
12953              From: Nicholas Clark <nick@ccl4.org>
12954              Date: Sun, 20 May 2001 19:24:13 +0100
12955              Message-ID: <20010520192413.G83222@plum.flirble.org>
12956      Branch: perl
12957            + lib/ExtUtils/Constant.pm t/lib/extutils.t
12958            ! MANIFEST utils/h2xs.PL
12959 ____________________________________________________________________________
12960 [ 10212] By: nick                                  on 2001/05/26  09:49:28
12961         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
12962              add a few more notes there on use of mortals on the stack.
12963      Branch: perlio
12964            ! pod/perlguts.pod
12965 ____________________________________________________________________________
12966 [ 10211] By: nick                                  on 2001/05/26  09:05:36
12967         Log: Integrate mainline
12968      Branch: perlio
12969           +> t/lib/fcntl.t t/pragma/vars.t
12970           !> (integrate 49 files)
12971 ____________________________________________________________________________
12972 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
12973         Log: Update Changes.
12974      Branch: perl
12975            ! Changes patchlevel.h
12976 ____________________________________________________________________________
12977 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
12978         Log: Based on
12979              
12980              Subject: [PATCH pp.c] Wrapping pack("C",256)
12981              From: Simon Cozens <simon@netthink.co.uk>
12982              Date: Sat, 12 May 2001 17:58:41 +0100
12983              Message-ID: <20010512175841.A6132@netthink.co.uk>
12984      Branch: perl
12985            ! pod/perldiag.pod pp.c t/pragma/warn/pp
12986 ____________________________________________________________________________
12987 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
12988         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
12989              From: "Brendan O'Dea" <bod@compusol.com.au>
12990              Date: Fri, 25 May 2001 11:18:29 +1000
12991              Message-ID: <20010525111829.A28411@compusol.com.au>
12992              
12993              (Slightly modified.)
12994      Branch: perl
12995            ! lib/Term/Cap.pm
12996 ____________________________________________________________________________
12997 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
12998         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
12999              From: Hugo <hv@crypt.compulink.co.uk>
13000              Date: Fri, 25 May 2001 02:13:25 +0100
13001              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
13002      Branch: perl
13003            ! t/op/misc.t
13004 ____________________________________________________________________________
13005 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
13006         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
13007              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
13008              Date: Fri, 25 May 2001 10:25:36 +0900
13009              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
13010      Branch: perl
13011            ! regcomp.c regexec.c
13012 ____________________________________________________________________________
13013 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
13014         Log: Subject: [PATCH #2] stash autovivification and method call error messages
13015              From: Ilmari Karonen <iltzu@sci.fi>
13016              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
13017              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
13018      Branch: perl
13019            ! gv.c pp_hot.c t/op/method.t
13020 ____________________________________________________________________________
13021 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
13022         Log: Add make target and documentation for gprof profiling.
13023      Branch: perl
13024            ! Makefile.SH pod/perlhack.pod
13025 ____________________________________________________________________________
13026 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
13027         Log: Subject: Don't think about UTF8 
13028              From: Mike Guy <mjtg@cam.ac.uk> 
13029              Date: Tue, 22 May 2001 14:35:39 +0100
13030              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
13031      Branch: perl
13032            ! sv.h
13033 ____________________________________________________________________________
13034 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
13035         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
13036              From: Geraint A Edwards <gedge@serf.org> 
13037              Date: Thu, 24 May 2001 22:51:24 +0100
13038              Message-Id: <20010524225124.A34981@cymru.serf.org>
13039      Branch: perl
13040            ! x2p/find2perl.PL
13041 ____________________________________________________________________________
13042 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
13043         Log: DB_File has its own attribute story.
13044      Branch: perl
13045            ! ext/DB_File/DB_File.xs
13046 ____________________________________________________________________________
13047 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
13048         Log: Subject: Re: Making perl with -Wall
13049              From: Andy Dougherty <doughera@lafayette.edu>
13050              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
13051              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
13052      Branch: perl
13053            ! perl.h
13054 ____________________________________________________________________________
13055 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
13056         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
13057              From: "Richard Soderberg" <rs@crystalflame.net>
13058              Date: Thu, 24 May 2001 08:58:16 -0700
13059              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
13060      Branch: perl
13061            ! sv.c
13062 ____________________________________________________________________________
13063 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
13064         Log: IV/UV casting fixes from Nicholas Clark.
13065      Branch: perl
13066            ! perl.h pp_sys.c util.c
13067 ____________________________________________________________________________
13068 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
13069         Log: Subject: Re: Making perl with -Wall
13070              From: Michael G Schwern <schwern@pobox.com>
13071              Date: Thu, 24 May 2001 15:40:28 +0100
13072              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
13073      Branch: perl
13074            ! malloc.c perl.h
13075 ____________________________________________________________________________
13076 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
13077         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
13078              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13079              Date: Tue, 22 May 2001 11:49:37 +0200
13080              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
13081      Branch: metaconfig
13082            ! U/modified/Oldsym.U
13083      Branch: metaconfig/U/perl
13084            ! patchlevel.U
13085      Branch: perl
13086            ! Configure config_h.SH myconfig.SH
13087 ____________________________________________________________________________
13088 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
13089         Log: Under versiononly install also the scripts with the version suffix.
13090              (e.g. .../bin/h2xs5.7.1)
13091      Branch: perl
13092            ! installperl
13093 ____________________________________________________________________________
13094 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
13095         Log: Subject: [PATCH] Stop segfault in mg.c:636
13096              From: "Richard Soderberg" <rs@crystalflame.net>
13097              Date: Thu, 24 May 2001 05:51:52 -0700
13098              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
13099      Branch: perl
13100            ! mg.c
13101 ____________________________________________________________________________
13102 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
13103         Log: Iteration continues; hopefully convergently.
13104      Branch: perl
13105            ! t/lib/b-stash.t
13106 ____________________________________________________________________________
13107 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
13108         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
13109              From: Gisle Aas <gisle@ActiveState.com>
13110              Date: 23 May 2001 16:13:10 -0700
13111              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
13112      Branch: perl
13113            ! op.c toke.c
13114 ____________________________________________________________________________
13115 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
13116         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
13117              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
13118              Date: Thu, 24 May 2001 05:05:22 -0500
13119              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
13120      Branch: perl
13121            ! lib/dumpvar.pl lib/perl5db.pl
13122 ____________________________________________________________________________
13123 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
13124         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
13125              From: David Dyck <dcd@tc.fluke.com>
13126              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
13127              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
13128      Branch: perl
13129            ! lib/perl5db.pl
13130 ____________________________________________________________________________
13131 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
13132         Log: Tiny pod nits on READMEs, mostly whitespace issues.
13133      Branch: perl
13134            ! README.amiga README.dos README.macos README.mpeix README.vmesa
13135            ! README.win32
13136 ____________________________________________________________________________
13137 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
13138         Log: The DG/UX part of the 20010521.005.
13139      Branch: perl
13140            ! README.dgux
13141 ____________________________________________________________________________
13142 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
13143         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
13144              From: Hugo <hv@crypt.compulink.co.uk>
13145              Date: Mon, 21 May 2001 16:32:02 +0100
13146              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
13147      Branch: perl
13148            ! regcomp.c t/op/misc.t
13149 ____________________________________________________________________________
13150 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
13151         Log: Subject: [PATCH] Extra UNIVERSAL tests
13152              From: Mike Guy <mjtg@cam.ac.uk>
13153              Date: Wed, 23 May 2001 12:29:20 +0100
13154              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
13155      Branch: perl
13156            ! t/op/universal.t
13157 ____________________________________________________________________________
13158 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
13159         Log: Subject: [PATCH] Remove EQ keyword
13160              From: Mike Guy <mjtg@cam.ac.uk>
13161              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
13162              Date: Wed, 23 May 2001 11:17:29 +0100
13163      Branch: perl
13164            ! keywords.h keywords.pl
13165 ____________________________________________________________________________
13166 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
13167         Log: Subject: [PATCH] lib/perl5db.pl
13168              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
13169              Date: Wed, 23 May 2001 02:18:03 -0500
13170              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
13171      Branch: perl
13172            ! lib/perl5db.pl
13173 ____________________________________________________________________________
13174 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
13175         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
13176              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
13177              Date: Tue, 22 May 2001 23:34:41 -0500
13178              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
13179      Branch: perl
13180            ! lib/Term/Cap.pm
13181 ____________________________________________________________________________
13182 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
13183         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
13184              From: davem@fdgroup.co.uk
13185              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
13186              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
13187      Branch: perl
13188            ! emacs/e2ctags.pl
13189 ____________________________________________________________________________
13190 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
13191         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
13192              From: Michael G Schwern <schwern@pobox.com>
13193              Date: Tue, 22 May 2001 14:15:09 +0100
13194              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
13195      Branch: perl
13196            ! lib/vars.pm
13197 ____________________________________________________________________________
13198 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
13199         Log: Subject: [PATCH lib/vars.pm] Odd code nit
13200              From: Michael G Schwern <schwern@pobox.com>
13201              Date: Tue, 22 May 2001 14:14:28 +0100
13202              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
13203      Branch: perl
13204            ! lib/vars.pm
13205 ____________________________________________________________________________
13206 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
13207         Log: Use the new use vars feature.
13208      Branch: perl
13209            ! t/lib/b-stash.t
13210 ____________________________________________________________________________
13211 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
13212         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
13213              From: Mike Guy <mjtg@cam.ac.uk>
13214              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13215              Date: Tue, 22 May 2001 13:11:39 +0100
13216      Branch: perl
13217            + t/pragma/vars.t
13218            ! MANIFEST lib/vars.pm t/lib/1_compile.t
13219 ____________________________________________________________________________
13220 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
13221         Log: -qlongdouble considered harmful by Merijn.
13222      Branch: perl
13223            ! hints/aix.sh
13224 ____________________________________________________________________________
13225 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
13226         Log: Update Changes.
13227      Branch: perl
13228            ! Changes patchlevel.h
13229 ____________________________________________________________________________
13230 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
13231         Log: Add a test of its very own for Fcntl.  Hopefully portable.
13232      Branch: perl
13233            + t/lib/fcntl.t
13234            ! MANIFEST
13235 ____________________________________________________________________________
13236 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
13237         Log: Must be trickier for 'minitest' not to die.
13238      Branch: perl
13239            ! t/op/taint.t
13240 ____________________________________________________________________________
13241 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
13242         Log: Can't declare other people's variables.
13243      Branch: perl
13244            ! t/lib/b-stash.t
13245 ____________________________________________________________________________
13246 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
13247         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
13248      Branch: perl
13249            ! doio.c t/op/taint.t
13250 ____________________________________________________________________________
13251 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
13252         Log: The OS/2 variable needs to be declared.
13253      Branch: perl
13254            ! t/lib/b-stash.t
13255 ____________________________________________________________________________
13256 [ 10170] By: nick                                  on 2001/05/20  16:48:29
13257         Log: Integrate mainline
13258      Branch: perlio
13259           !> (integrate 41 files)
13260 ____________________________________________________________________________
13261 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
13262         Log: Small perlsec updates: clarify the taintedness of filename
13263              globbing; suggest using Scalar::Util::tainted().
13264      Branch: perl
13265            ! pod/perlsec.pod
13266 ____________________________________________________________________________
13267 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
13268         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
13269              From: Dave Mitchell <davem@fdgroup.co.uk>
13270              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
13271              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
13272      Branch: perl
13273            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
13274            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
13275            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
13276            ! xsutils.c
13277 ____________________________________________________________________________
13278 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
13279         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
13280              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13281              Date: Sat, 19 May 2001 04:08:46 -0400
13282              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
13283      Branch: perl
13284            ! lib/ExtUtils/Mksymlists.pm makedef.pl
13285 ____________________________________________________________________________
13286 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
13287         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
13288              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13289              Date: Sat, 19 May 2001 04:30:45 -0400
13290              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
13291      Branch: perl
13292            ! os2/os2.c
13293 ____________________________________________________________________________
13294 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
13295         Log: Subject: [PATCH 5.6.1] build bugs OS/2
13296              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13297              Date: Sat, 19 May 2001 04:35:28 -0400
13298              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
13299      Branch: perl
13300            ! os2/Makefile.SHs os2/os2.c
13301 ____________________________________________________________________________
13302 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
13303         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
13304              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13305              Date: Sat, 19 May 2001 04:04:23 -0400
13306              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
13307              
13308              (In bleadperl patched b-stash.t instead of b.t)
13309      Branch: perl
13310            ! t/lib/b-stash.t t/lib/bigfltpm.t
13311 ____________________________________________________________________________
13312 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
13313         Log: Subject: [PATCH 5.6.1] perl5db
13314              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13315              Date: Sat, 19 May 2001 03:49:09 -0400
13316              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
13317      Branch: perl
13318            ! lib/perl5db.pl
13319 ____________________________________________________________________________
13320 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
13321         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
13322              From: Gisle Aas <gisle@ActiveState.com>
13323              Date: 18 May 2001 14:24:51 -0700
13324              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
13325      Branch: perl
13326            ! pp_ctl.c
13327 ____________________________________________________________________________
13328 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
13329         Log: Subject: [PATCH] Chomp should not always stringify
13330              From: Gisle Aas <gisle@ActiveState.com>
13331              Date: 18 May 2001 07:55:25 -0700
13332              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
13333      Branch: perl
13334            ! doop.c t/op/chop.t
13335 ____________________________________________________________________________
13336 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
13337         Log: Integrate perlio.
13338      Branch: perl
13339           !> pod/perlfunc.pod
13340 ____________________________________________________________________________
13341 [ 10159] By: nick                                  on 2001/05/20  09:39:46
13342         Log: Document some more of open's features.
13343      Branch: perlio
13344            ! pod/perlfunc.pod
13345 ____________________________________________________________________________
13346 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
13347         Log: back out change#10153 (it has compatibility issues such as the
13348              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
13349              benefit for 5.6.x doesn't seem worth the risk)
13350      Branch: maint-5.6/perl
13351            ! toke.c
13352 ____________________________________________________________________________
13353 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
13354         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
13355      Branch: perl
13356            ! x2p/s2p.PL
13357 ____________________________________________________________________________
13358 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
13359         Log: Update Changes.
13360      Branch: perl
13361            ! Changes patchlevel.h
13362 ____________________________________________________________________________
13363 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
13364         Log: Integrate change #10144 from maintperl.
13365              
13366              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
13367      Branch: perl
13368           !> win32/config.bc win32/config.gc win32/config.vc
13369           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
13370 ____________________________________________________________________________
13371 [ 10154] By: nick                                  on 2001/05/18  07:23:03
13372         Log: Integrate mainline.
13373      Branch: perlio
13374           +> README.dgux t/lib/i18n-collate.t utils.lst
13375           !> (integrate 49 files)
13376 ____________________________________________________________________________
13377 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
13378         Log: Integrate change #7224 from mainline into maintperl.
13379              
13380              Allow @+ and @- to be doublequoted, from Simon Cozens. 
13381              (Approved by Larry, see Tom's comment in 20000830.005.)
13382      Branch: maint-5.6/perl
13383           !> toke.c
13384 ____________________________________________________________________________
13385 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
13386         Log: Subject: [PATCH bleadperl] small lookbehind fix
13387              From: Hugo <hv@crypt.compulink.co.uk>
13388              Date: Fri, 18 May 2001 00:07:19 +0100
13389              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
13390      Branch: perl
13391            ! regexec.c
13392 ____________________________________________________________________________
13393 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
13394         Log: Detypos.
13395      Branch: perl
13396            ! installman utils.lst
13397 ____________________________________________________________________________
13398 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
13399         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
13400              in 20001222.001.
13401      Branch: perl
13402            ! t/lib/glob-basic.t
13403 ____________________________________________________________________________
13404 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
13405         Log: Subject: [PATCH] Test for bug 20010515.004
13406              From: Benjamin Sugars <bsugars@canoe.ca>
13407              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
13408              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
13409      Branch: perl
13410            ! t/op/misc.t
13411 ____________________________________________________________________________
13412 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
13413         Log: Integrate #10145 from maintperl.
13414              
13415              fix for ID 20010515.004 (needs test)
13416      Branch: perl
13417           !> pp_hot.c
13418 ____________________________________________________________________________
13419 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
13420         Log: Thinko noticed by Doug MacEachern.
13421      Branch: perl
13422            ! thread.h
13423 ____________________________________________________________________________
13424 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
13425         Log: Subject: Re: [PATCH] HERE mark in regex
13426              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
13427              Date: Thu, 17 May 2001 12:20:33 -0400
13428              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
13429      Branch: perl
13430            ! t/op/re_tests
13431 ____________________________________________________________________________
13432 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
13433         Log: fix for ID 20010515.004 (needs test)
13434      Branch: maint-5.6/perl
13435            ! pp_hot.c
13436 ____________________________________________________________________________
13437 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
13438         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
13439      Branch: maint-5.6/perl
13440            ! win32/config.bc win32/config.gc win32/config.vc
13441            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
13442 ____________________________________________________________________________
13443 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
13444         Log: Macrofy the getspecific (and use it also in util.c)
13445      Branch: perl
13446            ! thread.h util.c
13447 ____________________________________________________________________________
13448 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
13449         Log: Use the unchecked thread-specific key fetch also in Tru64.
13450      Branch: perl
13451            ! thread.h
13452 ____________________________________________________________________________
13453 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
13454         Log: Subject: [PATCH 5.6.1]Quick thread speedup
13455              From: Dan Sugalski <dan@sidhe.org> 
13456              Date: Wed, 16 May 2001 18:05:19 -0400
13457              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
13458      Branch: perl
13459            ! thread.h util.c
13460 ____________________________________________________________________________
13461 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
13462         Log: I think this is quite enough testing for a deprecated feature.
13463      Branch: perl
13464            + t/lib/i18n-collate.t
13465            ! MANIFEST t/lib/1_compile.t
13466 ____________________________________________________________________________
13467 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
13468         Log: More HP-UX lore from Jeff Okamoto.
13469      Branch: perl
13470            ! README.hpux
13471 ____________________________________________________________________________
13472 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
13473         Log: Sort utils.lst for easier maintenance.
13474      Branch: perl
13475            ! utils.lst
13476 ____________________________________________________________________________
13477 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
13478         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
13479              From: Tim Jenness <t.jenness@jach.hawaii.edu>
13480              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
13481              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
13482              
13483              Add pod2latex to utils.lst.
13484      Branch: perl
13485            ! MANIFEST utils.lst
13486 ____________________________________________________________________________
13487 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
13488         Log: Subject: Re: [PATCH] HERE mark in regex
13489              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
13490              Date: Wed, 16 May 2001 13:04:43 -0400
13491              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
13492      Branch: perl
13493            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
13494            ! t/op/regmesg.t t/pragma/warn/regcomp
13495 ____________________________________________________________________________
13496 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
13497         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
13498              From: Simon Cozens <simon@netthink.co.uk>
13499              Date: Wed, 16 May 2001 18:02:08 +0100
13500              Message-ID: <20010516180208.A6458@netthink.co.uk>
13501      Branch: perl
13502            ! installman utils.lst
13503 ____________________________________________________________________________
13504 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
13505         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
13506              From: "Philip Newton" <pnewton@gmx.de>
13507              Date: Tue, 15 May 2001 15:09:30 +0200
13508              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
13509              
13510              Test case for #10128.
13511      Branch: perl
13512            ! t/pragma/warn/pp_hot
13513 ____________________________________________________________________________
13514 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
13515         Log: Update Changes.
13516      Branch: perl
13517            ! Changes patchlevel.h
13518 ____________________________________________________________________________
13519 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
13520         Log: Deprecate pseudo-hashes.
13521      Branch: perl
13522            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
13523 ____________________________________________________________________________
13524 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
13525         Log: HP-UX hints update from Merijn.
13526      Branch: perl
13527            ! hints/hpux.sh
13528 ____________________________________________________________________________
13529 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
13530         Log: README.hpux update from Merijn.
13531      Branch: perl
13532            ! README.hpux
13533 ____________________________________________________________________________
13534 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
13535         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
13536              From: Simon Cozens <simon@netthink.co.uk>
13537              Date: Wed, 16 May 2001 15:57:55 +0100
13538              Message-ID: <20010516155755.A4728@netthink.co.uk>
13539      Branch: perl
13540            + utils.lst
13541            ! MANIFEST installman installperl
13542 ____________________________________________________________________________
13543 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
13544         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
13545              From: "Philip Newton" <pnewton@gmx.de>
13546              Date: Tue, 15 May 2001 16:31:05 +0200
13547              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
13548              
13549              Fix PERL_Y2KWARN test to check before rather than after appending.
13550      Branch: perl
13551            ! pp_hot.c
13552 ____________________________________________________________________________
13553 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
13554         Log: Regen Porting stuff.
13555      Branch: perl
13556            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13557            ! config_h.SH
13558 ____________________________________________________________________________
13559 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
13560         Log: Metaconfig unit change for #10125.
13561      Branch: metaconfig
13562            ! U/modified/Oldconfig.U
13563 ____________________________________________________________________________
13564 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
13565         Log: Use OSVERS.
13566      Branch: perl
13567            ! Configure config_h.SH perl.c
13568 ____________________________________________________________________________
13569 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
13570         Log: Regen toc.
13571      Branch: perl
13572            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
13573 ____________________________________________________________________________
13574 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
13575         Log: Adding the README.dgux to the MANIFEST would be a good idea.
13576      Branch: perl
13577            ! MANIFEST
13578 ____________________________________________________________________________
13579 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
13580         Log: Move the stack desire definition to thread.h.
13581      Branch: perl
13582            ! ext/Thread/Thread.xs thread.h
13583 ____________________________________________________________________________
13584 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
13585         Log: DG-UX threading patches, including a README.dgux,
13586              from Takis Psarogiannakopoulos.
13587      Branch: perl
13588            + README.dgux
13589            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
13590 ____________________________________________________________________________
13591 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
13592         Log: Subject: [PATCH B::Deparse] More on /x regexes
13593              From: Robin Houston <robin@kitsite.com>
13594              Date: Tue, 15 May 2001 19:09:35 +0100
13595              Message-ID: <20010515190935.A27268@penderel>
13596      Branch: perl
13597            ! ext/B/B/Deparse.pm
13598 ____________________________________________________________________________
13599 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
13600         Log: Document that the core time() may be rounding rather
13601              than truncating, would have saved at least my confusion.
13602      Branch: perl
13603            ! ext/Time/HiRes/HiRes.pm
13604 ____________________________________________________________________________
13605 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
13606         Log: Subject: perl-current/t/time-hires.t
13607              From: John Peacock <jpeacock@rowman.com>
13608              Date: Fri, 11 May 2001 14:09:41 -0400
13609              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
13610      Branch: perl
13611            ! t/lib/time-hires.t
13612 ____________________________________________________________________________
13613 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
13614         Log: Subject: [PATCH dump.c] Op private flags
13615              From: Simon Cozens <simon@netthink.co.uk>
13616              Date: Sun, 13 May 2001 20:20:36 +0100
13617              Message-ID: <20010513202036.A21896@netthink.co.uk>
13618      Branch: perl
13619            ! dump.c
13620 ____________________________________________________________________________
13621 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
13622         Log: Upgrade to Switch 2.03.
13623      Branch: perl
13624            ! lib/Switch.pm
13625 ____________________________________________________________________________
13626 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
13627         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
13628              to PERL_CONFIG_SH and use it consistently.
13629      Branch: maint-5.6/perl
13630           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
13631           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
13632           !> myconfig.SH writemain.SH
13633 ____________________________________________________________________________
13634 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
13635         Log: Metaconfig units changes for #10113.
13636      Branch: metaconfig
13637            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
13638 ____________________________________________________________________________
13639 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
13640         Log: The problem described in 20010514.031 still wasn't
13641              fully cured, there were remnants of $CONFIG when
13642              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
13643              to avoid future conflicts.
13644      Branch: perl
13645            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
13646            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
13647            ! myconfig.SH writemain.SH
13648 ____________________________________________________________________________
13649 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
13650         Log: Half of #10107 got lost.
13651      Branch: perl
13652            ! ext/B/B/Deparse.pm
13653 ____________________________________________________________________________
13654 [ 10111] By: nick                                  on 2001/05/15  08:39:14
13655         Log: Integrate mainline.
13656      Branch: perlio
13657           +> ext/POSIX/hints/uts.pl
13658            - Todo Todo-5.6 t/camel-III/vstring.t
13659           !> (integrate 48 files)
13660 ____________________________________________________________________________
13661 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
13662         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
13663              From: Robin Houston <robin@kitsite.com>
13664              Date: Mon, 14 May 2001 22:27:08 +0100
13665              Message-ID: <20010514222708.A22963@penderel>
13666      Branch: perl
13667            ! t/TestInit.pm
13668 ____________________________________________________________________________
13669 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
13670         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
13671              From: Robin Houston <robin@kitsite.com>
13672              Date: Mon, 14 May 2001 22:16:43 +0100
13673              Message-ID: <20010514221643.A22437@penderel>
13674      Branch: perl
13675            ! ext/B/B/Deparse.pm
13676 ____________________________________________________________________________
13677 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
13678         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
13679              From: Robin Houston <robin@kitsite.com>
13680              Date: Mon, 14 May 2001 22:03:44 +0100
13681              Message-ID: <20010514220344.A20643@penderel>
13682      Branch: perl
13683            ! ext/B/B/Deparse.pm
13684 ____________________________________________________________________________
13685 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
13686         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
13687              From: Robin Houston <robin@kitsite.com>
13688              Date: Mon, 14 May 2001 22:10:07 +0100
13689              Message-ID: <20010514221007.A21118@penderel>
13690      Branch: perl
13691            ! ext/B/B/Deparse.pm
13692 ____________________________________________________________________________
13693 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
13694         Log: Fix for 20010514.037; substr() didn't invalidate the locale
13695              collation magic.
13696      Branch: perl
13697            ! pp.c
13698 ____________________________________________________________________________
13699 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
13700         Log: Update Changes.
13701      Branch: perl
13702            ! Changes patchlevel.h
13703 ____________________________________________________________________________
13704 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
13705         Log: Retract #10094.
13706      Branch: perl
13707            ! lib/Pod/Text.pm
13708 ____________________________________________________________________________
13709 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
13710         Log: Integrate change #10100 from maintperl.
13711              
13712              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
13713              bug ID 20010514.027)
13714      Branch: perl
13715           !> mg.c pp_ctl.c
13716 ____________________________________________________________________________
13717 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
13718         Log: Document the deprecatedness of suidperl.
13719      Branch: perl
13720            ! INSTALL pod/perlfaq1.pod
13721 ____________________________________________________________________________
13722 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
13723         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
13724              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
13725              Date: Mon, 14 May 2001 09:38:59 -0400
13726              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
13727      Branch: perl
13728            ! lib/ExtUtils/MM_Unix.pm
13729 ____________________________________________________________________________
13730 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
13731         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
13732              bug ID 20010514.027)
13733              
13734              TODO: this needs a testsuite addition
13735      Branch: maint-5.6/perl
13736            ! mg.c pp_ctl.c
13737 ____________________________________________________________________________
13738 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
13739         Log: More DWIMminess for Class::Struct: calling the array or hash
13740              accessors only with one argument, an array or a hash reference,
13741              sets the underlying array or hash.  This mirrors nicely also
13742              the usage in the constructor.
13743              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
13744      Branch: perl
13745            ! lib/Class/Struct.pm t/lib/class-struct.t
13746 ____________________________________________________________________________
13747 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
13748         Log: Reference cmp'ing should go through the whole stringification
13749              process shebang, as pointed out by Sarathy in #10091.
13750      Branch: perl
13751            ! pp.c
13752 ____________________________________________________________________________
13753 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
13754         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
13755              From: Simon Cozens <simon@netthink.co.uk>
13756              Date: Sat, 12 May 2001 16:36:27 +0100
13757              Message-ID: <20010512163627.A5522@netthink.co.uk>
13758              
13759              with some additions salvaged from Todo and Todo-5.6 before
13760              retiring them.
13761      Branch: perl
13762            - Todo Todo-5.6
13763            ! MANIFEST pod/perltodo.pod
13764 ____________________________________________________________________________
13765 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
13766         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
13767              From: "Golubev I. N." <gin@mo.msk.ru>
13768              Date: Mon, 07 May 2001 14:33:34 (GMT)
13769              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
13770      Branch: perl
13771            ! perl.h
13772 ____________________________________________________________________________
13773 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
13774         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
13775              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
13776              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
13777              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
13778      Branch: perl
13779            ! lib/ExtUtils/MM_Unix.pm
13780 ____________________________________________________________________________
13781 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
13782         Log: (Retracted by #10104.)
13783              
13784              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
13785              From: barries <barries@slaysys.com>
13786              Date: Sat, 12 May 2001 01:28:10 -0400
13787              Message-ID: <20010512012810.B26358@jester.slaysys.com>
13788      Branch: perl
13789            ! lib/Pod/Text.pm
13790 ____________________________________________________________________________
13791 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
13792         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
13793              From: Mike Guy <mjtg@cam.ac.uk>
13794              Date: Sat, 12 May 2001 19:24:33 +0100
13795              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
13796      Branch: perl
13797            ! lib/AutoSplit.pm
13798 ____________________________________________________________________________
13799 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
13800         Log: Yet another HP-UX hints tweak from Merijn.
13801      Branch: perl
13802            ! hints/hpux.sh
13803 ____________________________________________________________________________
13804 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
13805         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
13806              isn't defined (changes#9366,9368,9370 from mainline without the
13807              pp_scmp() change)
13808      Branch: maint-5.6/perl
13809            ! pp.c pp.h pp_hot.c
13810 ____________________________________________________________________________
13811 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
13812         Log: The sorting seems to happen now automatically.
13813      Branch: perl
13814            ! t/lib/glob-basic.t
13815 ____________________________________________________________________________
13816 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
13817         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
13818              From: Benjamin Sugars <bsugars@canoe.ca>
13819              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
13820              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
13821      Branch: perl
13822            ! pod/perlfunc.pod
13823 ____________________________________________________________________________
13824 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
13825         Log: Subject: Re: undef(&foo) does not work for XS functions
13826              From: Doug MacEachern <dougm@covalent.net>
13827              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
13828              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
13829      Branch: perl
13830            ! op.c
13831 ____________________________________________________________________________
13832 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
13833         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
13834              From: Peter Prymmer <pvhp@forte.com>
13835              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
13836              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
13837      Branch: perl
13838            ! t/op/append.t
13839 ____________________________________________________________________________
13840 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
13841         Log: Update Changes.
13842      Branch: perl
13843            ! Changes patchlevel.h
13844 ____________________________________________________________________________
13845 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
13846         Log: Remove the 'asciir' re subpragma.  Should instead implement
13847              the 'physical vs logical' range scheme:
13848              
13849              \xAA-\xCC is a native physical range, you want that range of
13850              codepoints in your native encoding.  In EBCDIC the codepoints
13851              in the gaps (between i-j and r-s) should be included.
13852              
13853              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
13854              codepoints in Unicode.
13855              
13856              a-z is a logical range, you want that range of 'logical' codepoints
13857              in your native encoding.  In EBCDIC the codepoints in the gaps
13858              (between i-j and r-s) should not be included.
13859              
13860              Mixed cases (a-\xAA, etc) should either be errors, or maybe
13861              the 'logical' endpoints should be converted to native/Unicode
13862              codepoints, and the range handled as a physical range.
13863              
13864              'Logical endpoints' are to be recognized only in the A-Z, a-z,
13865              and 0-9 ranges.  Probably a warning should be given for mixed
13866              cases like A-z or a-9 (since such expressions are encoding
13867              dependent), with a recommendation to use physical ranges.
13868      Branch: perl
13869            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
13870            ! t/op/regexp.t
13871 ____________________________________________________________________________
13872 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
13873         Log: Make the test to cleanup the test directory tree
13874              both before and after the testing so that we always
13875              have a clean slate to work with.
13876      Branch: perl
13877            ! t/lib/filefind.t
13878 ____________________________________________________________________________
13879 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
13880         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
13881              From: Jon Eveland <jweveland@yahoo.com>
13882              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
13883              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
13884      Branch: perl
13885            ! pod/perlfunc.pod
13886 ____________________________________________________________________________
13887 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
13888         Log: Merge the camel-III/vstring.t with op/ver.t.
13889      Branch: perl
13890            - t/camel-III/vstring.t
13891            ! MANIFEST t/TEST t/harness t/op/ver.t
13892 ____________________________________________________________________________
13893 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
13894         Log: Add test.deparse make target.
13895      Branch: perl
13896            ! Makefile.SH
13897 ____________________________________________________________________________
13898 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
13899         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
13900              From: Robin Houston <robin@kitsite.com>
13901              Date: Fri, 11 May 2001 12:02:22 +0100
13902              Message-ID: <20010511120222.A11529@penderel>
13903      Branch: perl
13904            ! ext/B/B/Deparse.pm t/op/method.t
13905 ____________________________________________________________________________
13906 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
13907         Log: A nicely working combination for UTS from Hal Morris.
13908      Branch: perl
13909            + ext/POSIX/hints/uts.pl
13910            ! MANIFEST hints/uts.sh
13911 ____________________________________________________________________________
13912 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
13913         Log: i_ieeefp=undef for UTS.
13914      Branch: perl
13915            ! hints/uts.sh
13916 ____________________________________________________________________________
13917 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
13918         Log: Subject: RE: rand(0) is rand(1)
13919              From: Larry Shatzer <lshatzer@islanddata.com>
13920              Date: Thu, 10 May 2001 11:09:27 -0700
13921              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
13922      Branch: perl
13923            ! pod/perlfunc.pod
13924 ____________________________________________________________________________
13925 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
13926         Log: Subject: [patch] make op_{clear,null} public
13927              From: Doug MacEachern <dougm@covalent.net>
13928              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
13929              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
13930      Branch: perl
13931            ! embed.h embed.pl op.c proto.h
13932 ____________________________________________________________________________
13933 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
13934         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
13935              From: Robin Houston <robin@kitsite.com>
13936              Date: Thu, 10 May 2001 18:54:59 +0100
13937              Message-ID: <20010510185459.A5995@penderel>
13938      Branch: perl
13939            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
13940 ____________________________________________________________________________
13941 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
13942         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
13943              From: Robin Houston <robin@kitsite.com>
13944              Date: Thu, 10 May 2001 12:56:39 +0100
13945              Message-ID: <20010510125639.A2119@penderel>
13946      Branch: perl
13947            ! ext/B/B/Deparse.pm
13948 ____________________________________________________________________________
13949 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
13950         Log: Retract #10070, not ready yet.
13951      Branch: perl
13952            ! ext/B/B/Deparse.pm
13953 ____________________________________________________________________________
13954 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
13955         Log: The metaconfig unit change for #10071.
13956      Branch: metaconfig
13957            ! U/modified/mallocsrc.U
13958 ____________________________________________________________________________
13959 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
13960         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
13961      Branch: perl
13962            ! Configure
13963 ____________________________________________________________________________
13964 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
13965         Log: (Retracted by #10073)
13966              
13967              Subject: Re: [PATCH t/TEST] B::Deparse tester 
13968              From: Hugo <hv@crypt.compulink.co.uk>
13969              Date: Thu, 10 May 2001 05:48:09 +0100
13970              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
13971      Branch: perl
13972            ! ext/B/B/Deparse.pm
13973 ____________________________________________________________________________
13974 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
13975         Log: Add a for(func()) test.
13976      Branch: perl
13977            ! t/cmd/for.t
13978 ____________________________________________________________________________
13979 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
13980         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
13981              From: Robin Houston <robin@kitsite.com>
13982              Date: Thu, 10 May 2001 13:50:08 +0100
13983              Message-ID: <20010510135008.A2454@penderel>
13984      Branch: perl
13985            ! ext/B/B/Deparse.pm
13986 ____________________________________________________________________________
13987 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
13988         Log: A thinko in #10065.
13989      Branch: perl
13990            ! hv.c
13991 ____________________________________________________________________________
13992 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
13993         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
13994              From: Robin Houston <robin@kitsite.com>
13995              Date: Thu, 10 May 2001 02:10:34 +0100
13996              Message-ID: <20010510021034.A19421@penderel>
13997      Branch: perl
13998            ! ext/B/B.xs ext/B/B/Deparse.pm
13999 ____________________________________________________________________________
14000 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
14001         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
14002              From: Doug MacEachern <dougm@covalent.net>
14003              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
14004              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
14005      Branch: perl
14006            ! hv.c
14007 ____________________________________________________________________________
14008 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
14009         Log: One more workaround for the UTS compiler from Hal Morris.
14010      Branch: perl
14011            ! perl.h
14012 ____________________________________________________________________________
14013 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
14014         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
14015              From: Robin Houston <robin@kitsite.com>
14016              Date: Thu, 10 May 2001 01:02:08 +0100
14017              Message-ID: <20010510010208.A18200@penderel>
14018      Branch: perl
14019            ! ext/B/B/Debug.pm
14020 ____________________________________________________________________________
14021 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
14022         Log: Subject: [PATCH] Simplify deb_curcv() a bit
14023              From: Benjamin Sugars <bsugars@canoe.ca>
14024              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
14025              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
14026      Branch: perl
14027            ! run.c
14028 ____________________________________________________________________________
14029 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
14030         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
14031              From: Benjamin Sugars <bsugars@canoe.ca>
14032              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
14033              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
14034      Branch: perl
14035            ! t/lib/io_scalar.t
14036 ____________________________________________________________________________
14037 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
14038         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
14039              From: Peter Prymmer <pvhp@forte.com>
14040              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
14041              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
14042      Branch: perl
14043            ! t/lib/md5-file.t
14044 ____________________________________________________________________________
14045 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
14046         Log: Subject: [PATCH t/TEST] B::Deparse tester
14047              From: Robin Houston <robin@kitsite.com>
14048              Date: Wed, 9 May 2001 19:17:50 +0100
14049              Message-ID: <20010509191750.A16940@penderel>
14050      Branch: perl
14051            ! ext/B/O.pm t/TEST
14052 ____________________________________________________________________________
14053 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
14054         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
14055              From: Jeff Pinyan <jeffp@crusoe.net>
14056              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
14057              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
14058      Branch: perl
14059            ! lib/Pod/Html.pm
14060 ____________________________________________________________________________
14061 [ 10057] By: nick                                  on 2001/05/09  18:37:56
14062         Log: Integrate mainline.
14063      Branch: perlio
14064           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
14065           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
14066 ____________________________________________________________________________
14067 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
14068         Log: Update Changes.
14069      Branch: perl
14070            ! Changes patchlevel.h
14071 ____________________________________________________________________________
14072 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
14073         Log: Integrate perlio.
14074      Branch: perl
14075           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
14076 ____________________________________________________________________________
14077 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
14078         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
14079              From: Benjamin Sugars <bsugars@canoe.ca>
14080              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
14081              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
14082      Branch: perl
14083            ! perlio.c
14084 ____________________________________________________________________________
14085 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
14086         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
14087              From: Benjamin Sugars <bsugars@canoe.ca>
14088              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
14089              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
14090      Branch: perl
14091            ! ext/PerlIO/Scalar/Scalar.xs
14092 ____________________________________________________________________________
14093 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
14094         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
14095              From: Jeff Pinyan <jeffp@crusoe.net>
14096              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
14097              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
14098      Branch: perl
14099            ! lib/Pod/Html.pm
14100 ____________________________________________________________________________
14101 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
14102         Log: EPOC tweak from Olaf Flebbe.
14103      Branch: perl
14104            ! epoc/epocish.h
14105 ____________________________________________________________________________
14106 [ 10050] By: nick                                  on 2001/05/09  14:37:57
14107         Log: win32, regen_config_h
14108      Branch: perlio
14109            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
14110 ____________________________________________________________________________
14111 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
14112         Log: Integrate perlio.
14113      Branch: perl
14114           !> pp_sys.c
14115 ____________________________________________________________________________
14116 [ 10048] By: nick                                  on 2001/05/09  11:59:50
14117         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
14118              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
14119      Branch: perlio
14120            ! pp_sys.c
14121 ____________________________________________________________________________
14122 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
14123         Log: Integrate perlio.
14124      Branch: perl
14125           !> run.c
14126 ____________________________________________________________________________
14127 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
14128         Log: Subject: Re: Less warnings during configure
14129              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14130              Date: Wed, 09 May 2001 13:12:49 +0200
14131              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
14132      Branch: perl
14133            ! hints/hpux.sh
14134 ____________________________________________________________________________
14135 [ 10045] By: nick                                  on 2001/05/09  09:56:59
14136         Log: MULTIPLICITY/DEBUGGING build fix.
14137      Branch: perlio
14138            ! run.c
14139 ____________________________________________________________________________
14140 [ 10044] By: nick                                  on 2001/05/09  09:46:37
14141         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
14142      Branch: perlio
14143           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
14144            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
14145           !> (integrate 65 files)
14146 ____________________________________________________________________________
14147 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
14148         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
14149              From: Robin Houston <robin@kitsite.com>
14150              Date: Tue, 8 May 2001 19:38:00 +0100
14151              Message-ID: <20010508193800.A4389@penderel>
14152              
14153              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
14154              From: Robin Houston <robin@kitsite.com>
14155              Date: Tue, 8 May 2001 20:03:57 +0100
14156              Message-ID: <20010508200357.A4614@penderel>
14157              
14158              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
14159              From: Robin Houston <robin@kitsite.com>
14160              Date: Wed, 9 May 2001 00:12:05 +0100
14161              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
14162      Branch: perl
14163            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
14164 ____________________________________________________________________________
14165 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
14166         Log: Retract #10031.
14167      Branch: perl
14168            ! pod/perlfunc.pod
14169 ____________________________________________________________________________
14170 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
14171         Log: The metaconfig unit changes for #10040.
14172      Branch: metaconfig/U/perl
14173            ! Checkcc.U d_dlsymun.U dlsrc.U
14174 ____________________________________________________________________________
14175 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
14176         Log: The Configure half of
14177              
14178              Subject: Less warnings during configure
14179              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14180              Date: Tue, 08 May 2001 08:44:02 +0200
14181              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
14182      Branch: perl
14183            ! Configure
14184 ____________________________________________________________________________
14185 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
14186         Log: Subject: Less warnings during configure
14187              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14188              Date: Tue, 08 May 2001 08:44:02 +0200
14189              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
14190      Branch: perl
14191            ! hints/hpux.sh
14192 ____________________________________________________________________________
14193 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
14194         Log: Don't forget to whine about \d__\d.
14195      Branch: perl
14196            ! t/pragma/warn/toke toke.c
14197 ____________________________________________________________________________
14198 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
14199         Log: Allow underscores also in the exponent part.
14200      Branch: perl
14201            ! t/pragma/warn/toke toke.c
14202 ____________________________________________________________________________
14203 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
14204         Log: CodeMagicCD doesn't look like an *I*DE.
14205      Branch: perl
14206            ! pod/perlfaq3.pod
14207 ____________________________________________________________________________
14208 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
14209         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
14210              to be consistently down).
14211      Branch: perl
14212            ! pod/perlfaq3.pod
14213 ____________________________________________________________________________
14214 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
14215         Log: Upgrade to Text::Balanced 1.84.
14216      Branch: perl
14217            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
14218 ____________________________________________________________________________
14219 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
14220         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
14221              From: Benjamin Sugars <bsugars@canoe.ca>
14222              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
14223              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
14224      Branch: perl
14225            ! run.c
14226 ____________________________________________________________________________
14227 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
14228         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
14229              From: Peter Prymmer <pvhp@forte.com>
14230              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
14231              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
14232      Branch: perl
14233            ! t/pod/plainer.t
14234 ____________________________________________________________________________
14235 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
14236         Log: (Retracted by #10042)
14237              
14238              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
14239              From: "Philip Newton" <pnewton@gmx.de>
14240              Date: Tue, 8 May 2001 09:18:10 +0200
14241              Message-ID: <3AF7B9D2.28861.603732@localhost>
14242      Branch: perl
14243            ! pod/perlfunc.pod
14244 ____________________________________________________________________________
14245 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
14246         Log: Subject: [PATCH B::Deparse] Document known bugs
14247              From: Robin Houston <robin@kitsite.com>
14248              Date: Tue, 8 May 2001 01:53:34 +0100
14249              Message-ID: <20010508015334.A32394@penderel>
14250      Branch: perl
14251            ! ext/B/B/Deparse.pm
14252 ____________________________________________________________________________
14253 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
14254         Log: Subject: Re: Perl book, magazine and website updates.
14255              From: "Philip Newton" <pnewton@gmx.de>
14256              Date: Mon, 7 May 2001 17:03:58 +0200
14257              Message-ID: <3AF6D57E.5387.1E29930@localhost>
14258      Branch: perl
14259            ! pod/perlfaq2.pod
14260 ____________________________________________________________________________
14261 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
14262         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
14263              From: Peter Prymmer <pvhp@forte.com>
14264              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
14265              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
14266      Branch: perl
14267            ! t/io/fflush.t
14268 ____________________________________________________________________________
14269 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
14270         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
14271              From: Robin Houston <robin@kitsite.com>
14272              Date: Tue, 8 May 2001 01:14:55 +0100
14273              Message-ID: <20010508011455.A32162@penderel>
14274      Branch: perl
14275            ! ext/B/B/Deparse.pm
14276 ____________________________________________________________________________
14277 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
14278         Log: Typo in #10025.
14279      Branch: perl
14280            ! hints/uts.sh
14281 ____________________________________________________________________________
14282 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
14283         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
14284      Branch: perl
14285            ! hints/uts.sh
14286 ____________________________________________________________________________
14287 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
14288         Log: Subject: Re: [ID 20010506.045] question about hash syntax
14289              From: Peter Scott <Peter@PSDT.com>
14290              Date: Sun, 06 May 2001 13:10:40 -0700
14291              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
14292      Branch: perl
14293            ! pod/perl56delta.pod
14294 ____________________________________________________________________________
14295 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
14296         Log: Configure should figure out the list of dynamic extensions
14297              just fine in UTS-- and in fact it does, as reported by Hal Morris.
14298      Branch: perl
14299            ! hints/uts.sh
14300 ____________________________________________________________________________
14301 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
14302         Log: Update Changes.
14303      Branch: perl
14304            ! Changes patchlevel.h
14305 ____________________________________________________________________________
14306 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
14307         Log: Subject: [PATCH regcomp.c] Insecure regexes
14308              From: Robin Houston <robin@kitsite.com>
14309              Date: Mon, 7 May 2001 21:56:12 +0100
14310              Message-ID: <20010507215612.A31114@penderel>
14311      Branch: perl
14312            ! regcomp.c
14313 ____________________________________________________________________________
14314 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
14315         Log: Drop the foobar.perl.com references for now until Simon
14316              gets them sorted out.
14317      Branch: perl
14318            ! pod/perlfaq2.pod
14319 ____________________________________________________________________________
14320 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
14321         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
14322              From: Prymmer/Kahn <pvhp@best.com>
14323              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
14324              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
14325      Branch: perl
14326            ! lib/Devel/SelfStubber.pm
14327 ____________________________________________________________________________
14328 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
14329         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
14330              From: Prymmer/Kahn <pvhp@best.com>
14331              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
14332              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
14333      Branch: perl
14334            ! win32/Makefile
14335 ____________________________________________________________________________
14336 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
14337         Log: s/WebTechnique's/WebTechniques/
14338      Branch: perl
14339            ! pod/perlfaq2.pod
14340 ____________________________________________________________________________
14341 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
14342         Log: Llama 3 updates from Randal.
14343      Branch: perl
14344            ! pod/perlfaq2.pod
14345 ____________________________________________________________________________
14346 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
14347         Log: Subject: [PATCH] Help -Dt show correct pad variables
14348              From: Benjamin Sugars <ben.sugars@home.com>
14349              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
14350              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
14351      Branch: perl
14352            ! embed.h embed.pl proto.h run.c
14353 ____________________________________________________________________________
14354 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
14355         Log: Subject: [PATCH] Document C<our $foo : shared>
14356              From: Benjamin Sugars <ben.sugars@home.com>
14357              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
14358              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
14359      Branch: perl
14360            ! pod/perlfunc.pod
14361 ____________________________________________________________________________
14362 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
14363         Log: Subject: [PATCH B::Deparse] undefined folded constants
14364              From: Robin Houston <robin@kitsite.com>
14365              Date: Sun, 6 May 2001 17:19:09 +0100
14366              Message-ID: <20010506171909.A7046@penderel>
14367      Branch: perl
14368            ! ext/B/B/Deparse.pm
14369 ____________________________________________________________________________
14370 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
14371         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
14372              From: Robin Houston <robin@kitsite.com>
14373              Message-ID: <20010506164654.A6848@penderel>
14374              Date: Sun, 6 May 2001 16:46:54 +0100
14375      Branch: perl
14376            ! ext/B/B/Deparse.pm
14377 ____________________________________________________________________________
14378 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
14379         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
14380              From: Robin Houston <robin@kitsite.com>
14381              Date: Sun, 6 May 2001 14:47:02 +0100
14382              Message-ID: <20010506144702.A6308@penderel>
14383      Branch: perl
14384            ! t/op/my_stash.t
14385 ____________________________________________________________________________
14386 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
14387         Log: Subject: Perl book, magazine and website updates.
14388              From: Simon Cozens <simon@netthink.co.uk>
14389              Date: Sun, 6 May 2001 16:55:36 +0100
14390              Message-ID: <20010506165536.A1795@netthink.co.uk>
14391      Branch: perl
14392            ! pod/perlbook.pod pod/perlfaq2.pod
14393 ____________________________________________________________________________
14394 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
14395         Log: Tweaks on the Tru64 prof options.
14396      Branch: perl
14397            ! pod/perlhack.pod
14398 ____________________________________________________________________________
14399 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
14400         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
14401              From: Robin Houston <robin@kitsite.com>
14402              Date: Sun, 6 May 2001 14:40:51 +0100
14403              Message-ID: <20010506144051.A6279@penderel>
14404      Branch: perl
14405            ! t/pod/testp2pt.pl
14406 ____________________________________________________________________________
14407 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
14408         Log: Subject: [PATCH B::Deparse] scoping
14409              From: Robin Houston <robin@kitsite.com>
14410              Date: Sun, 6 May 2001 14:36:56 +0100
14411              Message-ID: <20010506143656.A4006@penderel>
14412      Branch: perl
14413            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
14414 ____________________________________________________________________________
14415 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
14416         Log: Document the undefinedness of bitshifting out of range.
14417      Branch: perl
14418            ! pod/perlop.pod
14419 ____________________________________________________________________________
14420 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
14421         Log: Retract #10003 and update the IDE descriptions a bit.
14422      Branch: perl
14423            ! pod/perlfaq3.pod
14424 ____________________________________________________________________________
14425 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
14426         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
14427              From: Prymmer/Kahn <pvhp@best.com>
14428              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
14429              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
14430      Branch: perl
14431            ! win32/Makefile win32/buildext.pl win32/config.bc
14432            ! win32/config.gc win32/config.vc
14433 ____________________________________________________________________________
14434 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
14435         Log: (Retracted by #10005.)
14436      Branch: perl
14437            ! pod/perlfaq3.pod
14438 ____________________________________________________________________________
14439 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
14440         Log: It's "psed", not "sed".
14441      Branch: perl
14442            ! x2p/s2p.PL
14443 ____________________________________________________________________________
14444 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
14445         Log: Update Changes.
14446      Branch: perl
14447            ! Changes patchlevel.h
14448 ____________________________________________________________________________
14449 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
14450         Log: Subject: Re: bleadperl make install fails due to "psed"
14451              From: andreas.koenig@anima.de (Andreas J. Koenig)
14452              Date: 05 May 2001 18:23:28 +0200
14453              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
14454      Branch: perl
14455            ! x2p/Makefile.SH x2p/s2p.PL
14456 ____________________________________________________________________________
14457 [  9999] By: jhi                                   on 2001/05/05  18:28:09
14458         Log: AUTHORS updates.
14459      Branch: perl
14460            ! AUTHORS
14461 ____________________________________________________________________________
14462 [  9998] By: jhi                                   on 2001/05/05  18:16:00
14463         Log: Updates on the pods related to the modules included since 5.6.
14464              
14465              TODO: perltodo really could use major updating.
14466      Branch: perl
14467            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
14468            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
14469            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
14470            ! pod/perlsyn.pod pod/perltodo.pod
14471 ____________________________________________________________________________
14472 [  9997] By: jhi                                   on 2001/05/05  17:35:17
14473         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
14474              from Kurt Skauen.
14475      Branch: perl
14476            + hints/atheos.sh
14477            ! MANIFEST
14478 ____________________________________________________________________________
14479 [  9996] By: jhi                                   on 2001/05/05  17:25:00
14480         Log: Add preemptive #undefs for some of the shorter and more prone
14481              to collision regcomp.h #defines.  (Background: the MASK collided
14482              with a system header #define in Rhapsody.)
14483      Branch: perl
14484            ! regcomp.h
14485 ____________________________________________________________________________
14486 [  9995] By: jhi                                   on 2001/05/05  13:24:21
14487         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
14488              From: Nicholas Clark <nick@ccl4.org>
14489              Date: Sat, 5 May 2001 14:46:39 +0100
14490              Message-ID: <20010505144639.O53513@plum.flirble.org>
14491              
14492              Add a test for the constants (if any) being processed correctly.
14493      Branch: perl
14494            ! utils/h2xs.PL
14495 ____________________________________________________________________________
14496 [  9994] By: jhi                                   on 2001/05/05  02:11:03
14497         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
14498              From: Peter Prymmer <pvhp@forte.com>
14499              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
14500              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
14501      Branch: perl
14502            ! t/lib/b-stash.t
14503 ____________________________________________________________________________
14504 [  9993] By: jhi                                   on 2001/05/05  02:03:49
14505         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
14506              From: Peter Prymmer <pvhp@forte.com>
14507              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
14508              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
14509      Branch: perl
14510            ! perlio.c vms/vmsish.h
14511 ____________________________________________________________________________
14512 [  9992] By: jhi                                   on 2001/05/04  17:21:12
14513         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
14514              From: Robin Barker <rmb1@cise.npl.co.uk>
14515              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
14516              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
14517      Branch: perl
14518            + t/pod/plainer.t
14519            ! MANIFEST
14520 ____________________________________________________________________________
14521 [  9991] By: jhi                                   on 2001/05/04  16:47:45
14522         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
14523              From: Robin Barker <rmb1@cise.npl.co.uk>
14524              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
14525              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
14526      Branch: perl
14527            ! regcomp.c
14528 ____________________________________________________________________________
14529 [  9990] By: jhi                                   on 2001/05/04  14:37:20
14530         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
14531              From: Prymmer/Kahn <pvhp@best.com>
14532              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
14533              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
14534      Branch: perl
14535            ! t/lib/b-stash.t
14536 ____________________________________________________________________________
14537 [  9989] By: jhi                                   on 2001/05/04  14:03:58
14538         Log: Introduce perl572delta, update Todo, add the missing
14539              mention about signal safety since 5.7.1 (though this
14540              requires verification and more details.)
14541      Branch: perl
14542            + pod/perl572delta.pod
14543            ! MANIFEST Todo pod/perl571delta.pod
14544 ____________________________________________________________________________
14545 [  9988] By: jhi                                   on 2001/05/04  12:41:51
14546         Log: Subject: [PATCH perl@9944] long =item
14547              From: Robin Barker <rmb1@cise.npl.co.uk>
14548              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
14549              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
14550      Branch: perl
14551            ! ext/Time/HiRes/HiRes.pm
14552 ____________________________________________________________________________
14553 [  9987] By: jhi                                   on 2001/05/04  12:39:19
14554         Log: The #9901 had removed one line essential for EBCDIC.
14555      Branch: perl
14556            ! regcomp.c
14557 ____________________________________________________________________________
14558 [  9986] By: jhi                                   on 2001/05/04  12:30:23
14559         Log: Subject: cygwin/Makefile.SHs INSTALL patch
14560              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
14561              Date: Mon, 08 Jan 2001 04:59:21 +0200
14562              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
14563      Branch: perl
14564            ! cygwin/Makefile.SHs
14565 ____________________________________________________________________________
14566 [  9985] By: jhi                                   on 2001/05/04  03:51:39
14567         Log: Encode/IO doc tweaks.
14568      Branch: perl
14569            ! ext/Encode/Encode.pm
14570 ____________________________________________________________________________
14571 [  9984] By: jhi                                   on 2001/05/04  03:29:34
14572         Log: Remove GDBM_File from the dynamic extensions for UTS,
14573              GDBM is not a standard feature.
14574      Branch: perl
14575            ! hints/uts.sh
14576 ____________________________________________________________________________
14577 [  9983] By: jhi                                   on 2001/05/04  03:22:59
14578         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
14579      Branch: perl
14580            ! pod/perlretut.pod
14581 ____________________________________________________________________________
14582 [  9982] By: jhi                                   on 2001/05/03  23:21:03
14583         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
14584              From: Benjamin Sugars <bsugars@canoe.ca>
14585              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
14586              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
14587      Branch: perl
14588            ! dump.c
14589 ____________________________________________________________________________
14590 [  9981] By: jhi                                   on 2001/05/03  23:20:05
14591         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
14592              From: Benjamin Sugars <bsugars@canoe.ca>
14593              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
14594              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
14595      Branch: perl
14596            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
14597 ____________________________________________________________________________
14598 [  9980] By: jhi                                   on 2001/05/03  23:15:29
14599         Log: Integrate perlio.
14600      Branch: perl
14601           !> ext/Encode/Encode.pm
14602 ____________________________________________________________________________
14603 [  9979] By: jhi                                   on 2001/05/03  16:54:59
14604         Log: Install psed man page.
14605      Branch: perl
14606            ! installman
14607 ____________________________________________________________________________
14608 [  9978] By: jhi                                   on 2001/05/03  16:45:58
14609         Log: Remove unused files; noted by Sarathy.
14610      Branch: perl
14611            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
14612            ! MANIFEST
14613 ____________________________________________________________________________
14614 [  9977] By: jhi                                   on 2001/05/03  16:42:30
14615         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
14616              From: Andy Dougherty <doughera@lafayette.edu>
14617              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
14618              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
14619      Branch: perl
14620            ! INSTALL
14621 ____________________________________________________________________________
14622 [  9976] By: nick                                  on 2001/05/03  16:40:42
14623         Log: Allow $answer = encode($object,$text); like it says in docs.
14624      Branch: perlio
14625            ! ext/Encode/Encode.pm
14626 ____________________________________________________________________________
14627 [  9975] By: nick                                  on 2001/05/03  16:22:30
14628         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
14629              to be in scope (fair enough), and also a package variable (our) for eval to see it.
14630      Branch: perlio
14631            ! ext/Encode/Encode.pm
14632 ____________________________________________________________________________
14633 [  9974] By: nick                                  on 2001/05/03  15:48:17
14634         Log: Integrate mainline.
14635      Branch: perlio
14636           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
14637           +> t/lib/filter-simple.t t/lib/next.t
14638           !> (integrate 70 files)
14639 ____________________________________________________________________________
14640 [  9973] By: jhi                                   on 2001/05/03  13:09:09
14641         Log: Update Changes.
14642      Branch: perl
14643            ! Changes patchlevel.h
14644 ____________________________________________________________________________
14645 [  9972] By: jhi                                   on 2001/05/03  12:58:33
14646         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
14647              From: Prymmer/Kahn <pvhp@best.com>
14648              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
14649              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
14650      Branch: perl
14651            ! t/io/fflush.t
14652 ____________________________________________________________________________
14653 [  9971] By: jhi                                   on 2001/05/03  12:57:26
14654         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
14655              From: Prymmer/Kahn <pvhp@best.com>
14656              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
14657              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
14658      Branch: perl
14659            ! win32/FindExt.pm
14660 ____________________________________________________________________________
14661 [  9970] By: jhi                                   on 2001/05/03  02:42:46
14662         Log: Can't croak sans thread context, from Doug MacEachern.
14663      Branch: perl
14664            ! toke.c
14665 ____________________________________________________________________________
14666 [  9969] By: jhi                                   on 2001/05/03  01:23:48
14667         Log: Subject: Random input test and Perl
14668              From: Ilya Zakharevich <ilya@math.berkeley.edu>
14669              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
14670              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
14671      Branch: perl
14672            ! toke.c
14673 ____________________________________________________________________________
14674 [  9968] By: jhi                                   on 2001/05/02  22:17:21
14675         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
14676              From: Peter Prymmer <pvhp@forte.com>
14677              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
14678              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
14679      Branch: perl
14680            ! pod/perlfunc.pod pod/perlport.pod
14681 ____________________________________________________________________________
14682 [  9967] By: jhi                                   on 2001/05/02  20:12:45
14683         Log: Workaround for UTS compiler casting bug from Hal Morris.
14684      Branch: perl
14685            ! perl.h
14686 ____________________________________________________________________________
14687 [  9966] By: jhi                                   on 2001/05/02  18:31:37
14688         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
14689              From: Dan Sugalski <dan@sidhe.org>
14690              Date: Wed, 02 May 2001 15:23:22 -0400
14691              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
14692      Branch: perl
14693            ! perl.c vms/vms.c
14694 ____________________________________________________________________________
14695 [  9965] By: jhi                                   on 2001/05/02  18:21:29
14696         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
14697      Branch: perl
14698            ! pod/perlfunc.pod
14699 ____________________________________________________________________________
14700 [  9964] By: jhi                                   on 2001/05/02  18:15:01
14701         Log: Document large files in INSTALL, document also the %x
14702              limitation if not use64bitint, closes bug 20010326.007.
14703      Branch: perl
14704            ! INSTALL
14705 ____________________________________________________________________________
14706 [  9963] By: jhi                                   on 2001/05/02  17:24:47
14707         Log: perlmodlib tweaks; regen pods.
14708      Branch: perl
14709            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
14710            ! pod/perltoc.pod
14711 ____________________________________________________________________________
14712 [  9962] By: jhi                                   on 2001/05/02  17:14:00
14713         Log: Fix for a segfault, from Marc Lehmann.
14714      Branch: perl
14715            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
14716 ____________________________________________________________________________
14717 [  9961] By: jhi                                   on 2001/05/02  15:55:53
14718         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
14719              From: "Philip Newton" <pnewton@gmx.de>
14720              Date: Wed, 2 May 2001 18:39:03 +0200
14721              Message-ID: <3AF05447.15525.173B588@localhost>
14722      Branch: perl
14723            ! pod/perlop.pod
14724 ____________________________________________________________________________
14725 [  9960] By: jhi                                   on 2001/05/02  15:35:37
14726         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
14727              From: Dan Sugalski <dan@sidhe.org>
14728              Date: Wed, 02 May 2001 11:37:27 -0400
14729              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
14730      Branch: perl
14731            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
14732            ! thread.h vms/vms.c vms/vmsish.h
14733 ____________________________________________________________________________
14734 [  9959] By: jhi                                   on 2001/05/02  15:21:08
14735         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
14736              From: Benjamin Sugars <bsugars@canoe.ca>
14737              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
14738              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
14739      Branch: perl
14740            ! ext/PerlIO/Scalar/Scalar.xs
14741 ____________________________________________________________________________
14742 [  9958] By: jhi                                   on 2001/05/02  15:15:53
14743         Log: Bug in #9915, spotted by Mike Guy.
14744      Branch: perl
14745            ! installperl
14746 ____________________________________________________________________________
14747 [  9957] By: jhi                                   on 2001/05/02  13:26:01
14748         Log: Add a test for not griping about references as array
14749              indices if the reference has magic in it (overloaded
14750              methods).
14751      Branch: perl
14752            ! pod/perldiag.pod t/pragma/warn/pp_hot
14753 ____________________________________________________________________________
14754 [  9956] By: jhi                                   on 2001/05/02  13:07:01
14755         Log: Retracted a bit too much in #9952.
14756      Branch: perl
14757            ! t/pragma/sub_lval.t
14758 ____________________________________________________________________________
14759 [  9955] By: jhi                                   on 2001/05/02  13:05:38
14760         Log: Test for #9952.
14761      Branch: perl
14762            ! t/op/tie.t
14763 ____________________________________________________________________________
14764 [  9954] By: jhi                                   on 2001/05/02  11:48:18
14765         Log: Additional note on the encoding example: one cannot
14766              convert string constants in-place.
14767      Branch: perl
14768            ! ext/Encode/Encode.pm
14769 ____________________________________________________________________________
14770 [  9953] By: jhi                                   on 2001/05/02  11:43:51
14771         Log: Note that if you have recent enough Perl you already
14772              have Filter::Util::Call.
14773      Branch: perl
14774            ! lib/Filter/Simple.pm
14775 ____________________________________________________________________________
14776 [  9952] By: jhi                                   on 2001/05/02  11:31:53
14777         Log: Retract changes #8254 and #8255, causes coredump in
14778              'tie FH, "main"', reported by Abigail, culprit found by
14779              Benjamin Sugars.  Mirrors maintperl change #9950.
14780      Branch: perl
14781            ! op.c t/pragma/sub_lval.t
14782 ____________________________________________________________________________
14783 [  9951] By: jhi                                   on 2001/05/02  11:14:29
14784         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
14785      Branch: perl
14786            + t/lib/MyFilter.pm
14787 ____________________________________________________________________________
14788 [  9950] By: gsar                                  on 2001/05/02  03:17:11
14789         Log: revert integration of changes#8254,8255 in change#8620 (causes
14790              a coredump in C<tie FH, 'foo'>; the idea itself may need better
14791              rationalization)
14792      Branch: maint-5.6/perl
14793            ! op.c t/pragma/sub_lval.t
14794 ____________________________________________________________________________
14795 [  9949] By: gsar                                  on 2001/05/02  02:56:32
14796         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
14797              
14798              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
14799              
14800              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
14801      Branch: maint-5.6/perl
14802           !> hints/svr5.sh
14803 ____________________________________________________________________________
14804 [  9948] By: gsar                                  on 2001/05/02  02:49:15
14805         Log: pod/find.t breaks on VMS (from Craig Berry)
14806      Branch: maint-5.6/perl
14807            ! t/pod/find.t
14808 ____________________________________________________________________________
14809 [  9947] By: jhi                                   on 2001/05/02  02:43:09
14810         Log: Add an encoding conversion example.
14811      Branch: perl
14812            ! ext/Encode/Encode.pm
14813 ____________________________________________________________________________
14814 [  9946] By: jhi                                   on 2001/05/02  01:34:22
14815         Log: Another coat of paint but still nowhere finished.
14816              Need to decide on the semantics of strptime(): should
14817              strptime() be a function instead of a method?  To do
14818              the week/monthname-strptiming the i18n/l10n bullet needs
14819              to be bitten with gusto.
14820      Branch: perl
14821            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
14822 ____________________________________________________________________________
14823 [  9945] By: jhi                                   on 2001/05/01  23:40:52
14824         Log: Update Changes.
14825      Branch: perl
14826            ! Changes patchlevel.h
14827 ____________________________________________________________________________
14828 [  9944] By: jhi                                   on 2001/05/01  23:33:37
14829         Log: Add known-to-be-tested modules to the list-to-be-skipped.
14830      Branch: perl
14831            ! t/lib/1_compile.t
14832 ____________________________________________________________________________
14833 [  9943] By: jhi                                   on 2001/05/01  23:24:40
14834         Log: Subject: BorlandC++ fix
14835              From: "Vadim Konovalov" <watman@inbox.ru>
14836              Date: Mon, 30 Apr 2001 20:12:26 -0700
14837              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
14838      Branch: perl
14839            ! win32/makefile.mk
14840 ____________________________________________________________________________
14841 [  9942] By: jhi                                   on 2001/05/01  23:18:02
14842         Log: Update to Filter::Simple 0.60, create a test for it.
14843      Branch: perl
14844            + t/lib/filter-simple.t
14845            ! MANIFEST lib/Filter/Simple.pm
14846 ____________________________________________________________________________
14847 [  9941] By: jhi                                   on 2001/05/01  19:47:24
14848         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
14849              From: Hugo <hv@crypt.compulink.co.uk>
14850              Date: Tue, 01 May 2001 20:12:20 +0100
14851              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
14852      Branch: perl
14853            ! pp_hot.c t/op/re_tests
14854 ____________________________________________________________________________
14855 [  9940] By: jhi                                   on 2001/05/01  19:42:16
14856         Log: Integrate perlio.
14857      Branch: perl
14858           !> lib/base.pm t/lib/fields.t
14859 ____________________________________________________________________________
14860 [  9939] By: jhi                                   on 2001/05/01  19:39:51
14861         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
14862              From: Benjamin Sugars <bsugars@canoe.ca>
14863              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
14864              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
14865      Branch: perl
14866            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
14867 ____________________________________________________________________________
14868 [  9938] By: jhi                                   on 2001/05/01  19:34:09
14869         Log: Add NEXT, a pseudo-class for method redispatching.
14870              <Damian>NEXT.pm probably offers more bang-for-buck
14871              than anything else I've ever written.</Damian>
14872      Branch: perl
14873            + lib/NEXT.pm t/lib/next.t
14874            ! MANIFEST
14875 ____________________________________________________________________________
14876 [  9937] By: jhi                                   on 2001/05/01  19:21:41
14877         Log: Update to Switch 2.02.
14878      Branch: perl
14879            ! lib/Switch.pm t/lib/switch.t
14880 ____________________________________________________________________________
14881 [  9936] By: nick                                  on 2001/05/01  19:09:21
14882         Log: Fix for base.pm clobbering $VERSION
14883      Branch: perlio
14884            ! lib/base.pm
14885 ____________________________________________________________________________
14886 [  9935] By: nick                                  on 2001/05/01  18:54:38
14887         Log: Test for base.pm clobbering $VERSION.
14888      Branch: perlio
14889            ! t/lib/fields.t
14890 ____________________________________________________________________________
14891 [  9934] By: jhi                                   on 2001/05/01  18:39:10
14892         Log: Add information about Scalar::Util::blessed.
14893      Branch: perl
14894            ! pod/perlobj.pod
14895 ____________________________________________________________________________
14896 [  9933] By: jhi                                   on 2001/05/01  18:33:51
14897         Log: Subject: Extra UNIVERSAL documentation
14898              From: Mike Guy <mjtg@cam.ac.uk>
14899              Date: Tue, 01 May 2001 20:12:11 +0100
14900              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
14901      Branch: perl
14902            ! pod/perlobj.pod
14903 ____________________________________________________________________________
14904 [  9932] By: jhi                                   on 2001/05/01  18:26:54
14905         Log: Subject: Autoflush in tests as appropriate
14906              From: Mike Guy <mjtg@cam.ac.uk>
14907              Date: Tue, 01 May 2001 20:05:31 +0100
14908              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
14909      Branch: perl
14910            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
14911            ! t/op/taint.t
14912 ____________________________________________________________________________
14913 [  9931] By: jhi                                   on 2001/05/01  18:02:29
14914         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
14915              From: Benjamin Sugars <bsugars@canoe.ca>
14916              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
14917              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
14918      Branch: perl
14919            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
14920 ____________________________________________________________________________
14921 [  9930] By: jhi                                   on 2001/05/01  15:12:26
14922         Log: Subject: Re: Finally got a round tuit
14923              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14924              Date: Tue, 01 May 2001 14:14:10 +0200
14925              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
14926              
14927              The -DP part, slightly modified.
14928      Branch: perl
14929            ! perl.c
14930 ____________________________________________________________________________
14931 [  9929] By: jhi                                   on 2001/05/01  14:17:15
14932         Log: Subject: Re: Finally got a round tuit
14933              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14934              Date: Tue, 01 May 2001 16:34:06 +0200
14935              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
14936              
14937              cpp and optimization tweaks for HP-UX.
14938      Branch: perl
14939            ! hints/hpux.sh
14940 ____________________________________________________________________________
14941 [  9928] By: jhi                                   on 2001/05/01  13:24:20
14942         Log: Tune the scan_num() comments to reality.
14943      Branch: perl
14944            ! toke.c
14945 ____________________________________________________________________________
14946 [  9927] By: jhi                                   on 2001/05/01  13:14:01
14947         Log: Subject: [PATCH B::Deparse] optimised sort
14948              From: Robin Houston <robin@kitsite.com>
14949              Date: Tue, 1 May 2001 14:07:12 +0100
14950              Message-ID: <20010501140712.A4266@penderel>
14951      Branch: perl
14952            ! ext/B/B/Deparse.pm
14953 ____________________________________________________________________________
14954 [  9926] By: jhi                                   on 2001/05/01  13:10:53
14955         Log: Subject: [PATCH t/lib/b-deparse.t] 
14956              From: Robin Houston <robin@kitsite.com>
14957              Date: Tue, 1 May 2001 13:37:42 +0100
14958              Message-ID: <20010501133742.A4082@penderel>
14959      Branch: perl
14960            ! t/lib/b-deparse.t
14961 ____________________________________________________________________________
14962 [  9925] By: jhi                                   on 2001/05/01  13:10:13
14963         Log: Subject: [PATCH B::Deparse] for(;;), sort
14964              From: Robin Houston <robin@kitsite.com>
14965              Date: Tue, 1 May 2001 13:35:00 +0100
14966              Message-ID: <20010501133500.A4061@penderel>
14967      Branch: perl
14968            ! ext/B/B/Deparse.pm
14969 ____________________________________________________________________________
14970 [  9924] By: jhi                                   on 2001/05/01  13:09:22
14971         Log: Subject: [PATCH B::Deparse] do, warn, use
14972              From: Robin Houston <robin@kitsite.com>
14973              Date: Tue, 1 May 2001 13:31:03 +0100
14974              Message-ID: <20010501133103.A4041@penderel>
14975      Branch: perl
14976            ! ext/B/B/Deparse.pm
14977 ____________________________________________________________________________
14978 [  9923] By: jhi                                   on 2001/05/01  11:45:36
14979         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
14980              From: Benjamin Sugars <ben.sugars@home.com>
14981              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
14982              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
14983      Branch: perl
14984            + t/io/fflush.t
14985            ! MANIFEST
14986 ____________________________________________________________________________
14987 [  9922] By: jhi                                   on 2001/05/01  11:35:42
14988         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
14989              From: Peter Prymmer <pvhp@forte.com>
14990              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
14991              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
14992      Branch: perl
14993            ! t/lib/selfstubber.t
14994 ____________________________________________________________________________
14995 [  9921] By: jhi                                   on 2001/04/30  16:34:33
14996         Log: Subject: [PATCH B::Concise] suppress warning
14997              From: Robin Houston <robin@kitsite.com>
14998              Date: Mon, 30 Apr 2001 16:09:49 +0100
14999              Message-ID: <20010430160949.A25086@penderel>
15000      Branch: perl
15001            ! ext/B/B/Concise.pm
15002 ____________________________________________________________________________
15003 [  9920] By: jhi                                   on 2001/04/30  13:56:04
15004         Log: Strip the *markers* from #9919.
15005      Branch: perl
15006            ! pod/perlfaq.pod pod/perlfaq5.pod
15007 ____________________________________________________________________________
15008 [  9919] By: jhi                                   on 2001/04/30  13:54:04
15009         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
15010              From: Gwyn Judd <b.judd@xtra.co.nz>
15011              Date: Sun, 29 Apr 2001 01:47:49 +1200
15012              Message-ID: <20010429014749.A4418@thislove>
15013      Branch: perl
15014            ! pod/perlfaq.pod pod/perlfaq5.pod
15015 ____________________________________________________________________________
15016 [  9918] By: jhi                                   on 2001/04/30  13:13:54
15017         Log: More_tweakage.
15018      Branch: perl
15019            ! pod/perldata.pod pod/perldiag.pod
15020 ____________________________________________________________________________
15021 [  9917] By: jhi                                   on 2001/04/30  13:01:27
15022         Log: Update Changes.
15023      Branch: perl
15024            ! Changes patchlevel.h
15025 ____________________________________________________________________________
15026 [  9916] By: jhi                                   on 2001/04/30  12:57:03
15027         Log: T_w_e_a_k_a_g_e.
15028      Branch: perl
15029            ! pod/perldata.pod pod/perldiag.pod
15030 ____________________________________________________________________________
15031 [  9915] By: jhi                                   on 2001/04/30  12:39:29
15032         Log: Install s2p also as psed.
15033              
15034              TODO: psed documentation?
15035      Branch: perl
15036            ! installperl
15037 ____________________________________________________________________________
15038 [  9914] By: jhi                                   on 2001/04/30  12:29:21
15039         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
15040              From: Jens Hamisch <jens@Strawberry.COM>
15041              Date: Fri, 27 Apr 2001 17:00:36 +0200
15042              Message-ID: <20010427170036.K1372@Strawberry.COM>
15043              
15044              SOCKS5_VERSION_NAME is the right symbol to detect
15045              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
15046              function called socks5_init() is available, and even that is
15047              not universal, most SOCKS5 installations use SOCKSinit()).
15048      Branch: perl
15049            ! perlio.c
15050 ____________________________________________________________________________
15051 [  9913] By: jhi                                   on 2001/04/30  12:22:15
15052         Log: Allow a zero timeout on IO::Socket accept and connect--
15053              though one really shouldn't do that.  Based on
15054              
15055              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
15056              From: "John Holdsworth" <coldwave@bigfoot.com>
15057              Date: Sun, 4 Feb 2001 12:48:18 +0100
15058              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
15059      Branch: perl
15060            ! ext/IO/lib/IO/Socket.pm
15061 ____________________________________________________________________________
15062 [  9912] By: jhi                                   on 2001/04/30  11:27:27
15063         Log: Save the spot of regprev (see #9911) for binary compatibility;
15064              regen API.
15065      Branch: perl
15066            ! embedvar.h perlapi.h thrdvar.h
15067 ____________________________________________________________________________
15068 [  9911] By: jhi                                   on 2001/04/30  11:22:03
15069         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
15070              From: Hugo <hv@crypt.compulink.co.uk>
15071              Date: Sun, 29 Apr 2001 17:09:30 +0100
15072              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
15073      Branch: perl
15074            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
15075 ____________________________________________________________________________
15076 [  9910] By: jhi                                   on 2001/04/30  11:15:12
15077         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
15078              a dummy for PL_numeric_radix); no pressing reason to break
15079              binary compatibility; regen API.
15080      Branch: perl
15081            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
15082            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
15083 ____________________________________________________________________________
15084 [  9909] By: jhi                                   on 2001/04/30  10:56:08
15085         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
15086              From: Walt Mankowski <waltman@netaxs.com>
15087              Date: Sun, 29 Apr 2001 21:53:48 -0400
15088              Message-ID: <20010429215348.A3971@netaxs.com>
15089      Branch: perl
15090            ! pod/perlfunc.pod
15091 ____________________________________________________________________________
15092 [  9908] By: jhi                                   on 2001/04/30  10:49:40
15093         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
15094      Branch: perl
15095            ! t/lib/selfstubber.t
15096 ____________________________________________________________________________
15097 [  9907] By: nick                                  on 2001/04/30  09:26:50
15098         Log: Integrate mainline.
15099      Branch: perlio
15100           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
15101 ____________________________________________________________________________
15102 [  9906] By: jhi                                   on 2001/04/29  23:24:20
15103         Log: Abigail spotted a thinko in #9905.
15104      Branch: perl
15105            ! pod/perldiag.pod
15106 ____________________________________________________________________________
15107 [  9905] By: jhi                                   on 2001/04/29  15:55:39
15108         Log: Changed the underscore/undebar syntax in numeric constants;
15109              now any grouping will do, as long as the underscores are not
15110              consecutive (so "zero-grouping" is out), and they do not begin
15111              or end the integer or fractional parts.
15112      Branch: perl
15113            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
15114 ____________________________________________________________________________
15115 [  9904] By: nick                                  on 2001/04/29  15:43:22
15116         Log: Integrate mainline.
15117      Branch: perlio
15118           +> (branch 98 files)
15119            - lib/unicode/Block.pl
15120            - lib/unicode/In/AlphabeticPresentationForms.pl
15121            - lib/unicode/In/Arabic.pl
15122            - lib/unicode/In/ArabicPresentationForms-A.pl
15123            - lib/unicode/In/ArabicPresentationForms-B.pl
15124            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
15125            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
15126            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
15127            - lib/unicode/In/BopomofoExtended.pl
15128            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
15129            - lib/unicode/In/CJKCompatibility.pl
15130            - lib/unicode/In/CJKCompatibilityForms.pl
15131            - lib/unicode/In/CJKCompatibilityIdeographs.pl
15132            - lib/unicode/In/CJKRadicalsSupplement.pl
15133            - lib/unicode/In/CJKSymbolsandPunctuation.pl
15134            - lib/unicode/In/CJKUnifiedIdeographs.pl
15135            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
15136            - lib/unicode/In/Cherokee.pl
15137            - lib/unicode/In/CombiningDiacriticalMarks.pl
15138            - lib/unicode/In/CombiningHalfMarks.pl
15139            - lib/unicode/In/CombiningMarksforSymbols.pl
15140            - lib/unicode/In/ControlPictures.pl
15141            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
15142            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
15143            - lib/unicode/In/EnclosedAlphanumerics.pl
15144            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
15145            - lib/unicode/In/Ethiopic.pl
15146            - lib/unicode/In/GeneralPunctuation.pl
15147            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
15148            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
15149            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
15150            - lib/unicode/In/HalfwidthandFullwidthForms.pl
15151            - lib/unicode/In/HangulCompatibilityJamo.pl
15152            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
15153            - lib/unicode/In/Hebrew.pl
15154            - lib/unicode/In/HighPrivateUseSurrogates.pl
15155            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
15156            - lib/unicode/In/IPAExtensions.pl
15157            - lib/unicode/In/IdeographicDescriptionCharacters.pl
15158            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
15159            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
15160            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
15161            - lib/unicode/In/Latin-1Supplement.pl
15162            - lib/unicode/In/LatinExtended-A.pl
15163            - lib/unicode/In/LatinExtended-B.pl
15164            - lib/unicode/In/LatinExtendedAdditional.pl
15165            - lib/unicode/In/LetterlikeSymbols.pl
15166            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
15167            - lib/unicode/In/MathematicalOperators.pl
15168            - lib/unicode/In/MiscellaneousSymbols.pl
15169            - lib/unicode/In/MiscellaneousTechnical.pl
15170            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
15171            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
15172            - lib/unicode/In/OpticalCharacterRecognition.pl
15173            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
15174            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
15175            - lib/unicode/In/SmallFormVariants.pl
15176            - lib/unicode/In/SpacingModifierLetters.pl
15177            - lib/unicode/In/Specials.pl
15178            - lib/unicode/In/SuperscriptsandSubscripts.pl
15179            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
15180            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
15181            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
15182            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
15183            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
15184           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
15185           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
15186           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
15187           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
15188           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
15189           !> utf8.c win32/Makefile
15190 ____________________________________________________________________________
15191 [  9903] By: jhi                                   on 2001/04/29  14:30:53
15192         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
15193              From: Prymmer/Kahn <pvhp@best.com>
15194              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
15195              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
15196      Branch: perl
15197            ! win32/Makefile
15198 ____________________________________________________________________________
15199 [  9902] By: jhi                                   on 2001/04/29  02:52:44
15200         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
15201              From: "Abigail" <abigail@foad.org>
15202              Date: Sun, 29 Apr 2001 03:14:25 +0200
15203              Message-ID: <20010429011425.24503.qmail@foad.org>
15204      Branch: perl
15205            ! ext/IO/lib/IO/Seekable.pm
15206 ____________________________________________________________________________
15207 [  9901] By: jhi                                   on 2001/04/29  02:04:46
15208         Log: In character classes one couldn't have 0x80..0xff characters
15209              at the left hand side if there were 0x100.. characters in the
15210              character class.
15211      Branch: perl
15212            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
15213            ! t/op/pat.t utf8.c
15214 ____________________________________________________________________________
15215 [  9900] By: jhi                                   on 2001/04/28  22:55:04
15216         Log: Forgot the latest mktables.PL from #9899.
15217      Branch: perl
15218            ! lib/unicode/mktables.PL
15219 ____________________________________________________________________________
15220 [  9899] By: jhi                                   on 2001/04/28  22:53:28
15221         Log: Explain the \p{} and \P{} error message better and
15222              have prettier prettyprint in In.pl.
15223      Branch: perl
15224            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
15225            ! pod/perldiag.pod
15226 ____________________________________________________________________________
15227 [  9898] By: jhi                                   on 2001/04/28  21:03:34
15228         Log: Add one possible explanation for the "Invalid [] range" error.
15229      Branch: perl
15230            ! pod/perldiag.pod
15231 ____________________________________________________________________________
15232 [  9897] By: jhi                                   on 2001/04/28  17:18:26
15233         Log: Add a level of indirection to the implementation of \p{InFoo}
15234              so that we don't have to have long filenames.  (Nothing changes
15235              in the user interface.)   The indirection is defined in
15236              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
15237              Also rename some the character classes by removing '-' from
15238              the classnames, and finally renamed Block.pl as Blocks.pl.
15239      Branch: perl
15240            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
15241            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
15242            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
15243            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
15244            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
15245            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
15246            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
15247            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
15248            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
15249            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
15250            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
15251            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
15252            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
15253            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
15254            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
15255            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
15256            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
15257            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
15258            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
15259            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
15260            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
15261            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
15262            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
15263            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
15264            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
15265            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
15266            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
15267            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
15268            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
15269            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
15270            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
15271            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
15272            + lib/unicode/In/94.pl lib/unicode/In/95.pl
15273            - lib/unicode/Block.pl
15274            - lib/unicode/In/AlphabeticPresentationForms.pl
15275            - lib/unicode/In/Arabic.pl
15276            - lib/unicode/In/ArabicPresentationForms-A.pl
15277            - lib/unicode/In/ArabicPresentationForms-B.pl
15278            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
15279            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
15280            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
15281            - lib/unicode/In/BopomofoExtended.pl
15282            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
15283            - lib/unicode/In/CJKCompatibility.pl
15284            - lib/unicode/In/CJKCompatibilityForms.pl
15285            - lib/unicode/In/CJKCompatibilityIdeographs.pl
15286            - lib/unicode/In/CJKRadicalsSupplement.pl
15287            - lib/unicode/In/CJKSymbolsandPunctuation.pl
15288            - lib/unicode/In/CJKUnifiedIdeographs.pl
15289            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
15290            - lib/unicode/In/Cherokee.pl
15291            - lib/unicode/In/CombiningDiacriticalMarks.pl
15292            - lib/unicode/In/CombiningHalfMarks.pl
15293            - lib/unicode/In/CombiningMarksforSymbols.pl
15294            - lib/unicode/In/ControlPictures.pl
15295            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
15296            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
15297            - lib/unicode/In/EnclosedAlphanumerics.pl
15298            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
15299            - lib/unicode/In/Ethiopic.pl
15300            - lib/unicode/In/GeneralPunctuation.pl
15301            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
15302            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
15303            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
15304            - lib/unicode/In/HalfwidthandFullwidthForms.pl
15305            - lib/unicode/In/HangulCompatibilityJamo.pl
15306            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
15307            - lib/unicode/In/Hebrew.pl
15308            - lib/unicode/In/HighPrivateUseSurrogates.pl
15309            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
15310            - lib/unicode/In/IPAExtensions.pl
15311            - lib/unicode/In/IdeographicDescriptionCharacters.pl
15312            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
15313            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
15314            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
15315            - lib/unicode/In/Latin-1Supplement.pl
15316            - lib/unicode/In/LatinExtended-A.pl
15317            - lib/unicode/In/LatinExtended-B.pl
15318            - lib/unicode/In/LatinExtendedAdditional.pl
15319            - lib/unicode/In/LetterlikeSymbols.pl
15320            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
15321            - lib/unicode/In/MathematicalOperators.pl
15322            - lib/unicode/In/MiscellaneousSymbols.pl
15323            - lib/unicode/In/MiscellaneousTechnical.pl
15324            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
15325            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
15326            - lib/unicode/In/OpticalCharacterRecognition.pl
15327            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
15328            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
15329            - lib/unicode/In/SmallFormVariants.pl
15330            - lib/unicode/In/SpacingModifierLetters.pl
15331            - lib/unicode/In/Specials.pl
15332            - lib/unicode/In/SuperscriptsandSubscripts.pl
15333            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
15334            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
15335            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
15336            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
15337            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
15338            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
15339            ! pod/perlunicode.pod
15340 ____________________________________________________________________________
15341 [  9896] By: jhi                                   on 2001/04/28  14:33:17
15342         Log: Update the information on shared library path on HP-UX.
15343      Branch: perl
15344            ! INSTALL
15345 ____________________________________________________________________________
15346 [  9895] By: jhi                                   on 2001/04/28  14:32:30
15347         Log: Because #9894 seems to do the trick, this workaround can be removed.
15348      Branch: perl
15349            ! t/lib/selfstubber.t
15350 ____________________________________________________________________________
15351 [  9894] By: jhi                                   on 2001/04/28  14:26:13
15352         Log: For PerlIO flush the children's file handles (on fork/exec/system).
15353      Branch: perl
15354            ! perl.h
15355 ____________________________________________________________________________
15356 [  9893] By: jhi                                   on 2001/04/28  14:23:15
15357         Log: Test tweak for #9891.
15358      Branch: perl
15359            ! t/lib/b-deparse.t
15360 ____________________________________________________________________________
15361 [  9892] By: jhi                                   on 2001/04/28  14:10:13
15362         Log: New HP-UX hints from Merijn.
15363      Branch: perl
15364            ! hints/hpux.sh
15365 ____________________________________________________________________________
15366 [  9891] By: jhi                                   on 2001/04/28  14:07:27
15367         Log: Subject: [PATCH B::Deparse] non-block scopes
15368              From: Robin Houston <robin@kitsite.com>
15369              Date: Fri, 27 Apr 2001 19:15:14 +0100
15370              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
15371      Branch: perl
15372            ! ext/B/B/Deparse.pm
15373 ____________________________________________________________________________
15374 [  9890] By: nick                                  on 2001/04/27  19:41:25
15375         Log: Integrate mainline
15376      Branch: perlio
15377           +> t/lib/selfstubber.t
15378           !> (integrate 50 files)
15379 ____________________________________________________________________________
15380 [  9889] By: jhi                                   on 2001/04/27  18:23:46
15381         Log: Subject: Re: selfstubber test fail on bleadperl
15382              From: Mike Guy <mjtg@cam.ac.uk>
15383              Date: Fri, 27 Apr 2001 19:31:18 +0100
15384              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
15385      Branch: perl
15386            ! t/lib/selfstubber.t
15387 ____________________________________________________________________________
15388 [  9888] By: jhi                                   on 2001/04/27  16:20:54
15389         Log: Test tweak for #9886.
15390      Branch: perl
15391            ! t/lib/b-deparse.t
15392 ____________________________________________________________________________
15393 [  9887] By: jhi                                   on 2001/04/27  16:16:33
15394         Log: Buffering issue at least in Solaris (even with perlio).
15395      Branch: perl
15396            ! t/lib/selfstubber.t
15397 ____________________________________________________________________________
15398 [  9886] By: jhi                                   on 2001/04/27  14:59:23
15399         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
15400              From: Robin Houston <robin@kitsite.com>
15401              Date: Fri, 27 Apr 2001 16:53:20 +0100
15402              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
15403      Branch: perl
15404            ! ext/B/B/Deparse.pm
15405 ____________________________________________________________________________
15406 [  9885] By: jhi                                   on 2001/04/27  14:23:51
15407         Log: Update Changes.
15408      Branch: perl
15409            ! Changes patchlevel.h
15410 ____________________________________________________________________________
15411 [  9884] By: jhi                                   on 2001/04/27  14:14:12
15412         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
15413              From: "Philip Newton" <pnewton@gmx.de>
15414              Date: Fri, 27 Apr 2001 16:40:13 +0200
15415              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
15416      Branch: perl
15417            ! pod/perldata.pod
15418 ____________________________________________________________________________
15419 [  9883] By: jhi                                   on 2001/04/27  13:28:19
15420         Log: Add LOG_PERROR; prettify the "removed".
15421      Branch: perl
15422            ! ext/Sys/Syslog/Syslog.xs
15423 ____________________________________________________________________________
15424 [  9882] By: jhi                                   on 2001/04/27  13:13:18
15425         Log: h2xs tweaks: use NV instead of double, "quote" the removed
15426              prefixes for clarity (especially when nothing is removed),
15427              slight pod reformats.
15428      Branch: perl
15429            ! utils/h2xs.PL
15430 ____________________________________________________________________________
15431 [  9881] By: jhi                                   on 2001/04/27  12:58:48
15432         Log: Don't bother creating existing directories.
15433      Branch: perl
15434            ! utils/h2xs.PL
15435 ____________________________________________________________________________
15436 [  9880] By: jhi                                   on 2001/04/27  12:45:39
15437         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
15438              From: Mike Schilli <m@perlmeister.com>
15439              Date: Wed, 25 Apr 2001 01:29:21 -0700
15440              Message-id: <3AE68AE1.6A981723@perlmeister.com>
15441      Branch: perl
15442            ! utils/h2xs.PL
15443 ____________________________________________________________________________
15444 [  9879] By: jhi                                   on 2001/04/27  12:40:55
15445         Log: break is not yet Perl.  Added the template license also to README.
15446      Branch: perl
15447            ! utils/h2xs.PL
15448 ____________________________________________________________________________
15449 [  9878] By: jhi                                   on 2001/04/27  03:08:20
15450         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
15451              From: Tim Jenness <t.jenness@jach.hawaii.edu>
15452              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
15453              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
15454      Branch: perl
15455            ! t/lib/xs-typemap.t
15456 ____________________________________________________________________________
15457 [  9877] By: jhi                                   on 2001/04/26  23:54:40
15458         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
15459              From: "Abigail" <abigail@foad.org>
15460              Date: Fri, 27 Apr 2001 01:44:28 +0200
15461              Message-ID: <20010426234428.19786.qmail@foad.org>
15462      Branch: perl
15463            ! utils/h2xs.PL
15464 ____________________________________________________________________________
15465 [  9876] By: jhi                                   on 2001/04/26  23:52:06
15466         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
15467              From: Peter Prymmer <pvhp@forte.com>
15468              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
15469              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
15470      Branch: perl
15471            ! t/lib/selfstubber.t
15472 ____________________________________________________________________________
15473 [  9875] By: jhi                                   on 2001/04/26  23:48:10
15474         Log: Deparse nits.
15475      Branch: perl
15476            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
15477 ____________________________________________________________________________
15478 [  9874] By: jhi                                   on 2001/04/26  22:46:05
15479         Log: Document ANYOF_CLASS.
15480      Branch: perl
15481            ! regcomp.h
15482 ____________________________________________________________________________
15483 [  9873] By: jhi                                   on 2001/04/26  22:35:03
15484         Log: Subject: Re: [PATCH @9846] dumping ANYOF
15485              From: Hugo <hv@crypt.compulink.co.uk>
15486              Date: Thu, 26 Apr 2001 23:33:38 +0100
15487              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
15488      Branch: perl
15489            ! regcomp.c regcomp.h
15490 ____________________________________________________________________________
15491 [  9872] By: jhi                                   on 2001/04/26  22:34:31
15492         Log: Subject: [PATCH] more for Devel::SelfStubber
15493              From: Nicholas Clark <nick@ccl4.org>
15494              Date: Fri, 27 Apr 2001 00:13:52 +0100
15495              Message-ID: <20010427001351.K88186@plum.flirble.org>
15496      Branch: perl
15497            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
15498 ____________________________________________________________________________
15499 [  9871] By: jhi                                   on 2001/04/26  21:59:17
15500         Log: Subject: [PATCH B::Deparse] formats must be flush left
15501              From: Robin Houston <robin@kitsite.com>
15502              Date: Thu, 26 Apr 2001 23:54:29 +0100
15503              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
15504      Branch: perl
15505            ! ext/B/B/Deparse.pm
15506 ____________________________________________________________________________
15507 [  9870] By: jhi                                   on 2001/04/26  21:57:37
15508         Log: If some of the constants are prefixes of others,
15509              the prefixes may never get recognized.  (See 20010426.006.)
15510      Branch: perl
15511            ! utils/h2xs.PL
15512 ____________________________________________________________________________
15513 [  9869] By: jhi                                   on 2001/04/26  21:50:42
15514         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
15515              From: Chris Bongaarts <cab@tc.umn.edu>
15516              Date: Thu, 26 Apr 2001 17:10:31 -0500
15517              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
15518      Branch: perl
15519            ! ext/Sys/Syslog/Syslog.xs
15520 ____________________________________________________________________________
15521 [  9868] By: jhi                                   on 2001/04/26  21:35:12
15522         Log: Further cuts and more docs from Graham Barr.
15523      Branch: perl
15524            ! ext/List/Util/lib/List/Util.pm
15525            ! ext/List/Util/lib/Scalar/Util.pm
15526 ____________________________________________________________________________
15527 [  9867] By: jhi                                   on 2001/04/26  21:18:57
15528         Log: Subject: [PATCH 5.7.1] DB_File-1.77
15529              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
15530              Date: Thu, 26 Apr 2001 22:37:53 +0100
15531              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
15532      Branch: perl
15533            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
15534            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
15535 ____________________________________________________________________________
15536 [  9866] By: jhi                                   on 2001/04/26  21:12:31
15537         Log: Subject: [PATCH B::Deparse] fix easy bugs
15538              From: Robin Houston <robin@kitsite.com>
15539              Date: Thu, 26 Apr 2001 23:03:33 +0100
15540              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
15541      Branch: perl
15542            ! ext/B/B/Deparse.pm
15543 ____________________________________________________________________________
15544 [  9865] By: jhi                                   on 2001/04/26  20:26:13
15545         Log: Update Changes.
15546      Branch: perl
15547            ! Changes patchlevel.h
15548 ____________________________________________________________________________
15549 [  9864] By: jhi                                   on 2001/04/26  19:27:48
15550         Log: Dethinko from Robin Houston.
15551      Branch: perl
15552            ! ext/B/B/Deparse.pm
15553 ____________________________________________________________________________
15554 [  9863] By: jhi                                   on 2001/04/26  19:10:35
15555         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
15556              From: Robin Houston <robin@kitsite.com>
15557              Date: Thu, 26 Apr 2001 21:08:32 +0100
15558              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
15559      Branch: perl
15560            ! ext/B/B/Deparse.pm
15561 ____________________________________________________________________________
15562 [  9862] By: jhi                                   on 2001/04/26  19:04:23
15563         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
15564              From: Robin Houston <robin@kitsite.com>
15565              Date: Thu, 26 Apr 2001 20:52:50 +0100
15566              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
15567      Branch: perl
15568            ! ext/B/B/Deparse.pm
15569 ____________________________________________________________________________
15570 [  9861] By: jhi                                   on 2001/04/26  18:56:14
15571         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
15572              From: Mike Guy <mjtg@cam.ac.uk>
15573              Date: Thu, 26 Apr 2001 14:22:40 +0100
15574              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
15575      Branch: perl
15576            ! pod/perlobj.pod
15577 ____________________________________________________________________________
15578 [  9860] By: jhi                                   on 2001/04/26  18:46:42
15579         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
15580              From: Robin Houston <robin@kitsite.com>
15581              Date: Thu, 26 Apr 2001 20:34:29 +0100
15582              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
15583              
15584              Hashes do not interpolate.
15585      Branch: perl
15586            ! ext/B/B/Deparse.pm
15587 ____________________________________________________________________________
15588 [  9859] By: jhi                                   on 2001/04/26  18:43:51
15589         Log: Subject: The Time::Piece conspiracy unmasked!!!
15590              From: Mike Guy <mjtg@cam.ac.uk>
15591              Date: Thu, 26 Apr 2001 19:02:50 +0100
15592              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
15593              
15594              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
15595              From: Mike Guy <mjtg@cam.ac.uk>
15596              Date: Thu, 26 Apr 2001 19:08:21 +0100
15597              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
15598              
15599              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
15600              From: Graham Barr <gbarr@pobox.com>
15601              Date: Thu, 26 Apr 2001 19:12:03 +0100
15602              Message-ID: <20010426191203.A70835@pobox.com>
15603              
15604              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
15605      Branch: perl
15606            ! ext/List/Util/lib/List/Util.pm
15607            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
15608 ____________________________________________________________________________
15609 [  9858] By: jhi                                   on 2001/04/26  18:17:42
15610         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
15611              From: Robin Houston <robin@kitsite.com>
15612              Date: Thu, 26 Apr 2001 16:09:35 +0100
15613              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
15614      Branch: perl
15615            ! t/comp/proto.t
15616 ____________________________________________________________________________
15617 [  9857] By: jhi                                   on 2001/04/26  18:04:59
15618         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
15619              From: barries <barries@slaysys.com>
15620              Date: Thu, 26 Apr 2001 12:01:10 -0400
15621              Message-ID: <20010426120110.E29698@jester.slaysys.com>
15622      Branch: perl
15623            ! pod/perldiag.pod
15624 ____________________________________________________________________________
15625 [  9856] By: jhi                                   on 2001/04/26  18:03:33
15626         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
15627              Date: Thu, 26 Apr 2001 17:13:41 +0100
15628              From: Robin Houston <robin@kitsite.com>
15629              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
15630              
15631              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
15632              From: Robin Houston <robin@kitsite.com>
15633              Date: Thu, 26 Apr 2001 18:44:29 +0100
15634              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
15635      Branch: perl
15636            ! ext/B/B/Deparse.pm
15637 ____________________________________________________________________________
15638 [  9855] By: jhi                                   on 2001/04/26  17:56:04
15639         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
15640              From: Robin Houston <robin@kitsite.com>
15641              Date: Thu, 26 Apr 2001 17:04:08 +0100
15642              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
15643      Branch: perl
15644            ! ext/B/B/Deparse.pm
15645 ____________________________________________________________________________
15646 [  9854] By: jhi                                   on 2001/04/26  17:47:26
15647         Log: Subject: Re: Short test case for undef %stash:: crash
15648              From: Benjamin Sugars <bsugars@canoe.ca> 
15649              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
15650              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
15651              Changed and moved the perldiag entry.
15652      Branch: perl
15653            ! gv.c pod/perldiag.pod
15654 ____________________________________________________________________________
15655 [  9853] By: jhi                                   on 2001/04/26  14:35:16
15656         Log: Beginnings of strptime().  Do not touch the wet paint.
15657      Branch: perl
15658            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
15659 ____________________________________________________________________________
15660 [  9852] By: jhi                                   on 2001/04/26  13:17:21
15661         Log: Retract #9851, core dumps from pod2man.
15662      Branch: perl
15663            ! regcomp.c
15664 ____________________________________________________________________________
15665 [  9851] By: jhi                                   on 2001/04/26  11:54:41
15666         Log: (Retracted by #9852.)
15667              
15668              Subject: [PATCH @9846] dumping ANYOF
15669              From: Hugo <hv@crypt.compulink.co.uk>
15670              Date: Thu, 26 Apr 2001 05:32:38 +0100
15671              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
15672      Branch: perl
15673            ! regcomp.c
15674 ____________________________________________________________________________
15675 [  9850] By: jhi                                   on 2001/04/26  02:34:44
15676         Log: If ccflags was empty the _previous_ $* containing all the
15677              environment variables and Configure variables was used,
15678              which lead, among other bad things, into $ccflags being your
15679              uname -a output, which lead into test compile with cc failing,
15680              which lead into gcc being selected, which didn't work that well
15681              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
15682              with large files, et cetera.
15683      Branch: perl
15684            ! hints/hpux.sh
15685 ____________________________________________________________________________
15686 [  9849] By: jhi                                   on 2001/04/26  01:44:57
15687         Log: Make selfstubber test more portable.
15688      Branch: perl
15689            ! t/lib/selfstubber.t
15690 ____________________________________________________________________________
15691 [  9848] By: jhi                                   on 2001/04/26  00:50:26
15692         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
15693              From: Benjamin Sugars <ben.sugars@home.com>
15694              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
15695              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
15696      Branch: perl
15697            ! ext/Cwd/Cwd.xs
15698 ____________________________________________________________________________
15699 [  9847] By: jhi                                   on 2001/04/26  00:46:58
15700         Log: Subject: [PATCH: perl@9841] VMS updates
15701              From: Peter Prymmer <pvhp@forte.com>
15702              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
15703              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
15704      Branch: perl
15705            ! README.vms configure.com vms/descrip_mms.template
15706            ! vms/ext/filespec.t
15707 ____________________________________________________________________________
15708 [  9846] By: jhi                                   on 2001/04/26  00:11:56
15709         Log: re 'debug' was broken by #9084.
15710      Branch: perl
15711            ! ext/re/re.xs
15712 ____________________________________________________________________________
15713 [  9845] By: jhi                                   on 2001/04/25  22:33:17
15714         Log: Subject: [PATCH] test for Devel::SelfStubber
15715              From: Nicholas Clark <nick@ccl4.org>
15716              Date: Thu, 26 Apr 2001 00:00:54 +0100
15717              Message-ID: <20010426000054.D89026@plum.flirble.org>
15718      Branch: perl
15719            + t/lib/selfstubber.t
15720            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
15721 ____________________________________________________________________________
15722 [  9844] By: jhi                                   on 2001/04/25  22:29:32
15723         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
15724              From: Paul Johnson <paul@pjcj.net>
15725              Date: Thu, 26 Apr 2001 00:46:08 +0200
15726              Message-ID: <20010426004608.H2338@pjcj.net>
15727      Branch: perl
15728            ! ext/B/B/Concise.pm
15729 ____________________________________________________________________________
15730 [  9843] By: jhi                                   on 2001/04/25  22:28:28
15731         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
15732              From: Peter Prymmer <pvhp@forte.com>
15733              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
15734              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
15735      Branch: perl
15736            ! ext/Cwd/Cwd.xs
15737 ____________________________________________________________________________
15738 [  9842] By: jhi                                   on 2001/04/25  20:58:12
15739         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
15740              From: John Peacock <jpeacock@rowman.com>
15741              Date: Wed, 25 Apr 2001 17:30:26 -0400
15742              Message-ID: <3AE741F2.B3217464@rowman.com>
15743      Branch: perl
15744            ! lib/Math/BigInt.pm t/lib/bigintpm.t
15745 ____________________________________________________________________________
15746 [  9841] By: jhi                                   on 2001/04/25  20:07:05
15747         Log: Update Changes.
15748      Branch: perl
15749            ! Changes patchlevel.h
15750 ____________________________________________________________________________
15751 [  9840] By: jhi                                   on 2001/04/25  19:56:51
15752         Log: Yet another HP-UX hints version from Merijn.
15753      Branch: perl
15754            ! hints/hpux.sh
15755 ____________________________________________________________________________
15756 [  9839] By: jhi                                   on 2001/04/25  19:53:04
15757         Log: abs_path() didn't terminate the filename correctly,
15758              in DIRNAMLENless systems like HP-UX this would fail.
15759      Branch: perl
15760            ! ext/Cwd/Cwd.xs
15761 ____________________________________________________________________________
15762 [  9838] By: jhi                                   on 2001/04/25  16:37:26
15763         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
15764              From: Mike Guy <mjtg@cam.ac.uk>
15765              Date: Wed, 25 Apr 2001 18:31:47 +0100
15766              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
15767      Branch: perl
15768            ! op.c
15769 ____________________________________________________________________________
15770 [  9837] By: jhi                                   on 2001/04/25  16:21:53
15771         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
15772              From: Jon Eveland <jweveland@yahoo.com>
15773              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
15774              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
15775      Branch: perl
15776            ! lib/perl5db.pl
15777 ____________________________________________________________________________
15778 [  9836] By: jhi                                   on 2001/04/25  14:17:50
15779         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
15780              From: "Philip Newton" <pnewton@gmx.de>
15781              Date: Wed, 25 Apr 2001 17:05:58 +0200
15782              Message-ID: <3AE703F6.3234.1833C45@localhost>
15783      Branch: perl
15784            ! Porting/patching.pod
15785 ____________________________________________________________________________
15786 [  9835] By: jhi                                   on 2001/04/25  13:58:07
15787         Log: It would seem that both ar and full_ar need to be overridden
15788              for HP-UX to avoid the GNU ar.
15789      Branch: perl
15790            ! hints/hpux.sh
15791 ____________________________________________________________________________
15792 [  9834] By: jhi                                   on 2001/04/25  13:50:40
15793         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
15794              From: "Philip Newton" <pnewton@gmx.de>
15795              Date: Wed, 25 Apr 2001 16:09:23 +0200
15796              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
15797              
15798              Detypo.
15799      Branch: perl
15800            ! t/op/misc.t
15801 ____________________________________________________________________________
15802 [  9833] By: jhi                                   on 2001/04/25  12:36:11
15803         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
15804      Branch: perl
15805            ! hints/hpux.sh
15806 ____________________________________________________________________________
15807 [  9832] By: jhi                                   on 2001/04/25  12:33:36
15808         Log: New version of HP-UX hints from Merijn.
15809      Branch: perl
15810            ! hints/hpux.sh
15811 ____________________________________________________________________________
15812 [  9831] By: jhi                                   on 2001/04/25  03:39:45
15813         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
15814      Branch: perl
15815            ! hints/hpux.sh
15816 ____________________________________________________________________________
15817 [  9830] By: jhi                                   on 2001/04/25  02:53:25
15818         Log: The tzname[] bit is not needed by util.c -- and causes
15819              heartburn in VMS (and it missing was probably the cause of
15820              the Mac OS X trouble).  Ouch.
15821      Branch: perl
15822            ! ext/POSIX/POSIX.xs util.c
15823 ____________________________________________________________________________
15824 [  9829] By: jhi                                   on 2001/04/25  00:10:06
15825         Log: Metaconfig unit change for #9828.
15826      Branch: metaconfig
15827            ! U/compline/ccflags.U
15828 ____________________________________________________________________________
15829 [  9828] By: jhi                                   on 2001/04/25  00:04:18
15830         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
15831              (which is actually the reason for the change, we need to pass
15832              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
15833              EP/IX, OS/2, and TitanOS, based on the hints files.
15834      Branch: perl
15835            ! Configure config_h.SH
15836 ____________________________________________________________________________
15837 [  9827] By: jhi                                   on 2001/04/24  23:49:20
15838         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
15839              the $cat must have an absolute path.
15840      Branch: perl
15841            ! makedepend.SH
15842 ____________________________________________________________________________
15843 [  9826] By: jhi                                   on 2001/04/24  23:40:53
15844         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
15845      Branch: perl
15846            ! README.amiga
15847 ____________________________________________________________________________
15848 [  9825] By: jhi                                   on 2001/04/24  23:35:35
15849         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
15850              From: "Philip Newton" <pnewton@gmx.de>
15851              Date: Tue, 24 Apr 2001 18:52:49 +0200
15852              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
15853      Branch: perl
15854            ! x2p/find2perl.PL
15855 ____________________________________________________________________________
15856 [  9824] By: jhi                                   on 2001/04/24  23:33:07
15857         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
15858              Some gcc specifics dropped out due to extensive rewriting;
15859              will be put back later as needed.
15860      Branch: perl
15861            ! hints/hpux.sh
15862 ____________________________________________________________________________
15863 [  9823] By: jhi                                   on 2001/04/24  23:27:57
15864         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
15865      Branch: perl
15866            ! ext/POSIX/POSIX.xs
15867 ____________________________________________________________________________
15868 [  9822] By: jhi                                   on 2001/04/24  23:25:21
15869         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
15870              From: Tim Jenness <t.jenness@jach.hawaii.edu>
15871              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
15872              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
15873      Branch: perl
15874            ! ext/XS/Typemap/Typemap.xs
15875 ____________________________________________________________________________
15876 [  9821] By: jhi                                   on 2001/04/24  23:24:10
15877         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
15878              From: "Abigail" <abigail@foad.org>
15879              Date: Tue, 24 Apr 2001 23:12:03 +0200
15880              Message-ID: <20010424211203.7901.qmail@foad.org>
15881      Branch: perl
15882            ! pod/perlport.pod
15883 ____________________________________________________________________________
15884 [  9820] By: jhi                                   on 2001/04/24  23:23:15
15885         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
15886              From: Matt Sergeant <matt@sergeant.org>
15887              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
15888              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
15889      Branch: perl
15890            ! pod/perlfaq4.pod
15891 ____________________________________________________________________________
15892 [  9819] By: nick                                  on 2001/04/24  18:49:43
15893         Log: Integrate mainline.
15894      Branch: perlio
15895           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
15896           !> (integrate 37 files)
15897 ____________________________________________________________________________
15898 [  9818] By: jhi                                   on 2001/04/24  14:35:23
15899         Log: Update Changes.
15900      Branch: perl
15901            ! Changes patchlevel.h
15902 ____________________________________________________________________________
15903 [  9817] By: jhi                                   on 2001/04/24  14:09:17
15904         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
15905              From: "Philip Newton" <pnewton@gmx.de>
15906              Date: Tue, 24 Apr 2001 12:58:12 +0200
15907              Message-ID: <3AE57864.8304.B77A0A@localhost> 
15908              
15909              plus add CPAN to the list of modules that have their own tests.
15910      Branch: perl
15911            ! t/lib/1_compile.t
15912 ____________________________________________________________________________
15913 [  9816] By: jhi                                   on 2001/04/24  14:07:03
15914         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
15915              From: Michael G Schwern <schwern@pobox.com>
15916              Date: Sat, 21 Apr 2001 22:35:00 +0100
15917              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
15918      Branch: perl
15919            ! t/lib/1_compile.t
15920 ____________________________________________________________________________
15921 [  9815] By: jhi                                   on 2001/04/24  13:54:32
15922         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
15923              From: Robin Houston <robin@kitsite.com>
15924              Date: Tue, 24 Apr 2001 15:51:18 +0100
15925              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
15926      Branch: perl
15927            ! ext/B/B/Deparse.pm
15928 ____________________________________________________________________________
15929 [  9814] By: jhi                                   on 2001/04/24  13:17:34
15930         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
15931              From: Bill Glicker <billg@burrelles.com>
15932              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
15933              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
15934      Branch: perl
15935            ! hints/svr5.sh
15936 ____________________________________________________________________________
15937 [  9813] By: jhi                                   on 2001/04/24  12:54:23
15938         Log: Prevent path disclosure (probing for existence of filenames)
15939              using suidperl; bug id 20010322.218.
15940      Branch: perl
15941            ! perl.c pod/perldiag.pod
15942 ____________________________________________________________________________
15943 [  9812] By: jhi                                   on 2001/04/24  12:08:36
15944         Log: Retract #9811.
15945      Branch: perl
15946            ! ext/POSIX/POSIX.xs
15947 ____________________________________________________________________________
15948 [  9811] By: jhi                                   on 2001/04/24  11:57:35
15949         Log: (Retracted by #9812.)
15950      Branch: perl
15951            ! ext/POSIX/POSIX.xs
15952 ____________________________________________________________________________
15953 [  9810] By: jhi                                   on 2001/04/24  03:32:35
15954         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
15955      Branch: perl
15956            ! util.c
15957 ____________________________________________________________________________
15958 [  9809] By: jhi                                   on 2001/04/24  03:16:13
15959         Log: The Math::BigFloat::import() was broken.
15960              (Fixes bug id 20010422.002.)
15961      Branch: perl
15962            ! lib/Math/BigFloat.pm
15963 ____________________________________________________________________________
15964 [  9808] By: jhi                                   on 2001/04/24  01:11:40
15965         Log: Additional dependencies; should help for parallel makes
15966              not to fail on missing lib/lib.pm or lib/re.pm.
15967      Branch: perl
15968            ! Makefile.SH
15969 ____________________________________________________________________________
15970 [  9807] By: jhi                                   on 2001/04/24  00:57:01
15971         Log: Update the test failure disclaimer.
15972      Branch: perl
15973            ! t/pragma/warn/pp_hot
15974 ____________________________________________________________________________
15975 [  9806] By: jhi                                   on 2001/04/24  00:54:04
15976         Log: Add make target "install-all" which is alias for "install"
15977              to cater for case-preserving filesystems like HFS+.
15978      Branch: perl
15979            ! INSTALL Makefile.SH
15980 ____________________________________________________________________________
15981 [  9805] By: jhi                                   on 2001/04/24  00:47:28
15982         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
15983              From: Peter Prymmer <pvhp@forte.com>
15984              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
15985              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
15986              
15987              (Ken William's message forwarded from macosx@perl.org)
15988      Branch: perl
15989            ! hints/darwin.sh
15990 ____________________________________________________________________________
15991 [  9804] By: jhi                                   on 2001/04/23  23:57:35
15992         Log: Cut-and-pasto.
15993      Branch: perl
15994            ! perlio.c
15995 ____________________________________________________________________________
15996 [  9803] By: jhi                                   on 2001/04/23  23:52:25
15997         Log: More PerlIO robustness.
15998      Branch: perl
15999            ! perlio.c
16000 ____________________________________________________________________________
16001 [  9802] By: jhi                                   on 2001/04/23  23:43:35
16002         Log: Make the "STD* opened only for ..." errors more consistent.
16003      Branch: perl
16004            ! doio.c
16005 ____________________________________________________________________________
16006 [  9801] By: jhi                                   on 2001/04/23  23:34:26
16007         Log: Test case for #9800.
16008      Branch: perl
16009            ! t/op/misc.t
16010 ____________________________________________________________________________
16011 [  9800] By: jhi                                   on 2001/04/23  23:14:43
16012         Log: Avoid coredump on 'close STDERR; die' by making
16013              the PerlIO calls more robust.  Also use SETERRNO()
16014              instead of errno = to be more VMS-ready.
16015      Branch: perl
16016            ! perlio.c
16017 ____________________________________________________________________________
16018 [  9799] By: jhi                                   on 2001/04/23  21:41:10
16019         Log: Subject: test for ID 20010423.002
16020              From: Robin Houston <robin@kitsite.com>
16021              Date: Mon, 23 Apr 2001 16:52:21 +0100
16022              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
16023      Branch: perl
16024            ! t/op/avhv.t
16025 ____________________________________________________________________________
16026 [  9798] By: jhi                                   on 2001/04/23  21:40:07
16027         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
16028              From: David Dyck <dcd@tc.fluke.com>
16029              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
16030              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
16031      Branch: perl
16032            ! installperl
16033 ____________________________________________________________________________
16034 [  9797] By: jhi                                   on 2001/04/23  21:37:56
16035         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
16036              From: Benjamin Sugars <bsugars@canoe.ca>
16037              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
16038              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
16039      Branch: perl
16040            ! ext/Cwd/Cwd.xs lib/Cwd.pm
16041 ____________________________________________________________________________
16042 [  9796] By: jhi                                   on 2001/04/23  21:29:24
16043         Log: Synchronize h2xs and pod2man some more on the documentation
16044              templates they propose.
16045      Branch: perl
16046            ! pod/pod2man.PL utils/h2xs.PL
16047 ____________________________________________________________________________
16048 [  9795] By: jhi                                   on 2001/04/23  17:30:40
16049         Log: Add one more naughty test for base64; make encoding logic cleaner.
16050      Branch: perl
16051            ! t/lib/mimeb64.t
16052 ____________________________________________________________________________
16053 [  9794] By: jhi                                   on 2001/04/23  13:51:32
16054         Log: Update Changes.
16055      Branch: perl
16056            ! Changes patchlevel.h
16057 ____________________________________________________________________________
16058 [  9793] By: jhi                                   on 2001/04/23  13:44:18
16059         Log: Duplicate lines.
16060      Branch: perl
16061            ! MANIFEST
16062 ____________________________________________________________________________
16063 [  9792] By: jhi                                   on 2001/04/23  13:39:13
16064         Log: Subject: Re: PATCH 5.7.1
16065              From: Mark-Jason Dominus <mjd@plover.com>
16066              Date: Mon, 23 Apr 2001 10:30:21 -0400
16067              Message-ID: <20010423143021.17335.qmail@plover.com>
16068      Branch: perl
16069            ! perl.h sv.c
16070 ____________________________________________________________________________
16071 [  9791] By: jhi                                   on 2001/04/23  13:32:40
16072         Log: Add the CPAN.pm 1.59_54 tests.
16073      Branch: perl
16074            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
16075            ! MANIFEST
16076 ____________________________________________________________________________
16077 [  9790] By: jhi                                   on 2001/04/23  13:21:55
16078         Log: Subject: Deparse nit
16079              From: Robin Houston <robin@kitsite.com>
16080              Date: Mon, 23 Apr 2001 12:38:20 +0100
16081              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
16082      Branch: perl
16083            ! ext/B/B/Deparse.pm
16084 ____________________________________________________________________________
16085 [  9789] By: jhi                                   on 2001/04/23  13:19:07
16086         Log: Subject: [PATCH] bug 20010423.002
16087              From: Robin Houston <robin@kitsite.com>
16088              Date: Mon, 23 Apr 2001 13:12:30 +0100
16089              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
16090      Branch: perl
16091            ! pp.c
16092 ____________________________________________________________________________
16093 [  9788] By: jhi                                   on 2001/04/23  13:02:49
16094         Log: Subject: PATCH [5.7.1] hv.c unused #define
16095              From: Mark-Jason Dominus <mjd@plover.com>
16096              Date: Sun, 22 Apr 2001 14:17:49 -0400
16097              Message-ID: <20010422181749.26976.qmail@plover.com>
16098      Branch: perl
16099            ! hv.c
16100 ____________________________________________________________________________
16101 [  9787] By: jhi                                   on 2001/04/23  13:02:02
16102         Log: Subject: PATCH 5.7.1
16103              From: Mark-Jason Dominus <mjd@plover.com>
16104              Date: Sun, 22 Apr 2001 15:12:57 -0400
16105              Message-ID: <20010422191258.6539.qmail@plover.com>
16106              
16107              plus Sarathy's STMT_START + STMT_END suggestion.
16108      Branch: perl
16109            ! perl.h
16110 ____________________________________________________________________________
16111 [  9786] By: jhi                                   on 2001/04/23  12:53:25
16112         Log: Fix for
16113              
16114              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
16115              From: dLux <dlux@spam.sch.bme.hu>
16116              Date: Mon, 23 Apr 2001 01:25:26 +0200
16117              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
16118              
16119              (SvGROW really does return a char *.)
16120      Branch: perl
16121            ! pod/perlapi.pod sv.h
16122 ____________________________________________________________________________
16123 [  9785] By: jhi                                   on 2001/04/23  04:34:04
16124         Log: Time::Piece work continues.  $t->day removed since
16125              I think it's too confusing.  Now has normal and
16126              abbreviated length weekday names and month names,
16127              the names change with _names(), not _list().
16128              Now has strftime() in Perl, _strftime() is
16129              the libc version (to which strftime() falls back
16130              if it doesn't know the format.  To do: the reverse
16131              of strftime, strptime(), and the localisation of both.
16132      Branch: perl
16133            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
16134            ! t/lib/time-piece.t
16135 ____________________________________________________________________________
16136 [  9784] By: jhi                                   on 2001/04/23  02:41:46
16137         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
16138              From: andreas.koenig@anima.de (Andreas J. Koenig)
16139              Date: 23 Apr 2001 05:20:55 +0200
16140              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
16141      Branch: perl
16142            ! t/pragma/overload.t
16143 ____________________________________________________________________________
16144 [  9783] By: jhi                                   on 2001/04/22  23:32:42
16145         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
16146              From: Robin Houston <robin@kitsite.com>
16147              Date: Mon, 23 Apr 2001 00:38:18 +0100
16148              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
16149      Branch: perl
16150            ! ext/B/B/Deparse.pm
16151 ____________________________________________________________________________
16152 [  9782] By: jhi                                   on 2001/04/22  20:55:43
16153         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
16154              From: Simon Cozens <simon@netthink.co.uk>
16155              Date: Sun, 22 Apr 2001 18:47:25 +0100
16156              Message-ID: <20010422184725.A14411@netthink.co.uk>
16157      Branch: perl
16158            ! sv.c t/pragma/overload.t
16159 ____________________________________________________________________________
16160 [  9781] By: jhi                                   on 2001/04/22  20:52:13
16161         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
16162              From: Robin Houston <robin@kitsite.com>
16163              Date: Sun, 22 Apr 2001 22:14:50 +0100
16164              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
16165      Branch: perl
16166            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
16167 ____________________________________________________________________________
16168 [  9780] By: nick                                  on 2001/04/22  20:40:31
16169         Log: Integrate mainline.
16170      Branch: perlio
16171           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
16172           +> t/lib/b-stash.t
16173           !> (integrate 38 files)
16174 ____________________________________________________________________________
16175 [  9779] By: jhi                                   on 2001/04/22  15:16:03
16176         Log: Subject: IO::Socket::INET patch
16177              From: andrew deryabin <djsf@technarchy.ru>
16178              Date: Sat, 21 Apr 2001 17:46:52 +0400
16179              Message-ID: <20010421174652.B1426@technarchy>
16180      Branch: perl
16181            ! ext/IO/lib/IO/Socket/INET.pm
16182 ____________________________________________________________________________
16183 [  9778] By: jhi                                   on 2001/04/22  15:14:33
16184         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
16185              From: Mark-Jason Dominus <mjd@plover.com>
16186              Date: Sat, 21 Apr 2001 21:27:49 -0400
16187              Message-ID: <20010422012749.27024.qmail@plover.com>
16188      Branch: perl
16189            ! regcomp.c
16190 ____________________________________________________________________________
16191 [  9777] By: jhi                                   on 2001/04/22  15:10:51
16192         Log: Subject: Re: Regex debugger patch 
16193              From: Mark-Jason Dominus <mjd@plover.com>
16194              Date: Sat, 21 Apr 2001 21:48:51 -0400
16195              Message-ID: <20010422014851.27165.qmail@plover.com>
16196      Branch: perl
16197            ! pod/perldebguts.pod
16198 ____________________________________________________________________________
16199 [  9776] By: jhi                                   on 2001/04/22  15:09:48
16200         Log: Subject: Re: Regex debugger patch
16201              From: Mark-Jason Dominus <mjd@plover.com>
16202              Date: Sat, 21 Apr 2001 14:24:39 -0400
16203              Message-ID: <20010421182439.16508.qmail@plover.com>
16204              
16205              Regex debugger backend.
16206      Branch: perl
16207            ! regcomp.c regexp.h
16208 ____________________________________________________________________________
16209 [  9775] By: jhi                                   on 2001/04/21  16:45:40
16210         Log: Subject: [PATCH] Typo in utf8.h
16211              From: Jesús Quiroga <jquiroga@pobox.com>
16212              Date: Sat, 21 Apr 2001 19:25:33 +0200
16213              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
16214      Branch: perl
16215            ! utf8.h
16216 ____________________________________________________________________________
16217 [  9774] By: jhi                                   on 2001/04/21  16:43:52
16218         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
16219              From: Joe Orton <jorton@redhat.com>
16220              Date: Tue, 17 Apr 2001 15:50:43 +0100
16221              Message-Id: <20010417155043.D19132@eu.c2.net>
16222      Branch: perl
16223            ! hints/svr5.sh
16224 ____________________________________________________________________________
16225 [  9773] By: jhi                                   on 2001/04/21  15:30:15
16226         Log: Subject: Patch utils/h2xs.PL
16227              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
16228              Date: Sat, 21 Apr 2001 10:32:16 -0500
16229              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
16230              
16231              Add MAILING list and LICENSE templates.
16232      Branch: perl
16233            ! utils/h2xs.PL
16234 ____________________________________________________________________________
16235 [  9772] By: jhi                                   on 2001/04/21  15:28:36
16236         Log: Subject: perlfaq2.patch for 5.7.1
16237              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
16238              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
16239              Date: Fri, 20 Apr 2001 16:42:19 -0500
16240              
16241              rm an extra tab, a blurb about the xx.cpan to clarify
16242              which countries actually have that and dejanews is history
16243              as well as most of that nonsensical entry.
16244      Branch: perl
16245            ! pod/perlfaq2.pod
16246 ____________________________________________________________________________
16247 [  9771] By: jhi                                   on 2001/04/21  15:27:17
16248         Log: Subject: perlfaq1.patch for 5.7.1
16249              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
16250              Date: Fri, 20 Apr 2001 16:57:36 -0500
16251              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
16252              
16253              Evil URLs must die. Especially when they are broken.
16254      Branch: perl
16255            ! pod/perlfaq1.pod
16256 ____________________________________________________________________________
16257 [  9770] By: jhi                                   on 2001/04/21  15:23:38
16258         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
16259              From: Michael G Schwern <schwern@pobox.com>
16260              Date: Sat, 21 Apr 2001 16:11:12 +0100
16261              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
16262      Branch: perl
16263            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
16264            + t/lib/b-stash.t
16265            ! MANIFEST ext/B/B.pm t/lib/b.t
16266 ____________________________________________________________________________
16267 [  9769] By: jhi                                   on 2001/04/21  15:03:32
16268         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
16269              From: Michael G Schwern <schwern@pobox.com>
16270              Date: Sat, 21 Apr 2001 09:48:00 +0100
16271              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
16272      Branch: perl
16273            ! utils/h2ph.PL
16274 ____________________________________________________________________________
16275 [  9768] By: jhi                                   on 2001/04/21  14:33:49
16276         Log: PerlIO and Encode doc cleanup and tweaks.
16277      Branch: perl
16278            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
16279            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
16280 ____________________________________________________________________________
16281 [  9767] By: jhi                                   on 2001/04/21  12:40:16
16282         Log: Integrate perlio.
16283      Branch: perl
16284           !> doio.c
16285 ____________________________________________________________________________
16286 [  9766] By: nick                                  on 2001/04/20  18:28:35
16287         Log: Avoid core dump on
16288              open(STDOUT,">",\$foo);
16289      Branch: perlio
16290            ! doio.c
16291 ____________________________________________________________________________
16292 [  9765] By: jhi                                   on 2001/04/20  13:23:43
16293         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
16294              From: Robin Houston <robin@kitsite.com>
16295              Date: Fri, 20 Apr 2001 14:29:22 +0100
16296              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
16297      Branch: perl
16298            ! ext/B/B.pm ext/B/B/Deparse.pm
16299 ____________________________________________________________________________
16300 [  9764] By: jhi                                   on 2001/04/20  13:19:33
16301         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
16302              From: Peter Prymmer <pvhp@forte.com>
16303              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
16304              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
16305      Branch: perl
16306            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
16307            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
16308            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
16309            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
16310 ____________________________________________________________________________
16311 [  9763] By: jhi                                   on 2001/04/20  12:36:39
16312         Log: Subject: Re: A new PerlIO coredump
16313              From: Nick Ing-Simmons <nik@tiuk.ti.com>
16314              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
16315              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
16316      Branch: perl
16317            ! doio.c
16318 ____________________________________________________________________________
16319 [  9762] By: jhi                                   on 2001/04/19  23:02:30
16320         Log: Update Changes.
16321      Branch: perl
16322            ! Changes patchlevel.h
16323 ____________________________________________________________________________
16324 [  9761] By: jhi                                   on 2001/04/19  22:59:19
16325         Log: More cleanup cleanup.
16326      Branch: perl
16327            ! Makefile.SH win32/Makefile win32/makefile.mk
16328 ____________________________________________________________________________
16329 [  9760] By: jhi                                   on 2001/04/19  22:50:31
16330         Log: lib/Time is non-empty, let's not rmdir it.
16331      Branch: perl
16332            ! Makefile.SH
16333 ____________________________________________________________________________
16334 [  9759] By: jhi                                   on 2001/04/19  22:36:51
16335         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
16336              From: Robin Houston <robin@kitsite.com>
16337              Date: Fri, 20 Apr 2001 00:18:53 +0100
16338              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
16339      Branch: perl
16340            ! ext/B/B/Deparse.pm
16341 ____________________________________________________________________________
16342 [  9758] By: jhi                                   on 2001/04/19  22:36:00
16343         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
16344              From: Peter Prymmer <pvhp@forte.com>
16345              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
16346              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
16347      Branch: perl
16348            ! ext/Cwd/Cwd.xs
16349 ____________________________________________________________________________
16350 [  9757] By: nick                                  on 2001/04/19  18:53:54
16351         Log: Blind (untested) integrate of mainline.
16352      Branch: perlio
16353           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
16354           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
16355           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
16356           !> (integrate 53 files)
16357 ____________________________________________________________________________
16358 [  9756] By: jhi                                   on 2001/04/19  16:59:23
16359         Log: Document and test Time::Piece.
16360      Branch: perl
16361            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
16362            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
16363 ____________________________________________________________________________
16364 [  9755] By: jhi                                   on 2001/04/19  12:13:29
16365         Log: A better fix for the \x{12345678} trouble from NI-S.
16366      Branch: perl
16367            ! utf8.c
16368 ____________________________________________________________________________
16369 [  9754] By: jhi                                   on 2001/04/19  11:56:07
16370         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
16371              From: Robin Houston <robin@kitsite.com>
16372              Date: Wed, 18 Apr 2001 17:58:33 +0100
16373              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
16374      Branch: perl
16375            ! ext/B/B/Deparse.pm op.c
16376 ____________________________________________________________________________
16377 [  9753] By: jhi                                   on 2001/04/19  04:21:52
16378         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
16379              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
16380              Date: Thu, 19 Apr 2001 01:11:41 -0400
16381              Message-ID: <20010419011141.A5798@cpan.org>
16382      Branch: perl
16383            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
16384 ____________________________________________________________________________
16385 [  9752] By: jhi                                   on 2001/04/19  02:41:10
16386         Log: The new time utils need to be thread-aware, too.
16387      Branch: perl
16388            ! util.c
16389 ____________________________________________________________________________
16390 [  9751] By: jhi                                   on 2001/04/19  02:26:47
16391         Log: Compilation nit noticed by AIX compiler.
16392      Branch: perl
16393            ! perlio.c
16394 ____________________________________________________________________________
16395 [  9750] By: jhi                                   on 2001/04/19  02:20:06
16396         Log: The new time utils need to be public.
16397      Branch: perl
16398            ! embed.pl
16399 ____________________________________________________________________________
16400 [  9749] By: jhi                                   on 2001/04/19  01:42:39
16401         Log: Regen toc.
16402      Branch: perl
16403            ! pod/perltoc.pod
16404 ____________________________________________________________________________
16405 [  9748] By: jhi                                   on 2001/04/19  01:41:10
16406         Log: Add Time::Piece, a slight rewrite of Time::Object,
16407              from Matt Sergeant.
16408      Branch: perl
16409            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
16410            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
16411            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
16412            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
16413            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
16414            ! win32/makefile.mk
16415 ____________________________________________________________________________
16416 [  9747] By: jhi                                   on 2001/04/19  00:55:35
16417         Log: The new metaconfig unit from strftime.
16418      Branch: metaconfig/U/perl
16419            + d_strftime.U
16420 ____________________________________________________________________________
16421 [  9746] By: jhi                                   on 2001/04/19  00:54:54
16422         Log: Move the strftime() wrapper from POSIX.xs to util.c
16423              as my_strftime(), requires HAS_STRFTIME.
16424      Branch: perl
16425            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16426            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
16427            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
16428            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
16429            ! vos/config.ga.h win32/config.bc win32/config.gc
16430            ! win32/config.vc
16431 ____________________________________________________________________________
16432 [  9745] By: jhi                                   on 2001/04/18  23:11:03
16433         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
16434              in preparation of Time::Piece.
16435      Branch: perl
16436            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
16437 ____________________________________________________________________________
16438 [  9744] By: jhi                                   on 2001/04/18  22:33:12
16439         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
16440              From: Peter Prymmer <pvhp@forte.com>
16441              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
16442              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
16443      Branch: perl
16444            ! t/lib/exporter.t
16445 ____________________________________________________________________________
16446 [  9743] By: jhi                                   on 2001/04/18  22:32:23
16447         Log: Subject: Fwd: pod2html leaves cache files lying around?
16448              From: Rajesh Vaidheeswarran <rv@gnu.org>
16449              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
16450              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
16451      Branch: perl
16452            ! lib/Pod/Html.pm
16453 ____________________________________________________________________________
16454 [  9742] By: jhi                                   on 2001/04/18  20:31:49
16455         Log: Update Changes.
16456      Branch: perl
16457            ! Changes patchlevel.h
16458 ____________________________________________________________________________
16459 [  9741] By: jhi                                   on 2001/04/18  20:23:02
16460         Log: Declare hints only if needed.
16461      Branch: perl
16462            ! ext/B/B/Deparse.pm
16463 ____________________________________________________________________________
16464 [  9740] By: jhi                                   on 2001/04/18  19:06:05
16465         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
16466              bug noticed by Robin Houston; basically the code of detecting
16467              value wraparound was acting differently under different compilers
16468              and platforms.  The workaround is to remove the overflow check
16469              for now, a real fix would be to do the overflow (portably) right.
16470      Branch: perl
16471            ! t/op/pat.t utf8.c
16472 ____________________________________________________________________________
16473 [  9739] By: jhi                                   on 2001/04/18  19:01:23
16474         Log: Subject: [PATCH B::Deparse] some pragma support
16475              From: Robin Houston <robin@kitsite.com>
16476              Date: Wed, 18 Apr 2001 19:32:12 +0100
16477              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
16478      Branch: perl
16479            ! ext/B/B/Deparse.pm
16480 ____________________________________________________________________________
16481 [  9738] By: jhi                                   on 2001/04/18  15:16:37
16482         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
16483              From: Benjamin Sugars <bsugars@canoe.ca>
16484              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
16485              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
16486      Branch: perl
16487            ! t/op/glob.t
16488 ____________________________________________________________________________
16489 [  9737] By: jhi                                   on 2001/04/18  13:24:50
16490         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
16491              From: Tim Jenness <t.jenness@jach.hawaii.edu>
16492              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
16493              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
16494      Branch: perl
16495            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
16496            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
16497 ____________________________________________________________________________
16498 [  9736] By: jhi                                   on 2001/04/18  04:15:14
16499         Log: The #9735 also changes the subtest 12.
16500      Branch: perl
16501            ! t/lib/b.t
16502 ____________________________________________________________________________
16503 [  9735] By: jhi                                   on 2001/04/18  03:55:17
16504         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
16505              From: David Dyck <dcd@tc.fluke.com>
16506              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
16507              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
16508      Branch: perl
16509            ! ext/B/B/Deparse.pm
16510 ____________________________________________________________________________
16511 [  9734] By: jhi                                   on 2001/04/18  03:54:11
16512         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
16513              From: Gisle Aas <gisle@ActiveState.com>
16514              Date: 17 Apr 2001 19:06:45 -0700
16515              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
16516      Branch: perl
16517            ! pp_hot.c t/op/misc.t
16518 ____________________________________________________________________________
16519 [  9733] By: jhi                                   on 2001/04/17  22:25:22
16520         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
16521              From: "Abigail" <abigail@foad.org>
16522              Date: Wed, 18 Apr 2001 01:17:46 +0200
16523              Message-ID: <20010417231746.21657.qmail@foad.org>
16524      Branch: perl
16525            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
16526 ____________________________________________________________________________
16527 [  9732] By: jhi                                   on 2001/04/17  20:47:56
16528         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
16529              From: Robin Houston <robin@kitsite.com>
16530              Date: Tue, 17 Apr 2001 22:37:42 +0100
16531              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
16532      Branch: perl
16533            ! ext/B/B/Deparse.pm
16534 ____________________________________________________________________________
16535 [  9731] By: nick                                  on 2001/04/17  20:46:35
16536         Log: Re-sync for t/lib/b.t fix
16537      Branch: perlio
16538           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
16539 ____________________________________________________________________________
16540 [  9730] By: jhi                                   on 2001/04/17  20:45:29
16541         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
16542              From: Robin Houston <robin@kitsite.com>
16543              Date: Tue, 17 Apr 2001 22:29:36 +0100
16544              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
16545      Branch: perl
16546            ! ext/B/B.xs ext/B/B/Deparse.pm
16547 ____________________________________________________________________________
16548 [  9729] By: jhi                                   on 2001/04/17  20:43:11
16549         Log: Subject: Deparse - parenthesise args to undeclared subs
16550              From: Robin Houston <robin@kitsite.com>
16551              Date: Tue, 17 Apr 2001 21:31:05 +0100
16552              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
16553      Branch: perl
16554            ! ext/B/B/Deparse.pm
16555 ____________________________________________________________________________
16556 [  9728] By: jhi                                   on 2001/04/17  18:57:30
16557         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
16558              From: Benjamin Sugars <ben.sugars@home.com>
16559              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
16560              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
16561      Branch: perl
16562            ! t/lib/cwd.t
16563 ____________________________________________________________________________
16564 [  9727] By: jhi                                   on 2001/04/17  18:20:20
16565         Log: Subject: [PATCH B::Deparse] ambient pragmas
16566              From: Robin Houston <robin@kitsite.com>
16567              Date: Tue, 17 Apr 2001 20:01:59 +0100
16568              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
16569      Branch: perl
16570            ! ext/B/B/Deparse.pm t/lib/b.t
16571 ____________________________________________________________________________
16572 [  9726] By: nick                                  on 2001/04/17  16:33:51
16573         Log: Integrate mainline (t/lib/b.t fails test 2...)
16574      Branch: perlio
16575           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
16576           +> ext/List/Util/README ext/List/Util/Util.xs
16577           +> ext/List/Util/lib/List/Util.pm
16578           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
16579           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
16580           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
16581           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
16582           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
16583           !> (integrate 31 files)
16584 ____________________________________________________________________________
16585 [  9725] By: jhi                                   on 2001/04/17  12:14:24
16586         Log: Subject: multiple B::* changes
16587              From: Robin Houston <robin@kitsite.com>
16588              Date: Thu, 12 Apr 2001 20:12:27 +0100
16589              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
16590      Branch: perl
16591            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
16592 ____________________________________________________________________________
16593 [  9724] By: jhi                                   on 2001/04/17  11:59:05
16594         Log: Thread-awareness from Doug MacEachern.
16595      Branch: perl
16596            ! ext/List/Util/Util.xs
16597 ____________________________________________________________________________
16598 [  9723] By: jhi                                   on 2001/04/17  11:57:41
16599         Log: Make the test more portable.
16600      Branch: perl
16601            ! t/lib/cwd.t
16602 ____________________________________________________________________________
16603 [  9722] By: jhi                                   on 2001/04/17  11:53:50
16604         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
16605              From: Benjamin Sugars <ben.sugars@home.com>
16606              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
16607              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
16608      Branch: perl
16609            ! t/lib/cwd.t
16610 ____________________________________________________________________________
16611 [  9721] By: jhi                                   on 2001/04/17  11:52:17
16612         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
16613              From: Benjamin Sugars <bsugars@canoe.ca>
16614              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
16615              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
16616      Branch: perl
16617            ! op.c
16618 ____________________________________________________________________________
16619 [  9720] By: jhi                                   on 2001/04/17  11:35:42
16620         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
16621              From: Chris Nandor <pudge@pobox.com>
16622              Date: Tue, 17 Apr 2001 00:30:49 -0400
16623              Message-Id: <p05100207b701768712de@[10.0.1.177]>
16624      Branch: perl
16625            ! ext/File/Glob/bsd_glob.c gv.c
16626 ____________________________________________________________________________
16627 [  9719] By: jhi                                   on 2001/04/17  11:32:13
16628         Log: Subject: [PATCH] Tweten->West
16629              From: Casey West <casey@geeknest.com>
16630              Date: Mon, 16 Apr 2001 12:11:22 -0400
16631              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
16632      Branch: perl
16633            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
16634            ! pod/perltie.pod
16635 ____________________________________________________________________________
16636 [  9718] By: jhi                                   on 2001/04/16  03:22:52
16637         Log: Update Changes.
16638      Branch: perl
16639            ! Changes patchlevel.h
16640 ____________________________________________________________________________
16641 [  9717] By: jhi                                   on 2001/04/16  03:06:28
16642         Log: Regen toc.
16643      Branch: perl
16644            ! pod/perltoc.pod
16645 ____________________________________________________________________________
16646 [  9716] By: jhi                                   on 2001/04/16  02:58:42
16647         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
16648              From: Prymmer/Kahn <pvhp@best.com>
16649              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
16650              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
16651      Branch: perl
16652            ! utf8.c
16653 ____________________________________________________________________________
16654 [  9715] By: jhi                                   on 2001/04/15  23:40:35
16655         Log: Subject: Re: Net::Ping patch, adds stream protocol
16656              From: bronson@rinspin.com (Scott Bronson)
16657              Date: Tue, 10 Apr 2001 23:58:33 -0700
16658              Message-ID: <20010410235833.N29719@rinspin.com>
16659      Branch: perl
16660            ! lib/Net/Ping.pm
16661 ____________________________________________________________________________
16662 [  9714] By: jhi                                   on 2001/04/15  23:31:46
16663         Log: Printing out the ok messages helps successful testing.
16664      Branch: perl
16665            ! t/lib/time-hires.t
16666 ____________________________________________________________________________
16667 [  9713] By: jhi                                   on 2001/04/15  21:43:24
16668         Log: Update Douglas Wegscheid's email.
16669      Branch: perl
16670            ! AUTHORS
16671 ____________________________________________________________________________
16672 [  9712] By: jhi                                   on 2001/04/15  21:40:41
16673         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
16674              From: Michael G Schwern <schwern@pobox.com>
16675              Date: Sat, 14 Apr 2001 22:40:50 +0100
16676              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
16677      Branch: perl
16678            + t/lib/exporter.t
16679            ! MANIFEST lib/Exporter/Heavy.pm
16680 ____________________________________________________________________________
16681 [  9711] By: jhi                                   on 2001/04/15  21:39:21
16682         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
16683              From: Michael G Schwern <schwern@pobox.com>
16684              Date: Sat, 14 Apr 2001 22:13:59 +0100
16685              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
16686      Branch: perl
16687            ! t/op/loopctl.t
16688 ____________________________________________________________________________
16689 [  9710] By: jhi                                   on 2001/04/15  21:30:19
16690         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
16691              From: Michael G Schwern <schwern@pobox.com>
16692              Date: Sat, 14 Apr 2001 22:05:32 +0100
16693              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
16694      Branch: perl
16695            ! t/pragma/warnings.t
16696 ____________________________________________________________________________
16697 [  9709] By: jhi                                   on 2001/04/15  19:34:09
16698         Log: Integrate changes #9706,9707 from maintperl into mainline.
16699              
16700              change#7210 broke .packlist generation
16701              
16702              ExtUtils::Installed doesn't quote regex metacharacters in paths
16703              before using them in match; also make it work for dosish platforms
16704      Branch: perl
16705           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
16706 ____________________________________________________________________________
16707 [  9708] By: jhi                                   on 2001/04/15  19:31:01
16708         Log: Test also the scalar aspect of getitimer().
16709      Branch: perl
16710            ! t/lib/time-hires.t
16711 ____________________________________________________________________________
16712 [  9707] By: gsar                                  on 2001/04/15  17:24:20
16713         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
16714              before using them in match; also make it work for dosish platforms
16715      Branch: maint-5.6/perl
16716            ! lib/ExtUtils/Installed.pm
16717 ____________________________________________________________________________
16718 [  9706] By: gsar                                  on 2001/04/15  17:21:59
16719         Log: change#7210 broke .packlist generation (listed only filename
16720              rather than fully qualified path name)
16721      Branch: maint-5.6/perl
16722            ! lib/ExtUtils/Install.pm
16723 ____________________________________________________________________________
16724 [  9705] By: jhi                                   on 2001/04/15  12:36:33
16725         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
16726      Branch: perl
16727            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
16728            ! t/lib/time-hires.t
16729 ____________________________________________________________________________
16730 [  9704] By: jhi                                   on 2001/04/15  10:49:08
16731         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
16732              From: Prymmer/Kahn <pvhp@best.com>
16733              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
16734              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
16735      Branch: perl
16736            ! lib/utf8.pm pod/perlebcdic.pod
16737 ____________________________________________________________________________
16738 [  9703] By: jhi                                   on 2001/04/15  02:26:26
16739         Log: I keep forgetting to sort MANIFEST.
16740      Branch: perl
16741            ! MANIFEST
16742 ____________________________________________________________________________
16743 [  9702] By: jhi                                   on 2001/04/15  02:07:47
16744         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
16745              Now we have blessed, reftype, tainted, first, reduce, ...
16746      Branch: perl
16747            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
16748            + ext/List/Util/README ext/List/Util/Util.xs
16749            + ext/List/Util/lib/List/Util.pm
16750            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
16751            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
16752            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
16753            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
16754            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
16755            ! MANIFEST
16756 ____________________________________________________________________________
16757 [  9701] By: jhi                                   on 2001/04/14  15:05:25
16758         Log: Subject: RE: dprofpp.pl updates 
16759              From: Carl Eklof <CEklof@endeca.com>
16760              Date: Thu, 12 Apr 2001 18:45:46 -0400
16761              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
16762      Branch: perl
16763            ! utils/dprofpp.PL
16764 ____________________________________________________________________________
16765 [  9700] By: jhi                                   on 2001/04/14  14:44:55
16766         Log: Do not just blindly add CR.
16767      Branch: perl
16768            ! Porting/makerel
16769 ____________________________________________________________________________
16770 [  9699] By: jhi                                   on 2001/04/13  13:17:01
16771         Log: Update Changes.
16772      Branch: perl
16773            ! Changes patchlevel.h
16774 ____________________________________________________________________________
16775 [  9698] By: jhi                                   on 2001/04/13  12:44:48
16776         Log: Integrate perlio.
16777      Branch: perl
16778           !> ext/PerlIO/Scalar/Scalar.xs
16779 ____________________________________________________________________________
16780 [  9697] By: jhi                                   on 2001/04/13  12:29:15
16781         Log: Add more debug output to the test.
16782      Branch: perl
16783            ! t/lib/cwd.t
16784 ____________________________________________________________________________
16785 [  9696] By: nick                                  on 2001/04/13  10:14:29
16786         Log: Fix core dump on binmode($fh,'Scalar')
16787      Branch: perlio
16788            ! ext/PerlIO/Scalar/Scalar.xs
16789 ____________________________________________________________________________
16790 [  9695] By: nick                                  on 2001/04/13  09:05:42
16791         Log: Integrate mainline
16792      Branch: perlio
16793           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
16794           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
16795           +> t/lib/time-hires.t
16796           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
16797           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
16798           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
16799           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
16800           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
16801           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
16802           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
16803 ____________________________________________________________________________
16804 [  9694] By: jhi                                   on 2001/04/12  22:23:35
16805         Log: Integrate change #9693 from maintperl into mainline.
16806              
16807              $VERSION and Version() on the same line provokes a warning from
16808              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
16809      Branch: perl
16810           !> lib/Devel/SelfStubber.pm
16811 ____________________________________________________________________________
16812 [  9693] By: gsar                                  on 2001/04/12  21:55:56
16813         Log: $VERSION and Version() on the same line provokes a warning from
16814              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
16815      Branch: maint-5.6/perl
16816            ! lib/Devel/SelfStubber.pm
16817 ____________________________________________________________________________
16818 [  9692] By: jhi                                   on 2001/04/12  13:54:00
16819         Log: This is at least 5.005.
16820      Branch: perl
16821            ! ext/Time/HiRes/HiRes.xs
16822 ____________________________________________________________________________
16823 [  9691] By: jhi                                   on 2001/04/12  13:37:20
16824         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
16825      Branch: perl
16826            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
16827            ! win32/Makefile win32/makefile.mk
16828 ____________________________________________________________________________
16829 [  9690] By: jhi                                   on 2001/04/12  01:34:46
16830         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
16831      Branch: perl
16832            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
16833            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
16834            + t/lib/time-hires.t
16835            ! MANIFEST
16836 ____________________________________________________________________________
16837 [  9689] By: jhi                                   on 2001/04/12  00:28:39
16838         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
16839              From: Gisle Aas <gisle@ActiveState.com>
16840              Date: 11 Apr 2001 16:36:11 -0700
16841              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
16842      Branch: perl
16843            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
16844 ____________________________________________________________________________
16845 [  9688] By: jhi                                   on 2001/04/12  00:27:39
16846         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
16847              From: Gisle Aas <gisle@ActiveState.com>
16848              Date: 11 Apr 2001 11:13:24 -0700
16849              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
16850      Branch: perl
16851            ! ext/MIME/Base64/Base64.xs
16852 ____________________________________________________________________________
16853 [  9687] By: jhi                                   on 2001/04/11  19:51:47
16854         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
16855      Branch: perl
16856            ! Todo-5.6
16857 ____________________________________________________________________________
16858 [  9686] By: jhi                                   on 2001/04/11  16:54:25
16859         Log: Subject: [PATCH opcode.pl] Documentation of table format
16860              From: Simon Cozens <simon@netthink.co.uk>
16861              Date: Wed, 11 Apr 2001 12:59:31 +0100
16862              Message-ID: <20010411125931.A25681@netthink.co.uk>
16863      Branch: perl
16864            ! opcode.pl
16865 ____________________________________________________________________________
16866 [  9685] By: jhi                                   on 2001/04/11  16:53:15
16867         Log: Subject: [PATCH] prototype("CORE::recv")
16868              From: Simon Cozens <simon@netthink.co.uk>
16869              Date: Wed, 11 Apr 2001 13:24:35 +0100
16870              Message-ID: <20010411132435.A26169@netthink.co.uk>
16871      Branch: perl
16872            ! pp.c t/comp/proto.t
16873 ____________________________________________________________________________
16874 [  9684] By: jhi                                   on 2001/04/11  16:47:13
16875         Log: FAQ (and AUTHORS) update from Dan Carson: the information
16876              was several years obsolete, Term::Readkey has been updated
16877              to have the functionality.
16878      Branch: perl
16879            ! AUTHORS pod/perlfaq5.pod
16880 ____________________________________________________________________________
16881 [  9683] By: jhi                                   on 2001/04/11  12:15:46
16882         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
16883              From: Calle Dybedahl <calle@lysator.liu.se>
16884              Date: 10 Apr 2001 16:44:16 +0200
16885              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
16886      Branch: perl
16887            ! ext/MIME/Base64/Base64.xs
16888 ____________________________________________________________________________
16889 [  9682] By: jhi                                   on 2001/04/11  12:12:26
16890         Log: A more minimal fix for 20010410.006 from Hugo.
16891      Branch: perl
16892            ! regexec.c
16893 ____________________________________________________________________________
16894 [  9681] By: jhi                                   on 2001/04/11  11:34:23
16895         Log: Integrate changes #9678,9679 from maintline into mainperl.
16896              
16897              addendum to change#9676
16898              
16899              up $File::Glob::VERSION; add a note pointing out the version of
16900              the OpenBSD glob bsd_glob.c resembles
16901      Branch: perl
16902           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
16903           !> ext/File/Glob/bsd_glob.h
16904 ____________________________________________________________________________
16905 [  9680] By: jhi                                   on 2001/04/11  11:30:38
16906         Log: Bad test numbering in integrate in #9677.
16907              Fixes ID 20010411.001.
16908      Branch: perl
16909            ! t/op/pat.t
16910 ____________________________________________________________________________
16911 [  9679] By: gsar                                  on 2001/04/11  03:38:40
16912         Log: up $File::Glob::VERSION; add a note pointing out the version of
16913              the OpenBSD glob bsd_glob.c resembles
16914      Branch: maint-5.6/perl
16915            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
16916            ! ext/File/Glob/bsd_glob.h
16917 ____________________________________________________________________________
16918 [  9678] By: gsar                                  on 2001/04/11  03:09:48
16919         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
16920              revision 1.8.10.1 found here:
16921              
16922              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
16923      Branch: maint-5.6/perl
16924            ! ext/File/Glob/bsd_glob.c
16925 ____________________________________________________________________________
16926 [  9677] By: jhi                                   on 2001/04/11  02:54:39
16927         Log: Integrate changes #9675,9676 from maintperl into mainline.
16928              
16929              fix for bug 20010410.006, undo change#7115
16930              
16931              port the OpenBSD glob() security patch
16932      Branch: perl
16933           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
16934           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
16935           !> t/op/pat.t
16936 ____________________________________________________________________________
16937 [  9676] By: gsar                                  on 2001/04/11  02:19:02
16938         Log: port the glob() security patch found at:
16939              
16940              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
16941              
16942              CERT advisory for the issue is here:
16943              
16944              http://www.cert.org/advisories/CA-2001-07.html
16945              
16946              Note that the security scare is only relevant for those who are
16947              foolish enough to build suidperl (which is now officially discouraged)
16948      Branch: maint-5.6/perl
16949            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
16950            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
16951 ____________________________________________________________________________
16952 [  9675] By: gsar                                  on 2001/04/10  23:52:11
16953         Log: fix for bug 20010410.006
16954              
16955              undo change#7115 (came into maint-5.6 as change#8156)
16956              
16957              add tests to keep it from coming back
16958      Branch: maint-5.6/perl
16959            ! regexec.c t/op/pat.t
16960 ____________________________________________________________________________
16961 [  9674] By: nick                                  on 2001/04/10  20:39:31
16962         Log: Integrate mainline
16963      Branch: perlio
16964           +> Porting/testall.atom
16965           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
16966           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
16967           !> t/lib/lc-uk.t t/pod/find.t
16968 ____________________________________________________________________________
16969 [  9673] By: nick                                  on 2001/04/10  18:46:14
16970         Log: Integrate against change 9670 aka perl-5.7.1
16971      Branch: perlio
16972           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
16973           !> (integrate 53 files)
16974 ____________________________________________________________________________
16975 [  9672] By: jhi                                   on 2001/04/10  13:45:01
16976         Log: Add a script for doing cumulative profile of the test suite.
16977              (Requires ATOM, that is, Tru64.)
16978      Branch: perl
16979            + Porting/testall.atom
16980            ! MANIFEST
16981 ____________________________________________________________________________
16982 [  9671] By: jhi                                   on 2001/04/10  12:38:53
16983         Log: Missing std block.
16984      Branch: perl
16985            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
16986            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
16987            ! t/pod/find.t
16988 ____________________________________________________________________________
16989 [  9670] By: jhi                                   on 2001/04/10  01:25:58
16990         Log: This is 5.7.1.
16991      Branch: perl
16992            ! patchlevel.h
16993 ____________________________________________________________________________
16994 [  9669] By: jhi                                   on 2001/04/10  01:09:14
16995         Log: Update Changes.
16996      Branch: perl
16997            ! Changes patchlevel.h
16998 ____________________________________________________________________________
16999 [  9668] By: jhi                                   on 2001/04/10  01:00:38
17000         Log: Regen toc.
17001      Branch: perl
17002            ! pod/perltoc.pod
17003 ____________________________________________________________________________
17004 [  9667] By: jhi                                   on 2001/04/10  00:52:16
17005         Log: Update perlhist.
17006      Branch: perl
17007            ! pod/perlhist.pod
17008 ____________________________________________________________________________
17009 [  9666] By: jhi                                   on 2001/04/09  23:38:59
17010         Log: Slight wording tweaks from Damian to #9658.
17011      Branch: perl
17012            ! pod/perlobj.pod
17013 ____________________________________________________________________________
17014 [  9665] By: jhi                                   on 2001/04/09  19:56:06
17015         Log: Subject: [PATCH perlutil.pod] Nit
17016              From: Simon Cozens <simon@netthink.co.uk>
17017              Date: Mon, 9 Apr 2001 20:29:44 +0100
17018              Message-ID: <20010409202944.A14796@the.earth.li>
17019      Branch: perl
17020            ! pod/perlutil.pod
17021 ____________________________________________________________________________
17022 [  9664] By: jhi                                   on 2001/04/09  19:54:42
17023         Log: Subject: Re: perl571delta.pod@9631
17024              From: Mike Guy <mjtg@cam.ac.uk>
17025              Date: Mon, 09 Apr 2001 18:09:14 +0100
17026              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
17027      Branch: perl
17028            ! pod/perl571delta.pod
17029 ____________________________________________________________________________
17030 [  9663] By: jhi                                   on 2001/04/09  13:43:35
17031         Log: Update Changes.
17032      Branch: perl
17033            ! Changes patchlevel.h
17034 ____________________________________________________________________________
17035 [  9662] By: jhi                                   on 2001/04/09  13:24:46
17036         Log: tweak tweak.
17037      Branch: perl
17038            ! AUTHORS pod/perl571delta.pod
17039 ____________________________________________________________________________
17040 [  9661] By: jhi                                   on 2001/04/09  13:15:13
17041         Log: Thinko in manual patch applying.
17042      Branch: perl
17043            ! sv.c
17044 ____________________________________________________________________________
17045 [  9660] By: jhi                                   on 2001/04/09  13:07:53
17046         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
17047              From: Robin Barker <rmb1@cise.npl.co.uk> 
17048              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
17049              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
17050              
17051              (This corrects the case where the "isn't numeric" string contains \0s
17052              and is longer than the temporary buffer, and contains \0 at the point
17053              the string would be truncated by "...".) 
17054      Branch: perl
17055            ! sv.c
17056 ____________________________________________________________________________
17057 [  9659] By: jhi                                   on 2001/04/09  12:57:41
17058         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
17059      Branch: perl
17060            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
17061            ! t/lib/cgi-function.t t/lib/cgi-html.t
17062 ____________________________________________________________________________
17063 [  9658] By: jhi                                   on 2001/04/09  12:48:47
17064         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
17065              From: Ilmari Karonen <iltzu@sci.fi>
17066              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
17067              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
17068              
17069              Rearrange and rewrite the Method Invocation section
17070              to explain the concepts in nicer order.
17071      Branch: perl
17072            ! pod/perlobj.pod
17073 ____________________________________________________________________________
17074 [  9657] By: jhi                                   on 2001/04/09  12:35:58
17075         Log: Upgrade to podlators 1.09, from Russ Allbery.
17076      Branch: perl
17077            ! lib/Pod/Man.pm lib/Pod/Text.pm
17078 ____________________________________________________________________________
17079 [  9656] By: jhi                                   on 2001/04/09  12:31:53
17080         Log: perl571delta.
17081      Branch: perl
17082            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
17083 ____________________________________________________________________________
17084 [  9655] By: jhi                                   on 2001/04/09  12:20:09
17085         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
17086              From: Prymmer/Kahn <pvhp@best.com>
17087              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
17088              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
17089      Branch: perl
17090            ! lib/utf8.pm pod/perlunicode.pod
17091 ____________________________________________________________________________
17092 [  9654] By: gsar                                  on 2001/04/09  03:38:33
17093         Log: here lies 5.6.1
17094      Branch: maint-5.6/perl
17095            ! Changes
17096 ____________________________________________________________________________
17097 [  9653] By: jhi                                   on 2001/04/09  03:25:24
17098         Log: Update perlhist.
17099      Branch: perl
17100            ! pod/perlhist.pod
17101 ____________________________________________________________________________
17102 [  9652] By: jhi                                   on 2001/04/09  03:18:49
17103         Log: perl571delta tweaking continues.
17104      Branch: perl
17105            ! pod/perl571delta.pod
17106 ____________________________________________________________________________
17107 [  9651] By: gsar                                  on 2001/04/09  03:11:19
17108         Log: update Changes, patchlevel.h &c.
17109      Branch: maint-5.6/perl
17110            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
17111            ! pod/perltoc.pod
17112 ____________________________________________________________________________
17113 [  9650] By: jhi                                   on 2001/04/09  02:40:24
17114         Log: Integrate the perlfork half of #9513 from maintperl into mainline
17115              (the perlunicode half is obsolete)
17116      Branch: perl
17117            ! pod/perlfork.pod
17118 ____________________________________________________________________________
17119 [  9649] By: gsar                                  on 2001/04/09  02:35:43
17120         Log: tweak perldelta as suggested by Jarkko
17121      Branch: maint-5.6/perl
17122            ! pod/perldelta.pod
17123 ____________________________________________________________________________
17124 [  9648] By: jhi                                   on 2001/04/09  02:13:04
17125         Log: Integrate change #9646 from maintperl into mainline.
17126              
17127              add note about ithreads and Thread.pm
17128      Branch: perl
17129           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
17130 ____________________________________________________________________________
17131 [  9647] By: jhi                                   on 2001/04/09  02:10:18
17132         Log: Bad assumption that shortsize == 2.
17133      Branch: perl
17134            ! t/lib/xs-typemap.t
17135 ____________________________________________________________________________
17136 [  9646] By: gsar                                  on 2001/04/09  00:48:04
17137         Log: add note about ithreads and Thread.pm (too many people are
17138              confused by the fact that Thread.pm is built and installed
17139              under non-5005threads but doesn't work)
17140      Branch: maint-5.6/perl
17141            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
17142 ____________________________________________________________________________
17143 [  9645] By: gsar                                  on 2001/04/09  00:19:03
17144         Log: update perldelta.pod for changes in 5.6.1
17145      Branch: maint-5.6/perl
17146            ! Changes pod/perldelta.pod
17147 ____________________________________________________________________________
17148 [  9644] By: jhi                                   on 2001/04/08  20:37:00
17149         Log: Integrate change #9639 from maintperl into mainline:
17150              on windows, many of the README.* pods were being copied to
17151              the wrong location
17152      Branch: perl
17153           !> win32/Makefile win32/makefile.mk
17154 ____________________________________________________________________________
17155 [  9643] By: jhi                                   on 2001/04/08  20:07:11
17156         Log: Integrate change #9624 from maintperl into mainline:
17157              the pod tests were not okay.  (t/pod/find.t changes ignored)
17158      Branch: perl
17159           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
17160           !> t/pod/include.t t/pod/included.t t/pod/lref.t
17161           !> t/pod/multiline_items.t t/pod/nested_items.t
17162           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
17163           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
17164 ____________________________________________________________________________
17165 [  9642] By: jhi                                   on 2001/04/08  19:57:17
17166         Log: Integrate change #9638 from maintperl into mainline:
17167              update to latest JPL from the anoncvs repository
17168      Branch: perl
17169           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
17170           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
17171           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
17172 ____________________________________________________________________________
17173 [  9641] By: jhi                                   on 2001/04/08  19:53:30
17174         Log: perl571delta updates.
17175      Branch: perl
17176            ! lib/Filter/Simple.pm pod/perl571delta.pod
17177 ____________________________________________________________________________
17178 [  9640] By: gsar                                  on 2001/04/08  19:20:46
17179         Log: integrate change#9634 from mainline
17180              
17181              Fix the perlmodlib generation (didn't understand separate .pod
17182              files; didn't understand -- as the name-thing separator).
17183              Update the CPAN mirrors list.
17184      Branch: maint-5.6/perl
17185            ! pod/perlmodlib.pod
17186           !> pod/perlmodlib.PL
17187 ____________________________________________________________________________
17188 [  9639] By: gsar                                  on 2001/04/08  18:57:31
17189         Log: on windows, many of the README.* pods were being copied to the wrong
17190              location
17191      Branch: maint-5.6/perl
17192            ! win32/Makefile win32/makefile.mk
17193 ____________________________________________________________________________
17194 [  9638] By: gsar                                  on 2001/04/08  18:38:25
17195         Log: update to latest JPL from the anoncvs repository
17196      Branch: maint-5.6/perl
17197            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
17198            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
17199            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
17200 ____________________________________________________________________________
17201 [  9637] By: jhi                                   on 2001/04/08  17:53:53
17202         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
17203      Branch: perl
17204            ! pod/perl571delta.pod
17205 ____________________________________________________________________________
17206 [  9636] By: jhi                                   on 2001/04/08  17:18:32
17207         Log: Regen toc.
17208      Branch: perl
17209            ! pod/perltoc.pod
17210 ____________________________________________________________________________
17211 [  9635] By: jhi                                   on 2001/04/08  17:16:33
17212         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
17213              From: "Craig A. Berry" <craigberry@mac.com>
17214              Date: Sun, 08 Apr 2001 12:30:16 -0500
17215              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
17216      Branch: perl
17217            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
17218 ____________________________________________________________________________
17219 [  9634] By: jhi                                   on 2001/04/08  17:09:19
17220         Log: Fix the perlmodlib generation (didn't understand separate .pod
17221              files; didn't understand -- as the name-thing separator).
17222              
17223              Update the CPAN mirrors list.
17224      Branch: perl
17225            ! pod/perlmodlib.PL pod/perlmodlib.pod
17226 ____________________________________________________________________________
17227 [  9633] By: jhi                                   on 2001/04/08  16:49:17
17228         Log: Sort MANIFEST.
17229      Branch: perl
17230            ! MANIFEST
17231 ____________________________________________________________________________
17232 [  9632] By: gsar                                  on 2001/04/08  16:36:06
17233         Log: add $Tie::RefHash::VERSION
17234      Branch: maint-5.6/perl
17235            ! lib/Tie/RefHash.pm
17236 ____________________________________________________________________________
17237 [  9631] By: jhi                                   on 2001/04/08  16:10:15
17238         Log: perl571delta updates based on p5p feedback; still needs
17239              lots of examples.
17240      Branch: perl
17241            ! pod/perl571delta.pod
17242 ____________________________________________________________________________
17243 [  9630] By: jhi                                   on 2001/04/08  15:59:13
17244         Log: Update the list of supported platforms to talk about 5.7.1
17245              (and 5.6.1)
17246      Branch: perl
17247            ! pod/perlport.pod
17248 ____________________________________________________________________________
17249 [  9629] By: jhi                                   on 2001/04/08  15:55:41
17250         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
17251              from maintperl into mainline: perlport updates.
17252      Branch: perl
17253            ! pod/perlport.pod
17254 ____________________________________________________________________________
17255 [  9628] By: jhi                                   on 2001/04/08  15:53:17
17256         Log: perlsolaris.pod copied to wrong directory.
17257      Branch: perl
17258            ! win32/makefile.mk
17259 ____________________________________________________________________________
17260 [  9627] By: jhi                                   on 2001/04/08  14:48:18
17261         Log: Subject: Typos in perl571delta.pod
17262              From: "Stephen P. Potter" <spp@spotter.yi.org>
17263              Date: Sat, 07 Apr 2001 20:37:05 -0400
17264              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
17265      Branch: perl
17266            ! pod/perl571delta.pod
17267 ____________________________________________________________________________
17268 [  9626] By: jhi                                   on 2001/04/08  14:39:04
17269         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
17270      Branch: perl
17271            ! gv.c
17272 ____________________________________________________________________________
17273 [  9625] By: nick                                  on 2001/04/08  10:14:23
17274         Log: Integrate mainline
17275      Branch: perlio
17276           +> pod/perl570delta.pod pod/perl571delta.pod
17277           !> (integrate 27 files)
17278 ____________________________________________________________________________
17279 [  9624] By: gsar                                  on 2001/04/08  06:08:17
17280         Log: test in t/pod/* were busted
17281              
17282              these tests are still not enabled in t/{harness,TEST}
17283      Branch: maint-5.6/perl
17284            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
17285            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
17286            ! t/pod/multiline_items.t t/pod/nested_items.t
17287            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
17288            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
17289 ____________________________________________________________________________
17290 [  9623] By: gsar                                  on 2001/04/08  03:37:01
17291         Log: integrate change#9470 from mainline
17292              
17293              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
17294      Branch: maint-5.6/perl
17295           !> ext/Socket/Socket.xs
17296 ____________________________________________________________________________
17297 [  9622] By: jhi                                   on 2001/04/07  22:40:47
17298         Log: Update Changes.
17299      Branch: perl
17300            ! Changes patchlevel.h
17301 ____________________________________________________________________________
17302 [  9621] By: jhi                                   on 2001/04/07  22:34:16
17303         Log: Update AUTHORS.
17304      Branch: perl
17305            ! AUTHORS
17306 ____________________________________________________________________________
17307 [  9620] By: jhi                                   on 2001/04/07  22:12:47
17308         Log: Forgot to bump the number of tests in #9164.
17309      Branch: perl
17310            ! t/op/array.t
17311 ____________________________________________________________________________
17312 [  9619] By: jhi                                   on 2001/04/07  22:09:50
17313         Log: Bump patchlevel to 5.7.1.
17314      Branch: perl
17315            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17316            ! config_h.SH patchlevel.h
17317 ____________________________________________________________________________
17318 [  9618] By: jhi                                   on 2001/04/07  22:02:41
17319         Log: Populate perl571delta.
17320      Branch: perl
17321            ! pod/perl571delta.pod
17322 ____________________________________________________________________________
17323 [  9617] By: jhi                                   on 2001/04/07  22:01:23
17324         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
17325              to forget it later; do not change patchlevel.h yet or regenerate
17326              Configure yet.
17327      Branch: perl
17328            ! epoc/config.sh win32/Makefile win32/config_H.bc
17329            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
17330 ____________________________________________________________________________
17331 [  9616] By: jhi                                   on 2001/04/07  17:46:33
17332         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
17333      Branch: perl
17334            ! pod/perl571delta.pod
17335 ____________________________________________________________________________
17336 [  9615] By: jhi                                   on 2001/04/07  17:33:21
17337         Log: Change the toc configuration.
17338      Branch: perl
17339            ! pod/buildtoc.PL pod/perl.pod
17340 ____________________________________________________________________________
17341 [  9614] By: jhi                                   on 2001/04/07  17:29:47
17342         Log: Subject: PATCH: $[
17343              From: Robin Houston <robin@kitsite.com>
17344              Date: Fri, 6 Apr 2001 18:10:14 +0100
17345              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
17346      Branch: perl
17347            ! op.c t/op/array.t
17348 ____________________________________________________________________________
17349 [  9613] By: jhi                                   on 2001/04/07  17:28:26
17350         Log: Subject: [PATCH perl@9424] isn't numeric warning
17351              From: Robin Barker <rmb1@cise.npl.co.uk>
17352              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
17353              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
17354      Branch: perl
17355            ! sv.c t/pragma/warn/sv
17356 ____________________________________________________________________________
17357 [  9612] By: jhi                                   on 2001/04/07  17:26:45
17358         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
17359              From: Mike Guy <mjtg@cam.ac.uk>
17360              Date: Fri, 06 Apr 2001 12:47:06 +0100
17361              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
17362      Branch: perl
17363            ! dump.c t/lib/peek.t
17364 ____________________________________________________________________________
17365 [  9611] By: jhi                                   on 2001/04/07  17:21:35
17366         Log: Create perl571delta and seed it off with the perldelta changes
17367              since 5.7.0; remove those changes from perldelta and rename it
17368              as perl570delta; recreate perldelta but leave it almost empty.
17369      Branch: perl
17370            + pod/perl570delta.pod pod/perl571delta.pod
17371            ! MANIFEST pod/perldelta.pod
17372 ____________________________________________________________________________
17373 [  9610] By: jhi                                   on 2001/04/07  16:56:32
17374         Log: Denit.
17375      Branch: perl
17376            ! pod/perldelta.pod
17377 ____________________________________________________________________________
17378 [  9609] By: jhi                                   on 2001/04/07  16:38:32
17379         Log: Retract #9523: needs more thought.
17380      Branch: perl
17381            ! Makefile.SH
17382 ____________________________________________________________________________
17383 [  9608] By: jhi                                   on 2001/04/07  14:59:20
17384         Log: atmark() code cleanaup.
17385      Branch: perl
17386            ! ext/IO/IO.xs
17387 ____________________________________________________________________________
17388 [  9607] By: jhi                                   on 2001/04/07  14:48:14
17389         Log: Integrate change #9605 from maintperl into mainline.
17390              
17391              can't optimize away scope entry if tr/// is present
17392      Branch: perl
17393           !> op.c t/op/tr.t
17394 ____________________________________________________________________________
17395 [  9606] By: jhi                                   on 2001/04/07  14:43:59
17396         Log: Integrate perlio.
17397      Branch: perl
17398           +> win32/FindExt.pm
17399           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
17400           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
17401 ____________________________________________________________________________
17402 [  9605] By: gsar                                  on 2001/04/07  11:52:40
17403         Log: can't optimize away scope entry if tr/// is present
17404      Branch: maint-5.6/perl
17405            ! op.c t/op/tr.t
17406 ____________________________________________________________________________
17407 [  9604] By: nick                                  on 2001/04/07  11:39:45
17408         Log: Split out extension finding code from buildext.pl into FindExt.pm
17409              Use it to get Config.pm's idea of available extensions in line
17410              with what is built.
17411      Branch: perlio
17412            + win32/FindExt.pm
17413            ! MANIFEST win32/buildext.pl win32/config_sh.PL
17414            ! win32/makefile.mk
17415 ____________________________________________________________________________
17416 [  9603] By: nick                                  on 2001/04/07  09:11:38
17417         Log: Cleanup correction for failed :Via() layer, also set an error code.
17418      Branch: perlio
17419            ! ext/PerlIO/Via/Via.xs
17420 ____________________________________________________________________________
17421 [  9602] By: nick                                  on 2001/04/07  08:38:04
17422         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
17423              style. So don't use binmode() on the handles so that Win32 etc. see
17424              same sequence and produce same digests.
17425      Branch: perlio
17426            ! t/lib/md5-file.t
17427 ____________________________________________________________________________
17428 [  9601] By: nick                                  on 2001/04/07  08:36:26
17429         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
17430              Else it complains and so crlf layer (say) does not get pushed.
17431      Branch: perlio
17432            ! perlio.c
17433 ____________________________________________________________________________
17434 [  9600] By: jhi                                   on 2001/04/06  23:00:09
17435         Log: Integrate change #9599 from perlio into mainline.
17436      Branch: perl
17437           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
17438           !> win32/config_H.vc
17439 ____________________________________________________________________________
17440 [  9599] By: nick                                  on 2001/04/06  21:42:43
17441         Log: Quote $VERSION in Encode.pm.
17442              regen_config_h as requested.
17443      Branch: perlio
17444            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
17445            ! win32/config_H.vc
17446 ____________________________________________________________________________
17447 [  9598] By: nick                                  on 2001/04/06  20:34:59
17448         Log: Integrate mainline
17449      Branch: perlio
17450           +> README.macos
17451           !> (integrate 39 files)
17452 ____________________________________________________________________________
17453 [  9597] By: gsar                                  on 2001/04/06  18:06:35
17454         Log: integrate change#9464 from mainline (addendum to change#8313)
17455              
17456              Subject: [PATCH @9452] Better peep()ing for foreach() loops
17457      Branch: maint-5.6/perl
17458           !> op.c
17459 ____________________________________________________________________________
17460 [  9596] By: jhi                                   on 2001/04/06  17:26:03
17461         Log: The d_casti32=undef is good for you even when not use64bitall.
17462      Branch: perl
17463            ! hints/hpux.sh
17464 ____________________________________________________________________________
17465 [  9595] By: gsar                                  on 2001/04/06  14:57:17
17466         Log: add a low-impact fix to accomodate darwin-ism
17467      Branch: maint-5.6/perl
17468            ! ext/Errno/Errno_pm.PL
17469 ____________________________________________________________________________
17470 [  9594] By: jhi                                   on 2001/04/06  14:55:14
17471         Log: Integrate changes #9528,9593 from mainline into maintperl;
17472              tweaking the editor/IDE/shell list.
17473      Branch: maint-5.6/perl
17474           !> pod/perlfaq3.pod
17475 ____________________________________________________________________________
17476 [  9593] By: jhi                                   on 2001/04/06  14:51:39
17477         Log: Make the editor/IDE/shell list a little bit airier.
17478      Branch: perl
17479            ! pod/perlfaq3.pod
17480 ____________________________________________________________________________
17481 [  9592] By: gsar                                  on 2001/04/06  14:45:18
17482         Log: integrate change#9477 from mainline (base.pm doc tweak)
17483              
17484              missing doc entry for fmod()
17485      Branch: maint-5.6/perl
17486            ! lib/Math/BigFloat.pm
17487           !> lib/base.pm
17488 ____________________________________________________________________________
17489 [  9591] By: jhi                                   on 2001/04/06  13:55:48
17490         Log: Regen toc.
17491      Branch: perl
17492            ! pod/perltoc.pod
17493 ____________________________________________________________________________
17494 [  9590] By: jhi                                   on 2001/04/06  13:54:52
17495         Log: Math::BigFloat patches from John Peacock.  The equivalent
17496              of #9586 from maintperl but reworked by John to work with
17497              the bleadperl.
17498      Branch: perl
17499            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
17500 ____________________________________________________________________________
17501 [  9589] By: jhi                                   on 2001/04/06  13:42:23
17502         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
17503      Branch: perl
17504            ! ext/Digest/MD5/Makefile.PL
17505 ____________________________________________________________________________
17506 [  9588] By: jhi                                   on 2001/04/06  13:31:45
17507         Log: Integrate changes #9584,9587 from maintperl into mainline.
17508              
17509              keep eval"" CVs alive until the end of the statement in which
17510              they're called
17511              
17512              add README.macos (from Chris Nandor)
17513              
17514              tyop in change#9555
17515      Branch: perl
17516           +> README.macos
17517           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
17518           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
17519           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
17520           !> win32/makefile.mk
17521 ____________________________________________________________________________
17522 [  9587] By: gsar                                  on 2001/04/06  07:31:30
17523         Log: add README.macos (from Chris Nandor)
17524              
17525              tyop in change#9555
17526      Branch: maint-5.6/perl
17527            + README.macos
17528            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
17529            ! win32/Makefile win32/makefile.mk
17530 ____________________________________________________________________________
17531 [  9586] By: gsar                                  on 2001/04/06  07:08:54
17532         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
17533      Branch: maint-5.6/perl
17534            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
17535 ____________________________________________________________________________
17536 [  9585] By: gsar                                  on 2001/04/06  06:58:44
17537         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
17538              from mainline
17539              
17540              Subject: [PATCH] Base64 update to perlfaq9.pod
17541              
17542              Subject: [PATCH AUTHORS] Housekeeping
17543              
17544              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
17545              Mac OS X (Darwin) has extra pwent fields.
17546              
17547              Subject: [PATCH B::*] print control-character vars readably
17548              Needs EBCDICification.
17549              
17550              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
17551              
17552              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
17553              
17554              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
17555              
17556              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
17557              
17558              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
17559              
17560              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
17561              
17562              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
17563              
17564              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
17565              
17566              FreeBSD hints tweak from Anton Berezin.
17567              
17568              Subject: [PATCH foolperl & bleadperl] README.vms update
17569              
17570              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
17571      Branch: maint-5.6/perl
17572           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
17573           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
17574           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
17575 ____________________________________________________________________________
17576 [  9584] By: gsar                                  on 2001/04/06  04:09:00
17577         Log: keep eval"" CVs alive until the end of the statement in which
17578              they're called; this avoids a coredump ensuing from search for
17579              lexicals in code such as:
17580              
17581              sub bug {
17582              my $s = @_;
17583              eval q[sub { eval 'sub { &$s }' }];
17584              }
17585              bug("x")->()->();
17586              
17587              this code still doesn't work as intended (as it has remained
17588              since time immemorial), but it doesn't provoke a coredump anymore
17589      Branch: maint-5.6/perl
17590            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
17591            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
17592 ____________________________________________________________________________
17593 [  9583] By: jhi                                   on 2001/04/05  23:52:51
17594         Log: Update Changes.
17595      Branch: perl
17596            ! Changes patchlevel.h
17597 ____________________________________________________________________________
17598 [  9582] By: jhi                                   on 2001/04/05  23:11:23
17599         Log: Slight doc tweak.
17600      Branch: perl
17601            ! pod/perlunicode.pod
17602 ____________________________________________________________________________
17603 [  9581] By: jhi                                   on 2001/04/05  23:04:11
17604         Log: Integrate perlio.
17605      Branch: perl
17606           !> pod/perlunicode.pod
17607 ____________________________________________________________________________
17608 [  9580] By: jhi                                   on 2001/04/05  23:03:29
17609         Log: Test for #9579.
17610      Branch: perl
17611            ! t/op/do.t
17612 ____________________________________________________________________________
17613 [  9579] By: jhi                                   on 2001/04/05  22:54:17
17614         Log: Subject: [PATCH] Propagate calling context for do '...'
17615              From: Gisle Aas <gisle@ActiveState.com>
17616              Date: 04 Apr 2001 20:17:29 -0700
17617              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
17618      Branch: perl
17619            ! pod/perlfunc.pod pp_ctl.c
17620 ____________________________________________________________________________
17621 [  9578] By: jhi                                   on 2001/04/05  22:52:51
17622         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
17623              From: Peter Prymmer <pvhp@forte.com>
17624              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
17625              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
17626      Branch: perl
17627            ! README.vms
17628 ____________________________________________________________________________
17629 [  9577] By: jhi                                   on 2001/04/05  22:48:22
17630         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
17631              From: "Craig A. Berry" <craigberry@mac.com>
17632              Date: Thu, 5 Apr 2001 13:43:28 -0500
17633              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
17634      Branch: perl
17635            ! README.vms
17636 ____________________________________________________________________________
17637 [  9576] By: jhi                                   on 2001/04/05  22:31:38
17638         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
17639              From: Michael G Schwern <schwern@pobox.com>
17640              Date: Thu, 5 Apr 2001 21:53:21 +0100
17641              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
17642      Branch: perl
17643            ! lib/base.pm t/lib/fields.t
17644 ____________________________________________________________________________
17645 [  9575] By: jhi                                   on 2001/04/05  22:26:10
17646         Log: FreeBSD hints tweak from Anton Berezin.
17647      Branch: perl
17648            ! hints/freebsd.sh
17649 ____________________________________________________________________________
17650 [  9574] By: jhi                                   on 2001/04/05  22:24:03
17651         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
17652              From: David Dyck <dcd@tc.fluke.com>
17653              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
17654              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
17655      Branch: perl
17656            ! t/op/oct.t
17657 ____________________________________________________________________________
17658 [  9573] By: jhi                                   on 2001/04/05  22:23:06
17659         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
17660              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
17661              From: David Dyck <dcd@tc.fluke.com>
17662              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
17663      Branch: perl
17664            ! pp.c
17665 ____________________________________________________________________________
17666 [  9572] By: jhi                                   on 2001/04/05  22:14:47
17667         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
17668              From: Robin Houston <robin@kitsite.com>
17669              Date: Thu, 5 Apr 2001 20:56:48 +0100
17670              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
17671      Branch: perl
17672            ! ext/B/B/Deparse.pm
17673 ____________________________________________________________________________
17674 [  9571] By: jhi                                   on 2001/04/05  22:12:53
17675         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
17676              From: Robin Houston <robin@kitsite.com>
17677              Date: Thu, 5 Apr 2001 19:55:51 +0100
17678              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
17679      Branch: perl
17680            ! ext/B/B/Deparse.pm
17681 ____________________________________________________________________________
17682 [  9570] By: jhi                                   on 2001/04/05  22:11:06
17683         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
17684              From: Robin Houston <robin@kitsite.com>
17685              Date: Thu, 5 Apr 2001 20:16:29 +0100
17686              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
17687      Branch: perl
17688            ! ext/B/B/Deparse.pm
17689 ____________________________________________________________________________
17690 [  9569] By: nick                                  on 2001/04/05  21:32:26
17691         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
17692      Branch: perlio
17693            ! pod/perlunicode.pod
17694 ____________________________________________________________________________
17695 [  9568] By: nick                                  on 2001/04/05  19:38:09
17696         Log: Integrate mainline
17697      Branch: perlio
17698           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
17699           !> (integrate 35 files)
17700 ____________________________________________________________________________
17701 [  9567] By: jhi                                   on 2001/04/05  18:31:45
17702         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
17703              From: Robin Houston <robin@kitsite.com>
17704              Date: Thu, 5 Apr 2001 18:03:23 +0100
17705              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
17706      Branch: perl
17707            ! ext/B/B/Deparse.pm
17708 ____________________________________________________________________________
17709 [  9566] By: jhi                                   on 2001/04/05  18:29:35
17710         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
17711              From: Robin Houston <robin@kitsite.com>
17712              Date: Thu, 5 Apr 2001 16:45:18 +0100
17713              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
17714      Branch: perl
17715            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
17716 ____________________________________________________________________________
17717 [  9565] By: jhi                                   on 2001/04/05  18:24:23
17718         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
17719              From: Robin Houston <robin@kitsite.com>
17720              Date: Thu, 5 Apr 2001 14:50:09 +0100
17721              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
17722      Branch: perl
17723            ! ext/B/B/Deparse.pm
17724 ____________________________________________________________________________
17725 [  9564] By: jhi                                   on 2001/04/05  18:23:03
17726         Log: Subject: [PATCH B::*] print control-character vars readably
17727              From: Robin Houston <robin@kitsite.com>
17728              Date: Thu, 5 Apr 2001 14:27:38 +0100
17729              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
17730              
17731              Needs EBCDICification.
17732      Branch: perl
17733            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
17734            ! ext/B/B/Terse.pm
17735 ____________________________________________________________________________
17736 [  9563] By: jhi                                   on 2001/04/05  18:20:32
17737         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
17738              Date: Thu, 5 Apr 2001 13:21:42 -0400
17739              From: Paul Schinder <schinder@pobox.com>
17740              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
17741              
17742              Mac OS X (Darwin) has extra pwent fields.
17743      Branch: perl
17744            ! t/op/pwent.t
17745 ____________________________________________________________________________
17746 [  9562] By: jhi                                   on 2001/04/05  17:57:51
17747         Log: Regen toc.
17748      Branch: perl
17749            ! pod/perltoc.pod
17750 ____________________________________________________________________________
17751 [  9561] By: jhi                                   on 2001/04/05  17:47:33
17752         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
17753      Branch: metaconfig
17754            ! U/Glossary.patch
17755      Branch: metaconfig/U/perl
17756            + d_u32align.U
17757            ! d_cmsghdr_s.U d_msghdr_s.U
17758 ____________________________________________________________________________
17759 [  9560] By: jhi                                   on 2001/04/05  17:47:01
17760         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
17761              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
17762              Introduce probes for struct msghdr, struct cmsghdr,
17763              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
17764              ualarm, usleep, for possible later extension work.
17765      Branch: perl
17766            + t/lib/md5-align.t
17767            ! Configure MANIFEST Porting/Glossary Porting/config.sh
17768            ! Porting/config_H config_h.SH configure.com epoc/config.sh
17769            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
17770            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
17771            ! vos/config.ga.h win32/config.bc win32/config.gc
17772            ! win32/config.vc
17773 ____________________________________________________________________________
17774 [  9559] By: jhi                                   on 2001/04/05  13:03:04
17775         Log: Be traditional in your cpp (for the Errno extension).
17776      Branch: perl
17777            ! hints/darwin.sh
17778 ____________________________________________________________________________
17779 [  9558] By: jhi                                   on 2001/04/05  13:00:05
17780         Log: Add $Config{cppflags} to the gcc incantation.
17781      Branch: perl
17782            ! ext/Errno/Errno_pm.PL
17783 ____________________________________________________________________________
17784 [  9557] By: jhi                                   on 2001/04/05  04:22:39
17785         Log: Introduce Sean Burke's Class::ISA 0.32.
17786      Branch: perl
17787            + lib/Class/ISA.pm t/lib/class-isa.t
17788            ! MANIFEST
17789 ____________________________________________________________________________
17790 [  9556] By: jhi                                   on 2001/04/05  04:09:50
17791         Log: Subject: [PATCH AUTHORS] Housekeeping
17792              From: Paul Johnson <paul@pjcj.net> 
17793              Date: Wed, 4 Apr 2001 22:45:47 +0200
17794              Message-ID: <20010404224547.D9548@pjcj.net>
17795      Branch: perl
17796            ! AUTHORS
17797 ____________________________________________________________________________
17798 [  9555] By: jhi                                   on 2001/04/05  04:06:33
17799         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
17800              From: Gisle Aas <gisle@ActiveState.com>
17801              Date: 04 Apr 2001 14:23:04 -0700
17802              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
17803      Branch: perl
17804            ! pod/perlfaq9.pod
17805 ____________________________________________________________________________
17806 [  9554] By: jhi                                   on 2001/04/05  04:05:49
17807         Log: Downgrade also the "Wide character" diagnostic.
17808      Branch: perl
17809            ! pod/perldiag.pod
17810 ____________________________________________________________________________
17811 [  9553] By: jhi                                   on 2001/04/05  04:00:33
17812         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
17813              maintperl into mainline.
17814              
17815              "double" should be "NV"; standard typemap is missing entry
17816              for NV
17817              
17818              s/djSP/dSP/
17819              
17820              Downgrade "Wide character in print" to a warning.
17821              
17822              B::Deparse fix for ${^FOO} and documentation for PVX() method
17823              (from Robin Houston)
17824              
17825              tr/// doesn't null-terminate the result in some situations
17826              (from Gisle Aas)
17827      Branch: perl
17828           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
17829           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
17830           !> t/io/utf8.t t/op/tr.t
17831 ____________________________________________________________________________
17832 [  9552] By: jhi                                   on 2001/04/05  03:52:50
17833         Log: Retract changes #9542 and #9538 (from maintperl, integrated
17834              at #9540), shouldn't be needed because of the perlio changes.
17835      Branch: perl
17836            ! util.c
17837 ____________________________________________________________________________
17838 [  9551] By: gsar                                  on 2001/04/05  00:18:34
17839         Log: tr/// doesn't null-terminate the result in some situations
17840              (from Gisle Aas)
17841      Branch: maint-5.6/perl
17842            ! doop.c t/op/tr.t
17843 ____________________________________________________________________________
17844 [  9550] By: gsar                                  on 2001/04/04  20:04:17
17845         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
17846              (from Robin Houston)
17847      Branch: maint-5.6/perl
17848            ! ext/B/B.pm ext/B/B/Deparse.pm
17849 ____________________________________________________________________________
17850 [  9549] By: nick                                  on 2001/04/04  18:56:15
17851         Log: Downgrade "Wide character in print" to a warning.
17852      Branch: perlio
17853            ! doio.c t/io/utf8.t
17854 ____________________________________________________________________________
17855 [  9548] By: gsar                                  on 2001/04/04  18:51:49
17856         Log: integrate changes#9460,9462,9482,9521,9522
17857              
17858              Subject: PATCH: B::Debug should show LOOP-specific fields
17859              
17860              Subject: B::Deparse precedence bug. (Patch included.)
17861              
17862              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
17863              
17864              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
17865              
17866              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
17867      Branch: maint-5.6/perl
17868           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
17869           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
17870 ____________________________________________________________________________
17871 [  9547] By: gsar                                  on 2001/04/04  18:49:16
17872         Log: s/djSP/dSP/
17873      Branch: maint-5.6/perl
17874            ! ext/Thread/Thread.xs
17875 ____________________________________________________________________________
17876 [  9546] By: nick                                  on 2001/04/04  18:44:00
17877         Log: Integrate mainline.
17878      Branch: perlio
17879           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
17880           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
17881 ____________________________________________________________________________
17882 [  9545] By: gsar                                  on 2001/04/04  18:38:52
17883         Log: integrate change#8837 from mainline
17884              
17885              Subject: [patch] -Wall cleanup round 2
17886      Branch: maint-5.6/perl
17887           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
17888           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
17889           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
17890           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
17891           !> ext/SDBM_File/SDBM_File.xs
17892 ____________________________________________________________________________
17893 [  9544] By: gsar                                  on 2001/04/04  17:49:57
17894         Log: "double" should be "NV"; standard typemap is missing entry
17895              for NV
17896      Branch: maint-5.6/perl
17897            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
17898 ____________________________________________________________________________
17899 [  9543] By: jhi                                   on 2001/04/04  14:13:18
17900         Log: Thou shalt not (just) match for English error messages.
17901      Branch: perl
17902            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
17903            ! os2/OS2/Process/Process.pm
17904 ____________________________________________________________________________
17905 [  9542] By: jhi                                   on 2001/04/04  13:20:39
17906         Log: Make the stdio tricks of fflush_all() to exist only if
17907              stdio is being used.
17908      Branch: perl
17909            ! util.c
17910 ____________________________________________________________________________
17911 [  9541] By: jhi                                   on 2001/04/04  04:20:24
17912         Log: Subject: Re: [PATCH] Lighten up glob
17913              From: Benjamin Sugars <bsugars@canoe.ca>
17914              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
17915              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
17916      Branch: perl
17917            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
17918            ! util.c
17919 ____________________________________________________________________________
17920 [  9540] By: jhi                                   on 2001/04/04  04:03:57
17921         Log: Integrate changes #9538,9539 from maintperl into mainline.
17922              
17923              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
17924              for use with _fwalk() (fix for change#7705)
17925              
17926              another tweak needed for SunOS 4.1.x build (from Mike Guy)
17927              (cp -f is not portable)
17928      Branch: perl
17929           !> Makefile.SH util.c
17930 ____________________________________________________________________________
17931 [  9539] By: gsar                                  on 2001/04/04  03:01:14
17932         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
17933      Branch: maint-5.6/perl
17934            ! Makefile.SH
17935 ____________________________________________________________________________
17936 [  9538] By: gsar                                  on 2001/04/04  01:00:38
17937         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
17938              for use with _fwalk() (fix for change#7705)
17939      Branch: maint-5.6/perl
17940            ! util.c
17941 ____________________________________________________________________________
17942 [  9537] By: nick                                  on 2001/04/03  19:24:55
17943         Log: Integrate mainline
17944      Branch: perlio
17945           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
17946           +> lib/unicode/PropList.html
17947            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
17948           !> (integrate 69 files)
17949 ____________________________________________________________________________
17950 [  9536] By: jhi                                   on 2001/04/03  18:02:31
17951         Log: Integrate change #9533 from maintperl into mainline.
17952              
17953              better fix for change#9517 to accomodate UNC paths like
17954              \\server\share\foo, and paths with trailing backslash
17955              like c:\this\
17956      Branch: perl
17957           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
17958 ____________________________________________________________________________
17959 [  9535] By: jhi                                   on 2001/04/03  17:58:07
17960         Log: Change the push/unshift warning to be of class syntax, not misc.
17961      Branch: perl
17962            ! op.c pod/perldiag.pod t/pragma/warn/op
17963 ____________________________________________________________________________
17964 [  9534] By: jhi                                   on 2001/04/03  15:03:46
17965         Log: Change the push/unshift warning (#9532) to talk about "no values"
17966              instead of "no arguments".
17967      Branch: perl
17968            ! op.c pod/perldiag.pod t/pragma/warn/op
17969 ____________________________________________________________________________
17970 [  9533] By: gsar                                  on 2001/04/03  14:30:07
17971         Log: better fix for change#9517 to accomodate UNC paths like
17972              \\server\share\foo, and paths with trailing backslash
17973              like c:\this\
17974      Branch: maint-5.6/perl
17975            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
17976 ____________________________________________________________________________
17977 [  9532] By: jhi                                   on 2001/04/03  13:11:46
17978         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
17979              From: Robin Houston <robin@kitsite.com>
17980              Date: Mon, 2 Apr 2001 15:03:29 +0100
17981              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
17982      Branch: perl
17983            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
17984 ____________________________________________________________________________
17985 [  9531] By: jhi                                   on 2001/04/03  13:06:34
17986         Log: Integrate change #9530 from maintperl into mainline.
17987              
17988              accomodate VMS "mailbox overflow" quirk in testsuite (from
17989              Craig Berry)
17990      Branch: perl
17991           !> t/lib/socket.t
17992 ____________________________________________________________________________
17993 [  9530] By: gsar                                  on 2001/04/03  04:56:41
17994         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
17995              Craig Berry)
17996      Branch: maint-5.6/perl
17997            ! t/lib/socket.t
17998 ____________________________________________________________________________
17999 [  9529] By: jhi                                   on 2001/04/03  02:34:34
18000         Log: Update Changes.
18001      Branch: perl
18002            ! Changes patchlevel.h
18003 ____________________________________________________________________________
18004 [  9528] By: jhi                                   on 2001/04/03  01:27:57
18005         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
18006              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
18007              To: perl5-porters@perl.org
18008              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
18009      Branch: perl
18010            ! pod/perlfaq3.pod
18011 ____________________________________________________________________________
18012 [  9527] By: jhi                                   on 2001/04/03  01:22:09
18013         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
18014              From: Peter Prymmer <pvhp@forte.com>
18015              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
18016              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
18017      Branch: perl
18018            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
18019 ____________________________________________________________________________
18020 [  9526] By: jhi                                   on 2001/04/03  01:18:25
18021         Log: The metaconfig unit changes for #9525.
18022      Branch: metaconfig
18023            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
18024      Branch: metaconfig/U/perl
18025            ! use64bits.U
18026 ____________________________________________________________________________
18027 [  9525] By: jhi                                   on 2001/04/03  01:17:30
18028         Log: Configure sanity checks:
18029              * if use64bitall is attempted but pointers are only 32-bit,
18030              'downgrade' to use64bitint
18031              * if use64bitint is attempted but there's no quad type,
18032              forget about use64bitint (well, the default for it is 'n',
18033              the user can still override this)
18034              * if pointers are 64 bits, do not try to use Perl's malloc
18035      Branch: perl
18036            ! Configure
18037 ____________________________________________________________________________
18038 [  9524] By: gsar                                  on 2001/04/03  01:09:12
18039         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
18040      Branch: maint-5.6/perl
18041            ! pp_sys.c
18042 ____________________________________________________________________________
18043 [  9523] By: jhi                                   on 2001/04/03  00:02:31
18044         Log: (Retracted by #9609)
18045              
18046              Make it harder for parallel makes to enter 'test' before
18047              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
18048              should be unhappy enough, but sometimes parallel makes seem
18049              to sneak past both in Tru64 and AIX.)
18050      Branch: perl
18051            ! Makefile.SH
18052 ____________________________________________________________________________
18053 [  9522] By: jhi                                   on 2001/04/02  22:35:31
18054         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
18055              Date: Mon, 2 Apr 2001 22:54:10 +0100
18056              From: Robin Houston <robin@kitsite.com>
18057              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
18058      Branch: perl
18059            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
18060 ____________________________________________________________________________
18061 [  9521] By: jhi                                   on 2001/04/02  22:32:23
18062         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
18063              From: Robin Houston <robin@kitsite.com>
18064              Date: Mon, 2 Apr 2001 20:24:03 +0100
18065              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
18066      Branch: perl
18067            ! ext/B/B/Concise.pm
18068 ____________________________________________________________________________
18069 [  9520] By: jhi                                   on 2001/04/02  22:30:43
18070         Log: Subject: [PATCH] REALLY pedantic hv.h nit
18071              From: Simon Cozens <simon@netthink.co.uk>
18072              Date: Mon, 2 Apr 2001 15:43:06 +0100
18073              Message-ID: <20010402154306.A21711@netthink.co.uk>
18074      Branch: perl
18075            ! hv.h
18076 ____________________________________________________________________________
18077 [  9519] By: jhi                                   on 2001/04/02  22:28:04
18078         Log: Based on
18079              
18080              Subject: [foolperl] EPOC fix
18081              From: Olaf Flebbe <O.Flebbe@science-computing.de>
18082              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
18083              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
18084      Branch: perl
18085            ! pp_sys.c
18086 ____________________________________________________________________________
18087 [  9518] By: jhi                                   on 2001/04/02  22:22:34
18088         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
18089              
18090              README.win32 tweaks; add a note about alternative location for
18091              getting a gcc-2.95.2 that will build perl properly on windows
18092              
18093              add some notes about gutsy threading matters
18094              
18095              many of the utilities interpolate literal paths within doublequotes
18096              (fails on dosish platforms where path contains backslashes)
18097      Branch: perl
18098           !> README.win32 pod/perlguts.pod utils/perldoc.PL
18099           !> x2p/find2perl.PL x2p/s2p.PL
18100 ____________________________________________________________________________
18101 [  9517] By: gsar                                  on 2001/04/02  19:52:21
18102         Log: many of the utilities interpolate literal paths within doublequotes
18103              (fails on dosish platforms where path contains backslashes)
18104      Branch: maint-5.6/perl
18105            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
18106 ____________________________________________________________________________
18107 [  9516] By: gsar                                  on 2001/04/02  05:49:37
18108         Log: a foolish release
18109      Branch: maint-5.6/perl
18110            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
18111            ! pod/perltoc.pod
18112 ____________________________________________________________________________
18113 [  9515] By: gsar                                  on 2001/04/02  05:04:29
18114         Log: add missing changelog summaries
18115      Branch: maint-5.6/perl
18116            ! Changes
18117 ____________________________________________________________________________
18118 [  9514] By: gsar                                  on 2001/04/02  04:07:13
18119         Log: add some notes about gutsy threading matters
18120      Branch: maint-5.6/perl
18121            ! pod/perlguts.pod
18122 ____________________________________________________________________________
18123 [  9513] By: gsar                                  on 2001/04/02  03:25:21
18124         Log: add more prominent caveat notices about experimental features
18125      Branch: maint-5.6/perl
18126            ! pod/perlfork.pod pod/perlunicode.pod
18127 ____________________________________________________________________________
18128 [  9512] By: gsar                                  on 2001/04/02  02:54:33
18129         Log: integrate changes#9479,9509 from mainline
18130              
18131              [PATCH] File::Glob stuff for Mac OS
18132              
18133              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
18134      Branch: maint-5.6/perl
18135           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
18136           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
18137           !> t/lib/glob-taint.t
18138 ____________________________________________________________________________
18139 [  9511] By: gsar                                  on 2001/04/02  02:38:24
18140         Log: README.win32 tweaks; add a note about alternative location for
18141              getting a gcc-2.95.2 that will build perl properly on windows
18142      Branch: maint-5.6/perl
18143            ! README.win32
18144 ____________________________________________________________________________
18145 [  9510] By: jhi                                   on 2001/04/01  20:45:10
18146         Log: An ambiguosity warning.
18147      Branch: perl
18148            ! t/lib/trig.t
18149 ____________________________________________________________________________
18150 [  9509] By: jhi                                   on 2001/04/01  19:53:47
18151         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
18152              From: Jonathan Stowe <gellyfish@gellyfish.com>
18153              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
18154              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
18155      Branch: perl
18156            ! ext/File/Glob/bsd_glob.c
18157 ____________________________________________________________________________
18158 [  9508] By: jhi                                   on 2001/04/01  19:35:03
18159         Log: Update Changes.
18160      Branch: perl
18161            ! Changes patchlevel.h
18162 ____________________________________________________________________________
18163 [  9507] By: jhi                                   on 2001/04/01  19:24:01
18164         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
18165              from mainline to maintperl: pod tweaks.
18166      Branch: maint-5.6/perl
18167           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
18168           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
18169           !> pod/perlvar.pod
18170 ____________________________________________________________________________
18171 [  9506] By: jhi                                   on 2001/04/01  19:11:53
18172         Log: Commit Sarathy to April release of 5.6.1 :-)
18173      Branch: perl
18174            ! pod/perlfaq1.pod
18175 ____________________________________________________________________________
18176 [  9505] By: jhi                                   on 2001/04/01  19:03:15
18177         Log: Subject: PATCH 5.6.0 (perldebug.pod)
18178              From: Mark-Jason Dominus <mjd@plover.com>
18179              Date: Sun, 01 Apr 2001 14:25:11 -0400
18180              Message-ID: <20010401182511.9247.qmail@plover.com>
18181      Branch: perl
18182            ! pod/perldebug.pod
18183 ____________________________________________________________________________
18184 [  9504] By: jhi                                   on 2001/04/01  18:43:09
18185         Log: Add great_circle_direction().
18186      Branch: perl
18187            ! lib/Math/Trig.pm t/lib/trig.t
18188 ____________________________________________________________________________
18189 [  9503] By: jhi                                   on 2001/04/01  17:29:12
18190         Log: Unicode ReadMe update for Unicode 3.1.
18191      Branch: perl
18192            ! lib/unicode/ReadMe.txt
18193 ____________________________________________________________________________
18194 [  9502] By: jhi                                   on 2001/04/01  17:18:40
18195         Log: Integrate change #9501 from maintperl into mainline.
18196              
18197              fix the perlembed notes on multiple interpreters
18198              
18199              fix ExtUtils::Embed to work passably on Windows
18200      Branch: perl
18201           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
18202 ____________________________________________________________________________
18203 [  9501] By: gsar                                  on 2001/04/01  07:21:57
18204         Log: fix the perlembed notes on multiple interpreters
18205              
18206              fix ExtUtils::Embed to work passably on Windows
18207      Branch: maint-5.6/perl
18208            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
18209 ____________________________________________________________________________
18210 [  9500] By: jhi                                   on 2001/04/01  05:58:23
18211         Log: Test for #9499.
18212      Branch: perl
18213            ! t/op/tr.t
18214 ____________________________________________________________________________
18215 [  9499] By: jhi                                   on 2001/04/01  05:55:46
18216         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
18217      Branch: perl
18218            ! embed.h embed.pl op.c proto.h
18219 ____________________________________________________________________________
18220 [  9498] By: jhi                                   on 2001/04/01  05:44:34
18221         Log: Protect the workaround hunk more.
18222      Branch: perl
18223            ! toke.c
18224 ____________________________________________________________________________
18225 [  9497] By: jhi                                   on 2001/04/01  00:24:25
18226         Log: Integrate changes #9493,9494,9495,9496 from maintperl
18227              into mainline.
18228              
18229              fix a broken workaround for Borland compiler in change#4739
18230              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
18231              
18232              nits spotted by Borland compiler
18233              
18234              avoid redefinition warnings under Borland 5.02
18235              
18236              various nits identified by the Borland 5.5 compiler; remove suppression
18237              of a few warnings
18238      Branch: perl
18239           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
18240           !> win32/win32.h
18241 ____________________________________________________________________________
18242 [  9496] By: gsar                                  on 2001/03/31  23:22:28
18243         Log: various nits identified by the Borland 5.5 compiler; remove suppression
18244              of a few warnings
18245      Branch: maint-5.6/perl
18246            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
18247 ____________________________________________________________________________
18248 [  9495] By: gsar                                  on 2001/03/31  21:03:08
18249         Log: avoid redefinition warnings under Borland 5.02
18250      Branch: maint-5.6/perl
18251            ! win32/makefile.mk
18252 ____________________________________________________________________________
18253 [  9494] By: gsar                                  on 2001/03/31  20:18:59
18254         Log: nits spotted by Borland compiler
18255      Branch: maint-5.6/perl
18256            ! utf8.h win32/win32.h
18257 ____________________________________________________________________________
18258 [  9493] By: gsar                                  on 2001/03/31  20:18:05
18259         Log: fix a broken workaround for Borland compiler in change#4739
18260              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
18261      Branch: maint-5.6/perl
18262            ! toke.c
18263 ____________________________________________________________________________
18264 [  9492] By: jhi                                   on 2001/03/31  18:36:24
18265         Log: Integrate change #9491 from maintperl into mainline.
18266              
18267              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
18268              directory is relative (need to fetch the full path name *before*
18269              the chdir!)
18270      Branch: perl
18271           !> lib/Cwd.pm
18272 ____________________________________________________________________________
18273 [  9491] By: gsar                                  on 2001/03/31  17:01:56
18274         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
18275              directory is relative (need to fetch the full path name *before*
18276              the chdir!)
18277              
18278              this is a followup patch for change#6749
18279      Branch: maint-5.6/perl
18280            ! lib/Cwd.pm
18281 ____________________________________________________________________________
18282 [  9490] By: jhi                                   on 2001/03/31  15:50:18
18283         Log: Subject: Re: [PATCH] av.h cosmetics
18284              From: Simon Cozens <simon@netthink.co.uk>
18285              Date: Sat, 31 Mar 2001 13:09:59 +0100
18286              Message-ID: <20010331130959.A22000@netthink.co.uk>
18287              
18288              Document AvALLOC.
18289      Branch: perl
18290            ! pod/perlguts.pod
18291 ____________________________________________________________________________
18292 [  9489] By: jhi                                   on 2001/03/31  15:48:44
18293         Log: Subject: [PATCH] Re: Math::Big* v1.21
18294              From: Tels <perl_dummy@bloodgate.com>
18295              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
18296              Message-Id: <200103311125.GAA377738@www08.hway.net>
18297      Branch: perl
18298            ! pod/perlop.pod
18299 ____________________________________________________________________________
18300 [  9488] By: jhi                                   on 2001/03/31  03:39:51
18301         Log: Debug output tweak.
18302      Branch: perl
18303            ! t/lib/cwd.t
18304 ____________________________________________________________________________
18305 [  9487] By: jhi                                   on 2001/03/31  03:33:02
18306         Log: OverVMSification.
18307      Branch: perl
18308            ! t/lib/cwd.t
18309 ____________________________________________________________________________
18310 [  9486] By: jhi                                   on 2001/03/31  03:01:40
18311         Log: Missed MANIFESTations in #9483.
18312      Branch: perl
18313            ! MANIFEST
18314 ____________________________________________________________________________
18315 [  9485] By: jhi                                   on 2001/03/31  02:58:17
18316         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
18317              From: Peter Prymmer <pvhp@forte.com>
18318              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
18319              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
18320      Branch: perl
18321            ! regexec.c t/lib/cwd.t
18322 ____________________________________________________________________________
18323 [  9484] By: jhi                                   on 2001/03/31  01:04:41
18324         Log: Obsolete file (see #3938)
18325      Branch: perl
18326            - lib/unicode/README.Ethiopic
18327            ! MANIFEST
18328 ____________________________________________________________________________
18329 [  9483] By: jhi                                   on 2001/03/31  00:52:42
18330         Log: Update to Unicode 3.1.
18331              (Rename Names.txt to NamesList.txt.)
18332      Branch: perl
18333            + lib/unicode/NamesList.txt lib/unicode/PropList.html
18334            - lib/unicode/Names.txt
18335            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
18336            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
18337            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
18338            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
18339            ! lib/unicode/UCD.html lib/unicode/Unicode.html
18340            ! lib/unicode/rename lib/unicode/version
18341 ____________________________________________________________________________
18342 [  9482] By: jhi                                   on 2001/03/30  23:33:44
18343         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
18344              From: Robin Houston <robin@kitsite.com>
18345              Date: Fri, 30 Mar 2001 20:07:22 +0100
18346              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
18347      Branch: perl
18348            ! ext/B/B/Deparse.pm
18349 ____________________________________________________________________________
18350 [  9481] By: jhi                                   on 2001/03/30  23:20:25
18351         Log: Subject: Re: [PATCH] CwdXS, Take 2
18352              From: Benjamin Sugars <bsugars@canoe.ca>
18353              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
18354              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
18355      Branch: perl
18356            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
18357            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
18358 ____________________________________________________________________________
18359 [  9480] By: jhi                                   on 2001/03/30  22:52:38
18360         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
18361              From: David Dyck <dcd@tc.fluke.com>
18362              Date: Fri, 30 Mar 2001 14:44:13 -0800
18363              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
18364              
18365              The t/rantests flags file creation was accidentally
18366              removed by #9217.
18367      Branch: perl
18368            ! Makefile.SH
18369 ____________________________________________________________________________
18370 [  9479] By: jhi                                   on 2001/03/30  22:45:45
18371         Log: Subject: [PATCH] File::Glob stuff for Mac OS
18372              From: Chris Nandor <pudge@pobox.com>
18373              Date: Fri, 30 Mar 2001 16:51:00 -0500
18374              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
18375      Branch: perl
18376            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
18377            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
18378            ! t/lib/glob-taint.t
18379 ____________________________________________________________________________
18380 [  9478] By: jhi                                   on 2001/03/30  22:43:12
18381         Log: Subject: fix for win32/buildext.pl
18382              From: "Vadim Konovalov" <watman@inbox.ru>
18383              Date: Sat, 31 Mar 2001 00:50:36 +0400
18384              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
18385      Branch: perl
18386            ! win32/buildext.pl
18387 ____________________________________________________________________________
18388 [  9477] By: jhi                                   on 2001/03/30  22:41:16
18389         Log: Subject: small base.pm doc patch
18390              From: Leon Brocard <acme@astray.com>
18391              Date: Fri, 30 Mar 2001 21:49:57 +0100
18392              Message-ID: <20010330214957.B8733@ns0.astray.com>
18393      Branch: perl
18394            ! lib/base.pm
18395 ____________________________________________________________________________
18396 [  9476] By: jhi                                   on 2001/03/30  18:16:57
18397         Log: Subject: [PATCH] av.h cosmetics
18398              From: Simon Cozens <simon@netthink.co.uk>
18399              Date: Fri, 30 Mar 2001 18:12:28 +0100
18400              Message-ID: <20010330181228.A9319@netthink.co.uk>
18401      Branch: perl
18402            ! av.h
18403 ____________________________________________________________________________
18404 [  9475] By: jhi                                   on 2001/03/30  18:15:50
18405         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
18406              From: "Philip Newton" <pnewton@gmx.de>
18407              Date: Fri, 30 Mar 2001 19:06:57 +0200
18408              Message-ID: <3AC4D951.14815.1AC7068@localhost>
18409      Branch: perl
18410            ! pod/perlhack.pod
18411 ____________________________________________________________________________
18412 [  9474] By: jhi                                   on 2001/03/30  18:14:02
18413         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
18414              From: Benjamin Sugars <bsugars@canoe.ca>
18415              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
18416              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
18417      Branch: perl
18418            ! t/lib/glob-basic.t
18419 ____________________________________________________________________________
18420 [  9473] By: jhi                                   on 2001/03/30  16:09:24
18421         Log: Update Changes.
18422      Branch: perl
18423            ! Changes patchlevel.h
18424 ____________________________________________________________________________
18425 [  9472] By: jhi                                   on 2001/03/30  15:16:08
18426         Log: Integrate perlio.
18427      Branch: perl
18428           !> t/lib/cwd.t t/lib/glob-basic.t
18429 ____________________________________________________________________________
18430 [  9471] By: nick                                  on 2001/03/30  14:47:10
18431         Log: Should be (^O eq 'MSWin32') not 'Win32'
18432              Fail #12 seems real - chdir is in wrong dir.
18433      Branch: perlio
18434            ! t/lib/cwd.t
18435 ____________________________________________________________________________
18436 [  9470] By: jhi                                   on 2001/03/30  14:41:11
18437         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
18438              From: Radu Greab <radu@netsoft.ro>
18439              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
18440              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
18441              
18442              Replace #9352.
18443      Branch: perl
18444            ! ext/Socket/Socket.xs pp_sys.c
18445 ____________________________________________________________________________
18446 [  9469] By: jhi                                   on 2001/03/30  14:37:51
18447         Log: Subject: PATCH pod/perldiag.pod
18448              From: Robin Houston <robin@kitsite.com>
18449              Date: Fri, 30 Mar 2001 14:10:36 +0100
18450              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
18451      Branch: perl
18452            ! pod/perldiag.pod t/lib/glob-basic.t
18453 ____________________________________________________________________________
18454 [  9468] By: jhi                                   on 2001/03/30  14:36:36
18455         Log: Subject: Better diagnostic in io/fs.t
18456              From: andreas.koenig@anima.de (Andreas J. Koenig)
18457              Date: 30 Mar 2001 10:11:43 +0200
18458              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
18459      Branch: perl
18460            ! t/io/fs.t
18461 ____________________________________________________________________________
18462 [  9467] By: nick                                  on 2001/03/30  14:25:43
18463         Log: Skip order test of glob if case-ignoring system cannot 
18464              create a.test and A.test
18465      Branch: perlio
18466            ! t/lib/glob-basic.t
18467 ____________________________________________________________________________
18468 [  9466] By: nick                                  on 2001/03/30  13:03:12
18469         Log: Integrate mainline.
18470      Branch: perlio
18471            - ext/re/hints/aix.pl
18472           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
18473           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
18474           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
18475           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
18476 ____________________________________________________________________________
18477 [  9465] By: jhi                                   on 2001/03/30  03:53:37
18478         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
18479              the tests sometimes hang, sometimes not.)
18480      Branch: perl
18481            ! t/lib/io_multihomed.t t/lib/io_sock.t
18482 ____________________________________________________________________________
18483 [  9464] By: jhi                                   on 2001/03/30  02:56:04
18484         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
18485              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
18486              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
18487              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
18488      Branch: perl
18489            ! op.c
18490 ____________________________________________________________________________
18491 [  9463] By: jhi                                   on 2001/03/30  02:34:48
18492         Log: Test for #9462.
18493      Branch: perl
18494            ! t/lib/b.t
18495 ____________________________________________________________________________
18496 [  9462] By: jhi                                   on 2001/03/30  02:29:37
18497         Log: Subject: B::Deparse precedence bug. (Patch included.)
18498              From: Jeremy Madea <jmadea@inktomi.com>
18499              Date: Thu, 29 Mar 2001 12:05:02 -0800
18500              Message-ID: <20010329120502.A24881@dr.inktomi.com>
18501      Branch: perl
18502            ! ext/B/B/Deparse.pm
18503 ____________________________________________________________________________
18504 [  9461] By: jhi                                   on 2001/03/30  02:18:41
18505         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
18506              From: Peter Prymmer <pvhp@forte.com>
18507              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
18508              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
18509      Branch: perl
18510            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
18511            ! t/lib/md5-file.t
18512 ____________________________________________________________________________
18513 [  9460] By: jhi                                   on 2001/03/30  02:17:07
18514         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
18515              From: Robin Houston <robin@kitsite.com>
18516              Date: Thu, 29 Mar 2001 20:47:56 +0100
18517              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
18518      Branch: perl
18519            ! ext/B/B/Debug.pm
18520 ____________________________________________________________________________
18521 [  9459] By: jhi                                   on 2001/03/30  02:16:05
18522         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
18523              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
18524              Date: Wed, 28 Mar 2001 18:02:20 -0600
18525              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
18526      Branch: perl
18527            ! lib/ExtUtils/MM_VMS.pm
18528 ____________________________________________________________________________
18529 [  9458] By: jhi                                   on 2001/03/30  02:07:58
18530         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
18531              From: "Joshua E. Rodd" <jrodd@pbs.org>
18532              Date: Wed, 28 Mar 2001 17:29:12 -0500
18533              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
18534      Branch: perl
18535            ! pod/perlop.pod
18536 ____________________________________________________________________________
18537 [  9457] By: jhi                                   on 2001/03/30  02:04:33
18538         Log: Subject: ext/re/aix.pl can go
18539              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18540              Date: Thu, 29 Mar 2001 12:03:28 +0200
18541              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
18542      Branch: perl
18543            - ext/re/hints/aix.pl
18544            ! MANIFEST
18545 ____________________________________________________________________________
18546 [  9456] By: jhi                                   on 2001/03/30  02:03:32
18547         Log: Integrate perlio.
18548      Branch: perl
18549           !> ext/Encode/Encode.xs installperl
18550 ____________________________________________________________________________
18551 [  9455] By: nick                                  on 2001/03/29  21:11:46
18552         Log: DLL name has changed so installperl needs to know
18553              (Why isn't it working it out or passed it?)
18554      Branch: perlio
18555            ! installperl
18556 ____________________________________________________________________________
18557 [  9454] By: nick                                  on 2001/03/29  20:56:12
18558         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
18559              and we don't get undef warnings.
18560      Branch: perlio
18561            ! ext/Encode/Encode.xs
18562 ____________________________________________________________________________
18563 [  9453] By: nick                                  on 2001/03/29  17:58:48
18564         Log: Integrate mainline
18565      Branch: perlio
18566           !> Changes patchlevel.h
18567 ____________________________________________________________________________
18568 [  9452] By: jhi                                   on 2001/03/29  16:44:55
18569         Log: Update Changes.
18570      Branch: perl
18571            ! Changes patchlevel.h
18572 ____________________________________________________________________________
18573 [  9451] By: nick                                  on 2001/03/29  16:31:38
18574         Log: Integrate mainline
18575      Branch: perlio
18576           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
18577           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
18578           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
18579           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
18580           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
18581 ____________________________________________________________________________
18582 [  9450] By: jhi                                   on 2001/03/29  16:29:17
18583         Log: Integrate perlio.
18584      Branch: perl
18585           !> win32/buildext.pl
18586 ____________________________________________________________________________
18587 [  9449] By: jhi                                   on 2001/03/29  15:50:01
18588         Log: Update Changes.
18589      Branch: perl
18590            ! Changes patchlevel.h
18591 ____________________________________________________________________________
18592 [  9448] By: nick                                  on 2001/03/29  15:47:15
18593         Log: Make sure buildext.pl finds Errno.pm
18594      Branch: perlio
18595            ! win32/buildext.pl
18596 ____________________________________________________________________________
18597 [  9447] By: jhi                                   on 2001/03/29  15:39:34
18598         Log: Integrate perlio.
18599      Branch: perl
18600           !> win32/makefile.mk
18601 ____________________________________________________________________________
18602 [  9446] By: nick                                  on 2001/03/29  15:30:03
18603         Log: Integrate win32/makefile.mk with mainline.
18604      Branch: perlio
18605           !> win32/makefile.mk
18606 ____________________________________________________________________________
18607 [  9445] By: nick                                  on 2001/03/29  15:27:32
18608         Log: Fix breakage ... 
18609      Branch: perlio
18610            ! win32/makefile.mk
18611 ____________________________________________________________________________
18612 [  9444] By: jhi                                   on 2001/03/29  15:03:08
18613         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
18614              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
18615              Date: Thu, 29 Mar 2001 10:32:59 +0400
18616              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
18617      Branch: perl
18618            ! win32/makefile.mk
18619 ____________________________________________________________________________
18620 [  9443] By: jhi                                   on 2001/03/29  15:02:12
18621         Log: Integrate perlio.
18622      Branch: perl
18623           +> win32/buildext.pl
18624           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
18625           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
18626 ____________________________________________________________________________
18627 [  9442] By: nick                                  on 2001/03/29  14:59:11
18628         Log: Work in progress - determine win32 extensions to build via script.
18629      Branch: perlio
18630            + win32/buildext.pl
18631            ! MANIFEST win32/makefile.mk
18632 ____________________________________________________________________________
18633 [  9441] By: jhi                                   on 2001/03/29  14:51:47
18634         Log: Reintroduce the use of external pwd.
18635      Branch: perl
18636            ! t/lib/cwd.t
18637 ____________________________________________________________________________
18638 [  9440] By: jhi                                   on 2001/03/29  14:42:58
18639         Log: use warnings instead of -w.
18640      Branch: perl
18641            ! utils/h2xs.PL
18642 ____________________________________________________________________________
18643 [  9439] By: jhi                                   on 2001/03/29  14:41:52
18644         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
18645              From: Jonathan Stowe <gellyfish@gellyfish.com>
18646              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
18647              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
18648      Branch: perl
18649            ! utils/h2xs.PL
18650 ____________________________________________________________________________
18651 [  9438] By: jhi                                   on 2001/03/29  14:39:38
18652         Log: Subject: [PATCH perl@9424] minor pod nits
18653              From: Robin Barker <rmb1@cise.npl.co.uk>
18654              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
18655              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
18656      Branch: perl
18657            ! pod/perlhack.pod pod/perliol.pod
18658 ____________________________________________________________________________
18659 [  9437] By: jhi                                   on 2001/03/29  14:29:16
18660         Log: Subject: [PATCH perl@9424] typemap cast warning
18661              From: Robin Barker <rmb1@cise.npl.co.uk>
18662              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
18663              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
18664      Branch: perl
18665            ! lib/ExtUtils/typemap
18666 ____________________________________________________________________________
18667 [  9436] By: jhi                                   on 2001/03/29  14:26:03
18668         Log: Subject: [PATCH perl@9424] printf warning
18669              From: Robin Barker <rmb1@cise.npl.co.uk>
18670              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
18671              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
18672      Branch: perl
18673            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
18674            ! ext/Storable/Storable.xs toke.c
18675 ____________________________________________________________________________
18676 [  9435] By: nick                                  on 2001/03/29  14:23:31
18677         Log: Win32 has name conflict with ERROR
18678      Branch: perlio
18679            ! ext/PerlIO/Via/Via.xs
18680 ____________________________________________________________________________
18681 [  9434] By: jhi                                   on 2001/03/29  14:17:48
18682         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
18683              From: Peter Prymmer <pvhp@forte.com>
18684              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
18685              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
18686      Branch: perl
18687            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
18688 ____________________________________________________________________________
18689 [  9433] By: jhi                                   on 2001/03/29  13:52:44
18690         Log: test-prep target was missing.
18691      Branch: perl
18692            ! Makefile.SH
18693 ____________________________________________________________________________
18694 [  9432] By: nick                                  on 2001/03/29  12:40:03
18695         Log: Make as-shipped compiler default to MSVC6 
18696      Branch: perlio
18697            ! win32/makefile.mk
18698 ____________________________________________________________________________
18699 [  9431] By: nick                                  on 2001/03/29  12:12:16
18700         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
18701              akin to PerlIO::Scalar.
18702      Branch: perlio
18703            ! perlio.c perlio.h
18704 ____________________________________________________________________________
18705 [  9430] By: nick                                  on 2001/03/29  10:56:35
18706         Log: Integrate mainline.
18707      Branch: perlio
18708           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
18709           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
18710           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
18711           !> win32/makefile.mk win32/win32sck.c
18712 ____________________________________________________________________________
18713 [  9429] By: nick                                  on 2001/03/29  09:03:43
18714         Log: Noticed that two tests were skipped as perlio:: package
18715              isn't there any more. Changed the skip condition.
18716              Avoid core-dump if sv_utf8_upgrade() called on something
18717              that does not become SvPOK after SvPV() (e.g. a ref).
18718      Branch: perlio
18719            ! sv.c t/io/utf8.t t/lib/io_scalar.t
18720 ____________________________________________________________________________
18721 [  9428] By: jhi                                   on 2001/03/29  01:31:47
18722         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
18723              From: Benjamin Sugars <bsugars@canoe.ca> 
18724              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
18725              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
18726      Branch: perl
18727            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
18728            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
18729            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
18730 ____________________________________________________________________________
18731 [  9427] By: jhi                                   on 2001/03/29  00:49:30
18732         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
18733              From: "Vadim Konovalov" <watman@inbox.ru>
18734              Date: Thu, 29 Mar 2001 01:50:12 +0400
18735              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
18736      Branch: perl
18737            ! win32/makefile.mk win32/win32sck.c
18738 ____________________________________________________________________________
18739 [  9426] By: gsar                                  on 2001/03/29  00:28:04
18740         Log: dmake can only handle == and != in comparisons; support building
18741              with Borland's VCL libraries (from Vadim Konovalov)
18742      Branch: maint-5.6/perl
18743            ! win32/makefile.mk
18744 ____________________________________________________________________________
18745 [  9425] By: nick                                  on 2001/03/28  19:29:56
18746         Log: Integrate (@snapshot)
18747      Branch: perlio
18748           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
18749 ____________________________________________________________________________
18750 [  9424] By: jhi                                   on 2001/03/28  19:03:16
18751         Log: Update Changes.
18752      Branch: perl
18753            ! Changes patchlevel.h
18754 ____________________________________________________________________________
18755 [  9423] By: jhi                                   on 2001/03/28  18:52:09
18756         Log: Rmdir lib/XS on cleanup.
18757      Branch: perl
18758            ! Makefile.SH
18759 ____________________________________________________________________________
18760 [  9422] By: jhi                                   on 2001/03/28  18:49:34
18761         Log: Integrate perlio.
18762      Branch: perl
18763           !> t/op/utf8decode.t
18764 ____________________________________________________________________________
18765 [  9421] By: nick                                  on 2001/03/28  18:46:44
18766         Log: Loose duplicate chunk.
18767      Branch: perlio
18768            ! t/op/utf8decode.t
18769 ____________________________________________________________________________
18770 [  9420] By: nick                                  on 2001/03/28  18:44:11
18771         Log: Integrate mainline.
18772      Branch: perlio
18773           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
18774           !> vms/vmsish.h
18775 ____________________________________________________________________________
18776 [  9419] By: jhi                                   on 2001/03/28  18:42:05
18777         Log: Can't trust external pwds
18778              (either shell builtins or external programs)
18779      Branch: perl
18780            ! t/lib/cwd.t
18781 ____________________________________________________________________________
18782 [  9418] By: jhi                                   on 2001/03/28  18:34:05
18783         Log: Integrate perlio.
18784      Branch: perl
18785            - lib/perlio.pm
18786           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
18787           !> t/op/utf8decode.t
18788 ____________________________________________________________________________
18789 [  9417] By: nick                                  on 2001/03/28  18:24:02
18790         Log: PerlIO.pm / perlio.pm conflict.
18791              Update some pods.
18792              Make t/op/utf8decode.t a text file.
18793      Branch: perlio
18794            - lib/perlio.pm
18795            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
18796            ! t/op/utf8decode.t
18797 ____________________________________________________________________________
18798 [  9416] By: jhi                                   on 2001/03/28  18:06:07
18799         Log: Integrate change #9409 from mainline to maintperl.
18800              
18801              Yet another tweak on AIX dynaloading.
18802      Branch: maint-5.6/perl
18803           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
18804 ____________________________________________________________________________
18805 [  9415] By: gsar                                  on 2001/03/28  17:13:01
18806         Log: integrate changes#9377,9385,9401 from mainline
18807              
18808              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
18809              
18810              If directory entries compare equal case-insensitively,
18811              retry case-sensitively.
18812              
18813              Subject: [PATCH] B::Terse and warnings
18814      Branch: maint-5.6/perl
18815           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
18816           !> t/pragma/warn/perl
18817 ____________________________________________________________________________
18818 [  9414] By: jhi                                   on 2001/03/28  17:11:12
18819         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
18820              From: "Craig A. Berry" <craigberry@mac.com>
18821              Date: Wed, 28 Mar 2001 10:55:20 -0600
18822              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
18823      Branch: perl
18824            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
18825 ____________________________________________________________________________
18826 [  9413] By: jhi                                   on 2001/03/28  17:03:12
18827         Log: Dup hunk.
18828      Branch: perl
18829            ! t/op/utf8decode.t
18830 ____________________________________________________________________________
18831 [  9412] By: jhi                                   on 2001/03/28  17:02:36
18832         Log: Forced integrate from perlio.
18833      Branch: perl
18834           !> t/op/utf8decode.t
18835 ____________________________________________________________________________
18836 [  9411] By: nick                                  on 2001/03/28  16:50:03
18837         Log: Integrate mainline.
18838      Branch: perlio
18839           +> t/lib/cwd.t
18840           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
18841           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
18842           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
18843           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
18844           !> t/pragma/warn/perl
18845 ____________________________________________________________________________
18846 [  9410] By: jhi                                   on 2001/03/28  16:44:23
18847         Log: Subject: Re: [PATCH] 9403 cannot be tested
18848              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18849              Date: Wed, 28 Mar 2001 18:33:56 +0200
18850              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
18851      Branch: perl
18852            ! makedef.pl
18853 ____________________________________________________________________________
18854 [  9409] By: jhi                                   on 2001/03/28  16:12:45
18855         Log: Yet another tweak on AIX dynaloading.
18856      Branch: perl
18857            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
18858 ____________________________________________________________________________
18859 [  9408] By: jhi                                   on 2001/03/28  15:52:55
18860         Log: Subject: [PATCH] 9403 cannot be tested
18861              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
18862              Date: Wed, 28 Mar 2001 17:23:00 +0200
18863              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
18864              
18865              A missing symbol.
18866      Branch: perl
18867            ! makedef.pl
18868 ____________________________________________________________________________
18869 [  9407] By: jhi                                   on 2001/03/28  15:47:43
18870         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
18871      Branch: perl
18872            ! t/op/utf8decode.t
18873           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
18874           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
18875 ____________________________________________________________________________
18876 [  9406] By: jhi                                   on 2001/03/28  15:37:08
18877         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
18878              From: Benjamin Sugars <bsugars@canoe.ca> 
18879              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
18880              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
18881      Branch: perl
18882            + t/lib/cwd.t
18883            ! MANIFEST
18884 ____________________________________________________________________________
18885 [  9405] By: jhi                                   on 2001/03/28  15:13:18
18886         Log: pp_ne() needs a CORRECT boolean.
18887      Branch: perl
18888            ! pp.c
18889 ____________________________________________________________________________
18890 [  9404] By: jhi                                   on 2001/03/28  15:09:23
18891         Log: pp_ne() needs a boolean, not an integer.
18892      Branch: perl
18893            ! pp.c
18894 ____________________________________________________________________________
18895 [  9403] By: jhi                                   on 2001/03/28  14:47:43
18896         Log: (Retracted by #9404.)
18897      Branch: perl
18898            ! pp.c
18899 ____________________________________________________________________________
18900 [  9402] By: jhi                                   on 2001/03/28  14:43:59
18901         Log: Subject: Re: [PATCH] Typemap testing
18902              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
18903              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
18904              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
18905      Branch: perl
18906            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
18907            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
18908 ____________________________________________________________________________
18909 [  9401] By: jhi                                   on 2001/03/28  14:42:14
18910         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
18911              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
18912              Date: Sun, 25 Mar 2001 21:59:15 +0100
18913              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
18914              
18915              A variable will be checked for the "use once" warnings if:
18916              
18917              1. It is in the scope of a use warnings 'once'
18918              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
18919              
18920              Otherwise it won't be checked at all.
18921              
18922              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
18923              
18924              The enclosed patch partially fixes this issue. What I didn't
18925              get to work was the case where the "used once" warning is enabled
18926              in any file other than the main file.
18927      Branch: perl
18928            ! gv.c t/pragma/warn/perl
18929 ____________________________________________________________________________
18930 [  9400] By: nick                                  on 2001/03/28  14:38:24
18931         Log: More EBCDIC tweaks:
18932              - one more swash issue &~(0xA0-1) did not do the right thing,
18933              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
18934              - add "use re 'asciirange'" to make [!-~] etc. work
18935              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
18936              - Choose a key for t/op/each.t test which gets encoded.
18937              - Skip utf8decode if this is UTF-EBCDIC.
18938      Branch: perlio
18939            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
18940            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
18941 ____________________________________________________________________________
18942 [  9399] By: jhi                                   on 2001/03/28  14:21:00
18943         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
18944              Andreas Schwab.
18945      Branch: perl
18946            ! pp.c
18947 ____________________________________________________________________________
18948 [  9398] By: jhi                                   on 2001/03/28  00:55:56
18949         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
18950              From: David Dyck <dcd@tc.fluke.com>
18951              Date: Tue, 27 Mar 2001 15:16:24 -0800
18952              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
18953      Branch: perl
18954            ! ext/IO/lib/IO/Socket.pm
18955 ____________________________________________________________________________
18956 [  9397] By: jhi                                   on 2001/03/27  21:52:49
18957         Log: Integrate perlio.
18958      Branch: perl
18959           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
18960           +> ext/PerlIO/Via/Via.xs
18961           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
18962 ____________________________________________________________________________
18963 [  9396] By: nick                                  on 2001/03/27  21:45:13
18964         Log: Integrate mainline.
18965      Branch: perlio
18966           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
18967           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
18968 ____________________________________________________________________________
18969 [  9395] By: nick                                  on 2001/03/27  21:18:58
18970         Log: Outline docs for PerlIO and PerlIO::Scalar
18971      Branch: perlio
18972            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
18973 ____________________________________________________________________________
18974 [  9394] By: nick                                  on 2001/03/27  20:50:13
18975         Log: PerlIO::Via layer (alpha-ish).
18976      Branch: perlio
18977            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
18978            + ext/PerlIO/Via/Via.xs
18979            ! MANIFEST
18980 ____________________________________________________________________________
18981 [  9393] By: jhi                                   on 2001/03/27  20:49:55
18982         Log: Retract #9329 now that 9390 should take care of the matter.
18983      Branch: perl
18984            ! utils/h2xs.PL
18985 ____________________________________________________________________________
18986 [  9390] By: jhi                                   on 2001/03/27  20:47:50
18987         Log: Subject: Autoloading Errno.pm when %! is encountered
18988              From: Robin Houston <robin@kitsite.com>
18989              Date: Tue, 27 Mar 2001 20:57:11 +0100
18990              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
18991      Branch: perl
18992            ! embed.h embed.pl gv.c proto.h t/op/magic.t
18993 ____________________________________________________________________________
18994 [  9389] By: jhi                                   on 2001/03/27  20:24:31
18995         Log: Integrate perlio.
18996      Branch: perl
18997           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
18998           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
18999           !> utf8.c
19000 ____________________________________________________________________________
19001 [  9388] By: jhi                                   on 2001/03/27  20:21:38
19002         Log: Better have a three-element array if one is going to assign
19003              to the third element of that array. (from Tim Jenness)
19004      Branch: perl
19005            ! ext/XS/Typemap/Typemap.xs
19006 ____________________________________________________________________________
19007 [  9387] By: nick                                  on 2001/03/27  20:15:43
19008         Log: Integrate mainline.
19009      Branch: perlio
19010           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
19011           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
19012           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
19013           +> t/lib/xs-typemap.t
19014           !> (integrate 34 files)
19015 ____________________________________________________________________________
19016 [  9386] By: jhi                                   on 2001/03/27  20:04:18
19017         Log: Subject: Re: perl@9359 breaks HTML::Parser
19018              From: Gisle Aas <gisle@ActiveState.com>
19019              Date: 27 Mar 2001 11:30:24 -0800
19020              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
19021              
19022              Clarify the UTF-8 issues of the API docs.
19023              (Slightly reworded and expanded.)
19024      Branch: perl
19025            ! pod/perlapi.pod sv.c sv.h
19026 ____________________________________________________________________________
19027 [  9385] By: jhi                                   on 2001/03/27  19:44:25
19028         Log: If directory entries compare equal case-insensitively,
19029              retry case-sensitively.
19030      Branch: perl
19031            ! ext/File/Glob/bsd_glob.c
19032 ____________________________________________________________________________
19033 [  9384] By: nick                                  on 2001/03/27  19:38:50
19034         Log: Various EBCDIC fixes:
19035              - major revelation that swash code is encoding aware,
19036              (or thought it was) - now it is ;-)
19037              - With that out of the way fix a slab of tr/// cases.
19038              - Fix Encode 'Unicode' to be true Unicode so tests pass.
19039              - As anticipated Base64.xs needed tweaks.
19040              - Until tr/// works right avoid old_encode64 in MIME tests.
19041      Branch: perlio
19042            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
19043            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
19044 ____________________________________________________________________________
19045 [  9383] By: jhi                                   on 2001/03/27  18:34:41
19046         Log: Add the std test suite BEGIN block.
19047      Branch: perl
19048            ! t/lib/xs-typemap.t
19049 ____________________________________________________________________________
19050 [  9382] By: jhi                                   on 2001/03/27  15:16:07
19051         Log: Add debugging output to the test.
19052      Branch: perl
19053            ! t/lib/glob-basic.t
19054 ____________________________________________________________________________
19055 [  9381] By: jhi                                   on 2001/03/27  15:08:10
19056         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
19057      Branch: perl
19058            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
19059            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
19060            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
19061            + t/lib/xs-typemap.t
19062            ! MANIFEST
19063 ____________________________________________________________________________
19064 [  9380] By: jhi                                   on 2001/03/27  14:48:34
19065         Log: Subject: [PATCH] Typemap testing
19066              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
19067              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
19068              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
19069              
19070              (The first part of the patch.)
19071      Branch: perl
19072            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
19073 ____________________________________________________________________________
19074 [  9379] By: jhi                                   on 2001/03/27  14:44:56
19075         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
19076              From: Benjamin Sugars <bsugars@canoe.ca> 
19077              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
19078              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
19079      Branch: perl
19080            ! t/lib/glob-basic.t
19081 ____________________________________________________________________________
19082 [  9378] By: jhi                                   on 2001/03/27  14:42:30
19083         Log: Subject: [PATCH] perlvar nit
19084              From: Simon Cozens <simon@netthink.co.uk>
19085              Date: Tue, 27 Mar 2001 01:12:01 +0100
19086              Message-ID: <20010327011201.A19179@netthink.co.uk>
19087      Branch: perl
19088            ! pod/perlvar.pod
19089 ____________________________________________________________________________
19090 [  9377] By: jhi                                   on 2001/03/27  14:36:26
19091         Log: Subject: [PATCH] B::Terse and warnings
19092              From: Benjamin Sugars <ben.sugars@home.com>
19093              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
19094              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
19095      Branch: perl
19096            ! ext/B/B.pm ext/B/B/Terse.pm
19097 ____________________________________________________________________________
19098 [  9376] By: jhi                                   on 2001/03/27  14:31:31
19099         Log: Document sockatmark() some.
19100      Branch: perl
19101            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
19102            ! pod/perltoc.pod
19103 ____________________________________________________________________________
19104 [  9375] By: jhi                                   on 2001/03/27  14:00:24
19105         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
19106              noted by Gisle and fixed by NI-S.
19107      Branch: perl
19108            ! sv.c
19109 ____________________________________________________________________________
19110 [  9374] By: jhi                                   on 2001/03/27  05:50:01
19111         Log: Regen toc.
19112      Branch: perl
19113            ! pod/perltoc.pod
19114 ____________________________________________________________________________
19115 [  9373] By: jhi                                   on 2001/03/27  05:43:51
19116         Log: Pixie documenting.
19117      Branch: perl
19118            ! Makefile.SH pod/perlhack.pod
19119 ____________________________________________________________________________
19120 [  9372] By: jhi                                   on 2001/03/27  05:29:34
19121         Log: Metaconfig unit changes for #9371.
19122      Branch: metaconfig
19123            ! U/modified/myhostname.U
19124      Branch: metaconfig/U/perl
19125            + d_sockatmark.U
19126            ! gccvers.U
19127 ____________________________________________________________________________
19128 [  9371] By: jhi                                   on 2001/03/27  05:29:07
19129         Log: Add sockatmark() probing.
19130      Branch: perl
19131            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19132            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
19133            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
19134            ! vos/config.ga.h win32/config.bc win32/config.gc
19135            ! win32/config.vc
19136 ____________________________________________________________________________
19137 [  9370] By: jhi                                   on 2001/03/26  22:01:18
19138         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
19139              Really need to benchmark this.
19140      Branch: perl
19141            ! pp.c
19142 ____________________________________________________________________________
19143 [  9369] By: nick                                  on 2001/03/26  21:59:30
19144         Log: Integrate mainline.
19145      Branch: perlio
19146            ! ext/MIME/Base64/QuotedPrint.pm
19147           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
19148           !> patchlevel.h pod/perlhack.pod pp_sys.c
19149 ____________________________________________________________________________
19150 [  9368] By: jhi                                   on 2001/03/26  21:47:03
19151         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
19152              
19153              TODO1: perlbench.
19154              TODO2: le, lt, ge, gt?  Yech.
19155      Branch: perl
19156            ! pp.c
19157 ____________________________________________________________________________
19158 [  9367] By: jhi                                   on 2001/03/26  21:34:57
19159         Log: Too much cut-and-paste in #9363.
19160      Branch: perl
19161            ! pp_sys.c
19162 ____________________________________________________________________________
19163 [  9366] By: jhi                                   on 2001/03/26  21:20:53
19164         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
19165              From: Andreas Schwab <schwab@suse.de>
19166              Date: 26 Mar 2001 17:29:04 +0200
19167              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
19168              
19169              (The patch for 5.6.0 or so, this is a guess for bleadperl)
19170      Branch: perl
19171            ! pp_hot.c
19172 ____________________________________________________________________________
19173 [  9365] By: jhi                                   on 2001/03/26  21:07:54
19174         Log: Integrate perlio.
19175      Branch: perl
19176           !> perlio.c
19177 ____________________________________________________________________________
19178 [  9364] By: nick                                  on 2001/03/26  20:30:48
19179         Log: REFCNT botch in layer name cache hash.
19180      Branch: perlio
19181            ! perlio.c
19182 ____________________________________________________________________________
19183 [  9363] By: jhi                                   on 2001/03/26  18:44:32
19184         Log: Subject: [PATCH] socket() leaks file descriptors
19185              From: Benjamin Sugars <bsugars@canoe.ca>
19186              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
19187              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
19188              
19189              Also sockpair() fixed similarly.
19190      Branch: perl
19191            ! pp_sys.c
19192 ____________________________________________________________________________
19193 [  9362] By: jhi                                   on 2001/03/26  18:37:52
19194         Log: Integrate perlio.
19195      Branch: perl
19196           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
19197 ____________________________________________________________________________
19198 [  9361] By: nick                                  on 2001/03/26  17:32:06
19199         Log: Implement flush of linebuffered streams on read of a tty.
19200      Branch: perlio
19201            ! perlio.c perliol.h
19202 ____________________________________________________________________________
19203 [  9360] By: nick                                  on 2001/03/26  17:12:32
19204         Log: Memory tweaks and notes for OEMVS.
19205      Branch: perlio
19206            ! README.os390 miniperlmain.c t/op/pat.t
19207 ____________________________________________________________________________
19208 [  9359] By: jhi                                   on 2001/03/26  02:12:54
19209         Log: Update Changes.
19210      Branch: perl
19211            ! Changes patchlevel.h
19212 ____________________________________________________________________________
19213 [  9358] By: jhi                                   on 2001/03/26  02:05:32
19214         Log: Document the most common pixie options.
19215      Branch: perl
19216            ! pod/perlhack.pod
19217 ____________________________________________________________________________
19218 [  9357] By: jhi                                   on 2001/03/26  01:25:28
19219         Log: For perl.pixie check *before* compiling that optimize is -g,
19220              as for perl.third.
19221      Branch: perl
19222            ! Makefile.SH
19223 ____________________________________________________________________________
19224 [  9356] By: jhi                                   on 2001/03/26  01:13:41
19225         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
19226      Branch: perl
19227            ! Makefile.SH
19228 ____________________________________________________________________________
19229 [  9355] By: jhi                                   on 2001/03/26  01:11:19
19230         Log: Remove t/perl.third.
19231      Branch: perl
19232            ! Makefile.SH
19233 ____________________________________________________________________________
19234 [  9354] By: jhi                                   on 2001/03/26  00:23:38
19235         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
19236              IO::Sockatmark().
19237      Branch: perl
19238            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
19239 ____________________________________________________________________________
19240 [  9353] By: jhi                                   on 2001/03/25  22:25:04
19241         Log: Integrate perlio.
19242      Branch: perl
19243           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
19244           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
19245           !> pp_hot.c win32/makefile.mk
19246 ____________________________________________________________________________
19247 [  9352] By: jhi                                   on 2001/03/25  22:21:41
19248         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
19249              From: Radu Greab <radu@netsoft.ro>
19250              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
19251              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
19252      Branch: perl
19253            ! pp_sys.c
19254 ____________________________________________________________________________
19255 [  9351] By: nick                                  on 2001/03/25  22:15:02
19256         Log: Fix readline in list mode to tell rest of world that it has
19257              things on the stack. Otherwise if perl code gets invoked
19258              underneath it it scribbles over results-so-far.
19259              (Why TIEHANDLE has not tripped on this is a mystery.)
19260      Branch: perlio
19261            ! pp_hot.c
19262 ____________________________________________________________________________
19263 [  9350] By: nick                                  on 2001/03/25  22:10:13
19264         Log: win32/makefile.mk typos
19265      Branch: perlio
19266            ! win32/makefile.mk
19267 ____________________________________________________________________________
19268 [  9349] By: nick                                  on 2001/03/25  21:31:14
19269         Log: Integrate now-non-binary file.
19270      Branch: perlio
19271           !> t/lib/mimeqp.t
19272 ____________________________________________________________________________
19273 [  9348] By: nick                                  on 2001/03/25  21:27:24
19274         Log: Make it text
19275      Branch: perlio
19276            ! t/lib/mimeqp.t
19277 ____________________________________________________________________________
19278 [  9347] By: nick                                  on 2001/03/25  21:25:37
19279         Log: Integrate mainline.
19280      Branch: perlio
19281           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
19282           !> lib/Term/ReadLine.pm t/lib/md5-file.t
19283 ____________________________________________________________________________
19284 [  9346] By: nick                                  on 2001/03/25  20:58:15
19285         Log: Add destruct time hook to PerlIO (for work-in-process implementing
19286              layers in perl code. In such cases layers need to be popped before
19287              we loose the ability to run perl code.)
19288              Also back-out "PerlIO::object" hook - it isn't going to work like that...
19289      Branch: perlio
19290            ! perl.c perlio.c perlio.h perliol.h
19291 ____________________________________________________________________________
19292 [  9345] By: nick                                  on 2001/03/25  20:49:11
19293         Log: Avoid at leasy one of undefined warnings in Encode.
19294      Branch: perlio
19295            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
19296 ____________________________________________________________________________
19297 [  9344] By: jhi                                   on 2001/03/25  20:37:43
19298         Log: A workaround for using Term::ReadLine in emacs minibuffer
19299              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
19300              additional tweaks from Ilya Zakharevich.
19301      Branch: perl
19302            ! lib/Term/ReadLine.pm
19303 ____________________________________________________________________________
19304 [  9343] By: nick                                  on 2001/03/25  20:21:14
19305         Log: Missing return value.
19306      Branch: perlio
19307            ! ext/PerlIO/Scalar/Scalar.xs
19308 ____________________________________________________________________________
19309 [  9342] By: jhi                                   on 2001/03/25  16:21:00
19310         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
19311              to equal the CPAN versions since no code changes have been made.
19312      Branch: perl
19313            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
19314            ! t/lib/md5-file.t
19315 ____________________________________________________________________________
19316 [  9341] By: jhi                                   on 2001/03/25  16:01:48
19317         Log: Escape 8-bit characters.
19318      Branch: perl
19319            ! t/lib/mimeqp.t
19320 ____________________________________________________________________________
19321 [  9340] By: gsar                                  on 2001/03/25  15:50:53
19322         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
19323              chars)
19324      Branch: perl
19325            + t/lib/mimeqp.t
19326 ____________________________________________________________________________
19327 [  9339] By: gsar                                  on 2001/03/25  15:48:50
19328         Log: delete mimeqp.t for later with text mode set
19329      Branch: perl
19330            - t/lib/mimeqp.t
19331 ____________________________________________________________________________
19332 [  9338] By: nick                                  on 2001/03/25  09:01:57
19333         Log: Integrate mainline.
19334      Branch: perlio
19335           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
19336           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
19337           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
19338           +> t/lib/mimeb64u.t t/lib/mimeqp.t
19339           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
19340           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
19341           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
19342 ____________________________________________________________________________
19343 [  9337] By: jhi                                   on 2001/03/25  04:23:24
19344         Log: Add MIME::Base64 here and there.  Again, a lot of
19345              optimism is in the air.
19346      Branch: perl
19347            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
19348            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
19349 ____________________________________________________________________________
19350 [  9336] By: jhi                                   on 2001/03/25  04:12:43
19351         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
19352              this by ear as I do not do Win32 programming.)
19353      Branch: perl
19354            ! win32/Makefile win32/makefile.mk
19355 ____________________________________________________________________________
19356 [  9335] By: jhi                                   on 2001/03/25  04:03:50
19357         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
19358      Branch: perl
19359            ! t/lib/md5-file.t
19360 ____________________________________________________________________________
19361 [  9334] By: jhi                                   on 2001/03/25  03:58:53
19362         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
19363      Branch: perl
19364            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
19365            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
19366            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
19367            + t/lib/mimeb64u.t t/lib/mimeqp.t
19368            ! MANIFEST
19369 ____________________________________________________________________________
19370 [  9333] By: jhi                                   on 2001/03/24  20:14:37
19371         Log: Integrate perlio.
19372      Branch: perl
19373           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
19374 ____________________________________________________________________________
19375 [  9332] By: nick                                  on 2001/03/24  19:40:34
19376         Log: Fix un-init variable leading to spurious "Out of Memory!"
19377      Branch: perlio
19378            ! doio.c
19379 ____________________________________________________________________________
19380 [  9331] By: nick                                  on 2001/03/24  19:09:59
19381         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
19382              and update layers internals doc.
19383      Branch: perlio
19384            ! pod/perlfunc.pod pod/perliol.pod
19385 ____________________________________________________________________________
19386 [  9330] By: jhi                                   on 2001/03/24  18:42:11
19387         Log: The length might be uninitialized garbage if the *svp is the undef.
19388      Branch: perl
19389            ! doio.c
19390 ____________________________________________________________________________
19391 [  9329] By: jhi                                   on 2001/03/24  18:26:57
19392         Log: (Retracted by #9393)
19393
19394              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
19395              From: Simon Cozens <simon@netthink.co.uk>
19396              Date: Sat, 24 Mar 2001 17:13:17 +0000
19397              Message-ID: <20010324171317.A13406@netthink.co.uk>
19398      Branch: perl
19399            ! utils/h2xs.PL
19400 ____________________________________________________________________________
19401 [  9328] By: nick                                  on 2001/03/24  17:22:02
19402         Log: Integrate mainline.
19403      Branch: perlio
19404           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
19405           !> lib/unicode/version
19406 ____________________________________________________________________________
19407 [  9327] By: nick                                  on 2001/03/24  17:16:02
19408         Log: Integrate mainline.
19409      Branch: perlio
19410           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
19411           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
19412           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
19413           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
19414           +> t/lib/md5-file.t
19415           !> MANIFEST Makefile.SH configure.com djgpp/config.over
19416           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
19417           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
19418           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
19419           !> win32/makefile.mk
19420 ____________________________________________________________________________
19421 [  9326] By: jhi                                   on 2001/03/24  17:00:42
19422         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
19423      Branch: perl
19424            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
19425            ! lib/unicode/version
19426 ____________________________________________________________________________
19427 [  9325] By: jhi                                   on 2001/03/24  16:22:33
19428         Log: Subject: Re: B::Deparse bug (5.6.0)
19429              From: Robin Houston <robin@kitsite.com>
19430              Date: Sat, 24 Mar 2001 14:33:09 +0000
19431              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
19432      Branch: perl
19433            ! op.c pp.c t/lib/b.t t/op/repeat.t
19434 ____________________________________________________________________________
19435 [  9324] By: jhi                                   on 2001/03/24  16:21:56
19436         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
19437              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
19438              these additions may be too optimistic.
19439      Branch: perl
19440            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
19441            ! hints/uwin.sh hints/vmesa.sh
19442 ____________________________________________________________________________
19443 [  9323] By: jhi                                   on 2001/03/24  16:06:01
19444         Log: Integrate perlio.
19445      Branch: perl
19446           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
19447           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
19448            ! Makefile.SH
19449           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
19450           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
19451           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
19452           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
19453           !> win32/makefile.mk win32/perlhost.h win32/win32.c
19454           !> win32/win32iop.h
19455 ____________________________________________________________________________
19456 [  9322] By: nick                                  on 2001/03/24  14:39:12
19457         Log: Routine Win32 regen_config_h - no real changes.
19458      Branch: perlio
19459            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
19460 ____________________________________________________________________________
19461 [  9321] By: nick                                  on 2001/03/24  14:31:49
19462         Log: PerlIO fixups for Win32:
19463              - provide win33_popenlist() - non-functional as yet.
19464              - avoid need for aTHX in PerlIO_debug calls - even if not 
19465              enabled args are still evaluated so Win32 has trouble during fork().
19466              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
19467              - Fixup makedef.pl for latest set of symbols.
19468      Branch: perlio
19469            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
19470            ! win32/perlhost.h win32/win32.c win32/win32iop.h
19471 ____________________________________________________________________________
19472 [  9320] By: nick                                  on 2001/03/24  14:26:58
19473         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
19474              was gibberish - broke it on WIn32 at least.
19475      Branch: perlio
19476            ! ext/POSIX/POSIX.xs
19477 ____________________________________________________________________________
19478 [  9319] By: nick                                  on 2001/03/24  11:29:41
19479         Log: Generated files.
19480      Branch: perlio
19481            ! embed.h global.sym objXSUB.h perlapi.c proto.h
19482 ____________________________________________________________________________
19483 [  9318] By: nick                                  on 2001/03/24  10:29:37
19484         Log: Implement:
19485              1.  open($fh,"+<",undef);  # add test to t/io/open.t
19486              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
19487      Branch: perlio
19488            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
19489            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
19490            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
19491            ! t/io/open.t t/io/utf8.t
19492 ____________________________________________________________________________
19493 [  9317] By: jhi                                   on 2001/03/23  23:41:25
19494         Log: AIX does seems to have optimization problems with its C compilers.
19495      Branch: perl
19496            ! hints/aix.sh
19497 ____________________________________________________________________________
19498 [  9316] By: jhi                                   on 2001/03/23  23:40:46
19499         Log: Integrate perlio.
19500      Branch: perl
19501           +> lib/PerlIO.pm
19502           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
19503           !> perliol.h
19504 ____________________________________________________________________________
19505 [  9315] By: jhi                                   on 2001/03/23  22:16:30
19506         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
19507      Branch: perl
19508            ! t/lib/md5-file.t
19509 ____________________________________________________________________________
19510 [  9314] By: nick                                  on 2001/03/23  20:49:02
19511         Log: Perlio internals re-organized.
19512              - open process creates AV of layer/arg pairs
19513              (appends layers from open() or open.pm to default list).
19514              - push arg is now an SV.
19515              - layer ->Open get passed the AV
19516              - open is no longer mandatory method.
19517              - topmost layer that has ->Open method does the open
19518              - any layers above are pushed once that returns.
19519              - vtable re-ordered so dummy layers need only provide push/pop methods.
19520      Branch: perlio
19521            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
19522 ____________________________________________________________________________
19523 [  9313] By: nick                                  on 2001/03/23  16:27:41
19524         Log: Check in a stable (working) version before next round of tweaks.
19525              Changes include:
19526              - Move default layers code out of doio.c and into perlio.c
19527              - Single routine for parsing layer specification strings.
19528              - Skeleton support for demand loading of layers
19529              - Core-dump avoidance if PERLIO environment specifies loadable layer
19530              (does not _work_ as need IO to load and need load to do IO ...)
19531      Branch: perlio
19532            + lib/PerlIO.pm
19533            ! MANIFEST doio.c perlio.c
19534 ____________________________________________________________________________
19535 [  9312] By: gsar                                  on 2001/03/23  16:25:25
19536         Log: add execute bit to files with shebang lines in the repository;
19537              avoid clobbering execute bit in Porting/makerel 
19538      Branch: maint-5.6/perl
19539            ! (edit 144 files)
19540 ____________________________________________________________________________
19541 [  9311] By: jhi                                   on 2001/03/23  14:25:35
19542         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
19543      Branch: perl
19544            ! MANIFEST
19545 ____________________________________________________________________________
19546 [  9310] By: jhi                                   on 2001/03/23  13:45:04
19547         Log: Subject: [PATCH] Net::Ping
19548              From: Colin McMillen <mcmi0037@tc.umn.edu>
19549              Date: Thu, 22 Mar 2001 19:30:31 -0600
19550              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
19551      Branch: perl
19552            ! lib/Net/Ping.pm
19553 ____________________________________________________________________________
19554 [  9309] By: jhi                                   on 2001/03/23  13:39:13
19555         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
19556      Branch: perl
19557            ! t/lib/md5-aaa.t t/lib/md5-file.t
19558 ____________________________________________________________________________
19559 [  9308] By: jhi                                   on 2001/03/23  13:20:34
19560         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
19561              - bump the version to 2.14
19562              - drop the base64 tests since they require MIME::Base64
19563              - drop the rfc1321.txt
19564              - drop the hints/dec_osf.pl since it's only needed for
19565              pre-5.005_03 Perls
19566              Todo:
19567              - the U32 alignment testing is now removed; it needs to
19568              be reintroduced as as a Config variable (meaning also
19569              as a Configure test)
19570              - get the new EBCDIC md5sum for MD5.pm
19571              - test in Win32 to see how badly I botched the makefiles
19572      Branch: perl
19573            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
19574            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
19575            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
19576            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
19577            + t/lib/md5-file.t
19578            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
19579            ! win32/Makefile win32/makefile.mk
19580 ____________________________________________________________________________
19581 [  9307] By: jhi                                   on 2001/03/23  12:56:14
19582         Log: Integrate change #9306 from maintperl into mainline,
19583              AIX dynaloader for AIXes without <load.h>.
19584      Branch: perl
19585           !> ext/DynaLoader/hints/aix.pl
19586 ____________________________________________________________________________
19587 [  9306] By: jhi                                   on 2001/03/23  12:51:36
19588         Log: There are AIXes without /usr/include/load.h,
19589              patch from H.Merijn Brand.
19590      Branch: maint-5.6/perl
19591            ! ext/DynaLoader/hints/aix.pl
19592 ____________________________________________________________________________
19593 [  9305] By: nick                                  on 2001/03/23  11:00:42
19594         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
19595      Branch: perlio
19596            ! ext/Encode/Encode.xs perlio.c perlio.h
19597 ____________________________________________________________________________
19598 [  9304] By: nick                                  on 2001/03/23  10:20:46
19599         Log: Render -Duseperlio functional again.
19600              - this is "quick fix" which calls PerlIO_apply_layers after opening,
19601              which is what old scheme did. New scheme needs to change that
19602              to make open(...,\$scalar) etc. work but this will do for now.
19603      Branch: perlio
19604            ! perlio.c
19605 ____________________________________________________________________________
19606 [  9303] By: nick                                  on 2001/03/23  09:53:20
19607         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
19608              -Uuseperlio now works again.
19609              -Duseperlio is still poorly. Don't merge yet...
19610      Branch: perlio
19611            ! doio.c perlio.h
19612 ____________________________________________________________________________
19613 [  9302] By: nick                                  on 2001/03/22  22:26:51
19614         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
19615              type code.
19616              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
19617              is its main caller. In particular now has access to "extra" args, and
19618              can tell when an open handle is "reopened" (or duped?).
19619              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
19620              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
19621              PerlIO_open() et. al. (i.e. other way round).
19622              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
19623              with args close to PerlIO_openn().
19624      Branch: perlio
19625            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
19626 ____________________________________________________________________________
19627 [  9301] By: jhi                                   on 2001/03/22  20:58:04
19628         Log: Integrate perlio.
19629      Branch: perl
19630           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
19631           !> t/io/open.t util.c
19632 ____________________________________________________________________________
19633 [  9300] By: nick                                  on 2001/03/22  17:36:32
19634         Log: Don't include $@ in not ok message.
19635      Branch: perlio
19636            ! t/io/open.t
19637 ____________________________________________________________________________
19638 [  9299] By: gsar                                  on 2001/03/22  16:53:45
19639         Log: back out changes#7532,7521 for now (appears to have problems
19640              on IRIX)
19641      Branch: maint-5.6/perl
19642            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
19643            ! ext/POSIX/typemap pod/perlvar.pod
19644 ____________________________________________________________________________
19645 [  9298] By: nick                                  on 2001/03/22  14:35:46
19646         Log: Give a meaning to '&' in n-arg open case:
19647              open($fh,"<&",$scalar);
19648              $scalar can be:
19649              - an integer which does "fdopen"
19650              open($fh,"<&",2); # like open($fh,"<&2")
19651              - something that will yield a file handle via sv_2io()
19652              useful for dup'ing anonymous handles.
19653              e.g.:
19654              open(my $fh,"<&",\*STDIN);
19655              open(my $dup,"<&",$fh);
19656      Branch: perlio
19657            ! doio.c t/io/open.t
19658 ____________________________________________________________________________
19659 [  9297] By: nick                                  on 2001/03/22  13:34:35
19660         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
19661      Branch: perlio
19662            ! util.c
19663 ____________________________________________________________________________
19664 [  9296] By: nick                                  on 2001/03/22  12:51:20
19665         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
19666      Branch: perlio
19667            ! perl.c
19668 ____________________________________________________________________________
19669 [  9295] By: nick                                  on 2001/03/22  11:59:44
19670         Log: If stdin, stdout or stderr get opened in unexpected read/write state
19671              then warn at time of open not at time of use.
19672      Branch: perlio
19673            ! doio.c pp_hot.c pp_sys.c
19674 ____________________________________________________________________________
19675 [  9294] By: nick                                  on 2001/03/22  10:54:35
19676         Log: Die on n-arg open(...,"",xxx,yyy,...)
19677              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
19678              - die on read/write cases so we can decide what it means later.
19679      Branch: perlio
19680            ! doio.c embed.pl iperlsys.h util.c
19681 ____________________________________________________________________________
19682 [  9293] By: nick                                  on 2001/03/22  09:02:45
19683         Log: perlio tweaks (reported by Nick Clark)
19684              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
19685              error check in Pendinf_read().
19686      Branch: perlio
19687            ! perlio.c
19688 ____________________________________________________________________________
19689 [  9292] By: gsar                                  on 2001/03/22  07:12:00
19690         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
19691              fixes)
19692      Branch: maint-5.6/perl
19693           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
19694 ____________________________________________________________________________
19695 [  9291] By: jhi                                   on 2001/03/22  06:06:44
19696         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
19697      Branch: perl
19698            ! t/op/re_tests
19699 ____________________________________________________________________________
19700 [  9290] By: jhi                                   on 2001/03/22  05:57:01
19701         Log: Move MacOS Classic higher in the list of supported platforms.
19702      Branch: maint-5.6/perl
19703            ! pod/perlport.pod
19704 ____________________________________________________________________________
19705 [  9289] By: gsar                                  on 2001/03/22  05:35:04
19706         Log: revert part of change#6438 for compatibility (av_reify()
19707              appears to be needed to implement av_splice()ish things
19708              in XS)
19709      Branch: maint-5.6/perl
19710            ! embed.pl global.sym objXSUB.h perlapi.c
19711 ____________________________________________________________________________
19712 [  9288] By: gsar                                  on 2001/03/22  03:09:19
19713         Log: update copyright year
19714      Branch: maint-5.6/perl
19715            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
19716            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
19717            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
19718            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
19719            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
19720            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
19721            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
19722            ! x2p/walk.c
19723 ____________________________________________________________________________
19724 [  9287] By: jhi                                   on 2001/03/21  20:30:54
19725         Log: Integrate perlio.
19726      Branch: perl
19727           !> ext/Data/Dumper/Dumper.xs
19728 ____________________________________________________________________________
19729 [  9286] By: gsar                                  on 2001/03/21  19:49:54
19730         Log: makefile.mk tweak
19731      Branch: maint-5.6/perl
19732            ! win32/Makefile win32/makefile.mk
19733 ____________________________________________________________________________
19734 [  9285] By: nick                                  on 2001/03/21  19:07:13
19735         Log: Multiplicity fix for Dumper.
19736      Branch: perlio
19737            ! ext/Data/Dumper/Dumper.xs
19738 ____________________________________________________________________________
19739 [  9284] By: nick                                  on 2001/03/21  19:01:07
19740         Log: Integrate mainline - (does not build xTHX issue in Dumper).
19741      Branch: perlio
19742           !> (integrate 27 files)
19743 ____________________________________________________________________________
19744 [  9283] By: jhi                                   on 2001/03/21  17:17:35
19745         Log: Integrate change #9282 from mainline into maintperl,
19746              4-arg UTF-8 substr().
19747      Branch: maint-5.6/perl
19748           !> pp.c
19749 ____________________________________________________________________________
19750 [  9282] By: jhi                                   on 2001/03/21  17:15:43
19751         Log: The #9270 would have leaked a scalar if pp_substr()
19752              returned early.
19753      Branch: perl
19754            ! pp.c
19755 ____________________________________________________________________________
19756 [  9281] By: gsar                                  on 2001/03/21  17:03:14
19757         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
19758      Branch: maint-5.6/perl
19759            ! win32/makefile.mk
19760 ____________________________________________________________________________
19761 [  9280] By: gsar                                  on 2001/03/21  17:01:20
19762         Log: some tweaks to change#9278 (fork() emulation should be enabled
19763              by setting BUILD_FLAVOR instead of changing the defaults)
19764      Branch: maint-5.6/perl
19765            ! win32/makefile.mk
19766 ____________________________________________________________________________
19767 [  9279] By: gsar                                  on 2001/03/21  16:47:19
19768         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
19769      Branch: maint-5.6/perl
19770            ! ext/File/Glob/Glob.pm
19771           !> lib/Cwd.pm
19772 ____________________________________________________________________________
19773 [  9278] By: jhi                                   on 2001/03/21  14:35:10
19774         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
19775              From: "Vadim Konovalov" <watman@inbox.ru>
19776              Date: Wed, 21 Mar 2001 01:53:51 +0300
19777              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
19778      Branch: maint-5.6/perl
19779            ! win32/makefile.mk win32/win32sck.c
19780 ____________________________________________________________________________
19781 [  9277] By: jhi                                   on 2001/03/21  13:58:28
19782         Log: Integrate change #9270 from mainline to maintperl:
19783              continued 4-arg UTF-8 substr() fixing.
19784      Branch: maint-5.6/perl
19785           !> pp.c t/op/substr.t
19786 ____________________________________________________________________________
19787 [  9276] By: jhi                                   on 2001/03/21  13:33:00
19788         Log: More pixie cleaning.
19789      Branch: perl
19790            ! Makefile.SH
19791 ____________________________________________________________________________
19792 [  9275] By: jhi                                   on 2001/03/21  03:54:17
19793         Log: Update Changes.
19794      Branch: perl
19795            ! Changes patchlevel.h
19796 ____________________________________________________________________________
19797 [  9274] By: jhi                                   on 2001/03/21  03:48:24
19798         Log: First stab at making Data::Dumper to grok Unicode.
19799              
19800              TODO: tests, EBCDICify.
19801      Branch: perl
19802            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
19803 ____________________________________________________________________________
19804 [  9273] By: jhi                                   on 2001/03/21  02:23:00
19805         Log: Fix for
19806              
19807              Subject: Memory leak in unquoted print   
19808              From: Benjamin Sugars <bsugars@canoe.ca> 
19809              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
19810              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
19811      Branch: perl
19812            ! perlio.c
19813 ____________________________________________________________________________
19814 [  9272] By: jhi                                   on 2001/03/21  01:33:17
19815         Log: Subject: Re: [PATCH] POSIX::getcwd()
19816              From: Benjamin Sugars <bsugars@canoe.ca> 
19817              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
19818              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
19819      Branch: perl
19820            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
19821 ____________________________________________________________________________
19822 [  9271] By: jhi                                   on 2001/03/21  01:22:52
19823         Log: Subject: [PATCH] Cwd.pm docs
19824              From: Benjamin Sugars <bsugars@canoe.ca>
19825              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
19826              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
19827      Branch: perl
19828            ! lib/Cwd.pm
19829 ____________________________________________________________________________
19830 [  9270] By: jhi                                   on 2001/03/21  01:16:29
19831         Log: Continue 4-arg substr() UTF-8 fixage.
19832      Branch: perl
19833            ! pp.c t/op/substr.t
19834 ____________________________________________________________________________
19835 [  9269] By: jhi                                   on 2001/03/21  00:46:14
19836         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
19837              
19838              revert the leak fix in change#9142 (problem needs a more experimental
19839              fix unsuitable for 5.6.1)
19840              
19841              do alphabetical sorting by default (for csh compatibility)
19842              
19843              cut-n-paste goof in change#9264
19844              
19845              VMS piping fixes (from Charles Lane)
19846      Branch: perl
19847           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
19848           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
19849           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
19850 ____________________________________________________________________________
19851 [  9268] By: jhi                                   on 2001/03/21  00:37:04
19852         Log: Integrate perlio.
19853      Branch: perl
19854           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
19855           !> utf8.c utf8.h utfebcdic.h
19856 ____________________________________________________________________________
19857 [  9267] By: nick                                  on 2001/03/20  20:04:39
19858         Log: More EBCDIC stuff:
19859              - Loose the extra level of function on ASCII.
19860              - spotted a chr(0) issue in sv.c
19861              - re-work of UTF-X tr/// ranges to work in Unicode
19862              space. Still issues with the "0xff is illegal UTF-8" hack.
19863              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
19864              (why do it once when you can do it all over the place :-(
19865              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
19866              need utf8.pm for swashes.
19867              - Simplified and commented scan_const() in toke.c
19868              Still something wrong regexp and tr (swashes?).
19869      Branch: perlio
19870            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
19871            ! utf8.c utf8.h utfebcdic.h
19872 ____________________________________________________________________________
19873 [  9266] By: gsar                                  on 2001/03/20  19:16:43
19874         Log: VMS piping fixes (from Charles Lane)
19875      Branch: maint-5.6/perl
19876            ! vms/vms.c vms/vmspipe.com
19877 ____________________________________________________________________________
19878 [  9265] By: gsar                                  on 2001/03/20  17:53:52
19879         Log: cut-n-paste goof in change#9264
19880      Branch: maint-5.6/perl
19881            ! ext/File/Glob/Glob.xs
19882 ____________________________________________________________________________
19883 [  9264] By: gsar                                  on 2001/03/20  17:43:47
19884         Log: do alphabetical sorting by default (for csh compatibility);
19885              bsd_glob() does ASCII sort by default as usual, unless
19886              GLOB_ALPHASORT was specified
19887      Branch: maint-5.6/perl
19888            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
19889            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
19890            ! ext/File/Glob/bsd_glob.h
19891 ____________________________________________________________________________
19892 [  9263] By: gsar                                  on 2001/03/20  16:40:08
19893         Log: integrate change#9255 from mainline (unicode fix)
19894              
19895              substr($bytestr, i, n, $charstr)
19896      Branch: maint-5.6/perl
19897           !> Todo-5.6 pp.c t/op/substr.t
19898 ____________________________________________________________________________
19899 [  9262] By: gsar                                  on 2001/03/20  15:57:41
19900         Log: revert the leak fix in change#9142 (problem needs a more experimental
19901              fix unsuitable for 5.6.1)
19902      Branch: maint-5.6/perl
19903            ! scope.c
19904 ____________________________________________________________________________
19905 [  9261] By: jhi                                   on 2001/03/20  14:26:25
19906         Log: Integrate changes #9259,9260 from maintperl into mainline.
19907              
19908              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
19909              
19910              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
19911      Branch: perl
19912           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
19913 ____________________________________________________________________________
19914 [  9260] By: jhi                                   on 2001/03/20  14:05:46
19915         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
19916              From: Robin Barker <rmb1@cise.npl.co.uk>
19917              Date: Tue, 20 Mar 2001 10:12:04 GMT
19918              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
19919      Branch: maint-5.6/perl
19920            ! run.c
19921 ____________________________________________________________________________
19922 [  9259] By: jhi                                   on 2001/03/20  14:04:39
19923         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
19924              From: Chris Nandor <pudge@pobox.com>
19925              Date: Tue, 20 Mar 2001 00:40:56 -0500
19926              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
19927      Branch: maint-5.6/perl
19928            ! ext/POSIX/POSIX.xs lib/File/Path.pm
19929 ____________________________________________________________________________
19930 [  9258] By: jhi                                   on 2001/03/20  05:09:34
19931         Log: Update Changes.
19932      Branch: perl
19933            ! Changes patchlevel.h
19934 ____________________________________________________________________________
19935 [  9257] By: jhi                                   on 2001/03/20  05:04:25
19936         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
19937      Branch: perl
19938            ! t/op/tr.t
19939 ____________________________________________________________________________
19940 [  9256] By: jhi                                   on 2001/03/20  04:43:12
19941         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
19942              From: Peter Prymmer <pvhp@forte.com>
19943              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
19944              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
19945      Branch: maint-5.6/perl
19946            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
19947 ____________________________________________________________________________
19948 [  9255] By: jhi                                   on 2001/03/19  23:17:17
19949         Log: substr($bytestr, i, n, $charstr)
19950
19951              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
19952      Branch: perl
19953            ! Todo-5.6 pp.c t/op/substr.t
19954 ____________________________________________________________________________
19955 [  9254] By: jhi                                   on 2001/03/19  22:25:09
19956         Log: Rearrange the make test target prerequisites so that
19957              in a parallel make 'all' is finished before 'test'.
19958      Branch: perl
19959            ! Makefile.SH
19960 ____________________________________________________________________________
19961 [  9253] By: jhi                                   on 2001/03/19  21:48:07
19962         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
19963              From: Robin Houston <robin@kitsite.com>
19964              Date: Mon, 19 Mar 2001 15:48:41 +0000
19965              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
19966      Branch: perl
19967            ! pp_ctl.c
19968 ____________________________________________________________________________
19969 [  9252] By: jhi                                   on 2001/03/19  21:42:27
19970         Log: Integrate perlio.
19971      Branch: perl
19972           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
19973           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
19974           !> utfebcdic.h vms/perly_c.vms
19975 ____________________________________________________________________________
19976 [  9251] By: jhi                                   on 2001/03/19  21:31:28
19977         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
19978              
19979              Dynaloading in 64-bit AIX with vac.
19980      Branch: perl
19981           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
19982           !> hints/aix.sh
19983 ____________________________________________________________________________
19984 [  9250] By: jhi                                   on 2001/03/19  21:18:00
19985         Log: A more robust solution for the 64bitall AIX dynaloading
19986              problem, from Jens-Uwe Mager.
19987      Branch: maint-5.6/perl
19988            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
19989 ____________________________________________________________________________
19990 [  9249] By: nick                                  on 2001/03/19  20:59:37
19991         Log: Integrate mainline.
19992      Branch: perlio
19993           !> (integrate 42 files)
19994 ____________________________________________________________________________
19995 [  9248] By: nick                                  on 2001/03/19  20:22:07
19996         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
19997              (Building on OS390 uses native YACC and YYDEBUG has other
19998              side effects.)
19999      Branch: perlio
20000            ! perly.c perly.y vms/perly_c.vms
20001 ____________________________________________________________________________
20002 [  9247] By: jhi                                   on 2001/03/19  19:59:53
20003         Log: 64-bit AIX dynaloading problem (see #9244) idea
20004              from Jens-Uwe Mager.
20005      Branch: maint-5.6/perl
20006            ! ext/DynaLoader/dl_aix.xs
20007 ____________________________________________________________________________
20008 [  9246] By: nick                                  on 2001/03/19  19:27:57
20009         Log: More EBCDIC fixes.
20010      Branch: perlio
20011            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
20012            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
20013 ____________________________________________________________________________
20014 [  9245] By: jhi                                   on 2001/03/19  19:05:19
20015         Log: Integrate change #9243 from mainline into maintperl.
20016              
20017              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
20018      Branch: maint-5.6/perl
20019           !> README.vmesa
20020 ____________________________________________________________________________
20021 [  9244] By: jhi                                   on 2001/03/19  19:03:15
20022         Log: Get 64bitall AIX building, but still does not test okay:
20023              dynaloading anything fails, for example for op/defins:
20024              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
20025              (update: fixed by #9247,9250)
20026      Branch: maint-5.6/perl
20027            ! hints/aix.sh
20028 ____________________________________________________________________________
20029 [  9243] By: jhi                                   on 2001/03/19  19:00:16
20030         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
20031              From: Robin Barker <rmb1@cise.npl.co.uk>
20032              Date: Mon, 19 Mar 2001 18:01:57 GMT
20033              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
20034      Branch: perl
20035            ! README.vmesa
20036 ____________________________________________________________________________
20037 [  9242] By: jhi                                   on 2001/03/19  18:58:43
20038         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
20039              
20040              TODO: tests.
20041      Branch: perl
20042            ! doop.c op.c
20043 ____________________________________________________________________________
20044 [  9241] By: gsar                                  on 2001/03/19  17:34:46
20045         Log: VMSify tests (from Charles Lane)
20046      Branch: maint-5.6/perl
20047            ! t/lib/filehand.t t/lib/texttabs.t
20048 ____________________________________________________________________________
20049 [  9240] By: jhi                                   on 2001/03/19  14:24:26
20050         Log: Integrate change #9233 from maintperl into mainline.
20051              
20052              some refcounts were incorrect in perl_clone()
20053      Branch: perl
20054           !> sv.c
20055 ____________________________________________________________________________
20056 [  9239] By: gsar                                  on 2001/03/19  09:23:17
20057         Log: this is 5.6.1-trial3
20058      Branch: maint-5.6/perl
20059            ! Changes
20060 ____________________________________________________________________________
20061 [  9238] By: gsar                                  on 2001/03/19  08:47:04
20062         Log: some new symbols are only available under ithreads
20063      Branch: maint-5.6/perl
20064            ! makedef.pl
20065 ____________________________________________________________________________
20066 [  9237] By: gsar                                  on 2001/03/19  08:42:28
20067         Log: update patchlevel.h, Changes, &c.
20068      Branch: maint-5.6/perl
20069            ! Changes patchlevel.h pod/perlhist.pod
20070           !> AUTHORS
20071 ____________________________________________________________________________
20072 [  9236] By: gsar                                  on 2001/03/19  08:17:49
20073         Log: integrate changes#8068,8717 from mainline
20074              
20075              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
20076              
20077              [PATCH CPAN 1.59_51] warning message (not!)
20078      Branch: maint-5.6/perl
20079           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
20080           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
20081           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
20082           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
20083           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
20084 ____________________________________________________________________________
20085 [  9235] By: gsar                                  on 2001/03/19  08:07:09
20086         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
20087              
20088              [PATCH] Add missing CV flags to dump.c
20089              
20090              Re: [patch] Re: PL_ptr_table
20091              
20092              Fixup non-ithread build after 8713
20093              
20094              Generated files form 8713 etc.
20095              
20096              Correct the correction :-(
20097              
20098              Documenting coderef @INC (Re: CPAN "make this script work" feature)
20099              
20100              Subject: Re: sync sync sync: have I missed any patches?
20101              Replace djSP with dSP.
20102      Branch: maint-5.6/perl
20103           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
20104           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
20105           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
20106           !> sv.c sv.h win32/perlhost.h
20107 ____________________________________________________________________________
20108 [  9234] By: gsar                                  on 2001/03/19  07:22:05
20109         Log: revert the change#9090 integrate for now (change looks somewhat
20110              incomplete in that [ha]v_exists() need something similar; lacks
20111              tests; &c.)
20112      Branch: maint-5.6/perl
20113            ! hv.c
20114 ____________________________________________________________________________
20115 [  9233] By: gsar                                  on 2001/03/19  07:10:01
20116         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
20117              destruction when there are unreferenced scalars (SvREFCNT==0)
20118      Branch: maint-5.6/perl
20119            ! sv.c
20120 ____________________________________________________________________________
20121 [  9232] By: jhi                                   on 2001/03/19  05:11:02
20122         Log: Regen api and toc.
20123      Branch: maint-5.6/perl
20124            ! pod/perlapi.pod pod/perltoc.pod
20125 ____________________________________________________________________________
20126 [  9231] By: jhi                                   on 2001/03/19  04:06:03
20127         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
20128              add a lost line in pp.c:pp_chop(), update to new op/chop.
20129              
20130              Clarify the description differentiating for and while; inspired by
20131              
20132              Subject: [ID 20010306.004] || != named unary operator
20133              
20134              The $Is_MacOS needs to be declared.
20135      Branch: maint-5.6/perl
20136            ! pp.c t/op/chop.t
20137           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
20138 ____________________________________________________________________________
20139 [  9230] By: jhi                                   on 2001/03/19  03:48:16
20140         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
20141              9079,9083,9089,9090,9091 from mainline to maintperl.
20142              
20143              Quieten some noise in Win32 builds
20144              
20145              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
20146              
20147              The perlretut was still talking about the old \p and \P
20148              definitions.
20149              
20150              More tweakage on the Unicode character class descriptions.
20151              
20152              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
20153              
20154              Subject: 'no *POSIX' Patch speeding up make on BS2000 
20155              
20156              Subject: [PATCH] perldata.pod here-doc docs
20157              
20158              Add /sbin and /usr/sbin to the list of directories scanned
20159              for setuid programs.  Takes care of bug id 20010309.003.
20160              
20161              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
20162              
20163              In op/stat #35 better to scan all the potential directories
20164              for setuids, not just the first one.
20165      Branch: maint-5.6/perl
20166            ! Makefile.SH
20167           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
20168           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
20169           !> t/op/stat.t toke.c win32/win32.h
20170 ____________________________________________________________________________
20171 [  9229] By: jhi                                   on 2001/03/19  02:31:50
20172         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
20173              From: Chris Nandor <pudge@pobox.com>
20174              Date: Sat, 10 Mar 2001 14:22:19 -0500
20175              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
20176      Branch: maint-5.6/perl
20177            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
20178            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
20179            ! t/lib/b.t t/lib/errno.t
20180 ____________________________________________________________________________
20181 [  9228] By: jhi                                   on 2001/03/19  02:29:59
20182         Log: Integrate changes #9113,9122 from mainline into maintperl.
20183              
20184              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?)
20185      Branch: maint-5.6/perl
20186           !> Configure README.os390 hints/os390.sh
20187 ____________________________________________________________________________
20188 [  9227] By: jhi                                   on 2001/03/19  02:22:35
20189         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
20190              into maintperl.
20191              
20192              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
20193              
20194              Forgot to check-in the larger part of #9120, duh.
20195              
20196              Subject: Another patch for integer.pm POD 
20197              
20198              h2ph strictness and cleanliness from Kurt Starsinic.
20199              
20200              Borland filename case problem.
20201              
20202              h2ph strictness and cleanliness from Kurt Starsinic.
20203              
20204              Subject: [PATCH] the uncontroversial doc patches
20205      Branch: maint-5.6/perl
20206           +> win32/sncfnmcs.pl
20207           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
20208           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
20209           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
20210           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
20211           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
20212           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
20213           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
20214 ____________________________________________________________________________
20215 [  9226] By: jhi                                   on 2001/03/19  02:10:21
20216         Log: Integrate changes #9207,9214 from mainline into maintperl.
20217              
20218              podchecker relaxations: =over has an *optional* number after it,
20219              and whitespace in L<> is okay.
20220      Branch: maint-5.6/perl
20221           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
20222           !> t/pod/poderrs.xr
20223 ____________________________________________________________________________
20224 [  9225] By: jhi                                   on 2001/03/19  02:07:38
20225         Log: Integrate change #9219 from maintperl into mainline.
20226              
20227              remove duplicated tests
20228      Branch: perl
20229           !> t/op/re_tests
20230 ____________________________________________________________________________
20231 [  9224] By: jhi                                   on 2001/03/19  02:06:11
20232         Log: Integrate change #9223 from mainline to maintperl.
20233              
20234              Document -Dmksymlinks.
20235      Branch: maint-5.6/perl
20236           !> INSTALL
20237 ____________________________________________________________________________
20238 [  9223] By: jhi                                   on 2001/03/19  02:01:25
20239         Log: Document -Dmksymlinks.
20240      Branch: perl
20241            ! INSTALL
20242 ____________________________________________________________________________
20243 [  9222] By: jhi                                   on 2001/03/19  01:15:35
20244         Log: The -Dmksymlinks wasn't working for maintperl.
20245      Branch: maint-5.6/perl
20246            ! Configure
20247 ____________________________________________________________________________
20248 [  9221] By: jhi                                   on 2001/03/19  00:49:43
20249         Log: Cleanup pixie residue.
20250      Branch: perl
20251            ! Makefile.SH
20252 ____________________________________________________________________________
20253 [  9220] By: jhi                                   on 2001/03/19  00:44:47
20254         Log: Document the use of pixie/prof; create make targets for it.
20255              
20256              TODO: make t/TEST pixie-aware.
20257      Branch: perl
20258            ! Makefile.SH pod/perlhack.pod
20259 ____________________________________________________________________________
20260 [  9219] By: gsar                                  on 2001/03/19  00:16:55
20261         Log: remove duplicated tests
20262      Branch: maint-5.6/perl
20263            ! t/op/re_tests
20264 ____________________________________________________________________________
20265 [  9218] By: jhi                                   on 2001/03/18  23:59:31
20266         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
20267      Branch: perl
20268            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
20269 ____________________________________________________________________________
20270 [  9217] By: jhi                                   on 2001/03/18  23:25:20
20271         Log: Rewrite the tests section of Makefile to be less redundant
20272              and to allow for more flexible test targets, many recursive
20273              make calls introduced.
20274      Branch: perl
20275            ! Makefile.SH
20276 ____________________________________________________________________________
20277 [  9216] By: jhi                                   on 2001/03/18  22:30:04
20278         Log: Document the use of Third Degree (sparsely).
20279      Branch: perl
20280            ! pod/perlhack.pod t/TEST
20281 ____________________________________________________________________________
20282 [  9215] By: jhi                                   on 2001/03/18  22:10:30
20283         Log: Make targets for testing with Third Degree.
20284      Branch: perl
20285            ! Makefile.SH
20286 ____________________________________________________________________________
20287 [  9214] By: jhi                                   on 2001/03/18  21:08:53
20288         Log: The podchecker relaxations need to mirrored also at the tests.
20289      Branch: perl
20290            ! t/pod/poderrs.xr
20291 ____________________________________________________________________________
20292 [  9213] By: jhi                                   on 2001/03/18  20:56:21
20293         Log: Update Changes.
20294      Branch: perl
20295            ! Changes patchlevel.h
20296 ____________________________________________________________________________
20297 [  9212] By: jhi                                   on 2001/03/18  20:36:59
20298         Log: Looking for config.sh in parent directories isn't
20299              very useful for the toplevel Makefile.
20300      Branch: perl
20301            ! Makefile.SH
20302 ____________________________________________________________________________
20303 [  9211] By: jhi                                   on 2001/03/18  20:33:37
20304         Log: On "make clean" take care of Third Degree droppings.
20305      Branch: perl
20306            ! Makefile.SH
20307 ____________________________________________________________________________
20308 [  9210] By: jhi                                   on 2001/03/18  20:21:34
20309         Log: Add a hook for running the tests under the Third Degree
20310              debugging tool (set $ENV{PERL_3LOG} to non-zero)
20311              
20312              TODO: Document the use of Third Degree.
20313      Branch: perl
20314            ! t/TEST
20315 ____________________________________________________________________________
20316 [  9209] By: jhi                                   on 2001/03/18  20:19:07
20317         Log: Regen toc and api pods.
20318      Branch: perl
20319            ! pod/perlapi.pod pod/perltoc.pod
20320 ____________________________________________________________________________
20321 [  9208] By: jhi                                   on 2001/03/18  20:12:12
20322         Log: Integrate changes #8128,9132 from mainline into maintperl,
20323              Tie::SubstrHash fixes.
20324      Branch: maint-5.6/perl
20325           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
20326 ____________________________________________________________________________
20327 [  9207] By: jhi                                   on 2001/03/18  20:07:43
20328         Log: podchecker relaxations from Michael Stevens.
20329      Branch: perl
20330            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
20331 ____________________________________________________________________________
20332 [  9206] By: jhi                                   on 2001/03/18  20:04:24
20333         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
20334      Branch: perl
20335            ! lib/Locale/Constants.pm lib/Locale/Country.pm
20336            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
20337            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
20338 ____________________________________________________________________________
20339 [  9205] By: jhi                                   on 2001/03/18  19:54:45
20340         Log: Integrate changes #9161,9162 from maintperl to mainline.
20341              
20342              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
20343              results
20344      Branch: perl
20345           !> t/op/magic.t
20346 ____________________________________________________________________________
20347 [  9204] By: jhi                                   on 2001/03/18  19:37:46
20348         Log: Make perl.third checks more understandable to the builder.
20349      Branch: perl
20350            ! Makefile.SH
20351 ____________________________________________________________________________
20352 [  9203] By: jhi                                   on 2001/03/18  19:20:54
20353         Log: Re-integrate #9138 from maintperl to mainline,
20354              the squelching of the unneeded "Scalars leaked" messages.
20355      Branch: perl
20356           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
20357           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
20358           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
20359 ____________________________________________________________________________
20360 [  9202] By: jhi                                   on 2001/03/18  18:48:36
20361         Log: More robust and more paranoid perl.third target.
20362      Branch: perl
20363            ! Makefile.SH
20364 ____________________________________________________________________________
20365 [  9201] By: jhi                                   on 2001/03/18  18:39:21
20366         Log: Integrate change #9197 from maintperl to mainline.
20367              
20368              more thorough cleaning of arenas.
20369      Branch: perl
20370           !> embed.pl perl.c proto.h sv.c t/op/sort.t
20371 ____________________________________________________________________________
20372 [  9200] By: jhi                                   on 2001/03/18  18:25:17
20373         Log: Integrate perlio.
20374      Branch: perl
20375           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
20376           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
20377           !> t/lib/encode.t toke.c universal.c utf8.c
20378 ____________________________________________________________________________
20379 [  9199] By: nick                                  on 2001/03/18  15:23:51
20380         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
20381              is the sense of the test being done. Avoid some magical 127 and 128 values
20382              by using macros.
20383      Branch: perlio
20384            ! doop.c pp_ctl.c sv.c toke.c
20385 ____________________________________________________________________________
20386 [  9198] By: nick                                  on 2001/03/18  14:18:12
20387         Log: UTF-X encoding invariance for Encode:
20388              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
20389              - move the XS code for those to universal.c (so in miniperl)
20390              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
20391              - change ext/Encode/compile to use above.
20392              - Fix t/lib/encode.t for above
20393              - Teach t/lib/b.t to expect -uutf8
20394              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
20395              utf8.pm is needed.
20396      Branch: perlio
20397            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
20398            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
20399 ____________________________________________________________________________
20400 [  9197] By: gsar                                  on 2001/03/18  12:15:57
20401         Log: more thorough cleaning of arenas--keep going until no more
20402              SvREFCNT_dec()s occur (this fixes the problem that causes the
20403              pesky "Scalars leaked" warnings)
20404      Branch: maint-5.6/perl
20405            ! embed.pl perl.c proto.h sv.c t/op/sort.t
20406 ____________________________________________________________________________
20407 [  9196] By: nick                                  on 2001/03/18  10:57:29
20408         Log: Fix pragma/utf8.t # 15
20409              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
20410              are SvUTF8 as well.
20411      Branch: perlio
20412            ! toke.c
20413 ____________________________________________________________________________
20414 [  9195] By: nick                                  on 2001/03/18  09:27:06
20415         Log: Integrate mainline
20416      Branch: perlio
20417           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
20418           !> t/op/pat.t
20419 ____________________________________________________________________________
20420 [  9194] By: jhi                                   on 2001/03/18  05:29:59
20421         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
20422              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
20423      Branch: perl
20424            ! op.c op.h t/op/misc.t t/op/pat.t
20425 ____________________________________________________________________________
20426 [  9193] By: jhi                                   on 2001/03/18  05:15:06
20427         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
20428      Branch: perl
20429            ! mg.c t/op/pat.t
20430 ____________________________________________________________________________
20431 [  9192] By: jhi                                   on 2001/03/18  04:22:43
20432         Log: tr/// UTF-8 patches from Inaba Hiroto.
20433      Branch: perl
20434            ! doop.c op.c
20435 ____________________________________________________________________________
20436 [  9191] By: jhi                                   on 2001/03/18  04:21:17
20437         Log: Integrate perlio.
20438      Branch: perl
20439           !> utf8.c utfebcdic.h
20440 ____________________________________________________________________________
20441 [  9190] By: nick                                  on 2001/03/17  20:32:01
20442         Log: Correct #if EBCDIC side typos.
20443              Builds and passes many tests on OS390.
20444      Branch: perlio
20445            ! utf8.c utfebcdic.h
20446 ____________________________________________________________________________
20447 [  9189] By: jhi                                   on 2001/03/17  18:55:49
20448         Log: Add prerequisites for the perl.third target.
20449      Branch: perl
20450            ! Makefile.SH
20451 ____________________________________________________________________________
20452 [  9188] By: jhi                                   on 2001/03/17  18:46:00
20453         Log: Integrate perlio.
20454      Branch: perl
20455           +> utfebcdic.h
20456           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
20457 ____________________________________________________________________________
20458 [  9187] By: jhi                                   on 2001/03/17  18:38:47
20459         Log: Add a make rule for perl.third (the Third Degree memory debugging
20460              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
20461      Branch: perl
20462            ! Makefile.SH
20463 ____________________________________________________________________________
20464 [  9186] By: nick                                  on 2001/03/17  18:34:48
20465         Log: MANIFEST addition :-(
20466      Branch: perlio
20467            ! MANIFEST
20468 ____________________________________________________________________________
20469 [  9185] By: nick                                  on 2001/03/17  18:29:50
20470         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
20471              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
20472              a superset of ASCII are invariant under the encoding. This is EBCDIC
20473              friendly as an encoded string can be looked at as being EBCDIC by lexer
20474              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
20475              ASCII on ASCII machines.
20476              
20477              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
20478              seperate.
20479              - Add some more macros to comprehend different shift amounts and
20480              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
20481              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
20482              and conditionaly #include it.
20483              
20484              EBCDIC build as yet untested.  ASCII still fails the one test.
20485      Branch: perlio
20486            + utfebcdic.h
20487            ! utf8.c utf8.h
20488 ____________________________________________________________________________
20489 [  9184] By: nick                                  on 2001/03/17  17:44:16
20490         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
20491      Branch: perlio
20492            ! doop.c perl.h pp.c utf8.h
20493 ____________________________________________________________________________
20494 [  9183] By: jhi                                   on 2001/03/17  15:55:42
20495         Log: Integrate perlio.
20496      Branch: perl
20497            ! MANIFEST
20498           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
20499 ____________________________________________________________________________
20500 [  9182] By: nick                                  on 2001/03/17  09:16:06
20501         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
20502      Branch: perlio
20503            ! t/op/pat.t
20504 ____________________________________________________________________________
20505 [  9181] By: nick                                  on 2001/03/17  09:15:11
20506         Log: Integrate mainline.
20507      Branch: perlio
20508           +> lib/Locale/Constants.pm lib/Locale/Country.pm
20509           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
20510           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
20511           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
20512           !> (integrate 83 files)
20513 ____________________________________________________________________________
20514 [  9180] By: nick                                  on 2001/03/16  17:23:21
20515         Log: EBCDIC Fixes.
20516      Branch: perlio
20517            ! perl.h sv.c toke.c utf8.c utf8.h
20518 ____________________________________________________________________________
20519 [  9179] By: jhi                                   on 2001/03/16  14:10:12
20520         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
20521              a change needed to work around an AIX compiler bug.
20522      Branch: perl
20523            ! ext/Storable/Storable.xs
20524 ____________________________________________________________________________
20525 [  9178] By: jhi                                   on 2001/03/16  03:19:59
20526         Log: With Damian's approval synchronize damian's modules'
20527              licensing with Perl's standard module licensing.
20528      Branch: perl
20529            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
20530 ____________________________________________________________________________
20531 [  9177] By: jhi                                   on 2001/03/16  03:15:34
20532         Log: Make the Filter::Util:Call files have their own copies
20533              of the Perl standard module licensing, from Paul Marquess.
20534      Branch: perl
20535            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
20536 ____________________________________________________________________________
20537 [  9176] By: jhi                                   on 2001/03/16  02:56:04
20538         Log: Subject: [PATCH] more pod patches
20539              From: Michael Stevens <michael@etla.org>
20540              Date: Thu, 15 Mar 2001 21:25:18 +0000
20541              Message-ID: <20010315212518.A18870@firedrake.org>
20542      Branch: perl
20543            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
20544            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
20545            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
20546            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
20547            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
20548            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
20549            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
20550            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
20551            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
20552            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
20553            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
20554            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
20555            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
20556            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
20557            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
20558            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
20559            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
20560            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
20561            ! lib/Locale/Country.pm lib/Locale/Language.pm
20562            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
20563            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
20564            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
20565            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
20566            ! os2/OS2/Process/Process.pm
20567 ____________________________________________________________________________
20568 [  9175] By: jhi                                   on 2001/03/16  02:53:32
20569         Log: Subject: [PATCH] the uncontroversial doc patches
20570              From: Michael Stevens <michael@etla.org>
20571              Date: Thu, 15 Mar 2001 20:01:12 +0000
20572              Message-ID: <20010315200112.A7636@firedrake.org>
20573      Branch: perl
20574            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
20575            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
20576            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
20577            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
20578            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
20579 ____________________________________________________________________________
20580 [  9174] By: jhi                                   on 2001/03/16  02:50:49
20581         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
20582              From: Paul Lindner <lindner@inuus.com>
20583              Date: Fri, 16 Mar 2001 11:28:03 -0800
20584              Message-ID: <20010316112803.A7577@inuus.com>
20585      Branch: perl
20586            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
20587 ____________________________________________________________________________
20588 [  9173] By: nick                                  on 2001/03/15  20:21:03
20589         Log: 1st day's EBCDIC fixes:
20590              - toke.c's parsing of strings needed attention
20591              needed to conditionally e2a if string was already UTF-8
20592              - e2a/a2e tables where wrong way round.
20593              - new macros in utf8.h
20594      Branch: perlio
20595            ! perl.h toke.c utf8.h
20596 ____________________________________________________________________________
20597 [  9172] By: jhi                                   on 2001/03/15  15:17:17
20598         Log: Update Changes.
20599      Branch: perl
20600            ! Changes patchlevel.h
20601 ____________________________________________________________________________
20602 [  9171] By: jhi                                   on 2001/03/15  15:09:32
20603         Log: Subject: Re: Another Borland C++ problem.
20604              From: "Vadim Konovalov" <watman@inbox.ru>
20605              Date: Sat, 10 Mar 2001 19:26:07 +0300
20606              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
20607              
20608              Borland filename case problem.
20609      Branch: perl
20610            + win32/sncfnmcs.pl
20611            ! MANIFEST README.win32
20612 ____________________________________________________________________________
20613 [  9170] By: jhi                                   on 2001/03/15  14:54:23
20614         Log: Add Locale::Codes 1.06, from Neil Bowers.
20615      Branch: perl
20616            + lib/Locale/Constants.pm lib/Locale/Country.pm
20617            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
20618            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
20619            + t/lib/lc-language.t t/lib/lc-uk.t
20620            ! MANIFEST
20621 ____________________________________________________________________________
20622 [  9169] By: jhi                                   on 2001/03/15  14:19:01
20623         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
20624      Branch: perl
20625            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
20626            ! ext/Storable/Storable.xs
20627 ____________________________________________________________________________
20628 [  9168] By: jhi                                   on 2001/03/15  14:13:22
20629         Log: Integrate changes #9120,9167 from mainline to maintperl.
20630              
20631              Subject: [PATCH 5.6.1] OS/2 docs
20632              
20633              Subject: [PATCH 5.6.1] perldoc
20634      Branch: maint-5.6/perl
20635           !> os2/Changes utils/perldoc.PL
20636 ____________________________________________________________________________
20637 [  9167] By: jhi                                   on 2001/03/15  14:07:42
20638         Log: Subject: [PATCH 5.6.1] perldoc
20639              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20640              Date: Wed, 14 Mar 2001 23:46:52 -0500
20641              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
20642      Branch: perl
20643            ! utils/perldoc.PL
20644 ____________________________________________________________________________
20645 [  9166] By: jhi                                   on 2001/03/15  13:53:15
20646         Log: sigaction test condition tweakage.
20647      Branch: perl
20648            ! t/lib/sigaction.t
20649 ____________________________________________________________________________
20650 [  9165] By: alanbur                               on 2001/03/15  03:49:17
20651         Log: Resynchronised with parent
20652      Branch: maint-5.6/pureperl
20653           +> os2/os2add.sym t/op/anonsub.t
20654           !> (integrate 72 files)
20655 ____________________________________________________________________________
20656 [  9164] By: jhi                                   on 2001/03/15  01:05:01
20657         Log: Avoid stomping off the beginning of an array in tr///.
20658      Branch: perl
20659            ! op.c
20660 ____________________________________________________________________________
20661 [  9163] By: jhi                                   on 2001/03/15  00:58:57
20662         Log: h2ph strictness and cleanliness from Kurt Starsinic.
20663      Branch: perl
20664            ! utils/h2ph.PL
20665 ____________________________________________________________________________
20666 [  9162] By: gsar                                  on 2001/03/15  00:56:53
20667         Log: avoid warnings
20668      Branch: maint-5.6/perl
20669            ! t/op/magic.t
20670 ____________________________________________________________________________
20671 [  9161] By: gsar                                  on 2001/03/15  00:52:09
20672         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
20673              results
20674      Branch: maint-5.6/perl
20675            ! t/op/magic.t
20676 ____________________________________________________________________________
20677 [  9160] By: jhi                                   on 2001/03/14  22:02:10
20678         Log: Do not use the Perl malloc in IRIX, suggested by
20679              Helmus Jarausch.
20680      Branch: perl
20681            ! hints/irix_6.sh
20682 ____________________________________________________________________________
20683 [  9159] By: nick                                  on 2001/03/14  21:45:59
20684         Log: Integrate mainline
20685      Branch: perlio
20686           +> t/op/loopctl.t
20687           !> (integrate 41 files)
20688 ____________________________________________________________________________
20689 [  9158] By: jhi                                   on 2001/03/14  21:10:09
20690         Log: The Day of the Retractions continues: the #9138
20691              (integrated in #9144) doesn't work well in mainline.
20692      Branch: perl
20693            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
20694            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
20695            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
20696 ____________________________________________________________________________
20697 [  9157] By: jhi                                   on 2001/03/14  20:58:12
20698         Log: The #9145 CANNOT be enabled: the clear_pmop code still
20699              dumps core all over in Tru64.
20700      Branch: perl
20701            ! op.c op.h t/op/pat.t
20702 ____________________________________________________________________________
20703 [  9156] By: jhi                                   on 2001/03/14  20:48:06
20704         Log: Integrate change #9154 from maintperl to mainline.
20705              
20706              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
20707              (caused Storable 1.0.10 to break on windows)
20708      Branch: perl
20709           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
20710           !> perlapi.c proto.h
20711 ____________________________________________________________________________
20712 [  9155] By: jhi                                   on 2001/03/14  20:23:53
20713         Log: Retract #9136: breaks threading (and binary compatibility).
20714      Branch: perl
20715            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
20716 ____________________________________________________________________________
20717 [  9154] By: gsar                                  on 2001/03/14  17:48:18
20718         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
20719              (caused Storable 1.0.10 to break on windows)
20720      Branch: maint-5.6/perl
20721            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
20722            ! perlapi.c proto.h
20723 ____________________________________________________________________________
20724 [  9153] By: jhi                                   on 2001/03/14  13:35:21
20725         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
20726      Branch: perl
20727            ! t/lib/sigaction.t
20728 ____________________________________________________________________________
20729 [  9152] By: gsar                                  on 2001/03/14  07:29:40
20730         Log: back out changes#9012,9010,9009 and parts of change#9016
20731              (causes ABRs under purify, and some prerequisites don't
20732              seem to be there in 5.6.x)
20733      Branch: maint-5.6/perl
20734            ! doop.c op.c t/op/tr.t toke.c
20735 ____________________________________________________________________________
20736 [  9151] By: gsar                                  on 2001/03/14  07:01:29
20737         Log: reenable change#9145 (the test was busted due to a missing
20738              C<print "ok 27\n">)
20739      Branch: perl
20740            ! op.c op.h t/op/pat.t
20741 ____________________________________________________________________________
20742 [  9150] By: jhi                                   on 2001/03/14  06:38:36
20743         Log: Retract #9145.
20744      Branch: perl
20745            ! op.c op.h t/op/pat.t
20746 ____________________________________________________________________________
20747 [  9149] By: jhi                                   on 2001/03/14  06:14:56
20748         Log: Retract #9143.
20749      Branch: perl
20750            ! op.c
20751 ____________________________________________________________________________
20752 [  9148] By: gsar                                  on 2001/03/14  06:13:02
20753         Log: Uninitialized Memory Read in regexec.c
20754      Branch: perl
20755            ! regexec.c
20756 ____________________________________________________________________________
20757 [  9147] By: jhi                                   on 2001/03/14  04:59:54
20758         Log: Subject: PATCH: make goto work in nested eval ""
20759              From: Robin Houston <robin@kitsite.com>
20760              Date: Wed, 14 Mar 2001 04:16:10 +0000
20761              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
20762      Branch: perl
20763            ! pp_ctl.c t/op/goto.t
20764 ____________________________________________________________________________
20765 [  9146] By: jhi                                   on 2001/03/14  04:42:54
20766         Log: Preserve the #ifdef PERL_CORE in perly.h.
20767      Branch: perl
20768            ! perly.fixer
20769 ____________________________________________________________________________
20770 [  9145] By: jhi                                   on 2001/03/14  03:57:41
20771         Log: (Retracted by #9150.)
20772      Branch: perl
20773            ! op.c op.h t/op/pat.t
20774 ____________________________________________________________________________
20775 [  9144] By: jhi                                   on 2001/03/14  03:50:38
20776         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
20777              
20778              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
20779              
20780              remove squelch controls for "Scalars leaked" messages in most places
20781              (these are now cured)
20782              
20783              fix another memory leak reported by purify (tie callbacks that
20784              croak can leak when wiping out magic)
20785      Branch: perl
20786           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
20787           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
20788           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
20789           !> t/pragma/warnings.t
20790 ____________________________________________________________________________
20791 [  9143] By: jhi                                   on 2001/03/14  03:37:53
20792         Log: (Retracted by #9149.)
20793      Branch: perl
20794            ! op.c
20795 ____________________________________________________________________________
20796 [  9142] By: gsar                                  on 2001/03/14  03:20:48
20797         Log: fix another memory leak reported by purify (tie callbacks that
20798              croak can leak when wiping out magic)
20799      Branch: maint-5.6/perl
20800            ! scope.c
20801 ____________________________________________________________________________
20802 [  9141] By: jhi                                   on 2001/03/14  02:55:00
20803         Log: Subject: PATCH for [ID 20010305.003]
20804              From: Robin Houston <robin@kitsite.com>
20805              Date: Wed, 14 Mar 2001 02:45:51 +0000
20806              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
20807      Branch: perl
20808            ! pp_ctl.c t/op/eval.t
20809 ____________________________________________________________________________
20810 [  9140] By: jhi                                   on 2001/03/14  02:41:54
20811         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
20812              Date: Wed, 14 Mar 2001 01:52:51 +0000
20813              From: Robin Houston <robin@kitsite.com>
20814              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
20815              
20816              Fix for 2000313.004.
20817      Branch: perl
20818            ! pp_ctl.c t/op/goto.t
20819 ____________________________________________________________________________
20820 [  9139] By: jhi                                   on 2001/03/14  02:40:50
20821         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
20822              From: Robin Houston <robin@kitsite.com>
20823              Date: Wed, 14 Mar 2001 00:43:45 +0000
20824              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
20825      Branch: perl
20826            + t/op/loopctl.t
20827            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
20828            ! vms/perly_c.vms
20829 ____________________________________________________________________________
20830 [  9138] By: gsar                                  on 2001/03/14  01:18:00
20831         Log: remove squelch controls for "Scalars leaked" messages in most places
20832              (these are now cured)
20833      Branch: maint-5.6/perl
20834            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
20835            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
20836            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
20837 ____________________________________________________________________________
20838 [  9137] By: gsar                                  on 2001/03/14  00:57:04
20839         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
20840      Branch: maint-5.6/perl
20841            ! regcomp.c
20842 ____________________________________________________________________________
20843 [  9136] By: jhi                                   on 2001/03/13  23:12:24
20844         Log: (Retracted by #9155)
20845              
20846              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
20847              From: Jens-Uwe Mager <jum@helios.de>
20848              Date: Wed, 21 Feb 2001 21:32:04 +0100
20849              Message-ID: <20010221213203.A18340@ans.helios.de>
20850      Branch: perl
20851            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
20852 ____________________________________________________________________________
20853 [  9135] By: jhi                                   on 2001/03/13  22:50:05
20854         Log: Integrate perlio.
20855      Branch: perl
20856           !> pp.c
20857 ____________________________________________________________________________
20858 [  9134] By: jhi                                   on 2001/03/13  22:49:05
20859         Log: Integrate change #9131 from maintperl into mainline.
20860              
20861              make the error text look more consistent in hints/hpux.sh
20862      Branch: perl
20863           !> hints/hpux.sh
20864 ____________________________________________________________________________
20865 [  9133] By: gsar                                  on 2001/03/13  22:46:20
20866         Log: integrate change#9067 from mainline
20867              
20868              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
20869      Branch: maint-5.6/perl
20870           !> lib/ExtUtils/MM_Unix.pm
20871 ____________________________________________________________________________
20872 [  9132] By: jhi                                   on 2001/03/13  22:41:21
20873         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
20874              From: "John P. Linderman" <jpl@research.att.com>
20875              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
20876              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
20877              
20878              A more correct prime finder.
20879      Branch: perl
20880            ! lib/Tie/SubstrHash.pm
20881 ____________________________________________________________________________
20882 [  9131] By: gsar                                  on 2001/03/13  22:30:42
20883         Log: make the error text look more consistent in hints/hpux.sh
20884      Branch: maint-5.6/perl
20885            ! hints/hpux.sh
20886 ____________________________________________________________________________
20887 [  9130] By: jhi                                   on 2001/03/13  22:23:44
20888         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
20889              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20890              Date: Tue, 13 Mar 2001 18:41:26 +0100
20891              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
20892              
20893              If the test is run non-interactively the default handler
20894              is different.
20895      Branch: perl
20896            ! t/lib/sigaction.t
20897 ____________________________________________________________________________
20898 [  9129] By: jhi                                   on 2001/03/13  22:20:21
20899         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
20900              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
20901              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
20902              Date:     Tue, 13 Mar 2001 16:44:32 EST
20903      Branch: perl
20904            ! t/lib/1_compile.t
20905 ____________________________________________________________________________
20906 [  9128] By: jhi                                   on 2001/03/13  22:18:34
20907         Log: Subject: Another patch for integer.pm POD 
20908              From: "John L. Allen" <allen@grumman.com>
20909              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
20910              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
20911      Branch: perl
20912            ! lib/integer.pm
20913 ____________________________________________________________________________
20914 [  9127] By: nick                                  on 2001/03/13  21:26:30
20915         Log: Integrate mainline.
20916      Branch: perlio
20917           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
20918           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
20919           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
20920           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
20921           !> Changes Configure MANIFEST README.os2 README.os390
20922           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
20923           !> os2/Changes patchlevel.h win32/perlhost.h
20924 ____________________________________________________________________________
20925 [  9126] By: nick                                  on 2001/03/13  20:39:51
20926         Log: #ifdef'ed out code to make packed side of pack/unpack
20927              octets. (i.e. pack('U') => encode_utf8).
20928      Branch: perlio
20929            ! pp.c
20930 ____________________________________________________________________________
20931 [  9125] By: jhi                                   on 2001/03/13  15:07:16
20932         Log: Update Changes.
20933      Branch: perl
20934            ! Changes patchlevel.h
20935 ____________________________________________________________________________
20936 [  9124] By: jhi                                   on 2001/03/13  14:22:45
20937         Log: Workaround for the buggy ("internal compiler error")
20938              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
20939              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
20940              of Andreas König.
20941      Branch: perl
20942            ! ext/re/Makefile.PL hints/aix.sh
20943 ____________________________________________________________________________
20944 [  9123] By: jhi                                   on 2001/03/13  03:24:34
20945         Log: Typo in #9114.
20946      Branch: metaconfig
20947            ! U/modified/myhostname.U
20948 ____________________________________________________________________________
20949 [  9122] By: jhi                                   on 2001/03/13  03:24:06
20950         Log: Typo in #9113.
20951      Branch: perl
20952            ! Configure
20953 ____________________________________________________________________________
20954 [  9121] By: jhi                                   on 2001/03/13  01:53:05
20955         Log: Forgot to check-in the larger part of #9120, duh.
20956      Branch: perl
20957            ! README.os2
20958 ____________________________________________________________________________
20959 [  9120] By: jhi                                   on 2001/03/13  01:51:31
20960         Log: Subject: [PATCH 5.6.1] OS/2 docs
20961              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20962              Date: Mon, 12 Mar 2001 03:27:32 -0500
20963              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
20964      Branch: perl
20965            ! os2/Changes
20966 ____________________________________________________________________________
20967 [  9119] By: jhi                                   on 2001/03/13  01:49:41
20968         Log: Integrate change #9116 from maintperl into mainline.
20969              
20970              Win32::GetCwd() returns C: instead of C:\ in the root directory
20971              under ithreads
20972      Branch: perl
20973           !> win32/perlhost.h
20974 ____________________________________________________________________________
20975 [  9118] By: jhi                                   on 2001/03/13  01:13:39
20976         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
20977      Branch: perl
20978            + lib/Switch.pm t/lib/switch.t
20979            ! MANIFEST
20980 ____________________________________________________________________________
20981 [  9117] By: jhi                                   on 2001/03/13  01:03:17
20982         Log: Add Text::Balanced 1.83.
20983      Branch: perl
20984            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
20985            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
20986            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
20987            + t/lib/tb-xvari.t
20988            ! MANIFEST
20989 ____________________________________________________________________________
20990 [  9116] By: gsar                                  on 2001/03/13  00:55:53
20991         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
20992              under ithreads
20993      Branch: maint-5.6/perl
20994            ! win32/perlhost.h
20995 ____________________________________________________________________________
20996 [  9115] By: jhi                                   on 2001/03/13  00:54:09
20997         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
20998              From: "John L. Allen" <allen@grumman.com>
20999              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
21000              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
21001              
21002              use integer document clarification.
21003      Branch: perl
21004            ! lib/integer.pm
21005 ____________________________________________________________________________
21006 [  9114] By: jhi                                   on 2001/03/13  00:38:54
21007         Log: Metaconfig unit change for #9113.
21008      Branch: metaconfig
21009            ! U/modified/myhostname.U
21010 ____________________________________________________________________________
21011 [  9113] By: jhi                                   on 2001/03/13  00:38:35
21012         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?)
21013              From: Peter Prymmer <pvhp@forte.com>
21014              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
21015              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
21016      Branch: perl
21017            ! Configure README.os390 hints/os390.sh
21018 ____________________________________________________________________________
21019 [  9112] By: jhi                                   on 2001/03/13  00:29:00
21020         Log: Integrate perlio.
21021      Branch: perl
21022           !> sv.c utf8.h
21023 ____________________________________________________________________________
21024 [  9111] By: nick                                  on 2001/03/12  21:16:33
21025         Log: Integrate mainline.
21026      Branch: perlio
21027           +> t/op/anonsub.t
21028           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
21029           !> proto.h sv.c
21030 ____________________________________________________________________________
21031 [  9110] By: nick                                  on 2001/03/12  21:00:13
21032         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
21033      Branch: perlio
21034            ! sv.c utf8.h
21035 ____________________________________________________________________________
21036 [  9109] By: jhi                                   on 2001/03/12  16:04:47
21037         Log: Integrate change #9108 from maintperl to mainline.
21038              
21039              fix memory leak in C<sub X { sub {} }> arising from a refcount
21040              loop between the outer sub and the inner prototype anonsub
21041              
21042              this also enables closures returned by subroutines that
21043              subsequently get redefined to work without generating coredumps :)
21044              
21045              completely removed the free_closures() hack--it shouldn't be
21046              needed anymore
21047      Branch: perl
21048           +> t/op/anonsub.t
21049           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
21050           !> proto.h sv.c
21051 ____________________________________________________________________________
21052 [  9108] By: gsar                                  on 2001/03/12  10:21:31
21053         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
21054              loop between the outer sub and the inner prototype anonsub
21055              
21056              this also enables closures returned by subroutines that
21057              subsequently get redefined to work without generating coredumps :)
21058              
21059              completely removed the free_closures() hack--it shouldn't be
21060              needed anymore
21061      Branch: maint-5.6/perl
21062            + t/op/anonsub.t
21063            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
21064            ! proto.h sv.c
21065 ____________________________________________________________________________
21066 [  9107] By: jhi                                   on 2001/03/12  05:15:31
21067         Log: Integrate perlio.
21068      Branch: perl
21069           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
21070 ____________________________________________________________________________
21071 [  9106] By: nick                                  on 2001/03/11  20:10:12
21072         Log: regcomp.c is working in native space, not Unicode space (if different)
21073              as it is doing compare against 'W' in \W etc.
21074      Branch: perlio
21075            ! regcomp.c
21076 ____________________________________________________________________________
21077 [  9105] By: nick                                  on 2001/03/11  19:39:34
21078         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
21079              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
21080      Branch: perlio
21081            ! regcomp.c toke.c utf8.c
21082 ____________________________________________________________________________
21083 [  9104] By: nick                                  on 2001/03/11  18:15:44
21084         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
21085      Branch: perlio
21086            ! sv.c
21087 ____________________________________________________________________________
21088 [  9103] By: nick                                  on 2001/03/11  18:03:28
21089         Log: Integrate mainline (for regexp stuff).
21090      Branch: perlio
21091           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
21092           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
21093           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
21094           !> t/lib/errno.t t/op/pat.t
21095 ____________________________________________________________________________
21096 [  9102] By: nick                                  on 2001/03/11  17:44:20
21097         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
21098              - exclude layer syms in makedef.pl for sfio
21099              - also inhibit Encode from trying to build ":encode()" layer.
21100      Branch: perlio
21101            ! ext/Encode/Encode.xs makedef.pl
21102 ____________________________________________________________________________
21103 [  9101] By: jhi                                   on 2001/03/10  22:38:13
21104         Log: The $Is_MacOS needs to be declared.
21105      Branch: perl
21106            ! lib/ExtUtils/Manifest.pm
21107 ____________________________________________________________________________
21108 [  9100] By: jhi                                   on 2001/03/10  22:14:29
21109         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
21110              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
21111              pollute the symbolspace if using sfio.
21112      Branch: perl
21113            ! ext/Encode/Encode.xs
21114 ____________________________________________________________________________
21115 [  9099] By: jhi                                   on 2001/03/10  21:58:48
21116         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
21117              Date: Sat, 10 Mar 2001 14:23:55 -0500
21118              From: Chris Nandor <pudge@pobox.com>
21119              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
21120      Branch: perl
21121            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
21122            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
21123            ! t/lib/errno.t
21124 ____________________________________________________________________________
21125 [  9098] By: jhi                                   on 2001/03/10  21:38:30
21126         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
21127      Branch: perl
21128            ! regcomp.c regexec.c t/op/pat.t
21129 ____________________________________________________________________________
21130 [  9097] By: jhi                                   on 2001/03/10  14:38:07
21131         Log: Integrate perlio.
21132      Branch: perl
21133           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
21134           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
21135           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
21136 ____________________________________________________________________________
21137 [  9096] By: nick                                  on 2001/03/10  11:55:43
21138         Log: EBCDIC sanity - phase I
21139              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
21140              - use utf8n_xxxx (c.f. pvn) for forms which take length.
21141              - back out vN.N and $^V exceptions to e2a/a2e
21142              - make "locale" isxxx macros be uvchr (may be redundant?)
21143              
21144              Not clear yet that toUPPER_uni et. al. return being handled correctly.
21145              The tr// and rexexp stuff still needs an audit, assumption is they are working
21146              in Unicode space.
21147              
21148              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
21149      Branch: perlio
21150            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
21151            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
21152            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
21153 ____________________________________________________________________________
21154 [  9095] By: jhi                                   on 2001/03/09  22:10:01
21155         Log: Integrate perlio.
21156      Branch: perl
21157           !> dump.c
21158 ____________________________________________________________________________
21159 [  9094] By: nick                                  on 2001/03/09  17:36:38
21160         Log: Builds an passes all tests after integrate and this tweak.
21161      Branch: perlio
21162            ! dump.c
21163 ____________________________________________________________________________
21164 [  9093] By: nick                                  on 2001/03/09  17:16:03
21165         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
21166      Branch: perlio
21167           +> lib/unicode/Scripts.txt t/lib/sigaction.t
21168           !> (integrate 79 files)
21169 ____________________________________________________________________________
21170 [  9092] By: jhi                                   on 2001/03/09  15:28:26
21171         Log: Update Changes.
21172      Branch: perl
21173            ! Changes patchlevel.h
21174 ____________________________________________________________________________
21175 [  9091] By: jhi                                   on 2001/03/09  15:25:05
21176         Log: In op/stat #35 better to scan all the potential directories
21177              for setuids, not just the first one.
21178      Branch: perl
21179            ! t/op/stat.t
21180 ____________________________________________________________________________
21181 [  9090] By: jhi                                   on 2001/03/09  15:01:27
21182         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
21183              From: rspier@pobox.com (Robert Spier)
21184              Date: Fri, 9 Mar 2001 03:30:20 -0500
21185              Message-ID: <15016.38044.381174.160189@rls.cx>
21186              
21187              EXISTS() returning undef mistakenly triggered a FETCH().
21188      Branch: perl
21189            ! hv.c
21190 ____________________________________________________________________________
21191 [  9089] By: jhi                                   on 2001/03/09  14:59:02
21192         Log: Add /sbin and /usr/sbin to the list of directories scanned
21193              for setuid programs.  Takes care of bug id 20010309.003.
21194      Branch: perl
21195            ! t/op/stat.t
21196 ____________________________________________________________________________
21197 [  9088] By: jhi                                   on 2001/03/09  14:48:32
21198         Log: Regen perlapi, perltoc.
21199      Branch: perl
21200            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
21201 ____________________________________________________________________________
21202 [  9087] By: jhi                                   on 2001/03/09  14:38:56
21203         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
21204              From: David Mitchell <davem@fdgroup.co.uk>
21205              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
21206              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
21207      Branch: perl
21208            ! dump.c perl.c perl.h pod/perlrun.pod
21209 ____________________________________________________________________________
21210 [  9086] By: jhi                                   on 2001/03/09  01:47:16
21211         Log: A modified version of
21212              
21213              Subject: [ID 20010307.005] POSIX::sigaction has various problems
21214              From: anders@broadcom.com
21215              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
21216              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
21217              
21218              Currently the sigaction.t test #6 fails (and is fudged to look
21219              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
21220              This may well be a genuine bug in Linux sigaction() (since at
21221              least Tru64, Solaris, and HP-UX disagree with Linux).
21222              Anyone with POSIX / SUSv2 tome handy?  The problem is that
21223              the flags of the oldaction don't match with the flags in
21224              the previously installed disposition.
21225      Branch: perl
21226            + t/lib/sigaction.t
21227            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
21228 ____________________________________________________________________________
21229 [  9085] By: jhi                                   on 2001/03/09  01:30:13
21230         Log: Subject: Re: mission impossible for the day
21231              From: Alex Gough <alex@rcon.org>
21232              Date: Thu, 08 Mar 2001 17:18:19 +0000
21233              Message-ID: <3AA7BEDB.8070409@rcon.org>
21234              
21235              If references (are overloaded) and can be directly stringified,
21236              show that instead of "stringified".
21237              
21238              (The problem, infinite mutual recursion caused by overloaded bool
21239              in Switch.pm, tracked by David Mitchell)
21240      Branch: perl
21241            ! lib/Carp/Heavy.pm
21242 ____________________________________________________________________________
21243 [  9084] By: jhi                                   on 2001/03/09  01:20:39
21244         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
21245              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
21246              From: David Mitchell <davem@fdgroup.co.uk>
21247              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
21248      Branch: perl
21249            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
21250            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
21251 ____________________________________________________________________________
21252 [  9083] By: jhi                                   on 2001/03/09  01:16:51
21253         Log: Subject: [PATCH] perldata.pod here-doc docs
21254              From: Jeff Pinyan <jeffp@crusoe.net>
21255              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
21256              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
21257      Branch: perl
21258            ! pod/perldata.pod
21259 ____________________________________________________________________________
21260 [  9082] By: jhi                                   on 2001/03/09  01:01:27
21261         Log: Subject: Re: Unicode/EBCDIC
21262              From: Peter Prymmer <pvhp@forte.com>
21263              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
21264              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
21265      Branch: perl
21266            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
21267 ____________________________________________________________________________
21268 [  9081] By: jhi                                   on 2001/03/08  13:41:30
21269         Log: Subject: Ooops, wrong 'no *POSIX' Patch
21270              From: Dorner Thomas <Thomas.Dorner@start.de>
21271              Date: Thu, 8 Mar 2001 08:43:28 +0100
21272              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
21273      Branch: perl
21274            ! hints/posix-bc.sh
21275 ____________________________________________________________________________
21276 [  9080] By: jhi                                   on 2001/03/08  13:11:42
21277         Log: It's Scripts.txt, not Script.txt.
21278      Branch: perl
21279            ! MANIFEST
21280 ____________________________________________________________________________
21281 [  9079] By: jhi                                   on 2001/03/08  12:59:05
21282         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
21283              From: Dorner Thomas <Thomas.Dorner@start.de>
21284              Date: Wed, 7 Mar 2001 14:13:31 +0100
21285              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
21286      Branch: perl
21287            ! makedepend.SH
21288 ____________________________________________________________________________
21289 [  9078] By: jhi                                   on 2001/03/08  12:57:43
21290         Log: Retract #9069, wrong patch.
21291      Branch: perl
21292            ! Makefile.SH
21293 ____________________________________________________________________________
21294 [  9077] By: jhi                                   on 2001/03/08  01:06:13
21295         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
21296      Branch: perl
21297            + lib/unicode/Scripts.txt
21298            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
21299            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
21300            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
21301            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
21302            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
21303            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
21304            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
21305            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
21306            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
21307            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
21308            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
21309            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
21310            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
21311            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
21312            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
21313            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
21314            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
21315            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
21316            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
21317            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
21318            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
21319            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
21320            ! lib/unicode/version
21321 ____________________________________________________________________________
21322 [  9076] By: jhi                                   on 2001/03/07  22:59:39
21323         Log: Integrate change #7784 from mainline into maintperl.
21324              
21325              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
21326      Branch: maint-5.6/perl
21327           !> pp_ctl.c t/op/pat.t
21328 ____________________________________________________________________________
21329 [  9075] By: jhi                                   on 2001/03/07  22:05:11
21330         Log: More UTF-8 test tweaks.
21331      Branch: perl
21332            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
21333 ____________________________________________________________________________
21334 [  9074] By: nick                                  on 2001/03/07  21:39:29
21335         Log: Integrate mainline.
21336      Branch: perlio
21337           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
21338           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
21339           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
21340           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
21341           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
21342 ____________________________________________________________________________
21343 [  9073] By: jhi                                   on 2001/03/07  16:37:09
21344         Log: Update Changes.
21345      Branch: perl
21346            ! Changes patchlevel.h
21347 ____________________________________________________________________________
21348 [  9072] By: jhi                                   on 2001/03/07  16:32:30
21349         Log: Subject: [ID 20010306.004] || != named unary operator
21350              From: abela@geneanet.org
21351              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
21352              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
21353      Branch: perl
21354            ! pod/perlop.pod
21355 ____________________________________________________________________________
21356 [  9071] By: jhi                                   on 2001/03/07  15:14:11
21357         Log: Subject: downgrading to bytes for common functions
21358              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
21359              Date: Wed, 7 Mar 2001 02:36:55 -0500
21360              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
21361      Branch: perl
21362            ! pp_sys.c
21363 ____________________________________________________________________________
21364 [  9070] By: jhi                                   on 2001/03/07  15:04:58
21365         Log: Clarify the description differentiating for and while; inspired by
21366              
21367              Subject: [ID 20010306.002] for/while difference in for definition
21368              From: abela@geneanet.org
21369              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
21370              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
21371      Branch: perl
21372            ! pod/perlsyn.pod
21373 ____________________________________________________________________________
21374 [  9069] By: jhi                                   on 2001/03/07  14:55:30
21375         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
21376              From: Dorner Thomas <Thomas.Dorner@start.de>
21377              Date: Wed, 7 Mar 2001 14:13:31 +0100
21378              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
21379      Branch: perl
21380            ! Makefile.SH
21381 ____________________________________________________________________________
21382 [  9068] By: jhi                                   on 2001/03/07  14:51:17
21383         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
21384              From: Radu Greab <radu@netsoft.ro>
21385              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
21386              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
21387      Branch: perl
21388            ! pp.c t/op/chop.t
21389 ____________________________________________________________________________
21390 [  9067] By: jhi                                   on 2001/03/07  14:48:57
21391         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
21392              From: Simon Cozens <simon@netthink.co.uk>
21393              Date: Wed, 7 Mar 2001 13:59:28 +0000
21394              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
21395              
21396              In order to allow MakeMaker to build correct Makefiles,
21397              you need to change the order of the arguments in MM_Unix.pm
21398              as well. (Unless you have C89_CCMODE set, but we're trying
21399              to be POSIXly correct)
21400              
21401              Thanks to Merijn Broeren for tracking this down.
21402      Branch: perl
21403            ! lib/ExtUtils/MM_Unix.pm
21404 ____________________________________________________________________________
21405 [  9066] By: jhi                                   on 2001/03/07  14:30:02
21406         Log: Floating point too messy.
21407      Branch: perl
21408            ! t/camel-III/vstring.t
21409 ____________________________________________________________________________
21410 [  9065] By: jhi                                   on 2001/03/07  14:17:44
21411         Log: Integrate change #9064 from maintperl into mainline.
21412              
21413              fix memory leak in pack("Bb",...)
21414      Branch: perl
21415           !> perl.c
21416 ____________________________________________________________________________
21417 [  9064] By: gsar                                  on 2001/03/07  06:29:24
21418         Log: fix memory leak in pack("Bb",...)
21419      Branch: maint-5.6/perl
21420            ! perl.c
21421 ____________________________________________________________________________
21422 [  9063] By: jhi                                   on 2001/03/07  00:55:04
21423         Log: Major utf8 test reorganisation and rewrite.
21424              Hopefully no tests were lost in the shuffle.
21425              (The beginning of pragma/utf8 was lost intentionally,
21426              the tests were rather bogus and incomplete.)
21427      Branch: perl
21428            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
21429            ! t/pragma/utf8.t
21430 ____________________________________________________________________________
21431 [  9062] By: jhi                                   on 2001/03/07  00:41:16
21432         Log: More tweakage on the Unicode character class descriptions.
21433      Branch: perl
21434            ! lib/unicode/mktables.PL pod/perlretut.pod
21435 ____________________________________________________________________________
21436 [  9061] By: jhi                                   on 2001/03/06  23:12:38
21437         Log: The perlretut was still talking about the old \p and \P
21438              definitions.
21439      Branch: perl
21440            ! pod/perlretut.pod
21441 ____________________________________________________________________________
21442 [  9060] By: nick                                  on 2001/03/06  20:52:37
21443         Log: Integrate mainline (make test works again now).
21444      Branch: perlio
21445           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
21446 ____________________________________________________________________________
21447 [  9059] By: jhi                                   on 2001/03/06  15:36:14
21448         Log: 0.999... does equal 1.0, doesn't it?
21449      Branch: perl
21450            ! t/camel-III/vstring.t
21451 ____________________________________________________________________________
21452 [  9058] By: jhi                                   on 2001/03/06  15:34:00
21453         Log: Make /x{abcd}/ to work without use utf8.
21454      Branch: perl
21455            ! regcomp.c
21456 ____________________________________________________________________________
21457 [  9057] By: jhi                                   on 2001/03/06  03:02:36
21458         Log: Easier to outcomment all the three reset() tests for now.
21459      Branch: perl
21460            ! t/op/pat.t
21461 ____________________________________________________________________________
21462 [  9056] By: jhi                                   on 2001/03/06  02:30:02
21463         Log: Comment out the deadly reset; until the 20010301.005
21464              is finally fixed.
21465      Branch: perl
21466            ! t/op/pat.t
21467 ____________________________________________________________________________
21468 [  9055] By: jhi                                   on 2001/03/06  02:21:26
21469         Log: Integrate the change #9054 from mainline:
21470              retract the PMOP cleanup patch pending further investigation.
21471      Branch: maint-5.6/perl
21472           !> op.c op.h
21473 ____________________________________________________________________________
21474 [  9054] By: jhi                                   on 2001/03/06  02:19:57
21475         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
21476              with oddly familiar stack traces.
21477      Branch: perl
21478            ! op.c op.h
21479 ____________________________________________________________________________
21480 [  9053] By: jhi                                   on 2001/03/05  23:20:28
21481         Log: Integrate perlio.
21482      Branch: perl
21483           +> ext/Encode/Encode/koi8-r.ucm
21484           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
21485           !> makedef.pl
21486 ____________________________________________________________________________
21487 [  9052] By: nick                                  on 2001/03/05  23:08:17
21488         Log: skipping USE_PERLIO symbols correction.
21489      Branch: perlio
21490            ! makedef.pl
21491 ____________________________________________________________________________
21492 [  9051] By: nick                                  on 2001/03/05  22:35:07
21493         Log: More Encode alias tidying.
21494      Branch: perlio
21495            + ext/Encode/Encode/koi8-r.ucm
21496            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
21497 ____________________________________________________________________________
21498 [  9050] By: jhi                                   on 2001/03/05  21:44:29
21499         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
21500              Sarathy's fix for ID 20010301.005.
21501      Branch: maint-5.6/perl
21502           !> op.c op.h
21503 ____________________________________________________________________________
21504 [  9049] By: nick                                  on 2001/03/05  19:54:04
21505         Log: Integrate Jarkko's Encode.pm tweak.
21506      Branch: perlio
21507           !> ext/Encode/Encode.pm
21508 ____________________________________________________________________________
21509 [  9048] By: nick                                  on 2001/03/05  19:47:57
21510         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
21511      Branch: perlio
21512           +> os2/os2add.sym
21513           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
21514           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
21515           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
21516           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
21517           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
21518 ____________________________________________________________________________
21519 [  9047] By: jhi                                   on 2001/03/05  19:25:26
21520         Log: Regen perlapi.
21521      Branch: perl
21522            ! pod/perlapi.pod
21523 ____________________________________________________________________________
21524 [  9046] By: jhi                                   on 2001/03/05  19:12:14
21525         Log: Integrate perlio.
21526      Branch: perl
21527           +> t/camel-III/vstring.t
21528           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
21529 ____________________________________________________________________________
21530 [  9045] By: jhi                                   on 2001/03/05  19:10:36
21531         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
21532      Branch: perl
21533            ! ext/Encode/Encode.pm
21534 ____________________________________________________________________________
21535 [  9044] By: jhi                                   on 2001/03/05  18:49:12
21536         Log: Forgot the other half of the PMOP patch (#9033).
21537      Branch: perl
21538            ! op.h
21539 ____________________________________________________________________________
21540 [  9043] By: nick                                  on 2001/03/05  18:14:47
21541         Log: Update MANIFEST for new test.
21542      Branch: perlio
21543            ! MANIFEST
21544 ____________________________________________________________________________
21545 [  9042] By: nick                                  on 2001/03/05  18:12:41
21546         Log: Some tests for Camel 3rd edition features.
21547              Make gethostbyaddr() test in above work.
21548      Branch: perlio
21549            + t/camel-III/vstring.t
21550            ! pp.h pp_sys.c t/TEST t/harness
21551 ____________________________________________________________________________
21552 [  9041] By: jhi                                   on 2001/03/05  17:41:48
21553         Log: Add more ISO 8859 encoding aliases.
21554      Branch: perl
21555            ! ext/Encode/Encode.pm
21556 ____________________________________________________________________________
21557 [  9040] By: jhi                                   on 2001/03/05  17:30:43
21558         Log: Integrate perlio.
21559      Branch: perl
21560           !> MANIFEST sv.c
21561 ____________________________________________________________________________
21562 [  9039] By: nick                                  on 2001/03/05  17:11:36
21563         Log: Missed added file.
21564      Branch: perlio
21565            ! MANIFEST
21566 ____________________________________________________________________________
21567 [  9038] By: jhi                                   on 2001/03/05  15:58:01
21568         Log: Add tr tests for EBCDIC, from Karsten Sperling.
21569      Branch: perl
21570            ! t/op/tr.t
21571 ____________________________________________________________________________
21572 [  9037] By: nick                                  on 2001/03/05  15:56:35
21573         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
21574              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
21575              
21576              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
21577              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
21578              - uses SvPV() rather than sv_2pv() in case it isn't a string.
21579      Branch: perlio
21580            ! sv.c
21581 ____________________________________________________________________________
21582 [  9036] By: jhi                                   on 2001/03/05  15:49:15
21583         Log: Add matching tests currently failing in EBCDIC,
21584              suggested by Karsten Sperling.
21585      Branch: perl
21586            ! t/op/pat.t
21587 ____________________________________________________________________________
21588 [  9035] By: jhi                                   on 2001/03/05  15:36:55
21589         Log: The #9034 needs a MANIFESTation.
21590      Branch: perl
21591            ! MANIFEST
21592 ____________________________________________________________________________
21593 [  9034] By: jhi                                   on 2001/03/05  15:35:14
21594         Log: Integrate perlio.
21595      Branch: perl
21596           +> ext/Encode/Encode/Tcl.pm
21597           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
21598           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
21599           !> ext/Encode/Encode/iso8859-1.ucm
21600           !> ext/Encode/Encode/iso8859-10.ucm
21601           !> ext/Encode/Encode/iso8859-13.ucm
21602           !> ext/Encode/Encode/iso8859-14.ucm
21603           !> ext/Encode/Encode/iso8859-15.ucm
21604           !> ext/Encode/Encode/iso8859-16.ucm
21605           !> ext/Encode/Encode/iso8859-2.ucm
21606           !> ext/Encode/Encode/iso8859-3.ucm
21607           !> ext/Encode/Encode/iso8859-4.ucm
21608           !> ext/Encode/Encode/iso8859-5.ucm
21609           !> ext/Encode/Encode/iso8859-6.ucm
21610           !> ext/Encode/Encode/iso8859-7.ucm
21611           !> ext/Encode/Encode/iso8859-8.ucm
21612           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
21613           !> t/lib/encode.t
21614 ____________________________________________________________________________
21615 [  9033] By: jhi                                   on 2001/03/05  15:33:18
21616         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
21617              From: Gurusamy Sarathy <gsar@ActiveState.com>
21618              Date: Sun, 04 Mar 2001 22:33:15 -0800
21619              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
21620              
21621              PMOPs need to remember their own stash so that they can
21622              gracefully remove themselves from their linked list.
21623      Branch: perl
21624            ! op.c
21625 ____________________________________________________________________________
21626 [  9032] By: nick                                  on 2001/03/05  14:51:50
21627         Log: Encode implementation "completion"
21628              Implement and document define_encoding()
21629              Implement and document encoding aliases including define_alias()
21630              Make Encode::XS use define_encoding() rather than back-door.
21631              Move run-time *.enc to separate Encode::Tcl module.
21632              Make 'compile' honour <codeset_name>
21633              Change canonical names of to iso-8859-* and US-ascii.
21634      Branch: perlio
21635            + ext/Encode/Encode/Tcl.pm
21636            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
21637            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
21638            ! ext/Encode/Encode/iso8859-1.ucm
21639            ! ext/Encode/Encode/iso8859-10.ucm
21640            ! ext/Encode/Encode/iso8859-13.ucm
21641            ! ext/Encode/Encode/iso8859-14.ucm
21642            ! ext/Encode/Encode/iso8859-15.ucm
21643            ! ext/Encode/Encode/iso8859-16.ucm
21644            ! ext/Encode/Encode/iso8859-2.ucm
21645            ! ext/Encode/Encode/iso8859-3.ucm
21646            ! ext/Encode/Encode/iso8859-4.ucm
21647            ! ext/Encode/Encode/iso8859-5.ucm
21648            ! ext/Encode/Encode/iso8859-6.ucm
21649            ! ext/Encode/Encode/iso8859-7.ucm
21650            ! ext/Encode/Encode/iso8859-8.ucm
21651            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
21652            ! t/lib/encode.t
21653 ____________________________________________________________________________
21654 [  9031] By: jhi                                   on 2001/03/05  13:51:17
21655         Log: Integrate change #9030 from maintperl into mainline.
21656              
21657              Subject: [PATCH 5.6.1] OS/2 cleanup
21658      Branch: perl
21659           +> os2/os2add.sym
21660           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
21661           !> makedef.pl os2/Changes os2/Makefile.SHs
21662           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
21663           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
21664           !> os2/os2.sym os2/os2ish.h
21665 ____________________________________________________________________________
21666 [  9030] By: jhi                                   on 2001/03/05  13:46:49
21667         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
21668              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21669              Date: Mon, 5 Mar 2001 02:29:44 -0500
21670              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
21671      Branch: maint-5.6/perl
21672            + os2/os2add.sym
21673            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
21674            ! makedef.pl os2/Changes os2/Makefile.SHs
21675            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
21676            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
21677            ! os2/os2.sym os2/os2ish.h
21678 ____________________________________________________________________________
21679 [  9029] By: jhi                                   on 2001/03/05  13:40:35
21680         Log: Integrate change #9028 from maintperl into mainline.
21681              
21682              various nits in MM_Unix.pm found by disabling SelfLoader
21683      Branch: perl
21684           !> lib/ExtUtils/MM_Unix.pm
21685 ____________________________________________________________________________
21686 [  9028] By: gsar                                  on 2001/03/05  09:58:38
21687         Log: various nits in MM_Unix.pm found by disabling SelfLoader
21688      Branch: maint-5.6/perl
21689            ! lib/ExtUtils/MM_Unix.pm
21690 ____________________________________________________________________________
21691 [  9027] By: nick                                  on 2001/03/05  08:35:22
21692         Log: Integrate mainline
21693      Branch: perlio
21694           !> (integrate 28 files)
21695 ____________________________________________________________________________
21696 [  9026] By: jhi                                   on 2001/03/05  02:14:59
21697         Log: Integrate change #9025 from mainline to maintperl,
21698              retract \N{U+HHHH}.
21699      Branch: maint-5.6/perl
21700           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
21701           !> t/lib/charnames.t toke.c
21702 ____________________________________________________________________________
21703 [  9025] By: jhi                                   on 2001/03/05  02:13:09
21704         Log: Retracting \N{U+HHHH}.
21705      Branch: perl
21706            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
21707            ! t/lib/charnames.t toke.c
21708 ____________________________________________________________________________
21709 [  9024] By: jhi                                   on 2001/03/04  20:51:07
21710         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
21711              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
21712              Date: Fri, 02 Mar 2001 18:25:26 +0100
21713              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
21714              
21715              Casting problem.
21716      Branch: perl
21717            ! ext/Storable/Storable.xs
21718 ____________________________________________________________________________
21719 [  9023] By: jhi                                   on 2001/03/04  19:46:45
21720         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
21721              From: nick@talking.bollo.cx
21722              Date: Sat, 03 Mar 2001 21:41:33 +0000
21723              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
21724              
21725              Revert the workaround.
21726      Branch: perl
21727            ! perlio.c
21728 ____________________________________________________________________________
21729 [  9022] By: jhi                                   on 2001/03/04  19:36:28
21730         Log: Update Changes.
21731      Branch: perl
21732            ! Changes patchlevel.h
21733 ____________________________________________________________________________
21734 [  9021] By: jhi                                   on 2001/03/04  18:41:00
21735         Log: makedef.pl updates suggested by Chris Nandor; double-checking
21736              the changes in AIX, OS/2 Win32 would be nice.
21737      Branch: perl
21738            ! makedef.pl
21739 ____________________________________________________________________________
21740 [  9020] By: jhi                                   on 2001/03/04  18:23:58
21741         Log: Integrate change #9012 from maintperl into mainline,
21742              quench a compiler warning.
21743      Branch: perl
21744           !> toke.c
21745 ____________________________________________________________________________
21746 [  9019] By: jhi                                   on 2001/03/04  18:18:43
21747         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
21748              
21749              \N{U+HHHH} fix.
21750              
21751              pattern in G_ARRAY context
21752      Branch: maint-5.6/perl
21753           !> pp_hot.c t/op/pat.t toke.c
21754 ____________________________________________________________________________
21755 [  9018] By: jhi                                   on 2001/03/04  18:07:48
21756         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
21757              From: Jeff Pinyan <jeffp@crusoe.net>
21758              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
21759              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
21760      Branch: perl
21761            ! pp_hot.c t/op/pat.t
21762 ____________________________________________________________________________
21763 [  9017] By: jhi                                   on 2001/03/04  18:06:21
21764         Log: I thought I tested the #9014.
21765      Branch: perl
21766            ! toke.c
21767 ____________________________________________________________________________
21768 [  9016] By: jhi                                   on 2001/03/04  17:41:22
21769         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
21770              
21771              Tweak the get*ent() OS/2 prototypes.
21772              
21773              Add the \N{U+HHHH} syntax.
21774              
21775              More tr/// UTF-8 fixes from Inaba Hiroto.
21776      Branch: maint-5.6/perl
21777           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
21778           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
21779 ____________________________________________________________________________
21780 [  9015] By: jhi                                   on 2001/03/04  17:36:04
21781         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
21782      Branch: perl
21783            ! doop.c t/op/tr.t
21784 ____________________________________________________________________________
21785 [  9014] By: jhi                                   on 2001/03/04  17:24:49
21786         Log: Add the \N{U+HHHH} syntax.
21787      Branch: perl
21788            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
21789            ! t/lib/charnames.t toke.c
21790 ____________________________________________________________________________
21791 [  9013] By: jhi                                   on 2001/03/04  17:20:45
21792         Log: Tweak the get*ent() OS/2 prototypes.
21793      Branch: perl
21794            ! os2/os2.c
21795 ____________________________________________________________________________
21796 [  9012] By: gsar                                  on 2001/03/04  06:26:14
21797         Log: avoid warning (nit in change#9009)
21798      Branch: maint-5.6/perl
21799            ! toke.c
21800 ____________________________________________________________________________
21801 [  9011] By: gsar                                  on 2001/03/04  06:15:24
21802         Log: lib/charnames.t fails in 5.6.x because of older Unicode
21803              data
21804              
21805              TODO: need to revisit this after updating lib/unicode/...
21806      Branch: maint-5.6/perl
21807            ! t/lib/charnames.t
21808 ____________________________________________________________________________
21809 [  9010] By: gsar                                  on 2001/03/04  06:08:36
21810         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
21811      Branch: maint-5.6/perl
21812            ! toke.c
21813 ____________________________________________________________________________
21814 [  9009] By: jhi                                   on 2001/03/03  19:27:20
21815         Log: Integrate change #9008 from mainline to maintperl,
21816              UTF-8 tr/// fixes from Inaba Hiroto.
21817      Branch: maint-5.6/perl
21818           !> doop.c op.c t/op/tr.t toke.c
21819 ____________________________________________________________________________
21820 [  9008] By: jhi                                   on 2001/03/03  19:19:42
21821         Log: UTF8 tr/// fixes from Inaba Hiroto.
21822      Branch: perl
21823            ! doop.c op.c t/op/tr.t toke.c
21824 ____________________________________________________________________________
21825 [  9007] By: jhi                                   on 2001/03/03  19:00:30
21826         Log: Integrate change #9006 from maintperl to mainline,
21827              more robust quest for the infinite.
21828      Branch: perl
21829           !> lib/Math/Complex.pm
21830 ____________________________________________________________________________
21831 [  9006] By: jhi                                   on 2001/03/03  18:58:06
21832         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
21833              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21834              Date: Sat, 3 Mar 2001 12:51:50 -0500
21835              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
21836              
21837              Be more robust in our quest for the infinite.
21838      Branch: maint-5.6/perl
21839            ! lib/Math/Complex.pm
21840 ____________________________________________________________________________
21841 [  9005] By: jhi                                   on 2001/03/03  17:55:50
21842         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
21843      Branch: maint-5.6/perl
21844            ! doio.c
21845 ____________________________________________________________________________
21846 [  9004] By: jhi                                   on 2001/03/03  17:40:14
21847         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
21848              so that picky compilers like IRIX won't get huffy about
21849              "statements without effect" (like 1;).
21850      Branch: perl
21851            ! toke.c
21852 ____________________________________________________________________________
21853 [  9003] By: jhi                                   on 2001/03/03  17:15:52
21854         Log: Integrate change #9002 from mainline to maintperl.
21855              
21856              Subject: [perl-5.6.x, perl-current] accept for EPOC
21857      Branch: maint-5.6/perl
21858           !> pp_sys.c
21859 ____________________________________________________________________________
21860 [  9002] By: jhi                                   on 2001/03/03  17:14:30
21861         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
21862              From: Olaf Flebbe <O.Flebbe@science-computing.de>
21863              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
21864              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
21865      Branch: perl
21866            ! pp_sys.c
21867 ____________________________________________________________________________
21868 [  9001] By: jhi                                   on 2001/03/03  17:13:13
21869         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
21870              From: "Craig A. Berry" <craigberry@mac.com>
21871              Date: Fri, 02 Mar 2001 17:44:40 -0600
21872              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
21873      Branch: perl
21874            ! t/pod/find.t
21875 ____________________________________________________________________________
21876 [  9000] By: jhi                                   on 2001/03/03  17:11:55
21877         Log: Integrate changes #8997,8999 from maintperl.
21878              
21879              Subject: [PATCH 5.6.1] compiling on OS/2
21880              (Better error message from hints/os2.sh)
21881              
21882              Subject: [PATCH 5.6.1] syslog.t
21883      Branch: perl
21884           !> hints/os2.sh t/lib/syslog.t
21885 ____________________________________________________________________________
21886 [  8999] By: jhi                                   on 2001/03/03  17:09:28
21887         Log: Subject: [PATCH 5.6.1] syslog.t
21888              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21889              Date: Sat, 3 Mar 2001 02:11:17 -0500
21890              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
21891      Branch: maint-5.6/perl
21892            ! t/lib/syslog.t
21893 ____________________________________________________________________________
21894 [  8998] By: jhi                                   on 2001/03/03  17:07:50
21895         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
21896              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21897              Date: Sat, 3 Mar 2001 01:53:52 -0500
21898              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
21899      Branch: maint-5.6/perl
21900            ! opcode.pl os2/os2.c
21901 ____________________________________________________________________________
21902 [  8997] By: jhi                                   on 2001/03/03  17:03:30
21903         Log: Subject: [PATCH 5.6.1] compiling on OS/2
21904              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21905              Date: Sat, 3 Mar 2001 01:59:59 -0500
21906              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
21907      Branch: maint-5.6/perl
21908            ! hints/os2.sh
21909 ____________________________________________________________________________
21910 [  8996] By: jhi                                   on 2001/03/03  00:55:58
21911         Log: Regen files for mainline.
21912      Branch: perl
21913            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21914            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
21915 ____________________________________________________________________________
21916 [  8995] By: jhi                                   on 2001/03/03  00:35:22
21917         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
21918              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
21919              to maintperl.
21920              
21921              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
21922              
21923              Add Configure option -Dmksymlinks which will create a symlink
21924              forest if the current/build differs from the source directory.
21925              (8218,8220,8221,8317,8318,8971)
21926              
21927              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
21928              (Document APPLLIB_EXP in INSTALL.)
21929              
21930              If running byacc write-enable also perly.h.
21931              
21932              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
21933              
21934              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
21935              
21936              Sanity check for conflicting thread flavours.
21937              
21938              Fix the sys/fcntl.h problem reported by Peter Prymmer.
21939              
21940              Add few CPUs/architectures to the Cppsym scan,
21941              add -perlio to archname if so selected (modified 8890)
21942              
21943              Be more helpful for devel builders, suggested by John L. Allen.
21944              (admittedly pointless change for maintperl, but the usedevel
21945              code is there already)
21946      Branch: maint-5.6/perl
21947           !> Configure INSTALL Makefile.SH Porting/Glossary
21948           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
21949           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
21950           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
21951           !> win32/config.bc win32/config.gc win32/config.vc
21952 ____________________________________________________________________________
21953 [  8994] By: jhi                                   on 2001/03/02  23:31:41
21954         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
21955      Branch: metaconfig/U/perl
21956            ! gccvers.U
21957 ____________________________________________________________________________
21958 [  8993] By: jhi                                   on 2001/03/02  23:22:12
21959         Log: Regenerate various files for maint.
21960      Branch: maint-5.6/perl
21961            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
21962            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
21963 ____________________________________________________________________________
21964 [  8992] By: alanbur                               on 2001/03/02  22:48:34
21965         Log: Resync wuth parent
21966      Branch: maint-5.6/pureperl
21967           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
21968           !> (integrate 60 files)
21969 ____________________________________________________________________________
21970 [  8991] By: jhi                                   on 2001/03/02  21:00:08
21971         Log: Retract the #8742 part of #8986, backward compat.
21972      Branch: maint-5.6/perl
21973            ! embed.pl
21974 ____________________________________________________________________________
21975 [  8990] By: jhi                                   on 2001/03/02  20:40:07
21976         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
21977      Branch: maint-5.6/perl
21978            ! hv.c
21979 ____________________________________________________________________________
21980 [  8989] By: jhi                                   on 2001/03/02  19:59:56
21981         Log: Update Changes.
21982      Branch: perl
21983            ! Changes patchlevel.h
21984 ____________________________________________________________________________
21985 [  8988] By: jhi                                   on 2001/03/02  19:57:08
21986         Log: Integrate perlio.
21987      Branch: perl
21988           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
21989           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
21990           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
21991           !> ext/Encode/Encode/iso8859-10.ucm
21992           !> ext/Encode/Encode/iso8859-13.ucm
21993           !> ext/Encode/Encode/iso8859-14.ucm
21994           !> ext/Encode/Encode/iso8859-15.ucm
21995           !> ext/Encode/Encode/iso8859-16.ucm
21996           !> ext/Encode/Encode/iso8859-2.ucm
21997           !> ext/Encode/Encode/iso8859-3.ucm
21998           !> ext/Encode/Encode/iso8859-4.ucm
21999           !> ext/Encode/Encode/iso8859-5.ucm
22000           !> ext/Encode/Encode/iso8859-6.ucm
22001           !> ext/Encode/Encode/iso8859-7.ucm
22002           !> ext/Encode/Encode/iso8859-8.ucm
22003           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
22004           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
22005 ____________________________________________________________________________
22006 [  8987] By: jhi                                   on 2001/03/02  19:43:40
22007         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
22008              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
22009              8950,8952,8955 from mainline to maintperl.
22010              
22011              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
22012              
22013              Put to rest the 20010205.001, the email address checking (not) regex.
22014              
22015              fork() not everywhere, cleanup temp files.
22016              
22017              The #8843 wasn't quite right: %Config needs to imported.
22018              
22019              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
22020              (#8849: the glob-basic hunk needed massaging as it depended
22021              on Schwern's large-scale (unintegrated) patches)
22022              
22023              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
22024              
22025              Upgrade to CGI.pm 2.752, from Lincoln Stein.
22026              (Note: there were some conflicts due to EBCDIC and EPOC
22027              patches, in general I preferred the repository code.)
22028              (When 2.753 comes out, we need to synchronize.)
22029              
22030              Subject: [PATCH] fix for charnames above FFFF
22031              
22032              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
22033              
22034              If no sfio, no -lsfio.
22035              
22036              Run run/*.t also in minitest.
22037              
22038              Subject:  [PATCH perl 5.7.0] malloc message address offset
22039              
22040              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
22041              
22042              Subject: fix for parameter -Dm (for perl@8867)
22043              
22044              Subject: [PATCH: perl@8892] was Re: hashing order difference?
22045              (make the test more portable)
22046              
22047              Subject: Re: [PATCH] fix for charnames above FFFF
22048              
22049              Subject: Re: I'm losing the war...
22050              (hv_store() not working correctly in ENV_IS_CASELESS case.)
22051              
22052              Subject: Modified README.bs2000 
22053              
22054              Subject: [PATCH: perl@8935] -Dt padsv($var)
22055              
22056              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
22057              
22058              Subject: PATCH: extra tests to check on negative float to unsigned cast
22059              
22060              Subject: [PATCH] XPUSH[insp] was Re: progress
22061              
22062              Subject: Re: Compile with perlcc..
22063      Branch: maint-5.6/perl
22064           !> (integrate 36 files)
22065 ____________________________________________________________________________
22066 [  8986] By: jhi                                   on 2001/03/02  18:51:25
22067         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
22068              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
22069              to maintperl.
22070              
22071              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
22072              
22073              Subject: [DOC PATCH] overload.pm nits
22074              
22075              Add header for LIB$ prototypes (C. Berry)
22076              
22077              Convert fwrite()s to sockets to write()s, since some socket stacks
22078              don't take kindly to stdio.
22079              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
22080              (for often optional LNMs)
22081              Correct a few typos
22082              (C. Bailey)
22083              
22084              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
22085              
22086              De-cut-and-pasto.
22087              
22088              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
22089              
22090              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
22091              
22092              Upgrade to CPAN 1.59_54, from Andreas König.
22093              
22094              Bogus shebang.
22095              
22096              Subject: [PATCH] Document makepatch in Porting/patching
22097              
22098              UTF-8 documentation.
22099              
22100              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
22101              
22102              Sort the MANIFEST.
22103              
22104              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
22105              
22106              Subject: [PATCH @8807] toke.c cleanup: scan_str()
22107              
22108              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
22109              
22110              Add run/*.t to testables.
22111              
22112              TODO: integrate #8784.
22113      Branch: maint-5.6/perl
22114           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
22115           !> (integrate 28 files)
22116 ____________________________________________________________________________
22117 [  8985] By: nick                                  on 2001/03/02  18:15:45
22118         Log: Integrate mainline
22119      Branch: perlio
22120           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
22121           !> vms/vms.c
22122 ____________________________________________________________________________
22123 [  8984] By: jhi                                   on 2001/03/02  16:00:17
22124         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
22125              
22126              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
22127              5.004_05, and mention the suidperl August 2000 security problem.
22128              (#8978,#8981)
22129              
22130              Subject: [ID 20010301.004] Technically speaking in perldata
22131              
22132              Subject: [PATCH] File::Copy for bleadperl, maintperl
22133              
22134              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
22135              
22136              (The #8982, fix for 20010221.005 and 20010221.008,
22137              would be nice too but it didn't integrate cleanly.)
22138      Branch: maint-5.6/perl
22139           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
22140 ____________________________________________________________________________
22141 [  8983] By: jhi                                   on 2001/03/02  15:51:16
22142         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
22143              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
22144              Date:     Thu, 1 Mar 2001 15:54:09 EST
22145              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
22146      Branch: perl
22147            ! vms/vms.c
22148 ____________________________________________________________________________
22149 [  8982] By: jhi                                   on 2001/03/02  15:43:31
22150         Log: Subject: Re: sync sync sync: have I missed any patches?
22151              From: Radu Greab <radu@netsoft.ro> 
22152              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
22153              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
22154              
22155              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
22156              was checking argv[0] regardless of whether a different pathname
22157              will actually be executed."  Test case not supplied because 
22158              drafting that, ironically enough, revealed another bug
22159              (or a feature).
22160      Branch: perl
22161            ! doio.c
22162 ____________________________________________________________________________
22163 [  8981] By: jhi                                   on 2001/03/02  15:28:03
22164         Log: Misdate in #8978.
22165      Branch: perl
22166            ! pod/perlfaq1.pod
22167 ____________________________________________________________________________
22168 [  8980] By: jhi                                   on 2001/03/02  15:24:20
22169         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
22170              From: Chris Nandor <pudge@pobox.com>
22171              Date: Wed, 28 Feb 2001 22:10:15 -0500
22172              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
22173      Branch: perl
22174            ! lib/File/Copy.pm
22175 ____________________________________________________________________________
22176 [  8979] By: jhi                                   on 2001/03/02  15:17:16
22177         Log: Subject: [ID 20010301.004] Technically speaking in perldata
22178              From: abela@geneanet.org
22179              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
22180              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
22181      Branch: perl
22182            ! pod/perldata.pod
22183 ____________________________________________________________________________
22184 [  8978] By: jhi                                   on 2001/03/02  15:15:27
22185         Log: Subject: [ID 20010301.003] ref to 5.004
22186              From: abela@geneanet.org
22187              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
22188              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
22189              
22190              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
22191              and mention the suidperl August 2000 security problem.
22192      Branch: perl
22193            ! pod/perlfaq1.pod
22194 ____________________________________________________________________________
22195 [  8977] By: alanbur                               on 2001/03/02  14:17:45
22196         Log: Resynchronised with parent
22197      Branch: maint-5.6/pureperl
22198           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
22199           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
22200           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
22201           !> vms/descrip_mms.template win32/win32.c win32/win32.h
22202           !> win32/win32iop.h
22203 ____________________________________________________________________________
22204 [  8976] By: nick                                  on 2001/03/01  23:25:30
22205         Log: Integrate mainline.
22206      Branch: perlio
22207            - t/op/qu.t
22208           !> (integrate 55 files)
22209 ____________________________________________________________________________
22210 [  8975] By: jhi                                   on 2001/03/01  16:51:34
22211         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
22212      Branch: perl
22213           !> toke.c
22214 ____________________________________________________________________________
22215 [  8974] By: gsar                                  on 2001/03/01  16:28:21
22216         Log: fix for bugid 20010226.008
22217              
22218              the problem was that some of the pointers (PL_last_lop and
22219              PL_last_uni specifically) into the lex buffers weren't correctly
22220              being invalidated when the buffer changed; this would leave the
22221              pointers pointing at an arbitrary location in the buffer if
22222              the buffer didn't need to be reallocated, or point into freed
22223              memory if the buffer had to be realloced
22224              
22225              TODO item for bugdb maintainers: check other seemingly random
22226              parser-related bugs--they might be cured by this
22227      Branch: maint-5.6/perl
22228            ! toke.c
22229 ____________________________________________________________________________
22230 [  8973] By: jhi                                   on 2001/03/01  02:23:25
22231         Log: Retract #8970 because of a completely mysterious core dump:
22232              adding the tests 241..244 causes op/pat dump core at test #25.
22233              The test needs a lot of whittling down before the bug can be solved.
22234      Branch: perl
22235            ! t/op/pat.t
22236 ____________________________________________________________________________
22237 [  8972] By: jhi                                   on 2001/03/01  01:58:38
22238         Log: Regen perlapi.
22239      Branch: perl
22240            ! pod/perlapi.pod
22241 ____________________________________________________________________________
22242 [  8971] By: jhi                                   on 2001/03/01  01:34:09
22243         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))
22244              From: Nicholas Clark <nick@ccl4.org>
22245              Date: Wed, 28 Feb 2001 23:28:49 +0000
22246              Message-ID: <20010228232849.A55187@plum.flirble.org>
22247              
22248              Allow a completely write protected source code tree
22249              when using the Configure -Dmksymlinks.
22250      Branch: perl
22251            ! embed.pl warnings.pl
22252 ____________________________________________________________________________
22253 [  8970] By: jhi                                   on 2001/03/01  01:32:04
22254         Log: Add back the EBCDIC character range tests (for matching).
22255      Branch: perl
22256            ! t/op/pat.t
22257 ____________________________________________________________________________
22258 [  8969] By: nick                                  on 2001/02/28  18:18:01
22259         Log: Add charname comments to .ucm files writen by 'compile',
22260              also order charmaps in those files by source encoding.
22261              regenerate distrubuted .ucm files
22262      Branch: perlio
22263            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
22264            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
22265            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
22266            ! ext/Encode/Encode/iso8859-10.ucm
22267            ! ext/Encode/Encode/iso8859-13.ucm
22268            ! ext/Encode/Encode/iso8859-14.ucm
22269            ! ext/Encode/Encode/iso8859-15.ucm
22270            ! ext/Encode/Encode/iso8859-16.ucm
22271            ! ext/Encode/Encode/iso8859-2.ucm
22272            ! ext/Encode/Encode/iso8859-3.ucm
22273            ! ext/Encode/Encode/iso8859-4.ucm
22274            ! ext/Encode/Encode/iso8859-5.ucm
22275            ! ext/Encode/Encode/iso8859-6.ucm
22276            ! ext/Encode/Encode/iso8859-7.ucm
22277            ! ext/Encode/Encode/iso8859-8.ucm
22278            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
22279            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
22280 ____________________________________________________________________________
22281 [  8968] By: jhi                                   on 2001/02/28  16:26:37
22282         Log: Expand usemorebits early if d_casti32 needs to be undefined.
22283      Branch: perl
22284            ! hints/hpux.sh hints/irix_6.sh
22285 ____________________________________________________________________________
22286 [  8967] By: jhi                                   on 2001/02/28  16:22:26
22287         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
22288              retract toke.c/qu parts of #8583, retract #8485, retract
22289              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
22290              op/length.t, and MANIFEST, and delete t/op/qu.t.
22291      Branch: perl
22292            - t/op/qu.t
22293            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
22294            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
22295            ! t/op/length.t toke.c
22296 ____________________________________________________________________________
22297 [  8966] By: jhi                                   on 2001/02/28  15:00:27
22298         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
22299              by not changing from pre-Unicode days into being Unicode-aware.
22300              Sniff.
22301      Branch: perl
22302            ! pp.c t/op/pack.t t/op/qu.t
22303 ____________________________________________________________________________
22304 [  8965] By: jhi                                   on 2001/02/28  14:37:55
22305         Log: Subject: Re: Errors in core PODs
22306              From: Michael Stevens <michael@etla.org> 
22307              Date: Fri, 23 Feb 2001 15:47:56 +0000
22308              Message-ID: <20010223154756.A7723@firedrake.org> 
22309      Branch: perl
22310            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
22311            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
22312            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
22313            ! x2p/a2p.pod
22314 ____________________________________________________________________________
22315 [  8964] By: jhi                                   on 2001/02/28  14:35:35
22316         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
22317              (The #8961 was too bold.)
22318      Branch: perl
22319            ! hints/hpux.sh hints/irix_6.sh
22320 ____________________________________________________________________________
22321 [  8963] By: jhi                                   on 2001/02/28  14:33:39
22322         Log: Subject: Re: sync sync sync: have I missed any patches?
22323              From: Tim Jenness <t.jenness@jach.hawaii.edu>
22324              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
22325              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
22326              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
22327              
22328              Replace djSP with dSP.
22329      Branch: perl
22330            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
22331            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
22332            ! win32/perlhost.h
22333 ____________________________________________________________________________
22334 [  8962] By: jhi                                   on 2001/02/27  23:21:14
22335         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
22336      Branch: perl
22337            ! lib/Filter/Simple.pm
22338 ____________________________________________________________________________
22339 [  8961] By: jhi                                   on 2001/02/27  22:55:26
22340         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
22341              and this would be it.
22342      Branch: perl
22343            ! hints/hpux.sh hints/irix_6.sh
22344 ____________________________________________________________________________
22345 [  8960] By: jhi                                   on 2001/02/27  22:51:33
22346         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
22347              From: "Craig A. Berry" <craigberry@mac.com>
22348              Date: Tue, 27 Feb 2001 16:11:44 -0600
22349              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
22350      Branch: maint-5.6/perl
22351            ! configure.com vms/descrip_mms.template
22352 ____________________________________________________________________________
22353 [  8959] By: jhi                                   on 2001/02/27  22:47:23
22354         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
22355              From: "Craig A. Berry" <craigberry@mac.com>
22356              Date: Tue, 27 Feb 2001 16:11:44 -0600
22357              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
22358      Branch: perl
22359            ! configure.com vms/descrip_mms.template
22360 ____________________________________________________________________________
22361 [  8958] By: jhi                                   on 2001/02/27  15:16:42
22362         Log: Update Changes.
22363      Branch: perl
22364            ! Changes patchlevel.h
22365 ____________________________________________________________________________
22366 [  8957] By: jhi                                   on 2001/02/27  06:15:07
22367         Log: Subject: [5.6.x] EPOC additions
22368              From: Olaf Flebbe <O.Flebbe@science-computing.de>
22369              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
22370              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
22371      Branch: maint-5.6/perl
22372            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
22373 ____________________________________________________________________________
22374 [  8956] By: jhi                                   on 2001/02/27  06:12:11
22375         Log: Subject: [perl-current] EPOC 
22376              From: Olaf Flebbe <O.Flebbe@science-computing.de>
22377              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
22378              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
22379      Branch: perl
22380            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
22381            ! epoc/epocish.c epoc/epocish.h pp_sys.c
22382 ____________________________________________________________________________
22383 [  8955] By: jhi                                   on 2001/02/27  05:59:50
22384         Log: Subject: Re: Compile with perlcc..
22385              From: Edward Peschko <edwardp@excitehome.net>
22386              Date: Mon, 26 Feb 2001 18:51:58 -0800
22387              Message-ID: <20010226185158.A9871@excitehome.net>
22388              
22389              plus add a simple usage message if no arguments given.
22390      Branch: perl
22391            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
22392            ! utils/Makefile utils/perlcc.PL win32/pod.mak
22393 ____________________________________________________________________________
22394 [  8954] By: nick                                  on 2001/02/26  21:02:59
22395         Log: Integrate mainline
22396      Branch: perlio
22397           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
22398           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
22399           !> t/op/sprintf.t
22400 ____________________________________________________________________________
22401 [  8953] By: jhi                                   on 2001/02/26  14:43:54
22402         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
22403              From: Nicholas Clark <nick@ccl4.org>
22404              Date: Mon, 26 Feb 2001 00:42:07 +0000
22405              Message-ID: <20010226004207.F23333@plum.flirble.org>
22406      Branch: perl
22407            ! pp_ctl.c
22408 ____________________________________________________________________________
22409 [  8952] By: jhi                                   on 2001/02/26  14:42:13
22410         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
22411              From: Simon Cozens <simon@netthink.co.uk>
22412              Date: Mon, 26 Feb 2001 12:23:48 +0000
22413              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
22414      Branch: perl
22415            ! pod/perlguts.pod
22416 ____________________________________________________________________________
22417 [  8951] By: jhi                                   on 2001/02/26  14:39:15
22418         Log: Subject: [PATCH] perlio - unknown layer
22419              From: Nicholas Clark <nick@ccl4.org>
22420              Date: Mon, 26 Feb 2001 00:27:19 +0000
22421              Message-ID: <20010226002719.E23333@plum.flirble.org>
22422      Branch: perl
22423            ! perlio.c
22424 ____________________________________________________________________________
22425 [  8950] By: jhi                                   on 2001/02/26  14:38:04
22426         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
22427              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
22428              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
22429              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
22430      Branch: perl
22431            ! t/op/bop.t
22432 ____________________________________________________________________________
22433 [  8949] By: jhi                                   on 2001/02/26  14:37:07
22434         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
22435              From: Peter Prymmer <pvhp@forte.com>
22436              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
22437              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
22438      Branch: perl
22439            ! lib/Test.pm
22440 ____________________________________________________________________________
22441 [  8948] By: jhi                                   on 2001/02/26  14:35:53
22442         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
22443              From: Radu Greab <radu@netsoft.ro>
22444              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
22445              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
22446      Branch: perl
22447            ! pod/perlop.pod
22448 ____________________________________________________________________________
22449 [  8947] By: jhi                                   on 2001/02/26  14:34:46
22450         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
22451              From: David Mitchell <davem@fdgroup.co.uk>
22452              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
22453              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
22454      Branch: perl
22455            ! run.c
22456 ____________________________________________________________________________
22457 [  8946] By: jhi                                   on 2001/02/26  14:32:37
22458         Log: Subject: Modified README.bs2000 
22459              From: Dorner Thomas <Thomas.Dorner@start.de>
22460              Date: Mon, 26 Feb 2001 09:22:17 +0100
22461              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
22462      Branch: perl
22463            ! README.bs2000
22464 ____________________________________________________________________________
22465 [  8945] By: jhi                                   on 2001/02/26  14:19:53
22466         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
22467              to maintperl, listing the known failures on the tests 129 and 130.
22468      Branch: maint-5.6/perl
22469           !> t/op/sprintf.t
22470 ____________________________________________________________________________
22471 [  8944] By: jhi                                   on 2001/02/26  14:14:15
22472         Log: Add more known sprintf failures.
22473      Branch: perl
22474            ! t/op/sprintf.t
22475 ____________________________________________________________________________
22476 [  8943] By: jhi                                   on 2001/02/26  13:56:22
22477         Log: perlglob.exe needs to be found in Win32, patch from
22478              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
22479              which needs external glob at mini-perl time."
22480      Branch: perl
22481            ! ext/Encode/compile
22482 ____________________________________________________________________________
22483 [  8942] By: jhi                                   on 2001/02/26  13:52:19
22484         Log: A missing dTHX from Vadim Konovalov.
22485      Branch: perl
22486            ! perlio.c
22487 ____________________________________________________________________________
22488 [  8941] By: jhi                                   on 2001/02/26  13:37:05
22489         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
22490      Branch: perl
22491            ! op.c
22492 ____________________________________________________________________________
22493 [  8940] By: jhi                                   on 2001/02/26  13:35:40
22494         Log: Integrate perlio.
22495      Branch: perl
22496           !> ext/Encode/Encode.pm
22497 ____________________________________________________________________________
22498 [  8939] By: nick                                  on 2001/02/25  23:47:09
22499         Log: Integrate mainline.
22500      Branch: perlio
22501           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
22502           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
22503 ____________________________________________________________________________
22504 [  8938] By: nick                                  on 2001/02/25  19:36:28
22505         Log: Encode implementations docs.
22506      Branch: perlio
22507            ! ext/Encode/Encode.pm
22508 ____________________________________________________________________________
22509 [  8937] By: jhi                                   on 2001/02/25  19:26:16
22510         Log: Script wasn't aligned with reality.
22511      Branch: perl
22512            ! t/pod/find.t
22513 ____________________________________________________________________________
22514 [  8936] By: jhi                                   on 2001/02/25  18:54:55
22515         Log: Update Changes.
22516      Branch: perl
22517            ! Changes patchlevel.h
22518 ____________________________________________________________________________
22519 [  8935] By: jhi                                   on 2001/02/25  18:46:36
22520         Log: Retract #8929,8930,8932,8933 for now.
22521      Branch: perl
22522            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
22523 ____________________________________________________________________________
22524 [  8934] By: jhi                                   on 2001/02/25  17:34:35
22525         Log: Integrate perlio.
22526      Branch: perl
22527           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
22528           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
22529           !> t/lib/encode.t
22530 ____________________________________________________________________________
22531 [  8933] By: jhi                                   on 2001/02/25  17:33:12
22532         Log: (Retracted by #8395.)
22533              
22534              Slight tweaks in scan_const(), not fixes yet, it seems like
22535              lots of work remains to be done...
22536      Branch: perl
22537            ! toke.c
22538 ____________________________________________________________________________
22539 [  8932] By: jhi                                   on 2001/02/25  17:27:11
22540         Log: (Retracted by #8395.)
22541              
22542              Missing from #8930.
22543      Branch: perl
22544            ! perl.h
22545 ____________________________________________________________________________
22546 [  8931] By: jhi                                   on 2001/02/25  17:26:19
22547         Log: A comment tweak.
22548      Branch: perl
22549            ! utf8.c
22550 ____________________________________________________________________________
22551 [  8930] By: jhi                                   on 2001/02/25  17:25:47
22552         Log: (Retracted by #8395.)
22553              
22554              Attempt to fix the EBCDIC character range problwm with //.
22555      Branch: perl
22556            ! regcomp.c
22557 ____________________________________________________________________________
22558 [  8929] By: jhi                                   on 2001/02/25  17:23:45
22559         Log: (Retracted by #8395.)
22560              
22561              Expand the EBCDIC character range tests, and add few nasty
22562              tr tests from Karsten Sperling.
22563      Branch: perl
22564            ! t/op/pat.t t/op/tr.t
22565 ____________________________________________________________________________
22566 [  8928] By: jhi                                   on 2001/02/25  17:18:49
22567         Log: Missing check-in.
22568      Branch: perl
22569            ! lib/Pod/Find.pm
22570 ____________________________________________________________________________
22571 [  8927] By: nick                                  on 2001/02/25  11:30:22
22572         Log: Change method names in Encode implementation classes to something
22573              less confusing (preparing to "go public").
22574      Branch: perlio
22575            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
22576 ____________________________________________________________________________
22577 [  8926] By: nick                                  on 2001/02/25  10:53:24
22578         Log: GCC __atribute__ / printf fix
22579      Branch: perlio
22580            ! perl.h
22581 ____________________________________________________________________________
22582 [  8925] By: nick                                  on 2001/02/25  10:52:25
22583         Log: Checked in the wrong one ...
22584      Branch: perlio
22585            ! ext/Encode/Encode.pm
22586 ____________________________________________________________________________
22587 [  8924] By: nick                                  on 2001/02/24  18:46:51
22588         Log: Integrate mainline - to see what Jarkko has in ...
22589      Branch: perlio
22590           +> t/pod/testpods/lib/Pod/Stuff.pm
22591           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
22592 ____________________________________________________________________________
22593 [  8923] By: nick                                  on 2001/02/24  17:05:23
22594         Log: Encode API documentation nd tidy up.
22595              Minor additions to test.
22596              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
22597              Adds STRLEN to standard typemap.
22598      Branch: perlio
22599            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
22600            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
22601 ____________________________________________________________________________
22602 [  8922] By: jhi                                   on 2001/02/24  16:38:12
22603         Log: Add a test for the "character range should match in EBCDIC
22604              if specified using explicit numerics" bug found by Karsten
22605              Sperling.
22606      Branch: perl
22607            ! t/op/pat.t
22608 ____________________________________________________________________________
22609 [  8921] By: jhi                                   on 2001/02/24  16:30:16
22610         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
22611              From: schwern@pobox.com
22612              Date: Fri, 23 Feb 2001 03:21:37 -0500
22613              Message-ID: <20010223032137.A26022@magnonel.guild.net>
22614              
22615              plus Charles Lane's fixes, plus tweaks.
22616      Branch: perl
22617            + t/pod/testpods/lib/Pod/Stuff.pm
22618            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
22619 ____________________________________________________________________________
22620 [  8920] By: nick                                  on 2001/02/24  10:30:11
22621         Log: Integrate mainline
22622      Branch: perlio
22623           !> (integrate 33 files)
22624 ____________________________________________________________________________
22625 [  8919] By: jhi                                   on 2001/02/24  00:23:35
22626         Log: Subject: Re: I'm losing the war...
22627              From: "Vadim Konovalov" <watman@inbox.ru>
22628              Date: Sat, 24 Feb 2001 00:10:14 +0300
22629              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
22630              
22631              hv_store() not working correctly in ENV_IS_CASELESS case.
22632      Branch: perl
22633            ! hv.c
22634 ____________________________________________________________________________
22635 [  8918] By: jhi                                   on 2001/02/24  00:20:09
22636         Log: Subject: Re: [PATCH] fix for charnames above FFFF
22637              From: andreas.koenig@anima.de (Andreas J. Koenig)
22638              Date: 23 Feb 2001 02:39:03 +0100
22639              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
22640              
22641              A further efficiency tweak.
22642      Branch: perl
22643            ! lib/charnames.pm
22644 ____________________________________________________________________________
22645 [  8917] By: jhi                                   on 2001/02/23  20:27:51
22646         Log: Integrate change #8916 from mainline,
22647              do away with USE_WIN32_RTL_ENV.
22648      Branch: maint-5.6/perl
22649           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
22650 ____________________________________________________________________________
22651 [  8916] By: jhi                                   on 2001/02/23  20:02:25
22652         Log: Abolish USE_WIN32_RTL_ENV.
22653      Branch: perl
22654            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
22655 ____________________________________________________________________________
22656 [  8915] By: jhi                                   on 2001/02/23  19:36:00
22657         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
22658              later protected by some #define.
22659      Branch: perl
22660            ! gv.c
22661 ____________________________________________________________________________
22662 [  8914] By: jhi                                   on 2001/02/23  19:31:38
22663         Log: Retract #8902 for now, requested by Charles Lane, the correct
22664              fix will be something else.
22665      Branch: perl
22666            ! op.c
22667 ____________________________________________________________________________
22668 [  8913] By: jhi                                   on 2001/02/23  19:11:36
22669         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
22670              From: Peter Prymmer <pvhp@forte.com>
22671              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
22672              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
22673      Branch: perl
22674            ! t/op/lex_assign.t
22675 ____________________________________________________________________________
22676 [  8912] By: jhi                                   on 2001/02/23  18:38:20
22677         Log: Subject: [patch] perlio + useithreads
22678              From: Doug MacEachern <dougm@covalent.net>
22679              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
22680              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
22681              
22682              Gets things running but not complete.
22683      Branch: perl
22684            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
22685 ____________________________________________________________________________
22686 [  8911] By: jhi                                   on 2001/02/23  04:20:02
22687         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
22688              
22689              Duplicated environment freeing, File::Temp 0.12,
22690              op/append portability (EBCDIC) tweak.
22691      Branch: maint-5.6/perl
22692           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
22693           !> t/op/append.t
22694 ____________________________________________________________________________
22695 [  8910] By: jhi                                   on 2001/02/23  02:07:33
22696         Log: Integrate change #8909 from mainline, a better Borland
22697              putenv() workaround.
22698      Branch: maint-5.6/perl
22699           !> perl.c
22700 ____________________________________________________________________________
22701 [  8909] By: jhi                                   on 2001/02/23  02:05:46
22702         Log: A better workaround for Borland putenv() brokenness from Sarathy.
22703      Branch: perl
22704            ! perl.c
22705 ____________________________________________________________________________
22706 [  8908] By: jhi                                   on 2001/02/23  02:04:14
22707         Log: Subject: fix for parameter -Dm (for perl@8867)
22708              From: "Vadim Konovalov" <watman@inbox.ru>
22709              Date: Thu, 22 Feb 2001 17:30:12 +0300
22710              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
22711      Branch: perl
22712            ! perl.h
22713 ____________________________________________________________________________
22714 [  8907] By: jhi                                   on 2001/02/23  01:58:20
22715         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
22716              From: Peter Prymmer <pvhp@forte.com>
22717              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
22718              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
22719      Branch: perl
22720            ! t/op/append.t
22721 ____________________________________________________________________________
22722 [  8906] By: jhi                                   on 2001/02/23  01:48:34
22723         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
22724      Branch: perl
22725            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
22726 ____________________________________________________________________________
22727 [  8905] By: jhi                                   on 2001/02/23  01:43:30
22728         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
22729              From: Peter Prymmer <pvhp@forte.com>
22730              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
22731              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
22732      Branch: perl
22733            ! t/lib/st-06compat.t
22734 ____________________________________________________________________________
22735 [  8904] By: jhi                                   on 2001/02/23  01:42:39
22736         Log: Metaconfig unit change for #8903.
22737      Branch: metaconfig/U/perl
22738            ! Devel.U
22739 ____________________________________________________________________________
22740 [  8903] By: jhi                                   on 2001/02/23  01:42:12
22741         Log: Be more helpful for devel builders, suggested by John L. Allen.
22742      Branch: perl
22743            ! Configure
22744 ____________________________________________________________________________
22745 [  8902] By: jhi                                   on 2001/02/23  01:37:41
22746         Log: (Retracted by #8914)
22747              (Wrongly, reinstated by #8941)             
22748
22749              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
22750              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
22751              Date:     Thu, 22 Feb 2001 09:43:57 EST
22752              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
22753      Branch: perl
22754            ! op.c
22755 ____________________________________________________________________________
22756 [  8901] By: jhi                                   on 2001/02/23  01:20:32
22757         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
22758              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
22759              Date:     Thu, 22 Feb 2001 08:01:35 EST
22760              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
22761      Branch: perl
22762            ! malloc.c
22763 ____________________________________________________________________________
22764 [  8900] By: jhi                                   on 2001/02/23  01:18:02
22765         Log: Integrate changes #8898,8899 from mainline, environ handling.
22766      Branch: maint-5.6/perl
22767           !> perl.c
22768 ____________________________________________________________________________
22769 [  8899] By: jhi                                   on 2001/02/23  01:16:25
22770         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
22771              putenv() is not to be relied on, they are either broken or leaky
22772              or both.)
22773      Branch: perl
22774            ! perl.c
22775 ____________________________________________________________________________
22776 [  8898] By: jhi                                   on 2001/02/22  23:36:59
22777         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
22778              and safesysfree() must be used.
22779      Branch: perl
22780            ! perl.c
22781 ____________________________________________________________________________
22782 [  8897] By: jhi                                   on 2001/02/22  23:25:45
22783         Log: With environ one must use safesysmalloc()/safesysfree().
22784      Branch: perl
22785            ! perl.c
22786 ____________________________________________________________________________
22787 [  8896] By: jhi                                   on 2001/02/22  22:13:18
22788         Log: If we have a duplicated environment free it
22789              if PERL_DESTRUCT_LEVEL.
22790      Branch: perl
22791            ! perl.c
22792 ____________________________________________________________________________
22793 [  8895] By: alanbur                               on 2001/02/22  19:31:57
22794         Log: Synchronised with parent
22795      Branch: maint-5.6/pureperl
22796           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
22797 ____________________________________________________________________________
22798 [  8894] By: gsar                                  on 2001/02/22  19:06:18
22799         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
22800              
22801              fix memory leak in method call optimization (change#3768);
22802              made C<eval "$x->foo()"> leak
22803              
22804              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
22805      Branch: maint-5.6/perl
22806           !> op.c
22807 ____________________________________________________________________________
22808 [  8893] By: jhi                                   on 2001/02/22  18:35:27
22809         Log: (Retracted by #8915.)
22810              
22811              Third Degree finding:
22812              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
22813      Branch: perl
22814            ! gv.c
22815 ____________________________________________________________________________
22816 [  8892] By: jhi                                   on 2001/02/22  14:28:32
22817         Log: Update Changes.
22818      Branch: perl
22819            ! Changes patchlevel.h
22820 ____________________________________________________________________________
22821 [  8891] By: jhi                                   on 2001/02/22  13:22:45
22822         Log: Metaconfig unit changes for #8890.
22823      Branch: metaconfig
22824            ! U/modified/Cppsym.U U/threads/archname.U
22825 ____________________________________________________________________________
22826 [  8890] By: jhi                                   on 2001/02/22  13:22:12
22827         Log: Add -stdio to the archname if no perlio selected,
22828              no -perlio added since that is now the default.
22829              
22830              Add few CPUs/architectures to the Cppsym scan.
22831      Branch: perl
22832            ! Configure config_h.SH
22833 ____________________________________________________________________________
22834 [  8889] By: jhi                                   on 2001/02/22  13:05:59
22835         Log: Metaconfig unit change for #8888.
22836      Branch: metaconfig/U/perl
22837            ! useperlio.U
22838 ____________________________________________________________________________
22839 [  8888] By: jhi                                   on 2001/02/22  13:05:28
22840         Log: *drum roll*  Make perlio the default.
22841      Branch: perl
22842            ! Configure config_h.SH
22843 ____________________________________________________________________________
22844 [  8887] By: jhi                                   on 2001/02/22  12:50:52
22845         Log: Integrate change #8665 from maintperl to mainline,
22846              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
22847      Branch: perl
22848           !> ext/POSIX/POSIX.xs
22849 ____________________________________________________________________________
22850 [  8886] By: jhi                                   on 2001/02/22  12:49:24
22851         Log: Integrate changes #8883,8884 from mainline to maintperl.
22852              
22853              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
22854              Subject: Re: File::Temp::_gettemp warning
22855      Branch: maint-5.6/perl
22856           !> embed.h embed.pl lib/File/Temp.pm
22857 ____________________________________________________________________________
22858 [  8885] By: jhi                                   on 2001/02/22  12:43:59
22859         Log: Based on
22860              
22861              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
22862              From: schwab@suse.de
22863              Date: Thu, 22 Feb 2001 13:08:09 +0100
22864              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
22865              
22866              but the fix done slightly differently because the other
22867              half was already done in #8664.
22868      Branch: maint-5.6/perl
22869            ! ext/POSIX/POSIX.xs
22870 ____________________________________________________________________________
22871 [  8884] By: jhi                                   on 2001/02/22  12:37:15
22872         Log: Subject: Re: File::Temp::_gettemp warning
22873              From: Tim Jenness <t.jenness@jach.hawaii.edu>
22874              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
22875              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
22876              
22877              This patch to File::Temp does two things:
22878              
22879              1. Fixes the problem with CGI::Carp when determining
22880              the Fcntl constants
22881              
22882              2. Removes most of the carps and consolidates them so that all the
22883              reasons are included in a single die that is caught by the test. This
22884              means that the correct skipping behaviour is displayed by the test.
22885      Branch: perl
22886            ! lib/File/Temp.pm
22887 ____________________________________________________________________________
22888 [  8883] By: jhi                                   on 2001/02/22  12:29:19
22889         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
22890              From: Peter Prymmer <pvhp@forte.com>
22891              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
22892              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
22893      Branch: perl
22894            ! embed.h embed.pl
22895 ____________________________________________________________________________
22896 [  8882] By: jhi                                   on 2001/02/21  19:41:33
22897         Log: Integrate change #8881 from mainlin to maintperl.
22898              
22899              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
22900      Branch: maint-5.6/perl
22901           !> op.c
22902 ____________________________________________________________________________
22903 [  8881] By: jhi                                   on 2001/02/21  19:38:57
22904         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
22905              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
22906              Date:     Wed, 21 Feb 2001 13:08:03 EST
22907              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
22908      Branch: perl
22909            ! op.c
22910 ____________________________________________________________________________
22911 [  8880] By: jhi                                   on 2001/02/21  19:34:34
22912         Log: Retract #8875, cannot let go of the old semantics of unpack U
22913              without rethinking utf8decode.t.
22914      Branch: perl
22915            ! pp.c t/op/pack.t
22916 ____________________________________________________________________________
22917 [  8879] By: jhi                                   on 2001/02/21  19:08:02
22918         Log: Run run/*.t also in minitest.
22919      Branch: perl
22920            ! Makefile.SH
22921 ____________________________________________________________________________
22922 [  8878] By: nick                                  on 2001/02/21  18:55:37
22923         Log: Integrate mainline
22924      Branch: perlio
22925           !> (integrate 76 files)
22926 ____________________________________________________________________________
22927 [  8877] By: jhi                                   on 2001/02/21  15:09:33
22928         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
22929      Branch: metaconfig
22930            ! U/compline/nblock_io.U
22931      Branch: perl
22932            ! Configure config_h.SH
22933 ____________________________________________________________________________
22934 [  8876] By: jhi                                   on 2001/02/21  14:54:45
22935         Log: If no sfio, no -lsfio.
22936      Branch: metaconfig/U/perl
22937            ! d_sfio.U
22938      Branch: perl
22939            ! Configure config_h.SH
22940 ____________________________________________________________________________
22941 [  8875] By: jhi                                   on 2001/02/21  14:54:00
22942         Log: Make unpack C and unpack C truly equivalent.
22943      Branch: perl
22944            ! pp.c t/op/pack.t
22945 ____________________________________________________________________________
22946 [  8874] By: jhi                                   on 2001/02/21  14:26:02
22947         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
22948              From: Peter Prymmer <pvhp@forte.com>
22949              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
22950              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
22951      Branch: perl
22952            ! pod/perlport.pod
22953 ____________________________________________________________________________
22954 [  8873] By: jhi                                   on 2001/02/21  14:24:31
22955         Log: Subject: [PATCH] fix for charnames above FFFF
22956              From: andreas.koenig@anima.de (Andreas J. Koenig)
22957              Date: 21 Feb 2001 07:05:45 +0100
22958              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
22959      Branch: perl
22960            ! lib/charnames.pm t/lib/charnames.t
22961 ____________________________________________________________________________
22962 [  8872] By: jhi                                   on 2001/02/21  14:15:25
22963         Log: Integrate change #8868 from pureperl to mainline.
22964              
22965              Fixed reference count loop caused by sv_magic.
22966      Branch: perl
22967           !> sv.c
22968 ____________________________________________________________________________
22969 [  8871] By: jhi                                   on 2001/02/21  14:07:29
22970         Log: Integrate change #8868 from pureperl to maintperl.
22971              
22972              Fixed reference count loop caused by sv_magic.
22973      Branch: maint-5.6/perl
22974           !> sv.c
22975 ____________________________________________________________________________
22976 [  8870] By: jhi                                   on 2001/02/21  14:04:41
22977         Log: Put back the #8840, it was innocent.
22978      Branch: perl
22979            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
22980            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
22981 ____________________________________________________________________________
22982 [  8869] By: jhi                                   on 2001/02/21  14:00:03
22983         Log: unpack("C", ...) was left slightly unfinished by #8865.
22984      Branch: perl
22985            ! pp.c t/op/pack.t
22986 ____________________________________________________________________________
22987 [  8868] By: alanbur                               on 2001/02/21  01:33:45
22988         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
22989              from gv_fetchpv to create single-character magic variables (e.g. $!),
22990              and it is passed a sv and the gv that contains the sv as the mg_obj
22991              value.  When sv_magic stores the mg_obj pointer it increments the gv
22992              refcount, thus causing a sv-gv pair that can't be freed.  There is
22993              already a check for sv == obj which is used to prevent such reference
22994              loops.  This change extends the check to cover the case described above.
22995      Branch: maint-5.6/pureperl
22996            ! sv.c
22997 ____________________________________________________________________________
22998 [  8867] By: jhi                                   on 2001/02/21  00:52:39
22999         Log: Update Changes.
23000      Branch: perl
23001            ! Changes patchlevel.h
23002 ____________________________________________________________________________
23003 [  8866] By: jhi                                   on 2001/02/21  00:34:20
23004         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
23005              (Note: there were some conflicts due to EBCDIC and EPOC
23006              patches, in general I preferred the repository code.)
23007              (When 2.753 comes out, we need to synchronize.)
23008      Branch: perl
23009            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
23010            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
23011            ! t/lib/cgi-html.t
23012 ____________________________________________________________________________
23013 [  8865] By: jhi                                   on 2001/02/21  00:24:22
23014         Log: Make pack("C", 0x100) to create Unicode, unless under the
23015              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
23016              will understand Unicode, unless you under know what.
23017      Branch: perl
23018            ! pp.c t/op/pack.t t/op/qu.t
23019 ____________________________________________________________________________
23020 [  8864] By: alanbur                               on 2001/02/20  22:35:34
23021         Log: Resynchronised with parent
23022      Branch: maint-5.6/pureperl
23023           !> README.win32 ext/GDBM_File/GDBM_File.pm
23024           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
23025           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
23026           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
23027           !> t/lib/sdbm.t util.c
23028 ____________________________________________________________________________
23029 [  8863] By: jhi                                   on 2001/02/20  20:55:11
23030         Log: Integrate change #8860,8861 from mainline into maintperl.
23031              
23032              "pseudo-literal j"
23033              
23034              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
23035      Branch: maint-5.6/perl
23036           !> lib/Test.pm pod/perlop.pod
23037 ____________________________________________________________________________
23038 [  8862] By: jhi                                   on 2001/02/20  20:30:07
23039         Log: Don't do casting between pointers pointing to differently sized
23040              integers.
23041      Branch: perl
23042            ! hv.c sv.c
23043 ____________________________________________________________________________
23044 [  8861] By: jhi                                   on 2001/02/20  19:53:44
23045         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
23046              From: Peter Prymmer <pvhp@forte.com>
23047              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
23048              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
23049      Branch: perl
23050            ! lib/Test.pm
23051 ____________________________________________________________________________
23052 [  8860] By: jhi                                   on 2001/02/20  19:48:02
23053         Log: "pseudo-literal j", a documentation glitch reported to Debian.
23054              The text recovered from Perl 5.005_03, and pseudo-literal replaced
23055              by "backtick string".
23056      Branch: perl
23057            ! pod/perlop.pod
23058 ____________________________________________________________________________
23059 [  8859] By: jhi                                   on 2001/02/20  19:15:46
23060         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
23061              from Chris Nandor.
23062      Branch: perl
23063            ! makedef.pl
23064 ____________________________________________________________________________
23065 [  8858] By: jhi                                   on 2001/02/20  17:36:53
23066         Log: Integrate pureperl changes #8844,8845,8850 to mainline
23067              (via maintperl #8855).
23068              
23069              Fixed %^H scoping bug
23070              
23071              Removed GV <-> CV refcount loop
23072              
23073              Removed %ENV refcount loop
23074      Branch: perl
23075           !> gv.c op.c perl.c pp.c scope.c
23076 ____________________________________________________________________________
23077 [  8857] By: jhi                                   on 2001/02/20  17:34:32
23078         Log: Integrate changes #8853,8854 from maintperl to mainline.
23079              
23080              EBDIC fixes, README.win32 Borland update.
23081      Branch: perl
23082           !> README.win32 handy.h util.c
23083 ____________________________________________________________________________
23084 [  8856] By: jhi                                   on 2001/02/20  17:33:16
23085         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
23086      Branch: maint-5.6/perl
23087           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
23088           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
23089           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
23090 ____________________________________________________________________________
23091 [  8855] By: jhi                                   on 2001/02/20  17:32:13
23092         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
23093              
23094              Fixed %^H scoping bug
23095              
23096              Removed GV <-> CV refcount loop
23097              
23098              Removed %ENV refcount loop
23099      Branch: maint-5.6/perl
23100           !> gv.c op.c perl.c pp.c scope.c
23101 ____________________________________________________________________________
23102 [  8854] By: jhi                                   on 2001/02/20  17:25:06
23103         Log: Subject: Addition to readme.win32 for Borland C++ compilers
23104              Date: Tue, 20 Feb 2001 02:15:25 +0300
23105              From: "Vadim Konovalov" <watman@inbox.ru>
23106              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
23107              
23108              Document Borland compiler misbehaviour.
23109      Branch: maint-5.6/perl
23110            ! README.win32
23111 ____________________________________________________________________________
23112 [  8853] By: jhi                                   on 2001/02/20  17:22:25
23113         Log: The assimilation of ebcdic.c didn't quite work at the first try,
23114              patches from Thomas Dorner.
23115      Branch: maint-5.6/perl
23116            ! handy.h util.c
23117 ____________________________________________________________________________
23118 [  8852] By: jhi                                   on 2001/02/20  17:20:15
23119         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
23120              From: Chris Nandor <pudge@pobox.com>
23121              Date: Tue, 20 Feb 2001 08:32:45 -0500
23122              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
23123      Branch: maint-5.6/perl
23124            ! makedef.pl mg.c
23125 ____________________________________________________________________________
23126 [  8851] By: jhi                                   on 2001/02/20  17:15:52
23127         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
23128      Branch: perl
23129            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
23130            ! t/lib/filter-util.t
23131 ____________________________________________________________________________
23132 [  8850] By: alanbur                               on 2001/02/20  17:12:40
23133         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
23134              and the magic pointer points back to the GV that contains the
23135              %ENV hash.  This creates a refcount loop that prevents members
23136              of %ENV from being freed correctly.  This change removes the
23137              refcount loop - the magic pointer was never used anyway, the
23138              only use of the magic was to check the type ('E') so that the
23139              appropriate environment manipulation code is called when %ENV
23140              is modified.
23141      Branch: maint-5.6/pureperl
23142            ! perl.c
23143 ____________________________________________________________________________
23144 [  8849] By: jhi                                   on 2001/02/20  17:12:20
23145         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
23146              From: "Craig A. Berry" <craigberry@mac.com>
23147              Date: Mon, 19 Feb 2001 23:36:12 -0600
23148              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
23149              
23150              Case-forgiving systems match TestInit.pm with TES*.
23151      Branch: perl
23152            ! t/lib/glob-basic.t
23153 ____________________________________________________________________________
23154 [  8848] By: jhi                                   on 2001/02/20  17:10:02
23155         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
23156      Branch: perl
23157            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
23158            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
23159            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
23160 ____________________________________________________________________________
23161 [  8847] By: jhi                                   on 2001/02/20  15:34:41
23162         Log: The #8843 wasn't quite right: %Config needs to imported.
23163      Branch: perl
23164            ! t/run/runenv.t
23165 ____________________________________________________________________________
23166 [  8846] By: jhi                                   on 2001/02/20  15:31:50
23167         Log: Retract the #8838 and #8840 for now because of
23168              the DB_File tie problem.
23169      Branch: perl
23170            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
23171            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
23172            ! proto.h sv.c
23173 ____________________________________________________________________________
23174 [  8845] By: alanbur                               on 2001/02/20  14:25:41
23175         Log: Removed GV <-> CV refcount loop
23176              CvGV(mycv) points to the parent GV of the CV, and was previously
23177              refcounted.  The pointer remains, but the refcounting has been removed
23178              as it causes a refcount loop between the CV and GV that means the CV
23179              can't ever be deleted.
23180      Branch: maint-5.6/pureperl
23181            ! gv.c op.c pp.c
23182 ____________________________________________________________________________
23183 [  8844] By: alanbur                               on 2001/02/20  14:23:13
23184         Log: Fixed %^H scoping bug
23185      Branch: maint-5.6/pureperl
23186            ! scope.c
23187 ____________________________________________________________________________
23188 [  8843] By: jhi                                   on 2001/02/19  13:38:08
23189         Log: fork() not everywhere, cleanup temp files.
23190      Branch: perl
23191            ! t/run/runenv.t
23192 ____________________________________________________________________________
23193 [  8842] By: alanbur                               on 2001/02/19  12:42:07
23194         Log: Resynchronised with parent
23195      Branch: maint-5.6/pureperl
23196           !> pod/perlfaq4.pod sv.c utf8.c
23197 ____________________________________________________________________________
23198 [  8841] By: jhi                                   on 2001/02/19  03:35:51
23199         Log: Update Changes.
23200      Branch: perl
23201            ! Changes patchlevel.h
23202 ____________________________________________________________________________
23203 [  8840] By: jhi                                   on 2001/02/19  00:23:41
23204         Log: Subject: [patch] add sv_setref_uv
23205              From: Doug MacEachern <dougm@covalent.net>
23206              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
23207              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
23208      Branch: perl
23209            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
23210            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
23211 ____________________________________________________________________________
23212 [  8839] By: jhi                                   on 2001/02/19  00:01:38
23213         Log: Put to rest the 20010205.001, the email address checking (not) regex.
23214      Branch: perl
23215            ! pod/perlfaq9.pod
23216 ____________________________________________________________________________
23217 [  8838] By: jhi                                   on 2001/02/18  22:17:54
23218         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
23219              From: Doug MacEachern <dougm@covalent.net>
23220              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
23221              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
23222      Branch: perl
23223            ! lib/ExtUtils/xsubpp
23224 ____________________________________________________________________________
23225 [  8837] By: jhi                                   on 2001/02/18  22:16:50
23226         Log: Subject: [patch] -Wall cleanup round 2
23227              From: Doug MacEachern <dougm@covalent.net>
23228              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
23229              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
23230      Branch: perl
23231            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
23232            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
23233            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
23234            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
23235            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
23236            ! ext/SDBM_File/SDBM_File.xs
23237 ____________________________________________________________________________
23238 [  8836] By: jhi                                   on 2001/02/18  22:11:20
23239         Log: Misapplied regex optimizations when \C is present.
23240              Fixes 20001230.002.
23241              
23242              What still remains broken is that the submatches that
23243              have \C in them get their UTF8 flag on because their
23244              parent SV has it on.  This will result in malformed
23245              UTF8 if a \C happened to match a non-ASCII byte.
23246      Branch: perl
23247            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
23248            ! t/pragma/utf8.t
23249 ____________________________________________________________________________
23250 [  8835] By: jhi                                   on 2001/02/18  20:12:02
23251         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
23252              
23253              The hash key got wrongly UTF8fied.
23254      Branch: perl
23255            ! pod/perlapi.pod toke.c utf8.c
23256 ____________________________________________________________________________
23257 [  8834] By: jhi                                   on 2001/02/18  19:44:25
23258         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
23259              don't warn on magical or overloaded things.
23260      Branch: perl
23261            ! pp_hot.c
23262 ____________________________________________________________________________
23263 [  8833] By: nick                                  on 2001/02/18  19:31:22
23264         Log: Integrate mainline
23265      Branch: perlio
23266           +> t/TestInit.pm t/run/runenv.t
23267            - t/UTEST
23268           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
23269           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
23270           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
23271           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
23272           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
23273           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
23274           !> utf8.c
23275 ____________________________________________________________________________
23276 [  8832] By: jhi                                   on 2001/02/18  19:21:18
23277         Log: Integrate perlio.
23278      Branch: perl
23279           !> perlio.c pod/perldiag.pod
23280 ____________________________________________________________________________
23281 [  8831] By: jhi                                   on 2001/02/18  19:14:20
23282         Log: Integrate change #8827 from mainline.
23283              
23284              UTF8 tweaks.
23285      Branch: maint-5.6/perl
23286           !> sv.c utf8.c
23287 ____________________________________________________________________________
23288 [  8830] By: nick                                  on 2001/02/18  19:10:34
23289         Log: Apply the spirit of patch from Nick Clark:
23290              Subject: [PATCH] Re: extensions that provide layers
23291              From: Nicholas Clark <nick@ccl4.org>
23292              Date: Mon, 12 Feb 2001 16:43:51 +0000
23293              Message-Id: <20010212164350.Q3652@plum.flirble.org>
23294      Branch: perlio
23295            ! perlio.c pod/perldiag.pod
23296 ____________________________________________________________________________
23297 [  8829] By: jhi                                   on 2001/02/18  19:03:25
23298         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
23299              From: schwern@pobox.com 
23300              Date: Sun, 18 Feb 2001 13:44:35 -0500
23301              Message-ID: <20010218134435.A17544@magnonel.guild.net>
23302              
23303              Applied, but as t/TestInit.pm.
23304      Branch: perl
23305            + t/TestInit.pm
23306            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
23307            ! t/op/subst_wamp.t
23308 ____________________________________________________________________________
23309 [  8828] By: jhi                                   on 2001/02/18  18:43:52
23310         Log: Integrate perlio.
23311      Branch: perl
23312           !> perlio.c
23313 ____________________________________________________________________________
23314 [  8827] By: jhi                                   on 2001/02/18  18:41:33
23315         Log: UTF-8 tweaks.
23316      Branch: perl
23317            ! sv.c utf8.c
23318 ____________________________________________________________________________
23319 [  8826] By: nick                                  on 2001/02/18  17:40:59
23320         Log: Fix [ID 20010217.002]
23321              open FOO, "<:raw:perlio", ...
23322              :raw now inserts default base layer below itself.
23323              Also
23324              open FOO, "<:unix", ...
23325              works as well - but leaves buffer layer on stack under the unix layer.
23326      Branch: perlio
23327            ! perlio.c
23328 ____________________________________________________________________________
23329 [  8825] By: jhi                                   on 2001/02/18  17:15:39
23330         Log: Integrate perlio.
23331      Branch: perl
23332           !> perlio.c perliol.h
23333 ____________________________________________________________________________
23334 [  8824] By: jhi                                   on 2001/02/18  17:10:53
23335         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
23336              From: schwern@pobox.com
23337              Date: Sun, 18 Feb 2001 01:48:50 -0500
23338              Message-ID: <20010218014850.C19957@magnonel.guild.net>
23339      Branch: perl
23340            ! lib/Test/Harness.pm t/TEST t/op/chop.t
23341 ____________________________________________________________________________
23342 [  8823] By: jhi                                   on 2001/02/18  17:01:06
23343         Log: Add run/*.t to testables.
23344      Branch: perl
23345            ! t/TEST
23346 ____________________________________________________________________________
23347 [  8822] By: jhi                                   on 2001/02/18  16:58:58
23348         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
23349              From: schwern@pobox.com
23350              Date: Sun, 18 Feb 2001 01:11:35 -0500
23351              Message-ID: <20010218011135.A19957@magnonel.guild.net>
23352              
23353              Revive mjd's and Simon's PERL5OPT fix.
23354      Branch: perl
23355            + t/run/runenv.t
23356            ! MANIFEST perl.c
23357 ____________________________________________________________________________
23358 [  8821] By: jhi                                   on 2001/02/18  16:53:46
23359         Log: Subject: Re: Why t/TEST and not Test::Harness?
23360              From: schwern@pobox.com
23361              Date: Sat, 17 Feb 2001 22:44:44 -0500
23362              Message-ID: <20010217224444.A6679@magnonel.guild.net>
23363              
23364              Replace UTEST with TEST -utf8.
23365      Branch: perl
23366            - t/UTEST
23367            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
23368            ! t/lib/glob-basic.t
23369 ____________________________________________________________________________
23370 [  8820] By: nick                                  on 2001/02/18  13:06:16
23371         Log: Clean up a few core dumps when layers are used in unexpected ways.
23372              (Still not "right"...)
23373      Branch: perlio
23374            ! perlio.c perliol.h
23375 ____________________________________________________________________________
23376 [  8819] By: jhi                                   on 2001/02/18  02:25:55
23377         Log: Integrate change #8818 from maintperl, a FAQ nit.
23378      Branch: perl
23379           !> pod/perlfaq4.pod
23380 ____________________________________________________________________________
23381 [  8818] By: jhi                                   on 2001/02/18  02:24:50
23382         Log: FAQ nit from Chris Fedde.
23383      Branch: maint-5.6/perl
23384            ! pod/perlfaq4.pod
23385 ____________________________________________________________________________
23386 [  8817] By: nick                                  on 2001/02/17  18:20:14
23387         Log: Integrate mainline
23388      Branch: perlio
23389           +> lib/unicode/UCD.html lib/unicode/Unicode.html
23390           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
23391           +> pod/perlclib.pod
23392            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
23393            - lib/unicode/Unicode.301
23394           !> (integrate 324 files)
23395 ____________________________________________________________________________
23396 [  8816] By: jhi                                   on 2001/02/17  16:56:58
23397         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
23398      Branch: perl
23399            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
23400            ! ext/Storable/Storable.xs t/lib/st-06compat.t
23401            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
23402 ____________________________________________________________________________
23403 [  8815] By: jhi                                   on 2001/02/17  16:40:07
23404         Log: Subject: [patch] -Wall
23405              From: Doug MacEachern <dougm@covalent.net>
23406              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
23407              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
23408      Branch: perl
23409            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
23410            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
23411 ____________________________________________________________________________
23412 [  8814] By: jhi                                   on 2001/02/16  19:27:18
23413         Log: Document qu better.
23414      Branch: perl
23415            ! pod/perlop.pod
23416 ____________________________________________________________________________
23417 [  8813] By: jhi                                   on 2001/02/15  13:54:37
23418         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
23419              From: Hugo <hv@crypt.compulink.co.uk>
23420              Date: Thu, 15 Feb 2001 13:39:49 +0000
23421              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
23422      Branch: perl
23423            ! toke.c
23424 ____________________________________________________________________________
23425 [  8812] By: alanbur                               on 2001/02/15  13:52:16
23426         Log: Resynchronised with parent
23427      Branch: maint-5.6/pureperl
23428            - ebcdic.c
23429           !> (integrate 36 files)
23430 ____________________________________________________________________________
23431 [  8811] By: jhi                                   on 2001/02/15  13:51:16
23432         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
23433              
23434              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
23435              From: Jan Dubois <JanD@ActiveState.com>
23436              Date: Wed, 31 Jan 2001 21:17:03 -0800
23437              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
23438              
23439              tweak change#8659 to keep it simple
23440              
23441              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
23442              From: Russ Allbery <rra@stanford.edu>
23443              Date: 14 Feb 2001 10:15:41 -0800
23444              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
23445              
23446              (8809 empty)
23447
23448              Upgrade to podlators 1.08, from Russ Allbery.
23449      Branch: perl
23450           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
23451           !> utils/perldoc.PL
23452 ____________________________________________________________________________
23453 [  8810] By: jhi                                   on 2001/02/15  13:35:08
23454         Log: Upgrade to podlators 1.08, from Russ Allbery.
23455      Branch: maint-5.6/perl
23456            ! lib/Pod/Man.pm lib/Pod/Text.pm
23457 ____________________________________________________________________________
23458 [  8809] By: jhi                                   on 2001/02/15  13:26:38
23459         Log: (accidentally empty check-in)
23460      Branch: maint-5.6/perl
23461            ! lib/Test/Harness.pm
23462 ____________________________________________________________________________
23463 [  8808] By: jhi                                   on 2001/02/15  13:23:47
23464         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
23465              From: Russ Allbery <rra@stanford.edu>
23466              Date: 14 Feb 2001 10:15:41 -0800
23467              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
23468              
23469              perldoc was hardcoding $Config{installscript}, which breaks
23470              when install* isn't where Perl ends up (such as with AFS).
23471              
23472              Use $Config{scriptdir} instead.
23473      Branch: maint-5.6/perl
23474            ! utils/perldoc.PL
23475 ____________________________________________________________________________
23476 [  8807] By: jhi                                   on 2001/02/14  14:37:27
23477         Log: Update Changes.
23478      Branch: perl
23479            ! Changes patchlevel.h
23480 ____________________________________________________________________________
23481 [  8806] By: jhi                                   on 2001/02/14  14:25:31
23482         Log: Integrate changes #8803,8804,8805 from mainline.
23483              
23484              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
23485              
23486              Don't skip too much of the locale error message if no environ array,
23487              from Chris Nandor.
23488              
23489              More MacOS Classic fixes from Chris Nandor.
23490      Branch: maint-5.6/perl
23491           !> doop.c lib/Cwd.pm perl.c perl.h util.c
23492 ____________________________________________________________________________
23493 [  8805] By: jhi                                   on 2001/02/14  03:29:01
23494         Log: More MacOS Classic fixes from Chris Nandor.
23495      Branch: perl
23496            ! doop.c lib/Cwd.pm
23497 ____________________________________________________________________________
23498 [  8804] By: jhi                                   on 2001/02/14  03:18:35
23499         Log: Don't skip too much of the locale error message if no environ array,
23500              from Chris Nandor.
23501      Branch: perl
23502            ! util.c
23503 ____________________________________________________________________________
23504 [  8803] By: jhi                                   on 2001/02/14  03:14:14
23505         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
23506      Branch: perl
23507            ! perl.c perl.h
23508 ____________________________________________________________________________
23509 [  8802] By: jhi                                   on 2001/02/13  18:31:33
23510         Log: AUTHORS update.
23511      Branch: perl
23512            ! AUTHORS
23513 ____________________________________________________________________________
23514 [  8801] By: jhi                                   on 2001/02/13  17:55:19
23515         Log: Integrate change #8792 from mainline.
23516              
23517              Subject: buncha MacPerl patches for bleadperl
23518              From: Chris Nandor <pudge@pobox.com>
23519              Date: Tue, 13 Feb 2001 00:02:43 -0500
23520              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
23521      Branch: maint-5.6/perl
23522           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
23523           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
23524           !> t/lib/basename.t toke.c util.h
23525 ____________________________________________________________________________
23526 [  8800] By: jhi                                   on 2001/02/13  17:46:43
23527         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
23528              to be forced to Off_t.
23529              
23530              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
23531              From: nick@ccl4.org
23532              Date: Thu, 1 Feb 2001 12:01:04 +0000
23533              Message-Id: <20010201120103.E11401@plum.flirble.org>
23534      Branch: maint-5.6/perl
23535            ! iperlsys.h perlio.c
23536 ____________________________________________________________________________
23537 [  8799] By: jhi                                   on 2001/02/13  16:52:51
23538         Log: Duplex duplex hunk hunk.
23539      Branch: maint-5.6/perl
23540            ! Makefile.SH
23541 ____________________________________________________________________________
23542 [  8797] By: jhi                                   on 2001/02/13  14:52:04
23543         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
23544              From: "Craig A. Berry" <craigberry@mac.com>
23545              Date: Mon, 12 Feb 2001 11:05:25 -0600
23546              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
23547      Branch: perl
23548            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
23549 ____________________________________________________________________________
23550 [  8796] By: jhi                                   on 2001/02/13  14:36:47
23551         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
23552              From: simon.cozens@pembroke.oxford.ac.uk 
23553              Date: Sat, 10 Feb 2001 17:57:02 +0000
23554              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
23555              
23556              Now it does include.
23557      Branch: perl
23558            ! pod/perldiag.pod
23559 ____________________________________________________________________________
23560 [  8795] By: jhi                                   on 2001/02/13  14:30:11
23561         Log: Sort the MANIFEST.
23562      Branch: perl
23563            ! MANIFEST
23564 ____________________________________________________________________________
23565 [  8794] By: jhi                                   on 2001/02/13  14:26:51
23566         Log: Integrate change #8793 from mainline, FAQ updates.
23567      Branch: maint-5.6/perl
23568           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
23569 ____________________________________________________________________________
23570 [  8793] By: jhi                                   on 2001/02/13  14:25:13
23571         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
23572      Branch: perl
23573            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
23574 ____________________________________________________________________________
23575 [  8792] By: jhi                                   on 2001/02/13  14:22:50
23576         Log: Subject: buncha MacPerl patches for bleadperl
23577              From: Chris Nandor <pudge@pobox.com>
23578              Date: Tue, 13 Feb 2001 00:02:43 -0500
23579              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
23580      Branch: perl
23581            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
23582            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
23583            ! t/lib/basename.t toke.c util.h
23584 ____________________________________________________________________________
23585 [  8791] By: jhi                                   on 2001/02/13  14:10:39
23586         Log: Integrate change #8790 from mainline.
23587              
23588              environ array wrongly assumed in Perl_init_i18nl10n(),
23589      Branch: maint-5.6/perl
23590           !> util.c
23591 ____________________________________________________________________________
23592 [  8790] By: jhi                                   on 2001/02/13  14:06:15
23593         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
23594              noticed by Chris Nandor in MacOS Classic.
23595      Branch: perl
23596            ! util.c
23597 ____________________________________________________________________________
23598 [  8789] By: jhi                                   on 2001/02/13  13:58:07
23599         Log: Integrate changes #8373,8487,8544,8783 from mainline.
23600              
23601              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
23602              hints files, the dynaloading, assimilate ebcdic into util.c.
23603      Branch: maint-5.6/perl
23604            - ebcdic.c
23605            ! MANIFEST hints/posix-bc.sh
23606           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
23607           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
23608           !> perlapi.c proto.h util.c
23609 ____________________________________________________________________________
23610 [  8788] By: alanbur                               on 2001/02/13  10:33:13
23611         Log: Integrated changes from maint-5.6
23612      Branch: maint-5.6/pureperl
23613           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
23614           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
23615           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
23616           !> vos/config.ga.h vos/configure_perl.cm
23617 ____________________________________________________________________________
23618 [  8787] By: jhi                                   on 2001/02/13  05:56:36
23619         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
23620      Branch: perl
23621           !> Makefile.SH
23622 ____________________________________________________________________________
23623 [  8786] By: jhi                                   on 2001/02/13  05:54:34
23624         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
23625              From: Dorner Thomas <Thomas.Dorner@start.de>
23626              Date: Mon, 12 Feb 2001 15:06:26 +0100
23627              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
23628      Branch: maint-5.6/perl
23629            ! Makefile.SH
23630 ____________________________________________________________________________
23631 [  8785] By: jhi                                   on 2001/02/13  05:29:04
23632         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
23633      Branch: perl
23634           !> hints/openbsd.sh
23635 ____________________________________________________________________________
23636 [  8784] By: jhi                                   on 2001/02/13  02:25:24
23637         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
23638              From: Peter Prymmer <pvhp@forte.com>
23639              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
23640              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
23641      Branch: perl
23642            ! pod/perlclib.pod
23643 ____________________________________________________________________________
23644 [  8783] By: jhi                                   on 2001/02/13  02:22:36
23645         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
23646      Branch: perl
23647            - ebcdic.c
23648            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
23649            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
23650            ! util.c
23651 ____________________________________________________________________________
23652 [  8782] By: jhi                                   on 2001/02/13  02:00:07
23653         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
23654      Branch: maint-5.6/perl
23655            ! pod/perlport.pod
23656 ____________________________________________________________________________
23657 [  8781] By: jhi                                   on 2001/02/13  01:58:44
23658         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
23659      Branch: maint-5.6/perl
23660            ! hints/openbsd.sh
23661 ____________________________________________________________________________
23662 [  8780] By: jhi                                   on 2001/02/13  01:57:33
23663         Log: Synchronize the regexp tests between maintperl and mainline.
23664      Branch: maint-5.6/perl
23665           !> t/op/re_tests
23666 ____________________________________________________________________________
23667 [  8779] By: jhi                                   on 2001/02/13  01:49:35
23668         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
23669              From: Hugo <hv@crypt.compulink.co.uk>
23670              Date: Tue, 13 Feb 2001 00:11:11 +0000
23671              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
23672      Branch: perl
23673            ! regcomp.c t/op/re_tests
23674 ____________________________________________________________________________
23675 [  8778] By: jhi                                   on 2001/02/13  00:23:10
23676         Log: Comments do not nest.
23677      Branch: perl
23678            ! perl.h
23679 ____________________________________________________________________________
23680 [  8777] By: jhi                                   on 2001/02/13  00:17:54
23681         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
23682              From: Hugo <hv@crypt.compulink.co.uk>
23683              Date: Tue, 13 Feb 2001 00:11:11 +0000
23684              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
23685      Branch: maint-5.6/perl
23686            ! regcomp.c t/op/re_tests
23687 ____________________________________________________________________________
23688 [  8776] By: jhi                                   on 2001/02/12  23:25:52
23689         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
23690      Branch: maint-5.6/perl
23691            ! pod/perlport.pod
23692 ____________________________________________________________________________
23693 [  8775] By: jhi                                   on 2001/02/12  23:04:28
23694         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
23695      Branch: maint-5.6/perl
23696            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
23697            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
23698            ! vos/configure_perl.cm
23699 ____________________________________________________________________________
23700 [  8774] By: jhi                                   on 2001/02/12  22:59:11
23701         Log: Subject: Re: [patch] context for 'U' magic functions
23702              From: Doug MacEachern <dougm@covalent.net>
23703              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
23704              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
23705              
23706              plus the suggestion by Nick Ing-Simmons to name the macro
23707              as PERL_MG_UFUNC to avoid namespace pollution, plus add
23708              the advice by Doug for XS writers to perl.h
23709      Branch: perl
23710            ! mg.c perl.h
23711 ____________________________________________________________________________
23712 [  8773] By: jhi                                   on 2001/02/11  20:14:12
23713         Log: Update Changes.
23714      Branch: perl
23715            ! Changes patchlevel.h
23716 ____________________________________________________________________________
23717 [  8772] By: jhi                                   on 2001/02/11  18:47:52
23718         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
23719              From: Simon Cozens <simon@cozens.net>
23720              Date: Wed, 31 Jan 2001 16:31:43 +0000
23721              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
23722      Branch: perl
23723            + pod/perlclib.pod
23724            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
23725            ! pod/perltoc.pod
23726 ____________________________________________________________________________
23727 [  8771] By: jhi                                   on 2001/02/11  18:36:48
23728         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
23729              
23730              Blocks-4d3.beta.txt
23731              CaseFolding-3d4.beta.txt
23732              CompositionExclusions-3d6.beta.txt
23733              EastAsianWidth-4d4.beta.txt
23734              LineBreak-6d3.beta.txt
23735              NamesList-3.1.0d1.beta.txt
23736              PropList-3.1.0d4.beta.txt
23737              SpecialCasing-4d1.beta.txt
23738              UnicodeData-3.1.0d6.beta.txt
23739      Branch: perl
23740            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
23741           +> lib/unicode/UCD.html lib/unicode/Unicode.html
23742            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
23743            - lib/unicode/Unicode.301
23744            ! (edit 257 files)
23745 ____________________________________________________________________________
23746 [  8770] By: jhi                                   on 2001/02/11  17:26:22
23747         Log: UTF-8 documentation.
23748      Branch: perl
23749            ! utf8.h
23750 ____________________________________________________________________________
23751 [  8769] By: jhi                                   on 2001/02/11  17:12:49
23752         Log: Retract #8762.
23753      Branch: perl
23754            ! regexec.c
23755 ____________________________________________________________________________
23756 [  8768] By: jhi                                   on 2001/02/11  16:54:45
23757         Log: Subject: [PATCH] Test::Harness
23758              From: andreas.koenig@anima.de (Andreas J. Koenig)
23759              Date: 11 Feb 2001 14:37:00 +0100
23760              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
23761      Branch: perl
23762            ! lib/Test/Harness.pm
23763 ____________________________________________________________________________
23764 [  8767] By: jhi                                   on 2001/02/11  16:53:52
23765         Log: Subject: [PATCH] Document makepatch in Porting/patching
23766              From: andreas.koenig@anima.de (Andreas J. Koenig)
23767              Date: 11 Feb 2001 16:46:28 +0100
23768              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
23769      Branch: perl
23770            ! Porting/patching.pod
23771 ____________________________________________________________________________
23772 [  8766] By: jhi                                   on 2001/02/11  06:30:23
23773         Log: Subject: Re: [patch] GvSHARED
23774              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
23775              From: Doug MacEachern <dougm@covalent.net>
23776              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
23777              
23778              Subject: Re: [patch] GvSHARED
23779              From: Doug MacEachern <dougm@covalent.net>
23780              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
23781              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
23782              
23783              Subject: [patch] attributes.pm support for `shared'
23784              From: Doug MacEachern <dougm@covalent.net>
23785              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
23786              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
23787              
23788              our() attributes were ignored, our :shared pieces missing,
23789              allow attributes.pm to turn on shared.
23790      Branch: perl
23791            ! op.c t/op/attrs.t toke.c xsutils.c
23792 ____________________________________________________________________________
23793 [  8765] By: alanbur                               on 2001/02/10  23:11:19
23794         Log: Resync with parent (hopefully sucessfully this time)
23795      Branch: maint-5.6/pureperl
23796           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
23797           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
23798           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
23799           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
23800           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
23801           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
23802           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
23803 ____________________________________________________________________________
23804 [  8764] By: jhi                                   on 2001/02/10  22:54:38
23805         Log: Make TEST and UTEST more verbose in case something goes
23806              wrong in running/compiling a script, suggested by Doug
23807              MacEachern.
23808      Branch: perl
23809            ! t/TEST t/UTEST
23810 ____________________________________________________________________________
23811 [  8763] By: jhi                                   on 2001/02/10  22:11:34
23812         Log: Bogus shebang.
23813      Branch: perl
23814            ! t/lib/texttabs.t
23815 ____________________________________________________________________________
23816 [  8762] By: jhi                                   on 2001/02/10  21:56:02
23817         Log: (Retracted by #8769)
23818      Branch: perl
23819            ! regexec.c
23820 ____________________________________________________________________________
23821 [  8761] By: jhi                                   on 2001/02/10  21:26:15
23822         Log: Subject: Re: [patch] GvSHARED 
23823              From: Doug MacEachern <dougm@covalent.net>
23824              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
23825              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
23826              
23827              our @EXPORT : shared = (...);
23828      Branch: perl
23829            ! toke.c
23830 ____________________________________________________________________________
23831 [  8760] By: jhi                                   on 2001/02/10  21:25:07
23832         Log: Subject: [patch] GvSHARED
23833              From: Doug MacEachern <dougm@covalent.net>
23834              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
23835              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
23836      Branch: perl
23837            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
23838 ____________________________________________________________________________
23839 [  8759] By: alanbur                               on 2001/02/10  21:24:27
23840         Log: Backed out mismerge.
23841      Branch: maint-5.6/pureperl
23842            ! MANIFEST README.hpux README.vmesa gv.c installhtml
23843            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
23844            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
23845            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
23846            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
23847            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
23848            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
23849 ____________________________________________________________________________
23850 [  8758] By: jhi                                   on 2001/02/10  18:01:17
23851         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
23852              
23853              Fixed UMRs and leak in Perl_pmtrans()
23854              
23855              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
23856              associated UTFied tr/// code.  Also fixed scoping leak of
23857              PL_reg_start_tmp.
23858              
23859              newATTRSUB leaks when an attempt to redefine the active sort sub is
23860              made.
23861      Branch: maint-5.6/perl
23862           !> op.c regcomp.c
23863 ____________________________________________________________________________
23864 [  8757] By: alanbur                               on 2001/02/10  17:56:46
23865         Log: Resynchronised with parent
23866      Branch: maint-5.6/pureperl
23867           +> README.bs2000
23868            - README.posix-bc
23869            ! gv.c perl.c sv.c
23870           !> MANIFEST README.hpux README.vmesa installhtml
23871           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
23872           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
23873           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
23874           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
23875           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
23876           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
23877 ____________________________________________________________________________
23878 [  8756] By: alanbur                               on 2001/02/10  17:51:15
23879         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
23880              made.
23881      Branch: maint-5.6/pureperl
23882            ! op.c
23883 ____________________________________________________________________________
23884 [  8755] By: jhi                                   on 2001/02/09  22:41:35
23885         Log: Upgrade to CPAN 1.59_54, from Andreas König.
23886      Branch: perl
23887            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
23888 ____________________________________________________________________________
23889 [  8754] By: jhi                                   on 2001/02/09  22:29:20
23890         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
23891              
23892              Didn't upgrade the fill.t since it has a dependency to File::Slurp
23893              purely for debugging purposes, the actual test hasn't changed.
23894      Branch: perl
23895            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
23896            ! t/lib/textwrap.t
23897 ____________________________________________________________________________
23898 [  8753] By: jhi                                   on 2001/02/09  20:17:50
23899         Log: Integrate change #8682 from maintperl.
23900              
23901              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
23902              to work correctly.
23903      Branch: perl
23904           !> hints/irix_6.sh
23905 ____________________________________________________________________________
23906 [  8752] By: jhi                                   on 2001/02/09  20:00:46
23907         Log: Update Changes.
23908      Branch: perl
23909            ! Changes patchlevel.h
23910 ____________________________________________________________________________
23911 [  8751] By: nick                                  on 2001/02/09  19:48:37
23912         Log: Integrate mainline
23913      Branch: perlio
23914           +> README.bs2000 t/lib/cgi-esc.t
23915            - README.posix-bc
23916           !> (integrate 53 files)
23917 ____________________________________________________________________________
23918 [  8750] By: nick                                  on 2001/02/09  19:25:16
23919         Log: Subject: RE: Biannual Competition to Improve Hashing Function
23920              From: Fisher Mark <fisherm@tce.com>
23921              Date: Thu, 8 Feb 2001 10:44:00 -0500
23922              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
23923              Date: Thu, 8 Feb 2001 15:02:47 -0500
23924              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
23925      Branch: perl
23926            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
23927 ____________________________________________________________________________
23928 [  8749] By: jhi                                   on 2001/02/09  19:02:35
23929         Log: Forgotten fragment.
23930      Branch: perl
23931            ! pod/perlapi.pod
23932 ____________________________________________________________________________
23933 [  8748] By: jhi                                   on 2001/02/09  18:31:34
23934         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
23935              plus manual tweakage.
23936              
23937              Sync the perlfaq2 between mainline and maintperl.
23938      Branch: maint-5.6/perl
23939            ! pod/perlfaq2.pod
23940      Branch: perl
23941           !> pod/perlfaq2.pod
23942 ____________________________________________________________________________
23943 [  8747] By: jhi                                   on 2001/02/09  18:12:04
23944         Log: Subject: versiononly and installperl
23945              From: abigail@foad.org
23946              Date: Wed, 7 Feb 2001 22:43:12 +0100
23947              Message-ID: <20010207214312.7045.qmail@foad.org>    
23948              
23949              Add +v flag to force a normal install of the perl binary
23950              and the utilities.
23951              
23952              Subject: [PATCH] installperl
23953              From: Nicholas Clark <nick@ccl4.org>
23954              Date: Fri, 9 Feb 2001 16:28:57 +0000
23955              Message-ID: <20010209162857.B10931@plum.flirble.org>
23956              
23957              Add -A flag which also hardlinks the binary with
23958              the full architecture name.
23959      Branch: perl
23960            ! installperl
23961 ____________________________________________________________________________
23962 [  8746] By: jhi                                   on 2001/02/09  18:03:43
23963         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
23964              
23965              Subject: perlfaq2, re: perlmongers
23966              
23967              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
23968              
23969              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
23970              
23971              Subject: [ID 20010205.001] typo in perlfaq9
23972              
23973              Subject: [ID 20010208.002] unordered explanation in perlcall
23974      Branch: maint-5.6/perl
23975           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
23976           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
23977           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
23978 ____________________________________________________________________________
23979 [  8745] By: jhi                                   on 2001/02/09  17:59:09
23980         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
23981              From: abela@geneanet.org
23982              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
23983              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
23984      Branch: perl
23985            ! pod/perlcall.pod
23986 ____________________________________________________________________________
23987 [  8744] By: jhi                                   on 2001/02/09  17:48:16
23988         Log: Subject: [ID 20010205.001] typo in perlfaq9
23989              From: eserte@vran.herceg.de
23990              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
23991              Message-Id: <200102042244.XAA21926@vran.herceg.de>
23992      Branch: perl
23993            ! pod/perlfaq9.pod
23994 ____________________________________________________________________________
23995 [  8743] By: jhi                                   on 2001/02/09  17:25:12
23996         Log: Integrate change #8695 from maintperl.
23997              
23998              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
23999      Branch: perl
24000           !> thread.h
24001 ____________________________________________________________________________
24002 [  8742] By: jhi                                   on 2001/02/09  17:21:22
24003         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
24004              From: Andy Dougherty <doughera@lafayette.edu>
24005              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
24006              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
24007      Branch: perl
24008            ! embed.pl
24009 ____________________________________________________________________________
24010 [  8741] By: jhi                                   on 2001/02/09  17:05:19
24011         Log: Integrate changes #8738,8739,8740 from maintperl.
24012              
24013              Html files will be installed in a more logical and easier to
24014              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
24015              
24016              Html files will be generated with a header to make them look
24017              a little less bare.
24018              
24019              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
24020      Branch: perl
24021           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
24022 ____________________________________________________________________________
24023 [  8740] By: jhi                                   on 2001/02/09  17:03:46
24024         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
24025              From: "Brendan O'Dea" <bod@compusol.com.au>
24026              Date: Sun, 4 Feb 2001 11:17:56 +1100
24027              Message-ID: <20010204111756.A16301@compusol.com.au>
24028      Branch: maint-5.6/perl
24029            ! pod/perlfaq3.pod
24030 ____________________________________________________________________________
24031 [  8739] By: jhi                                   on 2001/02/09  17:01:59
24032         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
24033              From: "Indy Singh" <indy@nusphere.com>
24034              Date: Fri, 2 Feb 2001 15:09:59 -0500
24035              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
24036              
24037              Html files will be generated with a header to make them look
24038              a little less bare.
24039      Branch: maint-5.6/perl
24040            ! installhtml
24041 ____________________________________________________________________________
24042 [  8738] By: jhi                                   on 2001/02/09  16:58:48
24043         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
24044              From: "Indy Singh" <indy@nusphere.com>
24045              Date: Fri, 2 Feb 2001 15:08:23 -0500
24046              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
24047              
24048              Html files will be installed in a more logical and easier to
24049              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
24050      Branch: maint-5.6/perl
24051            ! win32/Makefile win32/makefile.mk
24052 ____________________________________________________________________________
24053 [  8737] By: jhi                                   on 2001/02/09  16:46:54
24054         Log: Integrate changes #8687,8736 from maintperl.
24055              
24056              HP-UX thread patches from Merijn H. Brand.
24057              
24058              Latin nit from Philip Newton.
24059      Branch: perl
24060           !> README.hpux hints/hpux.sh
24061 ____________________________________________________________________________
24062 [  8736] By: jhi                                   on 2001/02/09  16:42:31
24063         Log: Latin nit from Philip Newton.
24064      Branch: maint-5.6/perl
24065            ! README.hpux
24066 ____________________________________________________________________________
24067 [  8735] By: jhi                                   on 2001/02/09  16:24:03
24068         Log: Integrate changes #8704,8710 from pureperl.
24069              
24070              Fixed UMRs and leak in Perl_pmtrans()
24071              
24072              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
24073              associated UTFied tr/// code.  Also fixed scoping leak of
24074              PL_reg_start_tmp.
24075      Branch: perl
24076           !> op.c regcomp.c
24077 ____________________________________________________________________________
24078 [  8734] By: jhi                                   on 2001/02/09  15:40:21
24079         Log: Integrate change #8733 from maintperl.
24080              
24081              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
24082      Branch: perl
24083           !> pod/perlre.pod
24084 ____________________________________________________________________________
24085 [  8733] By: jhi                                   on 2001/02/09  15:35:47
24086         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
24087              From: Prymmer/Kahn <pvhp@best.com>
24088              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
24089              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
24090      Branch: maint-5.6/perl
24091            ! pod/perlre.pod
24092 ____________________________________________________________________________
24093 [  8732] By: jhi                                   on 2001/02/09  15:26:17
24094         Log: Rename README.posix-bc to README.bs2000 (to avoid the
24095              confusion of a "perlposix-bc.pod"), add a few missing
24096              arch pods, regen toc.
24097      Branch: maint-5.6/perl
24098           +> README.bs2000
24099            - README.posix-bc
24100            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
24101            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
24102 ____________________________________________________________________________
24103 [  8731] By: jhi                                   on 2001/02/09  15:23:39
24104         Log: De-cut-and-pasto.
24105      Branch: perl
24106            ! pod/perl.pod
24107 ____________________________________________________________________________
24108 [  8730] By: jhi                                   on 2001/02/09  15:11:13
24109         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
24110              when people think that perlposix-bc.pod tells anything about
24111              Perl and POSIX.  Regen toc.
24112      Branch: perl
24113           +> README.bs2000
24114            - README.posix-bc
24115            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
24116            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
24117 ____________________________________________________________________________
24118 [  8729] By: jhi                                   on 2001/02/09  14:52:28
24119         Log: The README.vmesa part of #8712 from maintperl.
24120      Branch: perl
24121            ! README.vmesa
24122 ____________________________________________________________________________
24123 [  8728] By: jhi                                   on 2001/02/09  14:46:06
24124         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
24125              From: Peter Prymmer <pvhp@forte.com>
24126              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
24127              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
24128      Branch: maint-5.6/perl
24129            ! README.vmesa win32/Makefile win32/makefile.mk
24130 ____________________________________________________________________________
24131 [  8727] By: jhi                                   on 2001/02/09  14:33:25
24132         Log: Integrate change #8712 from mainline.
24133              
24134              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
24135      Branch: maint-5.6/perl
24136           !> lib/Pod/Find.pm
24137 ____________________________________________________________________________
24138 [  8726] By: jhi                                   on 2001/02/09  14:30:28
24139         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
24140              From: Peter Prymmer <pvhp@forte.com>
24141              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
24142              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
24143      Branch: perl
24144            + t/lib/cgi-esc.t
24145            ! MANIFEST lib/CGI/Util.pm
24146 ____________________________________________________________________________
24147 [  8725] By: jhi                                   on 2001/02/09  04:56:47
24148         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
24149      Branch: maint-5.6/perl
24150            ! pod/perlport.pod
24151 ____________________________________________________________________________
24152 [  8724] By: jhi                                   on 2001/02/09  04:40:59
24153         Log: Integrate changes 7819,7820 from vmsperl into mainline.
24154              
24155              Add header for LIB$ prototypes (C. Berry)
24156              
24157              Convert fwrite()s to sockets to write()s, since some socket stacks
24158              don't take kindly to stdio.
24159              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
24160              (for often optional LNMs)
24161              Correct a few typos
24162              (C. Bailey)
24163      Branch: perl
24164           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
24165 ____________________________________________________________________________
24166 [  8723] By: jhi                                   on 2001/02/09  03:29:29
24167         Log: Integrate change #8722 from mainline.
24168              
24169              The Im() function wasn't returning zero for non-Math::Complex
24170              arguments.  The bug reported by John Gamble.
24171      Branch: maint-5.6/perl
24172           !> lib/Math/Complex.pm
24173 ____________________________________________________________________________
24174 [  8722] By: jhi                                   on 2001/02/09  03:28:33
24175         Log: The Im() function wasn't returning zero for non-Math::Complex
24176              arguments.  The bug reported by John Gamble.
24177      Branch: perl
24178            ! lib/Math/Complex.pm
24179 ____________________________________________________________________________
24180 [  8721] By: nick                                  on 2001/02/08  22:11:35
24181         Log: Correct the correction :-(
24182      Branch: perl
24183            ! perl.c
24184 ____________________________________________________________________________
24185 [  8720] By: bailey                                on 2001/02/08  20:59:22
24186         Log: Convert frwite()s to sockets to write()s, since some socket stacks
24187              don't take kindly to stdio.
24188              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
24189              (for often optional LNMs)
24190              Correct a few typos
24191              (C. Bailey)
24192      Branch: vmsperl
24193            ! vms/vms.c vms/vmsish.h
24194 ____________________________________________________________________________
24195 [  8719] By: bailey                                on 2001/02/08  20:51:02
24196         Log: Add header for LIB$ prototypes (C. Berry)
24197      Branch: vmsperl
24198            ! ext/Devel/DProf/DProf.xs
24199 ____________________________________________________________________________
24200 [  8718] By: bailey                                on 2001/02/08  20:49:00
24201         Log: SYN SYN
24202      Branch: vmsperl
24203           +> pod/perliol.pod t/lib/sample-tests/bailout
24204           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
24205           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
24206           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
24207           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
24208           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
24209           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
24210            - lib/unicode/Is/DCinital.pl
24211           !> (integrate 101 files)
24212 ____________________________________________________________________________
24213 [  8717] By: nick                                  on 2001/02/08  19:38:48
24214         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
24215              From: Robin Barker <rmb1@cise.npl.co.uk>
24216              Date: Thu, 8 Feb 2001 14:38:07 GMT
24217              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
24218      Branch: perl
24219            ! lib/CPAN.pm
24220 ____________________________________________________________________________
24221 [  8716] By: nick                                  on 2001/02/08  19:29:07
24222         Log: Generated files form 8713 etc.
24223      Branch: perl
24224            ! embed.h global.sym objXSUB.h perlapi.c proto.h
24225 ____________________________________________________________________________
24226 [  8715] By: nick                                  on 2001/02/08  19:26:08
24227         Log: Fixup non-ithread build after 8713
24228      Branch: perl
24229            ! perl.c
24230 ____________________________________________________________________________
24231 [  8714] By: nick                                  on 2001/02/08  19:17:45
24232         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
24233              From: nick@ccl4.org
24234              Date: Wed, 7 Feb 2001 00:27:47 +0000
24235              Message-Id: <20010207002747.B63724@plum.flirble.org>
24236      Branch: perl
24237            ! sv.c toke.c
24238 ____________________________________________________________________________
24239 [  8713] By: nick                                  on 2001/02/08  19:15:58
24240         Log: Subject: Re: [patch] Re: PL_ptr_table
24241              From: Doug Maceachern <dougm@covalent.net>
24242              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
24243              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
24244      Branch: perl
24245            ! embed.pl perl.c sv.c sv.h
24246 ____________________________________________________________________________
24247 [  8712] By: nick                                  on 2001/02/08  19:12:47
24248         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
24249              From: Peter Prymmer <pvhp@forte.com>
24250              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
24251              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
24252      Branch: perl
24253            ! lib/Pod/Find.pm
24254 ____________________________________________________________________________
24255 [  8711] By: nick                                  on 2001/02/07  21:06:11
24256         Log: Manually appliued version for dev branch of Alan/Sarathy 5.6 patch.
24257              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
24258              From: Alan Burlison <Alan.Burlison@uk.sun.com>
24259              Date: Tue, 06 Feb 2001 23:37:01 +0000
24260              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
24261      Branch: perl
24262            ! regcomp.c
24263 ____________________________________________________________________________
24264 [  8710] By: alanbur                               on 2001/02/07  00:22:04
24265         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
24266              associated UTFied tr/// code.  Also fixed scoping leak of
24267              PL_reg_start_tmp.
24268      Branch: maint-5.6/pureperl
24269            ! op.c regcomp.c
24270 ____________________________________________________________________________
24271 [  8709] By: nick                                  on 2001/02/06  21:16:49
24272         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
24273              From: Michael G Schwern <schwern@pobox.com>
24274              Date: Sun, 4 Feb 2001 19:47:14 -0500
24275              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
24276      Branch: perl
24277            ! pod/perlapi.pod pod/perlmodlib.PL
24278 ____________________________________________________________________________
24279 [  8708] By: nick                                  on 2001/02/06  20:41:20
24280         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
24281              From: Michael G Schwern <schwern@pobox.com>
24282              Date: Sun, 4 Feb 2001 21:17:49 -0500
24283              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
24284      Branch: perl
24285            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
24286            ! pod/perltootc.pod
24287 ____________________________________________________________________________
24288 [  8707] By: nick                                  on 2001/02/06  20:29:11
24289         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
24290              From: Michael G Schwern <schwern@pobox.com>
24291              Date: Tue, 6 Feb 2001 05:54:30 -0500
24292              Message-Id: <20010206055430.A951@blackrider.aocn.com>
24293      Branch: perl
24294            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
24295 ____________________________________________________________________________
24296 [  8706] By: nick                                  on 2001/02/06  20:21:40
24297         Log: Subject: RE: some win32 fixes
24298              Date: Tue, 6 Feb 2001 09:23:20 +0300
24299              From: Vadim Konovalov <vkonovalov@lucent.com>
24300              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
24301      Branch: perl
24302            ! toke.c win32/Makefile win32/config.bc win32/config.gc
24303            ! win32/config.vc win32/config_H.bc win32/makefile.mk
24304 ____________________________________________________________________________
24305 [  8705] By: alanbur                               on 2001/02/06  15:00:03
24306         Log: Synchronised with parent
24307      Branch: maint-5.6/pureperl
24308            ! regexec.c
24309           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
24310           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
24311 ____________________________________________________________________________
24312 [  8704] By: alanbur                               on 2001/02/06  14:55:24
24313         Log: Fixed UMRs and leak in Perl_pmtrans()
24314      Branch: maint-5.6/pureperl
24315            ! op.c
24316 ____________________________________________________________________________
24317 [  8703] By: gsar                                  on 2001/02/06  02:29:37
24318         Log: $(MAKE) distclean doesn't clean up properly on windows
24319      Branch: maint-5.6/perl
24320            ! win32/Makefile win32/makefile.mk
24321 ____________________________________________________________________________
24322 [  8702] By: gsar                                  on 2001/02/06  01:00:46
24323         Log: tweak change#8659 to keep it simple
24324      Branch: maint-5.6/perl
24325            ! utils/perldoc.PL
24326 ____________________________________________________________________________
24327 [  8701] By: gsar                                  on 2001/02/05  22:45:41
24328         Log: change#8693 was missing testsuite changes
24329      Branch: maint-5.6/perl
24330           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
24331 ____________________________________________________________________________
24332 [  8700] By: nick                                  on 2001/02/05  20:32:52
24333         Log: Integrate mainline
24334      Branch: perlio
24335           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
24336           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
24337           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
24338           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
24339           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
24340           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
24341           +> t/lib/test-harness.t
24342           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
24343           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
24344           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
24345           !> pod/perlutil.pod t/TEST utils/h2xs.PL
24346 ____________________________________________________________________________
24347 [  8699] By: nick                                  on 2001/02/05  19:41:07
24348         Log: Subject: perlfaq2, re: perlmongers
24349              From: David H. Adler <dha@panix.com>
24350              Date: Sun, 4 Feb 2001 23:48:23 -0500
24351              Message-Id: <20010204234823.A13429@panix.com>
24352      Branch: perl
24353            ! pod/perlfaq2.pod
24354 ____________________________________________________________________________
24355 [  8698] By: nick                                  on 2001/02/05  19:39:31
24356         Log: Missed file f#rom the testharness mess.
24357      Branch: perl
24358            + t/lib/test-harness.t
24359 ____________________________________________________________________________
24360 [  8697] By: nick                                  on 2001/02/05  19:37:21
24361         Log: Subject: [DOC PATCH] overload.pm nits
24362              From: John Tobey <jtobey@john-edwin-tobey.org>
24363              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
24364              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
24365      Branch: perl
24366            ! lib/overload.pm
24367 ____________________________________________________________________________
24368 [  8696] By: alanbur                               on 2001/02/05  11:56:00
24369         Log: Sync with parent
24370      Branch: maint-5.6/pureperl
24371           !> thread.h
24372 ____________________________________________________________________________
24373 [  8695] By: gsar                                  on 2001/02/05  03:27:34
24374         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
24375      Branch: maint-5.6/perl
24376            ! thread.h
24377 ____________________________________________________________________________
24378 [  8694] By: alanbur                               on 2001/02/05  00:07:47
24379         Log: Initial branch creation from //depot/maint-5.6/perl
24380      Branch: maint-5.6/pureperl
24381           +> (branch 1719 files)
24382 ____________________________________________________________________________
24383 [  8693] By: gsar                                  on 2001/02/04  22:38:49
24384         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
24385              changes)
24386      Branch: maint-5.6/perl
24387           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
24388           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
24389           !> ext/DB_File/version.c
24390 ____________________________________________________________________________
24391 [  8692] By: nick                                  on 2001/02/04  18:15:57
24392         Log: The missed t/TEST part of the grand testharness upgrade.
24393      Branch: perl
24394            ! t/TEST
24395 ____________________________________________________________________________
24396 [  8691] By: nick                                  on 2001/02/04  18:05:17
24397         Log: New improved test harness
24398              Subject: Re: [PATCH Test::Harness] Third time's a charm?
24399              From: Michael G Schwern <schwern@pobox.com>
24400              Date: Sun, 4 Feb 2001 08:01:20 -0500
24401              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
24402      Branch: perl
24403            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
24404            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
24405            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
24406            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
24407            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
24408            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
24409            ! MANIFEST lib/Test/Harness.pm
24410 ____________________________________________________________________________
24411 [  8690] By: nick                                  on 2001/02/04  17:57:51
24412         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
24413              From: Jonathan Stowe <gellyfish@gellyfish.com>
24414              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
24415              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
24416      Branch: perl
24417            ! utils/h2xs.PL
24418 ____________________________________________________________________________
24419 [  8689] By: nick                                  on 2001/02/04  17:55:24
24420         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
24421              From: Michael G Schwern <schwern@pobox.com>
24422              Date: Sat, 3 Feb 2001 22:46:38 -0500
24423              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
24424      Branch: perl
24425            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
24426            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
24427 ____________________________________________________________________________
24428 [  8688] By: nick                                  on 2001/02/04  17:43:55
24429         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
24430              length byfailing to spot lack of closing )
24431              From: nick@talking.bollo.cx
24432              Date: Sat, 03 Feb 2001 23:53:16 +0000
24433              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
24434      Branch: perl
24435            ! perlio.c pod/perldiag.pod
24436 ____________________________________________________________________________
24437 [  8687] By: jhi                                   on 2001/02/03  17:11:42
24438         Log: HP-UX thread patches from Merijn H. Brand.
24439      Branch: maint-5.6/perl
24440            ! README.hpux hints/hpux.sh
24441 ____________________________________________________________________________
24442 [  8686] By: jhi                                   on 2001/02/03  16:40:12
24443         Log: Metaconfig changes for #8685.
24444      Branch: metaconfig
24445            ! U/installdirs/instubperl.U
24446      Branch: metaconfig/U/perl
24447            ! Devel.U versiononly.U
24448 ____________________________________________________________________________
24449 [  8685] By: jhi                                   on 2001/02/03  16:39:49
24450         Log: For -Dusedevel builds turn off installusrbinperl and turn on
24451              versiononly, a combined idea of Richard Soderberg and Merijn
24452              H. Brand.  You can still override both of these from the command
24453              line if you need to, -Dinstallusrbinperl and -Uversiononly.
24454      Branch: perl
24455            ! Configure
24456 ____________________________________________________________________________
24457 [  8684] By: jhi                                   on 2001/02/03  16:16:34
24458         Log: Metaconfig unit fix for #8683.
24459      Branch: metaconfig
24460            ! U/compline/nblock_io.U
24461 ____________________________________________________________________________
24462 [  8683] By: jhi                                   on 2001/02/03  16:16:12
24463         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
24464              reported by Peter Prymmer for 5.6-TRIAL1.
24465      Branch: perl
24466            ! Configure
24467 ____________________________________________________________________________
24468 [  8682] By: jhi                                   on 2001/02/03  05:52:11
24469         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
24470              to work correctly.
24471      Branch: maint-5.6/perl
24472            ! hints/irix_6.sh
24473 ____________________________________________________________________________
24474 [  8681] By: jhi                                   on 2001/02/03  05:47:33
24475         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
24476      Branch: maint-5.6/perl
24477            ! pod/perlport.pod
24478 ____________________________________________________________________________
24479 [  8680] By: jhi                                   on 2001/02/02  21:39:49
24480         Log: perlport update from Peter Prymmer.
24481      Branch: maint-5.6/perl
24482            ! pod/perlport.pod
24483 ____________________________________________________________________________
24484 [  8679] By: nick                                  on 2001/02/02  20:50:48
24485         Log: Integrate mainline
24486      Branch: perlio
24487           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
24488           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
24489           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
24490 ____________________________________________________________________________
24491 [  8678] By: gsar                                  on 2001/02/02  16:02:12
24492         Log: note about bincompat, slightly modified (from Lupe Christoph)
24493      Branch: maint-5.6/perl
24494            ! README.solaris
24495 ____________________________________________________________________________
24496 [  8677] By: jhi                                   on 2001/02/02  15:46:20
24497         Log: Supported platforms updates.
24498      Branch: maint-5.6/perl
24499            ! pod/perlport.pod
24500 ____________________________________________________________________________
24501 [  8676] By: jhi                                   on 2001/02/02  03:41:26
24502         Log: A couple more perlfaq2 tweaks.
24503      Branch: maint-5.6/perl
24504            ! pod/perlfaq2.pod
24505 ____________________________________________________________________________
24506 [  8675] By: jhi                                   on 2001/02/02  03:17:44
24507         Log: Misedit in #8661.
24508      Branch: maint-5.6/perl
24509            ! Configure
24510 ____________________________________________________________________________
24511 [  8674] By: jhi                                   on 2001/02/02  03:14:38
24512         Log: Damien again.
24513      Branch: maint-5.6/perl
24514            ! pod/perlfaq2.pod
24515 ____________________________________________________________________________
24516 [  8673] By: jhi                                   on 2001/02/02  03:12:40
24517         Log: perlfaq update from Elaine Ashton.
24518      Branch: maint-5.6/perl
24519            ! pod/perlfaq2.pod
24520 ____________________________________________________________________________
24521 [  8672] By: jhi                                   on 2001/02/02  03:07:08
24522         Log: UTF-8 s/// patch from Inaba Hiroto.
24523      Branch: maint-5.6/perl
24524            ! pp_ctl.c pp_hot.c
24525 ____________________________________________________________________________
24526 [  8671] By: jhi                                   on 2001/02/01  22:34:31
24527         Log: Update Changes.
24528      Branch: perl
24529            ! Changes patchlevel.h
24530 ____________________________________________________________________________
24531 [  8670] By: jhi                                   on 2001/02/01  22:15:29
24532         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
24533              from maintperl.
24534              
24535              Upgrade to Getopt::Long 2.25, from Johan Vromans.
24536              
24537              more files need to be writable in the source distribution
24538              
24539              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
24540              
24541              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
24542              
24543              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
24544              
24545              Allow the float to be fuzzier.
24546              
24547              need to use INT2PTR instead of a straight cast or ia64 fails
24548              
24549              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
24550              
24551              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
24552      Branch: perl
24553           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
24554           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
24555           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
24556 ____________________________________________________________________________
24557 [  8669] By: jhi                                   on 2001/02/01  21:57:02
24558         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
24559              From: Robin Barker <rmb1@cise.npl.co.uk>
24560              Date: Thu, 1 Feb 2001 16:59:05 GMT
24561              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
24562      Branch: maint-5.6/perl
24563            ! pod/perlmodlib.PL
24564 ____________________________________________________________________________
24565 [  8668] By: nick                                  on 2001/02/01  19:41:40
24566         Log: Integrate mainline
24567      Branch: perlio
24568           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
24569           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
24570           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
24571 ____________________________________________________________________________
24572 [  8667] By: gsar                                  on 2001/02/01  16:59:11
24573         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
24574      Branch: maint-5.6/perl
24575            ! embed.pl embedvar.h
24576 ____________________________________________________________________________
24577 [  8666] By: gsar                                  on 2001/02/01  16:34:51
24578         Log: add missing entries to win32/config.?c
24579      Branch: maint-5.6/perl
24580            ! win32/config.bc win32/config.gc win32/config.vc
24581            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
24582 ____________________________________________________________________________
24583 [  8665] By: jhi                                   on 2001/02/01  14:58:51
24584         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
24585              From: "Stephen P. Potter" <spp@spotter.yi.org>
24586              Date: Thu, 01 Feb 2001 10:45:46 -0500
24587              Message-Id: <200102011545.KAA31479@spotter.yi.org>
24588      Branch: maint-5.6/perl
24589            ! pod/perlfunc.pod
24590 ____________________________________________________________________________
24591 [  8664] By: gsar                                  on 2001/02/01  14:52:37
24592         Log: need to use INT2PTR instead of a straight cast or ia64 fails
24593              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
24594      Branch: maint-5.6/perl
24595            ! ext/POSIX/POSIX.xs
24596 ____________________________________________________________________________
24597 [  8663] By: jhi                                   on 2001/02/01  14:09:13
24598         Log: Allow the float to be fuzzier.
24599      Branch: maint-5.6/perl
24600            ! t/lib/peek.t
24601 ____________________________________________________________________________
24602 [  8662] By: jhi                                   on 2001/02/01  13:59:00
24603         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
24604              From: Robin Barker <rmb1@cise.npl.co.uk>
24605              Date: Thu, 1 Feb 2001 13:05:39 GMT
24606              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
24607      Branch: maint-5.6/perl
24608            ! pod/perlmodlib.pod
24609 ____________________________________________________________________________
24610 [  8661] By: jhi                                   on 2001/02/01  13:57:38
24611         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
24612              Date: Thu, 01 Feb 2001 14:15:41 +0100
24613              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24614              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
24615              
24616              Have the $ccflags in the gcc version test (strange, this change
24617              is claimed to be have been integrated already)
24618      Branch: maint-5.6/perl
24619            ! Configure
24620 ____________________________________________________________________________
24621 [  8660] By: jhi                                   on 2001/02/01  13:44:10
24622         Log: Integrate changes #7950,7964,7962 from mainline.
24623              
24624              Find the stdchar signedness using cpp, should fix some of
24625              the Solaris compiler warnings reported by Alan Burlison.
24626      Branch: maint-5.6/perl
24627           !> Configure config_h.SH
24628 ____________________________________________________________________________
24629 [  8659] By: jhi                                   on 2001/02/01  05:35:32
24630         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
24631              From: Jan Dubois <JanD@ActiveState.com>
24632              Date: Wed, 31 Jan 2001 21:17:03 -0800
24633              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
24634      Branch: maint-5.6/perl
24635            ! utils/perldoc.PL
24636 ____________________________________________________________________________
24637 [  8658] By: jhi                                   on 2001/02/01  04:33:17
24638         Log: Integrate the README.os390 and README.posix-bc parts of mainline
24639              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
24640              installperl parts were taken care of by #8657.)
24641      Branch: maint-5.6/perl
24642           !> README.os390 README.posix-bc
24643 ____________________________________________________________________________
24644 [  8657] By: jhi                                   on 2001/02/01  04:29:21
24645         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
24646              From: Peter Prymmer <pvhp@forte.com>
24647              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
24648              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
24649      Branch: maint-5.6/perl
24650            + ext/DynaLoader/dl_dllload.xs
24651            ! MANIFEST Makefile.SH hints/os390.sh installperl
24652 ____________________________________________________________________________
24653 [  8656] By: jhi                                   on 2001/02/01  04:25:45
24654         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
24655              From: Peter Prymmer <pvhp@forte.com>
24656              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
24657              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
24658      Branch: maint-5.6/perl
24659            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
24660 ____________________________________________________________________________
24661 [  8655] By: jhi                                   on 2001/02/01  04:14:47
24662         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
24663              From: troc@netrus.net
24664              Date: Wed, 31 Jan 2001 22:31:26 -0500
24665              Message-Id: <200102010331.WAA117.85@rocco.homenet>
24666      Branch: maint-5.6/perl
24667            ! os2/os2.c
24668 ____________________________________________________________________________
24669 [  8654] By: jhi                                   on 2001/02/01  04:12:52
24670         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
24671              as reported by Alan Burlison.
24672      Branch: maint-5.6/perl
24673            ! pp.h
24674 ____________________________________________________________________________
24675 [  8653] By: jhi                                   on 2001/02/01  04:05:12
24676         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
24677              From: dsugalski@northernlight.com
24678              Date: Wed, 31 Jan 2001 18:54:11 -0500
24679              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
24680      Branch: maint-5.6/perl
24681            ! configure.com
24682 ____________________________________________________________________________
24683 [  8652] By: jhi                                   on 2001/02/01  04:03:11
24684         Log: Misplaced #endif.
24685              
24686              Subject: [perl-5-6-1-trial2] patches for EPOC
24687              From: Olaf Flebbe <O.Flebbe@science-computing.de>
24688              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
24689              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
24690      Branch: maint-5.6/perl
24691            ! epoc/epocish.c
24692 ____________________________________________________________________________
24693 [  8651] By: jhi                                   on 2001/02/01  04:00:25
24694         Log: Integrate changes #8647,8648,8650 from mainline.
24695              
24696              Macrofy a magic UTF-8 test.
24697              
24698              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
24699              
24700              Watch out for cross compiling for EPOC (usually done on linux).
24701      Branch: maint-5.6/perl
24702           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
24703 ____________________________________________________________________________
24704 [  8650] By: jhi                                   on 2001/02/01  03:56:20
24705         Log: Watch out for cross compiling for EPOC (usually done on linux)
24706              
24707              Subject: [perl-5-6-1-trial2] patches for EPOC
24708              From: Olaf Flebbe <O.Flebbe@science-computing.de>
24709              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
24710              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
24711      Branch: perl
24712            ! ext/Errno/Errno_pm.PL
24713 ____________________________________________________________________________
24714 [  8649] By: gsar                                  on 2001/02/01  00:46:00
24715         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
24716      Branch: maint-5.6/perl
24717            ! sv.c
24718 ____________________________________________________________________________
24719 [  8648] By: jhi                                   on 2001/01/31  23:35:36
24720         Log: All the uses of PL_numeric_radix must be protected by
24721              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
24722              
24723              Subject: [perl-5-6-1-trial2] patches for EPOC
24724              From: Olaf Flebbe <O.Flebbe@science-computing.de>
24725              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
24726              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
24727      Branch: perl
24728            ! sv.c
24729 ____________________________________________________________________________
24730 [  8647] By: jhi                                   on 2001/01/31  22:56:16
24731         Log: Macrofy a magic UTF-8 test.
24732      Branch: perl
24733            ! utf8.c utf8.h
24734 ____________________________________________________________________________
24735 [  8646] By: gsar                                  on 2001/01/31  15:55:12
24736         Log: update Changes
24737      Branch: maint-5.6/perl
24738            ! Changes
24739 ____________________________________________________________________________
24740 [  8645] By: gsar                                  on 2001/01/31  15:10:14
24741         Log: Configure tweak suggested by Peter Prymmer
24742      Branch: maint-5.6/perl
24743            ! Configure
24744 ____________________________________________________________________________
24745 [  8644] By: gsar                                  on 2001/01/31  15:06:32
24746         Log: more files need to be writable in the source distribution
24747      Branch: maint-5.6/perl
24748            ! Porting/makerel
24749 ____________________________________________________________________________
24750 [  8643] By: jhi                                   on 2001/01/31  14:59:46
24751         Log: Integrate changes #8258,8278,8279 from mainline.
24752              
24753              Make the large file tests more robust/talkative.
24754      Branch: maint-5.6/perl
24755           !> t/lib/syslfs.t t/op/lfs.t
24756 ____________________________________________________________________________
24757 [  8642] By: gsar                                  on 2001/01/31  14:53:48
24758         Log: integrate changes#8311,8334 from mainline
24759              
24760              Add a new MakeMaker variable PM_FILTER that defines a Unix
24761              filter to be run on each .pm during the pm_to_blib() phase,
24762              a fixed version of
24763              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
24764              
24765              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
24766              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
24767              accurate reading of the "atime".  
24768      Branch: maint-5.6/perl
24769           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
24770           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
24771           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
24772 ____________________________________________________________________________
24773 [  8641] By: jhi                                   on 2001/01/31  14:46:37
24774         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
24775      Branch: maint-5.6/perl
24776            ! lib/Getopt/Long.pm
24777 ____________________________________________________________________________
24778 [  8640] By: gsar                                  on 2001/01/31  14:40:24
24779         Log: make regen_all
24780      Branch: maint-5.6/perl
24781            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
24782 ____________________________________________________________________________
24783 [  8639] By: gsar                                  on 2001/01/31  14:37:25
24784         Log: refresh windows config files
24785      Branch: maint-5.6/perl
24786            ! win32/Makefile win32/config_H.bc win32/config_H.gc
24787            ! win32/config_H.vc win32/makefile.mk
24788 ____________________________________________________________________________
24789 [  8638] By: gsar                                  on 2001/01/31  14:28:10
24790         Log: makefile tweaks for windows: introduce a bulk-switch to enable
24791              same options as ActivePerl; sync changes with makefile.mk
24792      Branch: maint-5.6/perl
24793            ! win32/Makefile win32/makefile.mk
24794 ____________________________________________________________________________
24795 [  8637] By: jhi                                   on 2001/01/31  04:41:30
24796         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
24797              From: Nicholas Clark <nick@ccl4.org>
24798              Date: Tue, 30 Jan 2001 19:51:05 +0000
24799              Message-ID: <20010130195105.R76607@plum.flirble.org> 
24800              
24801              op/inc cure.
24802      Branch: perl
24803            ! pp.c pp.h pp_hot.c t/op/arith.t
24804 ____________________________________________________________________________
24805 [  8636] By: jhi                                   on 2001/01/31  02:38:32
24806         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
24807              no perlio],8257,8380,8479,8515 from mainline.
24808              
24809              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
24810              
24811              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
24812              Subject: [PATCH perl@8133] fix-up for VMS extensions
24813              
24814              In VMS embedded perls couldn't access the statically built Socket.
24815              
24816              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
24817              
24818              Further VMS piping fixes from Charles Lane.
24819              
24820              Subject:  [PATCH] make t/op/misc.t work on VMS
24821              
24822              Add tracing for debugging extensions builds in VMS.
24823              
24824              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
24825      Branch: maint-5.6/perl
24826           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
24827           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
24828           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
24829 ____________________________________________________________________________
24830 [  8635] By: jhi                                   on 2001/01/31  01:46:41
24831         Log: Integrate change #7732 from mainline.
24832              
24833              Sparc 64-bit pack() fix from Jens Hamisch.
24834      Branch: maint-5.6/perl
24835           !> pp.c
24836 ____________________________________________________________________________
24837 [  8634] By: jhi                                   on 2001/01/31  01:41:16
24838         Log: One spot missing from #8626.
24839      Branch: maint-5.6/perl
24840            ! sv.c
24841 ____________________________________________________________________________
24842 [  8633] By: jhi                                   on 2001/01/31  00:49:17
24843         Log: Integrate change #7495 from mainline.
24844              
24845              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
24846      Branch: maint-5.6/perl
24847           !> MANIFEST ext/re/Makefile.PL
24848 ____________________________________________________________________________
24849 [  8632] By: jhi                                   on 2001/01/30  23:38:49
24850         Log: Integrate change #8396 from mainline.
24851              
24852              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
24853              better multicast support (resend)
24854      Branch: maint-5.6/perl
24855           !> ext/Socket/Socket.pm
24856 ____________________________________________________________________________
24857 [  8631] By: jhi                                   on 2001/01/30  23:28:03
24858         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
24859              
24860              More AIX lore. (7514, ext/re/hints/aix.pl)
24861              
24862              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
24863              
24864              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)
24865              
24866              Subject: [ID 20001214.002] Net::Ping patch
24867              
24868              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
24869              
24870              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
24871              
24872              Add ReuseAddr as a (preferred) alias for Reuse as we now
24873              also have ReusePort.
24874              
24875              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
24876      Branch: maint-5.6/perl
24877           +> ext/re/hints/aix.pl
24878           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
24879           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
24880 ____________________________________________________________________________
24881 [  8630] By: jhi                                   on 2001/01/30  23:03:59
24882         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
24883              
24884              read() documentation tweak for 20001121.004.
24885              
24886              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
24887      Branch: maint-5.6/perl
24888           !> pod/perlfunc.pod pod/perlre.pod
24889 ____________________________________________________________________________
24890 [  8629] By: jhi                                   on 2001/01/30  22:41:57
24891         Log: Integrate change #8098 from mainline.
24892              
24893              fastgetcwd is defined using a glob alias on a $^O dependent basis
24894              and there was no default assignment or perl subroutine.
24895      Branch: maint-5.6/perl
24896           !> lib/Cwd.pm
24897 ____________________________________________________________________________
24898 [  8628] By: jhi                                   on 2001/01/30  21:58:52
24899         Log: Integrate change #7866 from mainline.
24900              
24901              File::Temp 0.11.
24902      Branch: maint-5.6/perl
24903           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
24904 ____________________________________________________________________________
24905 [  8627] By: jhi                                   on 2001/01/30  21:39:44
24906         Log: Integrate changes #8075,8086,8228 from mainline.  
24907              
24908              Darwin is not Windows. (8075,8086)
24909              
24910              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
24911      Branch: maint-5.6/perl
24912           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
24913           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
24914           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
24915           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
24916 ____________________________________________________________________________
24917 [  8626] By: jhi                                   on 2001/01/30  21:22:11
24918         Log: Integrate with tweakery the change #8625 from mainline,
24919              the multibyte decimal separator fix ("fa_IR locale failure").
24920      Branch: maint-5.6/perl
24921            ! embedvar.h perlapi.h
24922           !> intrpvar.h perl.c perl.h sv.c util.c
24923 ____________________________________________________________________________
24924 [  8625] By: jhi                                   on 2001/01/30  20:26:33
24925         Log: Fix for the fa_IR locale failure.  The reason for the failure
24926              was that Perl was assuming the decimal separator aka the radix
24927              separator is one character.  The Farsi-Iranian locale crushed
24928              that bad assumption since there the separator is 'Momayyez',
24929              glyphwise looking somewhat like a slash, and in Unicode UTF-8
24930              encoded in two bytes, 0xd9 0xab.
24931      Branch: perl
24932            ! intrpvar.h perl.c perl.h sv.c util.c
24933 ____________________________________________________________________________
24934 [  8624] By: gsar                                  on 2001/01/30  20:17:03
24935         Log: regen_headers
24936      Branch: maint-5.6/perl
24937            ! Makefile.SH pod/perlintern.pod
24938 ____________________________________________________________________________
24939 [  8623] By: gsar                                  on 2001/01/30  19:42:34
24940         Log: backout change#7431 and its dependents (causes spurious rebuilds
24941              of autogenerated files)
24942              
24943              fix benign b.t failure
24944      Branch: maint-5.6/perl
24945            ! Makefile.SH t/lib/b.t
24946 ____________________________________________________________________________
24947 [  8622] By: jhi                                   on 2001/01/30  19:41:41
24948         Log: Microperl sync.
24949      Branch: perl
24950            ! mg.c perl.h
24951 ____________________________________________________________________________
24952 [  8621] By: gsar                                  on 2001/01/30  19:24:47
24953         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
24954              from mainline
24955              
24956              Subject: podlators 1.06 released
24957              
24958              Subject: [PATCH @8436] Eliminate op_children
24959              
24960              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
24961              
24962              (Replaced by #8448)  More op_children traces (cleanup of #8442).
24963              
24964              Subject: [PATCH #3 @8436] Re: Eliminate op_children
24965              Replace #8444 and #8445.
24966              
24967              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
24968              at the setting of the ofs_sv in new_struct_thread() as the
24969              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
24970              uninitialized fields are, uh, initialized with),
24971              SvREFCNT_inc()ing that invited a core dump.
24972              
24973              podlators 1.07, from Russ Allbery.
24974              
24975              Subject: [PATCH] regcomp.c old feature removal
24976              From: mjd@plover.com
24977              Date: 16 Jan 2001 14:43:18 -0000 
24978              Message-ID: <20010116144318.7140.qmail@plover.com> 
24979      Branch: maint-5.6/perl
24980           +> lib/Pod/Text/Overstrike.pm
24981           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
24982           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
24983           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
24984           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
24985           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
24986           !> util.c
24987 ____________________________________________________________________________
24988 [  8620] By: gsar                                  on 2001/01/30  18:48:32
24989         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
24990              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
24991              now fails one test)
24992              
24993              Subject: [PATCH] lvalue AUTOLOAD. No, really.
24994              
24995              Subject: [PATCH] Interesting syntax idea
24996              Make opens + bareword assigns do typeglob assigns.
24997              
24998              Tests for #8254.
24999              
25000              Subject: [PATCH @8269] Continue blocks and B::Deparse
25001              Make the peephole optimizer to bypass more null ops and
25002              and rewrite the deparse handling of continue blocks.
25003              
25004              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
25005              Doc tweak on #8313.
25006              
25007              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
25008              
25009              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
25010              
25011              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
25012              
25013              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
25014              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
25015              according to the platform.
25016              
25017              Subject: [PATCH @8404] Consolidated lvalue sub changes
25018              
25019              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
25020              
25021              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
25022              
25023              Subject: B::Concise -- an improved replacement for B::Terse 
25024              
25025              The B::Terse drop-in replacement wasn't quite drop-in.
25026              
25027              The LVRET macro needed an aTHX.
25028              
25029              Use the /^Perl_/-less form of is_lvalue_sub().
25030              
25031              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
25032      Branch: maint-5.6/perl
25033           +> ext/B/B/Concise.pm
25034           !> (integrate 27 files)
25035 ____________________________________________________________________________
25036 [  8619] By: nick                                  on 2001/01/30  18:40:28
25037         Log: Integrate mainline
25038      Branch: perlio
25039           !> (integrate 40 files)
25040 ____________________________________________________________________________
25041 [  8618] By: jhi                                   on 2001/01/30  18:37:18
25042         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
25043              Date: Mon, 29 Jan 2001 22:51:29 -0600
25044              From: "Craig A. Berry" <craigberry@mac.com>
25045              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
25046      Branch: perl
25047            ! vms/test.com
25048 ____________________________________________________________________________
25049 [  8617] By: jhi                                   on 2001/01/30  18:34:53
25050         Log: Subject: [PATCH] Add missing CV flags to dump.c
25051              From: Tim Jenness <t.jenness@jach.hawaii.edu>
25052              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
25053              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
25054      Branch: perl
25055            ! dump.c
25056 ____________________________________________________________________________
25057 [  8616] By: jhi                                   on 2001/01/30  18:20:58
25058         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
25059              part isn't applicable to maintperl.
25060              
25061              UTF-8 nit from Inaba Hiroto.
25062      Branch: maint-5.6/perl
25063           !> pod/perlapi.pod utf8.c
25064 ____________________________________________________________________________
25065 [  8615] By: jhi                                   on 2001/01/30  18:18:51
25066         Log: UTF-8 nit from Inaba Hiroto.
25067      Branch: perl
25068            ! pod/perlapi.pod t/op/each.t utf8.c
25069 ____________________________________________________________________________
25070 [  8614] By: jhi                                   on 2001/01/30  18:13:38
25071         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
25072              
25073              perl's internal variables are not for public consumption,
25074              move their docs from perlapi.pod to perlintern.pod
25075              
25076              support for -Dusethreads build under HP-UX 10.20 and DCE threads
25077              library (11.0 and later have pthreads but 10.x don't)
25078              
25079              avoid uninitialized value warnings
25080              
25081              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
25082              gets weird results)
25083              
25084              perldoc nit on windows
25085              
25086              make it possible to run the tests outside the source tree
25087              (there's still a dependency on ../lib being the library
25088              location)
25089      Branch: perl
25090           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
25091           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
25092           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
25093           !> win32/bin/search.pl win32/vdir.h
25094 ____________________________________________________________________________
25095 [  8613] By: gsar                                  on 2001/01/30  16:39:59
25096         Log: make it possible to run the tests outside the source tree
25097              (there's still a dependency on ../lib being the library
25098              location)
25099      Branch: maint-5.6/perl
25100            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
25101 ____________________________________________________________________________
25102 [  8612] By: gsar                                  on 2001/01/30  16:31:12
25103         Log: perldoc nit on windows
25104      Branch: maint-5.6/perl
25105            ! utils/perldoc.PL
25106 ____________________________________________________________________________
25107 [  8611] By: gsar                                  on 2001/01/30  16:22:54
25108         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
25109              gets weird results)
25110      Branch: maint-5.6/perl
25111            ! win32/vdir.h
25112 ____________________________________________________________________________
25113 [  8610] By: gsar                                  on 2001/01/30  16:12:45
25114         Log: avoid uninitialized value warnings
25115      Branch: maint-5.6/perl
25116            ! win32/bin/search.pl
25117 ____________________________________________________________________________
25118 [  8609] By: gsar                                  on 2001/01/30  16:08:01
25119         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
25120              library (11.0 and later have pthreads but 10.x don't)
25121      Branch: maint-5.6/perl
25122            ! hints/hpux.sh thread.h
25123 ____________________________________________________________________________
25124 [  8608] By: gsar                                  on 2001/01/30  15:48:55
25125         Log: perl's internal variables are not for public consumption,
25126              move their docs from perlapi.pod to perlintern.pod
25127      Branch: maint-5.6/perl
25128            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
25129            ! thrdvar.h
25130 ____________________________________________________________________________
25131 [  8607] By: gsar                                  on 2001/01/30  15:44:27
25132         Log: mistakenly branched perl56delta.pod, revert
25133      Branch: maint-5.6/perl
25134            - pod/perl56delta.pod
25135           !> pod/perldelta.pod
25136 ____________________________________________________________________________
25137 [  8606] By: gsar                                  on 2001/01/30  14:20:24
25138         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
25139              dTHR which has been a noop for a while now, except for the
25140              compatibility definition in thread.h)
25141      Branch: maint-5.6/perl
25142           !> (integrate 45 files)
25143 ____________________________________________________________________________
25144 [  8605] By: jhi                                   on 2001/01/30  05:43:58
25145         Log: Mark the UTF-8 APIs as experimental.
25146      Branch: maint-5.6/perl
25147            ! embed.pl pod/perlapi.pod
25148 ____________________________________________________________________________
25149 [  8604] By: jhi                                   on 2001/01/30  05:38:40
25150         Log: Nits from earlier integrates.
25151      Branch: maint-5.6/perl
25152            ! lib/Carp/Heavy.pm
25153           !> sv.c
25154 ____________________________________________________________________________
25155 [  8603] By: jhi                                   on 2001/01/30  05:27:26
25156         Log: Regenerate Porting files.
25157      Branch: maint-5.6/perl
25158            ! Porting/Glossary Porting/config.sh Porting/config_H
25159 ____________________________________________________________________________
25160 [  8602] By: jhi                                   on 2001/01/30  05:14:59
25161         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
25162              8310,8339,8447,8492,8493,8505,8525: documentation changes.
25163              
25164              Subject: Re: perlfaq style changes
25165              
25166              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
25167              
25168              Subject: [PATCH] docs on NaN
25169              
25170              Subject: [patch] perlfaq7
25171              
25172              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
25173              
25174              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
25175              
25176              Subject: [PATCH] open() example in perlfunc.pod
25177              
25178              Podify README.mpeix (a new version from the web)
25179              
25180              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
25181              
25182              Subject: [PATCH] format and rewording in perlfaq.pod
25183              
25184              Subject: [PATCH] API Variable documentation   
25185              
25186              Memory management calls documentation.
25187              
25188              Subject: [PATCH: perl@8482] README.vms URL updates
25189              
25190              Subject: Minor typos in perlfaq2.pod
25191              
25192              Subject: [PATCH] pod/perlvar.pod
25193      Branch: maint-5.6/perl
25194           +> pod/perl56delta.pod
25195            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
25196           !> README.amiga README.epoc README.mpeix README.vms
25197           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
25198           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
25199           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
25200           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
25201           !> pod/perlvar.pod thrdvar.h
25202 ____________________________________________________________________________
25203 [  8601] By: jhi                                   on 2001/01/30  04:38:35
25204         Log: Integrate changes #8036,8096,8253 from mainline:
25205              hints changes.
25206              
25207              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
25208              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
25209              
25210              Output the (apparent) version of gcc in Tru64.
25211      Branch: maint-5.6/perl
25212           +> ext/POSIX/hints/svr4.pl
25213           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
25214           !> hints/svr4.sh t/lib/bigfltpm.t
25215 ____________________________________________________________________________
25216 [  8600] By: jhi                                   on 2001/01/30  04:04:01
25217         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
25218              locale fixes.
25219              
25220              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
25221              
25222              Debian allows /usr/bin/locale to exist without any locales. (7868)
25223              
25224              Allow the locale test needing POSIX and the taint test
25225              needing IPC::SysV to run under 'minitest' (basically,
25226              bail out if loading the extension fails). (8384)
25227              
25228              Cleanup the locale.t output  (8480)
25229      Branch: maint-5.6/perl
25230           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
25231           !> t/pragma/locale.t
25232 ____________________________________________________________________________
25233 [  8599] By: jhi                                   on 2001/01/30  03:51:04
25234         Log: Missing generated files from #8598.
25235      Branch: maint-5.6/perl
25236            ! embed.h global.sym objXSUB.h perlapi.c proto.h
25237 ____________________________________________________________________________
25238 [  8598] By: jhi                                   on 2001/01/30  03:41:54
25239         Log: Integrate change #8555 from mainline, manually integrate parts
25240              of changes 8452 and 8583.
25241              
25242              Subject: [PATCH] utf8.c documentation (8452)
25243              
25244              No point in checking the length if the pointer is bogus. (8555)
25245              
25246              Introduce bytes_from_utf8() and implement sv_eq() using it,
25247              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
25248              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
25249              was malformed. (8583)
25250      Branch: maint-5.6/perl
25251            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
25252           !> pod/perlapi.pod sv.c utf8.c
25253 ____________________________________________________________________________
25254 [  8597] By: gsar                                  on 2001/01/30  02:37:26
25255         Log: get PERL_OBJECT build going again on windows
25256      Branch: maint-5.6/perl
25257            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
25258            ! pod/perlapi.pod proto.h sv.c
25259 ____________________________________________________________________________
25260 [  8596] By: jhi                                   on 2001/01/30  02:16:17
25261         Log: Signedness nit.
25262      Branch: perl
25263            ! sv.c
25264 ____________________________________________________________________________
25265 [  8595] By: jhi                                   on 2001/01/30  02:11:07
25266         Log: EBCDIC patch for Storable, from Peter Prymmer.
25267      Branch: perl
25268            ! t/lib/st-06compat.t
25269 ____________________________________________________________________________
25270 [  8594] By: jhi                                   on 2001/01/30  01:04:48
25271         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
25272              From: Peter Prymmer <pvhp@forte.com>
25273              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
25274              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
25275      Branch: perl
25276            ! t/lib/b.t
25277 ____________________________________________________________________________
25278 [  8593] By: jhi                                   on 2001/01/30  00:56:47
25279         Log: Subject: [PATCH: perl@8585] pod problems in io
25280              From: Peter Prymmer <pvhp@forte.com>
25281              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
25282              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
25283      Branch: perl
25284            ! pod/perlapio.pod pod/perliol.pod
25285 ____________________________________________________________________________
25286 [  8592] By: jhi                                   on 2001/01/30  00:48:20
25287         Log: Integrate perlio.
25288      Branch: perl
25289           !> pod/perlapio.pod pod/perliol.pod
25290 ____________________________________________________________________________
25291 [  8591] By: nick                                  on 2001/01/29  22:02:28
25292         Log: GNU 'merge' Simon's copy of perliol.pod with version
25293              patched by Craig's patch.
25294      Branch: perlio
25295            ! pod/perliol.pod
25296 ____________________________________________________________________________
25297 [  8590] By: nick                                  on 2001/01/29  21:55:10
25298         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
25299      Branch: perlio
25300            ! pod/perlapio.pod pod/perliol.pod
25301 ____________________________________________________________________________
25302 [  8589] By: jhi                                   on 2001/01/29  15:35:33
25303         Log: Integrate change #8586 from maint-5.6/perl.
25304              
25305              make the BOM detection code not call tell() until it has to
25306              (meant to fix esoteric compatibility issues where PL_rsfp
25307              is overridden)
25308      Branch: perl
25309           !> toke.c
25310 ____________________________________________________________________________
25311 [  8588] By: jhi                                   on 2001/01/29  15:29:11
25312         Log: Subject: MAking Solaris malloc() the default
25313              From: Lupe Christoph <lupe@lupe-christoph.de>
25314              Date: Mon, 29 Jan 2001 12:59:36 +0100
25315              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
25316              
25317              The README.solaris part slightly tweaked.
25318      Branch: perl
25319            ! README.solaris hints/solaris_2.sh
25320 ____________________________________________________________________________
25321 [  8587] By: jhi                                   on 2001/01/29  15:17:34
25322         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
25323              From: root@ak-75.mind.de
25324              Date: Sun, 28 Jan 2001 20:32:29 +0100
25325              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
25326      Branch: perl
25327            ! pod/perlre.pod
25328 ____________________________________________________________________________
25329 [  8586] By: gsar                                  on 2001/01/29  13:43:44
25330         Log: make the BOM detection code not call tell() until it has to
25331              (meant to fix esoteric compatibility issues where PL_rsfp
25332              is overridden)
25333      Branch: maint-5.6/perl
25334            ! toke.c
25335 ____________________________________________________________________________
25336 [  8585] By: jhi                                   on 2001/01/28  20:05:45
25337         Log: Update Changes.
25338      Branch: perl
25339            ! Changes patchlevel.h
25340 ____________________________________________________________________________
25341 [  8584] By: jhi                                   on 2001/01/28  19:30:02
25342         Log: Integrate perlio.
25343      Branch: perl
25344           +> pod/perliol.pod
25345           !> MANIFEST pod/perlapio.pod
25346 ____________________________________________________________________________
25347 [  8583] By: jhi                                   on 2001/01/28  19:28:40
25348         Log: Patch from Inaba Hiroto:
25349              - canonical UTF-8 hash keys: if a key string for a hash is
25350              UTF8-on, try downgrade the string and use it if
25351              unicode::distinct is not in effect.
25352              For the task, I added a function bytes_from_utf8() to utf8.c.
25353              It might resemble utf8_to_bytes() but it is not convenient
25354              to the task.
25355              Made a test for it and added to t/op/each.t
25356              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
25357              the mortal copy of the argument SV.
25358              And changed t/io/utf8.t test 18 which expects print() to
25359              upgrade its argument.
25360              - re-implement sv_eq with bytes_from_utf8()
25361              - some bug fixes
25362              - tr/// does not handle UTF8 range (\x{}-\x{})
25363              - \ before raw UTF8 character produced
25364              "Malformed UTF-8 character" warning.
25365              - "\x{100}\N{CENT SIGN}" is Malformed.
25366              Added tests for these 3.
25367              - and one silly bug (by me) with qu operator.
25368      Branch: perl
25369            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
25370            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
25371            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
25372 ____________________________________________________________________________
25373 [  8582] By: nick                                  on 2001/01/28  19:25:04
25374         Log: Add pod/perliol.pod to MANIFEST :-(
25375      Branch: perlio
25376            ! MANIFEST
25377 ____________________________________________________________________________
25378 [  8581] By: nick                                  on 2001/01/28  19:22:40
25379         Log: PerlIO documentation. Proofing and sub-editing requested.
25380      Branch: perlio
25381            + pod/perliol.pod
25382            ! pod/perlapio.pod
25383 ____________________________________________________________________________
25384 [  8580] By: jhi                                   on 2001/01/28  05:16:25
25385         Log: Revert the change to sv_2pv() done by #8054: Someone who
25386              did SvNV_set() on a scalar that also happened to be POK,
25387              followed by sv_2pv() won't get the right coercion anymore.
25388              [Sarathy]
25389      Branch: maint-5.6/perl
25390            ! sv.c
25391 ____________________________________________________________________________
25392 [  8579] By: jhi                                   on 2001/01/28  05:15:04
25393         Log: Remove the #8084 effect: do not allow -Q to be interpreted
25394              as -&Q(), this is too much wiggle room.
25395      Branch: maint-5.6/perl
25396            ! toke.c
25397 ____________________________________________________________________________
25398 [  8578] By: jhi                                   on 2001/01/28  05:12:45
25399         Log: Needed bits of #8439 (should have been in #8576),
25400              mainly for lval substr().
25401      Branch: maint-5.6/perl
25402            ! mg.c pp.c pp_hot.c
25403 ____________________________________________________________________________
25404 [  8577] By: jhi                                   on 2001/01/28  05:02:46
25405         Log: A missing check-in.
25406      Branch: maint-5.6/perl
25407            ! utf8.c
25408 ____________________________________________________________________________
25409 [  8576] By: jhi                                   on 2001/01/28  04:26:18
25410         Log: Integrate changes #8425,8436,8439,8517 from mainline.
25411              The 8439 was not truly integrated because it had too many
25412              dependencies on the development branch and because it introduced
25413              concepts too bold for a maintenance branch (such as the qu operator).
25414              
25415              Subject: [PATCH perl@8342] -Wformat
25416              
25417              Tighten some of the UTF-8 tests a bit.
25418              
25419              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
25420              - The substr lval was still not okay.
25421              - Now pp_stringify and sv_setsv copies source's UTF8 flag
25422              even if IN_BYTE.  pp_stringify is called from fold_constants
25423              at optimization phase and "\x{100}" was made SvUTF8_off under
25424              use bytes (the bytes pragma is for "byte semantics" and not
25425              for "do not produce UTF8 data")
25426      Branch: maint-5.6/perl
25427            ! t/lib/charnames.t t/op/substr.t toke.c
25428           !> sv.c t/pragma/utf8.t
25429 ____________________________________________________________________________
25430 [  8575] By: jhi                                   on 2001/01/28  04:01:51
25431         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
25432              
25433              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
25434              
25435              Subject: [ID 20001230.003] UTF-8 tr still hurts
25436              
25437              Test cases for #8385 (from Simon's "torture.pl")
25438              
25439              Start fixing UTF-8 lval substr() (8405)
25440      Branch: maint-5.6/perl
25441           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
25442           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
25443 ____________________________________________________________________________
25444 [  8574] By: jhi                                   on 2001/01/28  03:09:06
25445         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
25446              from mainline.
25447              
25448              UTF-8 cleanup.
25449              
25450              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
25451              
25452              "\x{FF}\xFF" was broken.
25453              
25454              Tests for #8329 and #8330.
25455              
25456              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
25457              
25458              IRIX compiler noticed that the bof initialization might be
25459              bypassed by control flow.
25460              
25461              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
25462      Branch: maint-5.6/perl
25463           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
25464           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
25465 ____________________________________________________________________________
25466 [  8573] By: jhi                                   on 2001/01/28  02:06:12
25467         Log: Retract #8552.
25468      Branch: perl
25469            ! lib/Text/Wrap.pm t/lib/textwrap.t
25470 ____________________________________________________________________________
25471 [  8572] By: jhi                                   on 2001/01/28  02:04:49
25472         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
25473              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
25474              not really integrated but instead salvaged by hand
25475              (they had too many dependencies on the development release
25476              to be cleanly integratable).
25477              
25478              Subject: more UTF8 test suites and an UTF8 patch
25479              
25480              Tweak for MULTIPLICITY/USE_PERLIO
25481              
25482              Signedness nit.
25483              
25484              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
25485              
25486              Use the UTF8_XXX macros in is_utf8_char().
25487              
25488              Rewrite pp_concat() in terms of sv_catsv().  The . operator
25489              should now be UTF-8-proof.
25490              
25491              Subject: [PATCH perl@8269] scanning two hex-constants
25492              fails on EBCDIC environment (script length.t)
25493              
25494              Add some Unicode chop() tests.
25495      Branch: maint-5.6/perl
25496            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
25497           !> sv.c t/op/chop.t utf8.h
25498 ____________________________________________________________________________
25499 [  8571] By: jhi                                   on 2001/01/28  00:35:59
25500         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
25501              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
25502              
25503              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
25504              
25505              The maxiters upper limit sanity check (guarding against
25506              non-progress) assumed bytes instead of characters in s///
25507              and split().
25508              
25509              Signedness nit.
25510              
25511              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
25512              join() should now be UTF-8-proof.
25513              
25514              More split // UTF-8 tests. (8250)
25515      Branch: maint-5.6/perl
25516           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
25517           !> util.c
25518 ____________________________________________________________________________
25519 [  8570] By: jhi                                   on 2001/01/27  22:15:46
25520         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
25521              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
25522              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
25523              8084,8204,8244,8333 from mainline.
25524              
25525              For -Q where Q might be a one-letter sub name one does no more
25526              get a warning about an unknown filetest (7941,7943,7944,8084).
25527              
25528              Subject: Re: [ID 20001130.011] expression parsing bug ?
25529              
25530              Make uv_to_utf8() to zero-terminate its output buffer.
25531              
25532              Split off t/op/length.t (7995)
25533              
25534              Split off t/op/utf8decode.t (7996)
25535              
25536              Remove an unnecessary 'use utf8' from the utf8.t (7998)
25537              
25538              Split off t/op/concat.t (8004)
25539              
25540              Split off t/op/ver.t (8005)
25541              
25542              Document utf8_length(), utf8_distance(), and utf8_hop().
25543              
25544              Document utf8_to_uv() better.
25545              
25546              Introduce macros for UTF8 decoding (8028,8033).
25547              
25548              Add test for reverse() (8030,8031).
25549              
25550              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
25551              
25552              Do not return the Unicode replacement character    on UTF-8
25553              decoding failure.
25554              
25555              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
25556              not this_utf8 i.e. the output string has one, but don't mess
25557              with source assumption. (8052,8053)
25558              
25559              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
25560              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
25561              was not expecting to be called with something that was already
25562              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
25563              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
25564              (8054)
25565              
25566              Recode the naughty binary bytes in utf8decode.t using the \xHH.
25567              
25568              Make some panic messages a bit more logical.
25569      Branch: maint-5.6/perl
25570           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
25571           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
25572           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
25573           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
25574           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
25575           !> utf8.c utf8.h
25576 ____________________________________________________________________________
25577 [  8569] By: jhi                                   on 2001/01/27  19:16:43
25578         Log: Integrate changes #7750 from perlio and #8566 from mainline.
25579      Branch: maint-5.6/perl
25580           !> regexec.c sv.c
25581 ____________________________________________________________________________
25582 [  8568] By: jhi                                   on 2001/01/27  18:06:51
25583         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
25584              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
25585              7935[-perlio.c],7936,7959,7965 from mainline.
25586              
25587              Change the "big byte" error message to "Wide character".
25588              (7355, the croak-if-wide-chars-in-print part ignored)
25589              
25590              Use UINT64_C().
25591              
25592              Introduce Perl_utf8_length().
25593              
25594              diff -se shows these as different (7753, forgotten check-ins)
25595              
25596              Subject: [PATCH] doop.c - UTF8 tr///
25597              
25598              If we use (aTHX_ ...) then put Perl_ on the front.
25599              
25600              Make utf8_length() and utf8_distance() to be less forgiving
25601              about bad UTF-8.
25602              
25603              Test line numbers are different with utf8.
25604              
25605              No need to scan till infinity, 13 is enough. (7872,7911)
25606              
25607              Subject: [PATCH] Tokeniser debugging
25608              
25609              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
25610              
25611              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
25612              
25613              Be more careful in Perl_sv_utf8_downgrade().
25614              
25615              Use DO_UTF8().
25616              
25617              Raw zero bytes in text files confuse at least GNU patch 2.1.
25618      Branch: maint-5.6/perl
25619           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
25620           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
25621           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
25622           !> t/pragma/utf8.t toke.c utf8.c utf8.h
25623 ____________________________________________________________________________
25624 [  8567] By: nick                                  on 2001/01/27  11:10:38
25625         Log: Integrate mainline
25626      Branch: perlio
25627           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
25628           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
25629           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
25630           !> toke.c
25631 ____________________________________________________________________________
25632 [  8566] By: jhi                                   on 2001/01/27  06:22:48
25633         Log: More documentation for the regexp context stack.
25634      Branch: perl
25635            ! regexec.c
25636 ____________________________________________________________________________
25637 [  8565] By: jhi                                   on 2001/01/27  05:21:57
25638         Log: Update Changes.
25639      Branch: perl
25640            ! Changes patchlevel.h
25641 ____________________________________________________________________________
25642 [  8564] By: jhi                                   on 2001/01/27  04:44:04
25643         Log: Threadedness patch for #8562 from Doug MacEachern.
25644      Branch: perl
25645            ! toke.c
25646 ____________________________________________________________________________
25647 [  8563] By: jhi                                   on 2001/01/27  04:26:24
25648         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
25649              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
25650              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
25651              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
25652      Branch: perl
25653            ! op.c
25654 ____________________________________________________________________________
25655 [  8562] By: jhi                                   on 2001/01/27  04:20:30
25656         Log: Subject: Re: Announce : Tokener reporting patch
25657              From: Simon Cozens <simon@cozens.net>
25658              Date: Mon, 22 Jan 2001 02:17:22 +0000
25659              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
25660      Branch: perl
25661            ! embed.h embed.pl proto.h toke.c
25662 ____________________________________________________________________________
25663 [  8561] By: jhi                                   on 2001/01/27  04:17:24
25664         Log: Forgot from #8545.  Oops.
25665      Branch: perl
25666            ! pp.c t/pragma/overload.t
25667 ____________________________________________________________________________
25668 [  8560] By: jhi                                   on 2001/01/27  03:01:47
25669         Log: A better module compilation test, use MANIFEST as suggested
25670              by Spider.
25671      Branch: perl
25672            ! t/lib/1_compile.t
25673 ____________________________________________________________________________
25674 [  8559] By: jhi                                   on 2001/01/27  02:50:48
25675         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
25676              From: Peter Prymmer <pvhp@forte.com>
25677              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
25678              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
25679      Branch: perl
25680            ! t/lib/b.t
25681 ____________________________________________________________________________
25682 [  8558] By: jhi                                   on 2001/01/27  02:27:05
25683         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
25684              From: Peter Prymmer <pvhp@forte.com>
25685              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
25686              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
25687      Branch: perl
25688            ! t/pragma/sub_lval.t
25689 ____________________________________________________________________________
25690 [  8557] By: jhi                                   on 2001/01/27  02:26:03
25691         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
25692              From: Peter Prymmer <pvhp@forte.com>
25693              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
25694              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
25695      Branch: perl
25696            ! t/lib/st-06compat.t
25697 ____________________________________________________________________________
25698 [  8556] By: jhi                                   on 2001/01/27  02:24:33
25699         Log: Subject: [PATCH: perl@8531] minor update to README.os390
25700              From: Peter Prymmer <pvhp@forte.com>
25701              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
25702              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
25703      Branch: perl
25704            ! README.os390
25705 ____________________________________________________________________________
25706 [  8555] By: jhi                                   on 2001/01/27  00:35:47
25707         Log: No point in checking the length before we know whether the pointer
25708              is bogus or not, fixes Abigail's odbm failures in Linux.
25709      Branch: perl
25710            ! sv.c
25711 ____________________________________________________________________________
25712 [  8554] By: nick                                  on 2001/01/26  19:01:31
25713         Log: Integrate mainline
25714      Branch: perlio
25715           !> lib/Text/Wrap.pm t/lib/textwrap.t
25716 ____________________________________________________________________________
25717 [  8553] By: jhi                                   on 2001/01/26  15:19:39
25718         Log: Integrate change #7792 from perlio (multiplicity fix),
25719              fix the AV leak in regex DEBUGGING (tiny part of the
25720              polymorphic regexp patch #8143).
25721      Branch: maint-5.6/perl
25722            ! regcomp.c
25723           !> scope.h
25724 ____________________________________________________________________________
25725 [  8552] By: jhi                                   on 2001/01/26  15:03:23
25726         Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
25727              From: Michael G Schwern <schwern@pobox.com>
25728              Date: Fri, 26 Jan 2001 09:28:31 -0500
25729              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
25730      Branch: perl
25731            ! lib/Text/Wrap.pm t/lib/textwrap.t
25732 ____________________________________________________________________________
25733 [  8551] By: jhi                                   on 2001/01/26  02:33:19
25734         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
25735              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
25736              
25737              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
25738              
25739              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
25740              
25741              Message nit.
25742              
25743              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
25744              
25745              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
25746              
25747              (the cleanup of unused submatches in regtry() and regcppop())
25748              
25749              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
25750              stored and restored, and thusly was trounced by the utf8 swash
25751              routines.
25752              
25753              use utf8 not required to use \x{}.
25754              
25755              Removed two more tests that make no sense in UTF-8 since the test
25756              data is not in UTF-8.
25757              
25758              Get the three different space character classes right under utf8.
25759              
25760              Implement ANYOFUTF8 regprop() dumping.
25761              
25762              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
25763              
25764              Document the regex context pushing/popping a bit better.
25765      Branch: maint-5.6/perl
25766           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
25767           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
25768           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
25769           !> t/op/regmesg.t utf8.c
25770 ____________________________________________________________________________
25771 [  8550] By: nick                                  on 2001/01/25  19:42:30
25772         Log: Integrate mainline
25773      Branch: perlio
25774           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
25775           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
25776           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
25777           !> t/lib/bigint.t t/lib/bigintpm.t
25778 ____________________________________________________________________________
25779 [  8549] By: jhi                                   on 2001/01/25  15:22:28
25780         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
25781      Branch: maint-5.6/perl
25782            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
25783 ____________________________________________________________________________
25784 [  8548] By: jhi                                   on 2001/01/25  15:02:55
25785         Log: Integrate changes #7997,8063,8492,8547 from mainline.
25786              
25787              Subject: Re: STRLEN - what?
25788              
25789              Subject: [PATCH] perlguts.pod
25790              
25791              Memory management calls documentation.
25792              
25793              Layout using tabulator is not a good idea in a pod.
25794      Branch: maint-5.6/perl
25795           !> pod/perlguts.pod
25796 ____________________________________________________________________________
25797 [  8547] By: jhi                                   on 2001/01/25  14:49:05
25798         Log: Layout using tabulator is not a good idea in a pod.
25799      Branch: perl
25800            ! pod/perlguts.pod
25801 ____________________________________________________________________________
25802 [  8546] By: jhi                                   on 2001/01/25  14:31:12
25803         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
25804              from mainline.
25805              
25806              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
25807              
25808              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
25809              
25810              More Win32 editor/IDE/shell hints.
25811              
25812              More Win32 Perling.
25813              
25814              Yet another editor edit.
25815              
25816              Edit edit edit.
25817              
25818              IDE/editor section tweaking.
25819              
25820              Few more IDE/editor nits from p5p.
25821      Branch: maint-5.6/perl
25822           !> pod/perlfaq3.pod
25823 ____________________________________________________________________________
25824 [  8545] By: jhi                                   on 2001/01/25  04:16:32
25825         Log: Subject: [PATCH 5.7.0] overload int()
25826              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25827              Date: Wed, 24 Jan 2001 19:06:57 -0500
25828              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
25829      Branch: perl
25830            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
25831            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
25832            ! t/lib/bigintpm.t
25833 ____________________________________________________________________________
25834 [  8544] By: jhi                                   on 2001/01/25  04:15:11
25835         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
25836              From: Peter Prymmer <pvhp@forte.com>
25837              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
25838              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
25839      Branch: perl
25840            ! Makefile.SH README.os390 hints/os390.sh installperl
25841 ____________________________________________________________________________
25842 [  8543] By: jhi                                   on 2001/01/25  03:52:08
25843         Log: Integrate change #8462,8469 from mainline.
25844              
25845              In VMS Perl subversion (perl -V) is undef.
25846      Branch: maint-5.6/perl
25847           !> configure.com
25848 ____________________________________________________________________________
25849 [  8542] By: jhi                                   on 2001/01/25  03:44:55
25850         Log: Integrate changes #7835,7850,8315,8316 from mainline.
25851              
25852              Solaris hints.
25853      Branch: maint-5.6/perl
25854           !> hints/solaris_2.sh
25855 ____________________________________________________________________________
25856 [  8541] By: jhi                                   on 2001/01/25  03:39:28
25857         Log: Integrate #8336 from mainline.
25858      Branch: maint-5.6/perl
25859           !> hv.c
25860 ____________________________________________________________________________
25861 [  8540] By: jhi                                   on 2001/01/25  03:23:50
25862         Log: Retract #8539.
25863      Branch: maint-5.6/perl
25864            ! pod/perlfaq3.pod
25865 ____________________________________________________________________________
25866 [  8539] By: jhi                                   on 2001/01/25  03:21:55
25867         Log: (Retracted by #5940.)
25868      Branch: maint-5.6/perl
25869            ! pod/perlfaq3.pod
25870 ____________________________________________________________________________
25871 [  8538] By: jhi                                   on 2001/01/25  03:14:07
25872         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
25873              From: Peter Prymmer <pvhp@forte.com>
25874              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
25875              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
25876              
25877              The VMS bits.
25878      Branch: maint-5.6/perl
25879            ! configure.com vms/descrip_mms.template
25880 ____________________________________________________________________________
25881 [  8537] By: jhi                                   on 2001/01/25  03:06:09
25882         Log: Integrate #7710,7824,7973 from mainline.
25883      Branch: maint-5.6/perl
25884           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
25885           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
25886           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
25887           !> vos/config.ga.def vos/config.ga.h win32/config.bc
25888           !> win32/config.gc win32/config.vc
25889 ____________________________________________________________________________
25890 [  8536] By: jhi                                   on 2001/01/24  13:50:20
25891         Log: Revert the edits made by me so far to the 5.6 branch since
25892              the TRIAL1 since I did edits when I should have been using
25893              integrates.  Bad programmer.   (Will integrate them properly later.)
25894              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
25895              The #8353 will not be reapplied at least for now since
25896              the UTF-8 hash keys need more thinking.
25897              (The patches #8347, #8354, #8454, #8473 were okay since they
25898              were original edits made specifically for the 5.6.1-TRIAL1.)
25899      Branch: maint-5.6/perl
25900            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25901            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
25902            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
25903            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
25904            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
25905            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
25906            ! win32/config.bc win32/config.gc win32/config.vc
25907 ____________________________________________________________________________
25908 [  8535] By: bailey                                on 2001/01/24  06:37:02
25909         Log: SYN SYN
25910      Branch: vmsperl
25911           +> (branch 26 files)
25912           !> (integrate 130 files)
25913 ____________________________________________________________________________
25914 [  8534] By: nick                                  on 2001/01/23  19:30:57
25915         Log: Integrate mainline.
25916      Branch: perlio
25917           !> Changes Configure Porting/Glossary Porting/config.sh
25918           !> Porting/config_H embed.h embed.pl ext/Encode/compile
25919           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
25920           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
25921           !> pod/perlvar.pod proto.h t/lib/1_compile.t
25922 ____________________________________________________________________________
25923 [  8533] By: jhi                                   on 2001/01/23  16:15:46
25924         Log: Forgotten from #8501.
25925      Branch: perl
25926            ! Porting/Glossary Porting/config.sh Porting/config_H
25927 ____________________________________________________________________________
25928 [  8532] By: jhi                                   on 2001/01/23  16:13:27
25929         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
25930              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
25931              Date: Mon, 22 Jan 2001 17:51:58 +0100
25932              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
25933      Branch: perl
25934            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
25935 ____________________________________________________________________________
25936 [  8531] By: jhi                                   on 2001/01/23  15:46:01
25937         Log: Update Changes.
25938      Branch: perl
25939            ! Changes patchlevel.h
25940 ____________________________________________________________________________
25941 [  8530] By: jhi                                   on 2001/01/23  15:38:39
25942         Log: De-cut-and-pasto.
25943      Branch: perl
25944            ! t/lib/1_compile.t
25945 ____________________________________________________________________________
25946 [  8529] By: jhi                                   on 2001/01/23  15:11:04
25947         Log: Document the mkdir trailing slashes case.
25948      Branch: perl
25949            ! pod/perlfunc.pod
25950 ____________________________________________________________________________
25951 [  8528] By: jhi                                   on 2001/01/23  15:08:28
25952         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
25953              get installed:
25954              
25955              Subject: lib/lib.pm
25956              From: <abigail@foad.org>
25957              Date: Mon, 28 Aug 2000 20:35:08 -0400
25958              Message-ID: <20000829003508.21281.qmail@foad.org>
25959      Branch: perl
25960            ! installperl
25961 ____________________________________________________________________________
25962 [  8527] By: jhi                                   on 2001/01/23  14:44:04
25963         Log: Metaconfig unit change for #8526.
25964      Branch: metaconfig
25965            ! U/threads/archname.U
25966 ____________________________________________________________________________
25967 [  8526] By: jhi                                   on 2001/01/23  14:43:19
25968         Log: Attach -perlio to the archname if so selected.
25969      Branch: perl
25970            ! Configure
25971 ____________________________________________________________________________
25972 [  8525] By: jhi                                   on 2001/01/23  14:24:01
25973         Log: Subject: [PATCH] pod/perlvar.pod
25974              From: abigail@foad.org
25975              Date: Tue, 23 Jan 2001 01:41:10 +0100
25976              Message-ID: <20010123004110.22259.qmail@foad.org>
25977      Branch: perl
25978            ! pod/perlvar.pod
25979 ____________________________________________________________________________
25980 [  8524] By: jhi                                   on 2001/01/23  14:22:32
25981         Log: A bug introduced in #8217 (the undefined variable in the
25982              lib/safe1_t #3) fixed, by Charles Lane:
25983              
25984              The earlier patch made it so that stuff running in Safe
25985              compartments could do a "caller" and see "main".  That
25986              little change in name is done right before the code in
25987              the compartment is run, and apparantly the parser
25988              was picking up the stash name before it got changed.
25989              
25990              (why it was threaded vs. unthreaded Perl that was sensitive to this
25991              I still don't know...and it probably doesn't matter).
25992              
25993              I tryed removing the stash name-change and saw that threaded Perl
25994              did indeed pass the lib/safe1.t tests.
25995              
25996              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
25997              do the name change (and to connect _ in the compartment to the global
25998              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
25999              to call _safe_pkg_prep when creating a new compartment.
26000              
26001              Passes all tests with threaded perl on linux; passes all tests
26002              with unthreaded perl on VMS.
26003              
26004              At some point I'll probably want to revisit Safe and Opcode to
26005              provide more sensible handling of global variables...and to get
26006              formats working in Safe compartments, which they don't do currently.
26007      Branch: perl
26008            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
26009 ____________________________________________________________________________
26010 [  8523] By: jhi                                   on 2001/01/23  14:11:58
26011         Log: Also the lib/Thread.pm itself needs to be ignored if
26012              the Thread extension hasn't been built.
26013      Branch: perl
26014            ! t/lib/1_compile.t
26015 ____________________________________________________________________________
26016 [  8522] By: jhi                                   on 2001/01/23  13:51:28
26017         Log: print() instead of warn() so that stderr doesn't get
26018              unncessarily polluted.
26019      Branch: perl
26020            ! ext/Encode/compile
26021 ____________________________________________________________________________
26022 [  8521] By: jhi                                   on 2001/01/23  13:49:48
26023         Log: Integrate perlio.
26024      Branch: perl
26025           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
26026           !> ext/Encode/encode.h
26027 ____________________________________________________________________________
26028 [  8520] By: nick                                  on 2001/01/22  21:44:00
26029         Log: More messing with Encode:
26030              Extra fields in header to allow multiple names and to record
26031              other things "compile" knows.
26032              Re-organise compile to factor out common output routines.
26033      Branch: perlio
26034            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
26035 ____________________________________________________________________________
26036 [  8519] By: nick                                  on 2001/01/22  20:33:50
26037         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
26038      Branch: perlio
26039            ! ext/Encode/Makefile.PL ext/Encode/compile
26040 ____________________________________________________________________________
26041 [  8518] By: nick                                  on 2001/01/22  20:28:13
26042         Log: Integrate mainline
26043      Branch: perlio
26044           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
26045           !> vos/config.alpha.def vos/config.alpha.h
26046 ____________________________________________________________________________
26047 [  8517] By: jhi                                   on 2001/01/22  15:37:17
26048         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
26049              by Inaba Hiroto.
26050      Branch: perl
26051            ! sv.c
26052 ____________________________________________________________________________
26053 [  8516] By: jhi                                   on 2001/01/22  14:55:15
26054         Log: More SIG_SIZE fixes.
26055      Branch: perl
26056            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
26057 ____________________________________________________________________________
26058 [  8515] By: jhi                                   on 2001/01/22  14:50:27
26059         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
26060              From: "Craig A. Berry" <craigberry@mac.com>
26061              Date: Mon, 22 Jan 2001 00:42:24 -0600
26062              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
26063      Branch: perl
26064            ! configure.com
26065 ____________________________________________________________________________
26066 [  8514] By: jhi                                   on 2001/01/22  14:31:17
26067         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
26068              From: "Craig A. Berry" <craigberry@mac.com>
26069              Date: Sun, 21 Jan 2001 23:03:25 -0600
26070              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
26071      Branch: perl
26072            ! configure.com
26073 ____________________________________________________________________________
26074 [  8513] By: jhi                                   on 2001/01/22  14:14:00
26075         Log: Add the .ucm encoding tables to the MANIFEST.
26076      Branch: perl
26077            ! MANIFEST
26078 ____________________________________________________________________________
26079 [  8512] By: jhi                                   on 2001/01/22  13:43:33
26080         Log: Integrate perlio.
26081      Branch: perl
26082           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
26083           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
26084           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
26085           +> ext/Encode/Encode/iso8859-10.ucm
26086           +> ext/Encode/Encode/iso8859-13.ucm
26087           +> ext/Encode/Encode/iso8859-14.ucm
26088           +> ext/Encode/Encode/iso8859-15.ucm
26089           +> ext/Encode/Encode/iso8859-16.ucm
26090           +> ext/Encode/Encode/iso8859-2.ucm
26091           +> ext/Encode/Encode/iso8859-3.ucm
26092           +> ext/Encode/Encode/iso8859-4.ucm
26093           +> ext/Encode/Encode/iso8859-5.ucm
26094           +> ext/Encode/Encode/iso8859-6.ucm
26095           +> ext/Encode/Encode/iso8859-7.ucm
26096           +> ext/Encode/Encode/iso8859-8.ucm
26097           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
26098           +> ext/Encode/Encode/symbol.ucm
26099           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
26100           !> perliol.h
26101 ____________________________________________________________________________
26102 [  8511] By: nick                                  on 2001/01/21  23:44:47
26103         Log: Make "real" layers of ":utf8" and ":raw".
26104              So now PERLIO=utf8 perl ...
26105              does what Andreas wanted.
26106              Fix arg passing in open.pm (still have a Carp issue).
26107      Branch: perlio
26108            ! lib/open.pm perlio.c perliol.h
26109 ____________________________________________________________________________
26110 [  8510] By: jhi                                   on 2001/01/21  22:56:53
26111         Log: Document the regex context pushing/popping a bit better.
26112      Branch: perl
26113            ! regexec.c
26114 ____________________________________________________________________________
26115 [  8509] By: jhi                                   on 2001/01/21  22:55:44
26116         Log: Tweak the mkdir trailing slash code some more.
26117              
26118              TO DO: the same handling should probably be done for
26119              all the other filesystem functions that can have directories
26120              as their arguments.
26121      Branch: perl
26122            ! pp_sys.c
26123 ____________________________________________________________________________
26124 [  8508] By: nick                                  on 2001/01/21  21:37:43
26125         Log: Switch "compiled in" encodings to .ucm format.
26126              (Leave others as .enc till we can run-time load .ucm,
26127              or find some other way to load them.)
26128      Branch: perlio
26129            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
26130            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
26131            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
26132            + ext/Encode/Encode/iso8859-10.ucm
26133            + ext/Encode/Encode/iso8859-13.ucm
26134            + ext/Encode/Encode/iso8859-14.ucm
26135            + ext/Encode/Encode/iso8859-15.ucm
26136            + ext/Encode/Encode/iso8859-16.ucm
26137            + ext/Encode/Encode/iso8859-2.ucm
26138            + ext/Encode/Encode/iso8859-3.ucm
26139            + ext/Encode/Encode/iso8859-4.ucm
26140            + ext/Encode/Encode/iso8859-5.ucm
26141            + ext/Encode/Encode/iso8859-6.ucm
26142            + ext/Encode/Encode/iso8859-7.ucm
26143            + ext/Encode/Encode/iso8859-8.ucm
26144            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
26145            + ext/Encode/Encode/symbol.ucm
26146            ! ext/Encode/Makefile.PL ext/Encode/compile
26147 ____________________________________________________________________________
26148 [  8507] By: nick                                  on 2001/01/21  21:02:03
26149         Log: Integrate (partial) mainline.
26150      Branch: perlio
26151           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
26152           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
26153           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
26154 ____________________________________________________________________________
26155 [  8506] By: jhi                                   on 2001/01/21  20:09:30
26156         Log: Update Changes.
26157      Branch: perl
26158            ! Changes patchlevel.h
26159 ____________________________________________________________________________
26160 [  8505] By: jhi                                   on 2001/01/21  19:39:59
26161         Log: Subject: Minor typos in perlfaq2.pod
26162              From: "Stephen P. Potter" <spp@spotter.yi.org>
26163              Message-Id: <200101192101.QAA11911@spotter.yi.org>
26164              Date: Fri, 19 Jan 2001 16:01:13 -0500
26165              
26166              with a nit from Philip Netwon.
26167      Branch: perl
26168            ! pod/perlfaq2.pod
26169 ____________________________________________________________________________
26170 [  8504] By: jhi                                   on 2001/01/21  19:33:05
26171         Log: Metaconfig change for #8503.
26172      Branch: metaconfig
26173            ! U/threads/usethreads.U
26174 ____________________________________________________________________________
26175 [  8503] By: jhi                                   on 2001/01/21  19:32:21
26176         Log: Sanity check for conflicting thread flavours.
26177      Branch: perl
26178            ! Configure config_h.SH
26179 ____________________________________________________________________________
26180 [  8502] By: jhi                                   on 2001/01/21  19:23:00
26181         Log: Metaconfig change for #8501.
26182      Branch: metaconfig
26183            ! U/modified/sig_name.U
26184 ____________________________________________________________________________
26185 [  8501] By: jhi                                   on 2001/01/21  19:22:26
26186         Log: The SIG_SIZE is the number of the elements *excluding*
26187              the terminating NULL.
26188      Branch: perl
26189            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
26190            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
26191            ! win32/config_H.vc
26192 ____________________________________________________________________________
26193 [  8500] By: jhi                                   on 2001/01/21  18:31:31
26194         Log: Integrate perlio.
26195      Branch: perl
26196           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
26197           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
26198           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
26199           !> pp_sys.c proto.h sv.c
26200 ____________________________________________________________________________
26201 [  8499] By: jhi                                   on 2001/01/21  17:43:57
26202         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
26203              From: Hugo <hv@crypt.compulink.co.uk>
26204              Date: Sun, 21 Jan 2001 13:34:05 +0000
26205              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
26206              
26207              In sprintf UTF8ize only if necessary.
26208      Branch: perl
26209            ! sv.c
26210 ____________________________________________________________________________
26211 [  8498] By: nick                                  on 2001/01/21  16:25:32
26212         Log: Encode cleanup.
26213              Add command line control over "compile" so that Makefile.PL
26214              needs can be combined with other uses.
26215              Use command line options in Makefile.PL.
26216              Fix multi-byte parsing in .ucm files.
26217      Branch: perlio
26218            ! ext/Encode/Makefile.PL ext/Encode/compile
26219 ____________________________________________________________________________
26220 [  8497] By: nick                                  on 2001/01/21  12:56:27
26221         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
26222      Branch: perlio
26223            ! ext/Encode/Encode.xs
26224 ____________________________________________________________________________
26225 [  8496] By: nick                                  on 2001/01/21  12:18:45
26226         Log: Fixup after integrate:
26227              missed the .sym files that are changed by regen_headers
26228              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
26229      Branch: perlio
26230            ! global.sym pp.sym sv.c
26231 ____________________________________________________________________________
26232 [  8495] By: nick                                  on 2001/01/21  11:51:07
26233         Log: Integrate mainline.
26234      Branch: perlio
26235           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
26236           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
26237           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
26238           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
26239           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
26240           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
26241           !> win32/Makefile win32/makefile.mk
26242 ____________________________________________________________________________
26243 [  8494] By: jhi                                   on 2001/01/20  23:12:11
26244         Log: Forgot the expect_number() prototype.
26245      Branch: perl
26246            ! embed.h embed.pl proto.h
26247 ____________________________________________________________________________
26248 [  8493] By: jhi                                   on 2001/01/20  22:56:39
26249         Log: Subject: [PATCH: perl@8482] README.vms URL updates
26250              From: Peter Prymmer <pvhp@forte.com>
26251              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
26252              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
26253              
26254              Plus Craig A. Berry's suggestion to use compaq.com instead
26255              of digital.com.
26256      Branch: perl
26257            ! README.vms
26258 ____________________________________________________________________________
26259 [  8492] By: jhi                                   on 2001/01/20  22:50:05
26260         Log: Memory management calls documentation.
26261      Branch: perl
26262            ! pod/perlguts.pod
26263 ____________________________________________________________________________
26264 [  8491] By: jhi                                   on 2001/01/20  22:38:33
26265         Log: Signedness nit plus few memcpy/Copy nits.
26266      Branch: perl
26267            ! sv.c
26268 ____________________________________________________________________________
26269 [  8490] By: jhi                                   on 2001/01/20  22:25:53
26270         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
26271              From: Peter Prymmer <pvhp@forte.com>
26272              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
26273              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
26274      Branch: perl
26275            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
26276 ____________________________________________________________________________
26277 [  8489] By: jhi                                   on 2001/01/20  22:24:41
26278         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
26279              From: Peter Prymmer <pvhp@forte.com>
26280              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
26281              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
26282      Branch: perl
26283            ! win32/Makefile win32/makefile.mk
26284 ____________________________________________________________________________
26285 [  8488] By: jhi                                   on 2001/01/20  22:22:27
26286         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
26287              From: Peter Prymmer <pvhp@forte.com>
26288              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
26289              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
26290      Branch: perl
26291            ! Makefile.SH
26292 ____________________________________________________________________________
26293 [  8487] By: jhi                                   on 2001/01/20  22:21:18
26294         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
26295              From: Peter Prymmer <pvhp@forte.com>
26296              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
26297              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
26298      Branch: perl
26299            + ext/DynaLoader/dl_dllload.xs
26300            ! MANIFEST Makefile.SH hints/os390.sh
26301 ____________________________________________________________________________
26302 [  8486] By: jhi                                   on 2001/01/20  22:17:53
26303         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
26304              From: Peter Prymmer <pvhp@forte.com>
26305              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
26306              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
26307      Branch: perl
26308            ! README.os390 README.posix-bc
26309 ____________________________________________________________________________
26310 [  8485] By: jhi                                   on 2001/01/20  20:15:30
26311         Log: Document and test the new qu operator.
26312      Branch: perl
26313            + t/op/qu.t
26314            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
26315            ! pod/perlretut.pod pod/perlunicode.pod
26316 ____________________________________________________________________________
26317 [  8484] By: nick                                  on 2001/01/20  19:42:30
26318         Log: Infrastructure to allow:
26319              open($fh,"|-",@array);
26320              to be implemented
26321              i.e. mark pp_open as needing a stack mark, and make pp_open
26322              process its args in that style (and pass them _all_ to tied handles OPEN).
26323              Invent do_openn() which takes SV ** at allow it to see multiple args.
26324              Note this does not _do_ anything yet.
26325      Branch: perlio
26326            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
26327            ! perlapi.c pp_proto.h pp_sys.c proto.h
26328 ____________________________________________________________________________
26329 [  8483] By: nick                                  on 2001/01/20  17:23:14
26330         Log: Integrate mainline.
26331      Branch: perlio
26332           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
26333           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
26334 ____________________________________________________________________________
26335 [  8482] By: jhi                                   on 2001/01/19  15:37:49
26336         Log: Update Changes.
26337      Branch: perl
26338            ! Changes patchlevel.h
26339 ____________________________________________________________________________
26340 [  8481] By: jhi                                   on 2001/01/19  14:41:24
26341         Log: Subject: Re: new feature: s?printf parameter reordering 
26342              From: Hugo <hv@crypt.compulink.co.uk>
26343              Date: Thu, 11 Jan 2001 17:09:03 +0000
26344              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
26345              
26346              - support reordering for all parameters: %, *v, *, .*
26347              - lay down that the reordering specification must immediately
26348              follow that parameter: %3$, *v3$, *3$, .*3$
26349              - fix vectorisation of a zero-length string
26350              - factor out the code choosing the argument to format
26351              
26352              Possibly unwanted side-effects:
26353              - the special format specifiers ' +-0' must now precede any
26354              vectorisation specifier. Tests in op/sprintf and op/ver
26355              have been changed to reflect this.
26356              - sprintf.t test #214 changed its expectations because in many
26357              cases, the next parameter has already been consumed when an
26358              invalid type letter is detected.
26359              
26360              Probably wanted side-effects:
26361              - attempts to format a non-existent parameter will warn as if C<undef>
26362              - attempt to write to non-existent parameter with '%n' will complain
26363              of "attempt to modify read-only value" instead of being silent
26364      Branch: perl
26365            ! sv.c t/op/sprintf.t t/op/ver.t
26366 ____________________________________________________________________________
26367 [  8480] By: jhi                                   on 2001/01/19  14:08:37
26368         Log: Subject: PATCH pragma/locale.t
26369              From: andreas.koenig@anima.de (Andreas J. Koenig)
26370              Date: 18 Jan 2001 09:45:37 +0100
26371              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
26372      Branch: perl
26373            ! t/pragma/locale.t
26374 ____________________________________________________________________________
26375 [  8479] By: jhi                                   on 2001/01/19  13:19:58
26376         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
26377      Branch: perl
26378            ! configure.com
26379 ____________________________________________________________________________
26380 [  8478] By: jhi                                   on 2001/01/19  02:12:35
26381         Log: Automate 1_compile.t.
26382      Branch: perl
26383            ! t/lib/1_compile.t
26384 ____________________________________________________________________________
26385 [  8477] By: jhi                                   on 2001/01/19  01:49:56
26386         Log: Integrate perlio.
26387      Branch: perl
26388           !> sv.c win32/config.bc win32/config.gc win32/config.vc
26389           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
26390 ____________________________________________________________________________
26391 [  8476] By: nick                                  on 2001/01/18  21:51:52
26392         Log: Integrate mainline
26393      Branch: perlio
26394           +> t/lib/1_compile.t t/lib/compmod.pl
26395           !> MANIFEST configure.com lib/unicode/distinct.pm
26396 ____________________________________________________________________________
26397 [  8475] By: nick                                  on 2001/01/18  21:48:02
26398         Log: Win32 "safe signals" co-existance fix.
26399              Fix SIG_SIZE value.
26400              Clear PL_sig_pending when cloning (fork).
26401      Branch: perlio
26402            ! sv.c win32/config.bc win32/config.gc win32/config.vc
26403            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
26404 ____________________________________________________________________________
26405 [  8474] By: jhi                                   on 2001/01/18  14:40:57
26406         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
26407      Branch: perl
26408            ! t/lib/1_compile.t
26409 ____________________________________________________________________________
26410 [  8473] By: gsar                                  on 2001/01/18  11:42:31
26411         Log: unsubmitted trial1 change
26412      Branch: maint-5.6/perl
26413            ! Changes
26414 ____________________________________________________________________________
26415 [  8472] By: jhi                                   on 2001/01/18  04:30:24
26416         Log: The first bug found by 1_compile.t.
26417      Branch: perl
26418            ! lib/unicode/distinct.pm
26419 ____________________________________________________________________________
26420 [  8471] By: jhi                                   on 2001/01/18  04:29:42
26421         Log: Add Schwern's 1_compile test.  The compile_module script renamed
26422              to be a bit shorter for the 8.3 people.
26423      Branch: perl
26424            + t/lib/1_compile.t t/lib/compmod.pl
26425            ! MANIFEST
26426 ____________________________________________________________________________
26427 [  8470] By: jhi                                   on 2001/01/18  04:16:00
26428         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)
26429              From: Peter Prymmer <pvhp@forte.com>
26430              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
26431              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
26432              Replace #8463.
26433      Branch: maint-5.6/perl
26434            ! configure.com
26435 ____________________________________________________________________________
26436 [  8469] By: jhi                                   on 2001/01/18  04:13:02
26437         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)
26438              From: Peter Prymmer <pvhp@forte.com>
26439              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
26440              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
26441              Replace #8462.
26442      Branch: perl
26443            ! configure.com
26444 ____________________________________________________________________________
26445 [  8468] By: jhi                                   on 2001/01/18  03:42:08
26446         Log: Integrate perlio.
26447      Branch: perl
26448           !> gv.c mg.c perlio.c util.c
26449 ____________________________________________________________________________
26450 [  8467] By: nick                                  on 2001/01/17  22:41:10
26451         Log: "Safe" signals - trial implementation.
26452              gv.c tweaked to zero PL_sig_pend array
26453              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
26454              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
26455              Odd thing is that it "works" with PERLIO=stdio as well (linux).
26456      Branch: perlio
26457            ! gv.c mg.c perlio.c util.c
26458 ____________________________________________________________________________
26459 [  8466] By: nick                                  on 2001/01/17  20:40:20
26460         Log: Integrate mainline.
26461      Branch: perlio
26462           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
26463           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
26464           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
26465           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
26466           !> vos/config.ga.h win32/config.bc win32/config.gc
26467           !> win32/config.vc
26468 ____________________________________________________________________________
26469 [  8465] By: jhi                                   on 2001/01/17  18:37:13
26470         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
26471              From: Nicholas Clark <nick@ccl4.org>
26472              Date: Wed, 17 Jan 2001 17:31:33 +0000
26473              Message-ID: <20010117173133.I2633@plum.flirble.org>
26474      Branch: perl
26475            ! t/op/int.t
26476 ____________________________________________________________________________
26477 [  8464] By: jhi                                   on 2001/01/17  14:43:17
26478         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
26479              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
26480              Date: Wed, 17 Jan 2001 15:16:43 +0100
26481              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
26482              
26483              pp_int() was dropping an NV to the floor,
26484              int(279964589018079/59) either returned not an integer
26485              4745162525730.15, or one got "Attempt to free unreferenced scalar."
26486      Branch: perl
26487            ! pp.c
26488 ____________________________________________________________________________
26489 [  8463] By: jhi                                   on 2001/01/17  06:12:42
26490         Log: (Replaced by #8470)
26491              
26492              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)
26493              From: "Craig A. Berry" <craigberry@mac.com>
26494              Date: Tue, 16 Jan 2001 23:38:46 -0600
26495              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
26496      Branch: maint-5.6/perl
26497            ! configure.com
26498 ____________________________________________________________________________
26499 [  8462] By: jhi                                   on 2001/01/17  06:11:31
26500         Log: (Replaced by #8469)
26501              
26502              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)
26503              From: "Craig A. Berry" <craigberry@mac.com>
26504              Date: Tue, 16 Jan 2001 23:38:46 -0600
26505              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
26506      Branch: perl
26507            ! configure.com
26508 ____________________________________________________________________________
26509 [  8461] By: jhi                                   on 2001/01/17  05:56:12
26510         Log: Allow for one trailing slash in the directory of mkdir().
26511      Branch: perl
26512            ! pp_sys.c
26513 ____________________________________________________________________________
26514 [  8460] By: jhi                                   on 2001/01/17  03:26:01
26515         Log: Metaconfig unit changes for #8459.
26516      Branch: metaconfig
26517            ! U/modified/Loc.U U/modified/sig_name.U
26518 ____________________________________________________________________________
26519 [  8459] By: jhi                                   on 2001/01/17  03:24:48
26520         Log: Define SIG_SIZE, the number of elements in the sig_name and
26521              sig_num arrays, including the final NULL entry.
26522      Branch: perl
26523            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26524            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
26525            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
26526            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
26527            ! win32/config.bc win32/config.gc win32/config.vc
26528 ____________________________________________________________________________
26529 [  8458] By: jhi                                   on 2001/01/17  01:41:33
26530         Log: Integrate perlio.
26531      Branch: perl
26532           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
26533           !> perlapi.h proto.h sv.c
26534 ____________________________________________________________________________
26535 [  8457] By: nick                                  on 2001/01/16  22:07:26
26536         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
26537              Provides all the "cost" but no benefit yet - it is to allow cost
26538              to be measured, and implementation experiments (just in mg.c?).
26539      Branch: perlio
26540            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
26541            ! perlapi.h proto.h sv.c
26542 ____________________________________________________________________________
26543 [  8456] By: nick                                  on 2001/01/16  21:07:07
26544         Log: Integrate mainline.
26545      Branch: perlio
26546           !> (integrate 51 files)
26547 ____________________________________________________________________________
26548 [  8455] By: jhi                                   on 2001/01/16  18:13:43
26549         Log: Subject: [PATCH] regcomp.c old feature removal
26550              From: mjd@plover.com
26551              Date: 16 Jan 2001 14:43:18 -0000 
26552              Message-ID: <20010116144318.7140.qmail@plover.com> 
26553      Branch: perl
26554            ! regcomp.c
26555 ____________________________________________________________________________
26556 [  8454] By: jhi                                   on 2001/01/16  16:12:39
26557         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
26558              From: "Indy Singh" <indy@nusphere.com>
26559              Date: Wed, 10 Jan 2001 20:17:49 -0500
26560              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
26561      Branch: maint-5.6/perl
26562            ! win32/Makefile
26563 ____________________________________________________________________________
26564 [  8453] By: jhi                                   on 2001/01/16  16:09:33
26565         Log: Update Changes.
26566      Branch: perl
26567            ! Changes patchlevel.h
26568 ____________________________________________________________________________
26569 [  8452] By: jhi                                   on 2001/01/16  15:42:04
26570         Log: Subject: Re: API Cleanup
26571              To: perl5-porters@perl.org
26572              Date: Tue, 16 Jan 2001 13:42:30 +0000
26573              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
26574              
26575              Subject: [PATCH] utf8.c documentation
26576              From: Simon Cozens <simon@cozens.net>
26577              Date: Tue, 16 Jan 2001 13:52:48 +0000
26578              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
26579              
26580              Subject: Re: API Cleanup
26581              From: Simon Cozens <simon@cozens.net>
26582              Date: Tue, 16 Jan 2001 14:58:55 +0000
26583              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
26584              
26585              UTF-8 doc patches.
26586      Branch: perl
26587            ! embed.pl pod/perlapi.pod utf8.c
26588 ____________________________________________________________________________
26589 [  8451] By: jhi                                   on 2001/01/16  14:41:39
26590         Log: podlators 1.07, from Russ Allbery.
26591      Branch: perl
26592            ! lib/Pod/Man.pm
26593 ____________________________________________________________________________
26594 [  8450] By: jhi                                   on 2001/01/16  14:24:19
26595         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
26596              From: "Indy Singh" <indy@nusphere.com>
26597              Date: Mon, 15 Jan 2001 20:59:40 -0500
26598              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
26599      Branch: perl
26600            ! win32/Makefile
26601 ____________________________________________________________________________
26602 [  8449] By: jhi                                   on 2001/01/16  03:42:55
26603         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
26604              at the setting of the ofs_sv in new_struct_thread() as the
26605              thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
26606              that invited a core dump.
26607      Branch: perl
26608            ! util.c
26609 ____________________________________________________________________________
26610 [  8448] By: jhi                                   on 2001/01/16  01:49:07
26611         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
26612              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
26613              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
26614              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
26615              
26616              Replace #8444 and #8445.
26617      Branch: perl
26618            ! ext/B/B.xs ext/B/B/Debug.pm
26619 ____________________________________________________________________________
26620 [  8447] By: jhi                                   on 2001/01/15  21:05:35
26621         Log: Subject: [PATCH] API Variable documentation   
26622              From: Simon Cozens <simon@cozens.net>
26623              Date: Mon, 15 Jan 2001 19:35:54 +0000
26624              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
26625      Branch: perl
26626            ! pod/perlapi.pod thrdvar.h
26627 ____________________________________________________________________________
26628 [  8446] By: jhi                                   on 2001/01/15  20:49:20
26629         Log: Signedness nit.
26630      Branch: perl
26631            ! pp_ctl.c
26632 ____________________________________________________________________________
26633 [  8445] By: jhi                                   on 2001/01/15  20:28:48
26634         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
26635      Branch: perl
26636            ! ext/B/B/Debug.pm
26637 ____________________________________________________________________________
26638 [  8444] By: jhi                                   on 2001/01/15  13:09:10
26639         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
26640      Branch: perl
26641            ! ext/B/B.xs
26642 ____________________________________________________________________________
26643 [  8443] By: jhi                                   on 2001/01/15  13:06:26
26644         Log: Missing from #8439.
26645      Branch: perl
26646            ! keywords.h mg.c
26647 ____________________________________________________________________________
26648 [  8442] By: jhi                                   on 2001/01/15  13:02:38
26649         Log: Subject: [PATCH @8436] Eliminate op_children
26650              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
26651              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
26652              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
26653              
26654              Subject: [PATCH @8436] Re: Eliminate op_children
26655              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
26656              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
26657              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
26658      Branch: perl
26659            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
26660            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
26661            ! op.c op.h
26662 ____________________________________________________________________________
26663 [  8441] By: jhi                                   on 2001/01/15  12:57:08
26664         Log: Use the /^Perl_/-less form of is_lvalue_sub().
26665      Branch: perl
26666            ! pp.h
26667 ____________________________________________________________________________
26668 [  8440] By: jhi                                   on 2001/01/15  05:13:09
26669         Log: Revert #8437 and #8438, the Linux large files story is more complex.
26670      Branch: metaconfig/U/perl
26671            ! d_fpos64_t.U d_off64_t.U
26672      Branch: perl
26673            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26674            ! config_h.SH configure.com epoc/config.sh perl.h
26675            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
26676            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
26677            ! win32/config.bc win32/config.gc win32/config.vc
26678 ____________________________________________________________________________
26679 [  8439] By: jhi                                   on 2001/01/15  05:02:24
26680         Log: More UTF-8 patches from Inaba Hiroto.
26681              - The substr lval was still not okay.
26682              - Now pp_stringify and sv_setsv copies source's UTF8 flag
26683              even if IN_BYTE.  pp_stringify is called from fold_constants
26684              at optimization phase and "\x{100}" was made SvUTF8_off under
26685              use bytes (the bytes pragma is for "byte semantics" and not
26686              for "do not produce UTF8 data")
26687              - New `qu' operator to generate UTF8 string explicitly.
26688              Though I agree with the policy "0x00-0xff always produce bytes",
26689              sometimes want to such a string to be coded in UTF8.
26690              I can use pack"U0a*" but it requires more typing and has
26691              runtime overhead.
26692              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
26693              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
26694              string is not UTF8_on and has char 0x80-0xff.
26695              
26696              TODO: document and test qu.
26697      Branch: perl
26698            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
26699            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
26700            ! toke.c
26701 ____________________________________________________________________________
26702 [  8438] By: jhi                                   on 2001/01/14  05:10:23
26703         Log: Metaconfig unit changes for #8437.
26704      Branch: metaconfig/U/perl
26705            ! d_fpos64_t.U d_off64_t.U
26706 ____________________________________________________________________________
26707 [  8437] By: jhi                                   on 2001/01/14  04:55:34
26708         Log: Add <features.h> probing, seems to be needed for (some?)
26709              Linux largefileness.
26710      Branch: perl
26711            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26712            ! config_h.SH configure.com epoc/config.sh perl.h
26713            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
26714            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
26715            ! win32/config.bc win32/config.gc win32/config.vc
26716 ____________________________________________________________________________
26717 [  8436] By: jhi                                   on 2001/01/13  17:47:21
26718         Log: Tighten some of the tests a bit.
26719      Branch: perl
26720            ! t/pragma/utf8.t
26721 ____________________________________________________________________________
26722 [  8435] By: jhi                                   on 2001/01/13  17:31:54
26723         Log: Integrate perlio.
26724      Branch: perl
26725           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
26726           !> win32/config_H.gc win32/config_H.vc
26727 ____________________________________________________________________________
26728 [  8434] By: nick                                  on 2001/01/13  11:36:53
26729         Log: Run dmake regen_config_h for Win32
26730      Branch: perlio
26731            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
26732 ____________________________________________________________________________
26733 [  8433] By: nick                                  on 2001/01/13  11:31:55
26734         Log: VMS friendly patch to Encode compile process
26735      Branch: perlio
26736            ! ext/Encode/Makefile.PL ext/Encode/compile
26737 ____________________________________________________________________________
26738 [  8432] By: nick                                  on 2001/01/13  11:06:44
26739         Log: Integrate mainline
26740      Branch: perlio
26741           +> ext/B/B/Concise.pm
26742           !> (integrate 52 files)
26743 ____________________________________________________________________________
26744 [  8431] By: jhi                                   on 2001/01/13  05:55:55
26745         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
26746              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
26747              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
26748              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
26749      Branch: perl
26750            ! ext/B/B/Concise.pm
26751 ____________________________________________________________________________
26752 [  8430] By: jhi                                   on 2001/01/13  04:24:18
26753         Log: The LVRET macro needed an aTHX.
26754      Branch: perl
26755            ! pp.h
26756 ____________________________________________________________________________
26757 [  8429] By: jhi                                   on 2001/01/13  02:12:42
26758         Log: Update Changes.
26759      Branch: perl
26760            ! Changes patchlevel.h
26761 ____________________________________________________________________________
26762 [  8428] By: jhi                                   on 2001/01/13  02:08:50
26763         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
26764              From: Peter Prymmer <pvhp@forte.com>
26765              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
26766              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
26767              
26768              Add a BEGIN guard for sloppy floating point division.
26769      Branch: perl
26770            ! lib/Math/BigInt.pm lib/bigint.pl
26771 ____________________________________________________________________________
26772 [  8427] By: jhi                                   on 2001/01/13  01:47:16
26773         Log: The B::Terse drop-in replacement wasn't quite drop-in.
26774      Branch: perl
26775            ! ext/B/B/Terse.pm
26776 ____________________________________________________________________________
26777 [  8426] By: jhi                                   on 2001/01/12  21:20:43
26778         Log: Use UVXf.
26779      Branch: perl
26780            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26781            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
26782            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
26783            ! vos/config.ga.def vos/config.ga.h win32/config.bc
26784            ! win32/config.gc win32/config.vc
26785 ____________________________________________________________________________
26786 [  8425] By: jhi                                   on 2001/01/12  20:20:14
26787         Log: Subject: [PATCH perl@8342] -Wformat
26788              From: Robin Barker <rmb1@cise.npl.co.uk>
26789              Date: Fri, 12 Jan 2001 20:03:14 GMT
26790              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
26791      Branch: perl
26792            ! ext/Encode/Encode.xs mg.c sv.c toke.c
26793 ____________________________________________________________________________
26794 [  8424] By: jhi                                   on 2001/01/12  20:01:48
26795         Log: Subject: B::Concise -- an improved replacement for B::Terse 
26796              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
26797              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
26798              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
26799      Branch: perl
26800            + ext/B/B/Concise.pm
26801            ! MANIFEST ext/B/B/Terse.pm
26802 ____________________________________________________________________________
26803 [  8423] By: jhi                                   on 2001/01/12  19:24:02
26804         Log: The new metaconfig unit from the #8421.
26805      Branch: metaconfig/U/perl
26806            + d_sigprocmask.U
26807 ____________________________________________________________________________
26808 [  8422] By: jhi                                   on 2001/01/12  19:23:43
26809         Log: Forgot the microperl config from the #8421.
26810      Branch: perl
26811            ! uconfig.h uconfig.sh
26812 ____________________________________________________________________________
26813 [  8421] By: jhi                                   on 2001/01/12  19:05:27
26814         Log: Add sigprocmask() probe, regen Configure, regen toc.
26815      Branch: perl
26816            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26817            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
26818            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
26819            ! vos/config.ga.h win32/config.bc win32/config.gc
26820            ! win32/config.vc
26821 ____________________________________________________________________________
26822 [  8420] By: jhi                                   on 2001/01/12  18:34:31
26823         Log: Add sockatmark() to the todo list.
26824      Branch: perl
26825            ! Todo-5.6
26826 ____________________________________________________________________________
26827 [  8419] By: jhi                                   on 2001/01/12  18:09:46
26828         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
26829      Branch: perl
26830            ! op.c
26831 ____________________________________________________________________________
26832 [  8418] By: jhi                                   on 2001/01/12  18:05:30
26833         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
26834              From: Radu Greab <radu@netsoft.ro>
26835              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
26836              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
26837      Branch: perl
26838            ! op.c t/pragma/sub_lval.t
26839 ____________________________________________________________________________
26840 [  8417] By: jhi                                   on 2001/01/12  16:09:09
26841         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
26842              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
26843              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
26844              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
26845      Branch: perl
26846            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
26847            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
26848            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
26849            ! t/pragma/sub_lval.t toke.c
26850 ____________________________________________________________________________
26851 [  8416] By: jhi                                   on 2001/01/12  15:42:06
26852         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
26853              From: "Richard Soderberg" <rs@crystalflame.net>
26854              Date: Fri, 12 Jan 2001 04:49:35 -0800
26855              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
26856              
26857              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
26858              according to the platform.
26859      Branch: perl
26860            ! op.c
26861 ____________________________________________________________________________
26862 [  8415] By: jhi                                   on 2001/01/12  15:33:41
26863         Log: One more UTF-8 fix from Inaba Hiroto.
26864      Branch: perl
26865            ! pp.c regexec.c t/pragma/utf8.t
26866 ____________________________________________________________________________
26867 [  8414] By: jhi                                   on 2001/01/12  15:30:18
26868         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
26869      Branch: perl
26870            ! regexec.c
26871 ____________________________________________________________________________
26872 [  8413] By: jhi                                   on 2001/01/12  15:22:10
26873         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
26874              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
26875              Date: Thu, 11 Jan 2001 12:53:36 +0100
26876              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
26877      Branch: perl
26878            ! toke.c
26879 ____________________________________________________________________________
26880 [  8412] By: jhi                                   on 2001/01/12  15:20:25
26881         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
26882              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
26883              Date: Fri, 12 Jan 2001 14:37:55 +0100
26884              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
26885      Branch: perl
26886            ! hints/posix-bc.sh
26887 ____________________________________________________________________________
26888 [  8411] By: jhi                                   on 2001/01/12  15:14:14
26889         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
26890              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
26891              Date: Fri, 12 Jan 2001 10:42:21 +0100
26892              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
26893      Branch: perl
26894            ! t/op/regmesg.t
26895 ____________________________________________________________________________
26896 [  8410] By: jhi                                   on 2001/01/12  05:48:55
26897         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
26898              From: Nicholas Clark <nick@ccl4.org> 
26899              Date: Sun, 7 Jan 2001 19:47:14 +0000
26900              Message-ID: <20010107194714.B1048@plum.flirble.org>
26901      Branch: perl
26902            ! t/op/numconvert.t
26903 ____________________________________________________________________________
26904 [  8409] By: jhi                                   on 2001/01/12  05:41:28
26905         Log: Integrate perlio.
26906      Branch: perl
26907           !> mg.c scope.h
26908 ____________________________________________________________________________
26909 [  8408] By: nick                                  on 2001/01/11  22:43:28
26910         Log: Remove variables that were used in experiments.
26911      Branch: perlio
26912            ! mg.c
26913 ____________________________________________________________________________
26914 [  8407] By: nick                                  on 2001/01/11  20:57:44
26915         Log: Catch die in %SIG handler and unblock the signal before re-dying.
26916              This make Linux work _without_ sigsetjmp().
26917              Turn off sigsetjmp() to see what else it does.
26918              May need Configure probe for sigprocmask() if anything has sigaction()
26919              but not sigprocmask().
26920      Branch: perlio
26921            ! mg.c scope.h
26922 ____________________________________________________________________________
26923 [  8406] By: nick                                  on 2001/01/11  19:32:07
26924         Log: Integrate mainline
26925      Branch: perlio
26926           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
26927           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
26928           !> t/op/substr.t
26929 ____________________________________________________________________________
26930 [  8405] By: jhi                                   on 2001/01/11  17:11:01
26931         Log: Fix UTF-8 lval substr().
26932      Branch: perl
26933            ! mg.c t/op/substr.t
26934 ____________________________________________________________________________
26935 [  8404] By: jhi                                   on 2001/01/11  05:13:58
26936         Log: Update Changes.
26937      Branch: perl
26938            ! Changes patchlevel.h
26939 ____________________________________________________________________________
26940 [  8403] By: jhi                                   on 2001/01/11  04:38:24
26941         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
26942              From: Hugo <hv@crypt.compulink.co.uk>
26943              Date: Mon, 30 Oct 2000 01:33:26 +0000
26944              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
26945      Branch: perl
26946            ! regexec.c t/op/re_tests
26947 ____________________________________________________________________________
26948 [  8402] By: jhi                                   on 2001/01/11  04:26:12
26949         Log: Integrate perlio.
26950      Branch: perl
26951           !> scope.h util.c
26952 ____________________________________________________________________________
26953 [  8401] By: nick                                  on 2001/01/10  22:52:55
26954         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
26955              (So Alan and Ilya can try setting via hints.)
26956              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
26957              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
26958              doing the save everywhere seems to restart read() correctly, but just
26959              doing it once "round" the handler does not.
26960      Branch: perlio
26961            ! scope.h
26962 ____________________________________________________________________________
26963 [  8400] By: jhi                                   on 2001/01/10  21:57:54
26964         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
26965              of IRIX, HP-UX is unaffected.
26966      Branch: perl
26967            ! perl.h
26968 ____________________________________________________________________________
26969 [  8399] By: nick                                  on 2001/01/10  21:29:19
26970         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
26971      Branch: perlio
26972            ! util.c
26973 ____________________________________________________________________________
26974 [  8398] By: jhi                                   on 2001/01/10  20:55:31
26975         Log: Add ReuseAddr as a (preferred) alias for Reuse as we now
26976              also have ReusePort.
26977      Branch: perl
26978            ! ext/IO/lib/IO/Socket/INET.pm
26979 ____________________________________________________________________________
26980 [  8397] By: jhi                                   on 2001/01/10  20:50:57
26981         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
26982              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
26983              Date: Wed, 10 Jan 2001 01:38:13 -0800
26984              Message-ID: <20010110013813.B41744@yahoo-inc.com>
26985      Branch: perl
26986            ! ext/IO/lib/IO/Socket/INET.pm
26987 ____________________________________________________________________________
26988 [  8396] By: jhi                                   on 2001/01/10  20:49:30
26989         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
26990              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
26991              Date: Wed, 10 Jan 2001 01:37:32 -0800
26992              Message-ID: <20010110013732.A41744@yahoo-inc.com>
26993      Branch: perl
26994            ! ext/Socket/Socket.pm
26995 ____________________________________________________________________________
26996 [  8395] By: jhi                                   on 2001/01/10  20:41:37
26997         Log: Test for bug id 20010105.016 (fixed by #8378).
26998      Branch: perl
26999            ! t/op/split.t
27000 ____________________________________________________________________________
27001 [  8394] By: jhi                                   on 2001/01/10  20:26:32
27002         Log: Integrate perlio.
27003      Branch: perl
27004            ! util.c
27005 ____________________________________________________________________________
27006 [  8393] By: nick                                  on 2001/01/10  19:34:30
27007         Log: Back out Simon's pid hackery for now.
27008      Branch: perlio
27009            ! util.c
27010 ____________________________________________________________________________
27011 [  8392] By: nick                                  on 2001/01/10  19:23:13
27012         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
27013      Branch: perlio
27014           !> (integrate 29 files)
27015 ____________________________________________________________________________
27016 [  8391] By: jhi                                   on 2001/01/10  18:43:15
27017         Log: Subject: [PATCH] Fix my_pclose segfault
27018              From: Simon Cozens <simon@cozens.net>
27019              Date: Wed, 10 Jan 2001 18:39:35 +0000
27020              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
27021      Branch: perl
27022            ! util.c
27023 ____________________________________________________________________________
27024 [  8390] By: jhi                                   on 2001/01/10  18:42:08
27025         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
27026              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
27027              Date:     Wed, 10 Jan 2001 13:23:02 EST
27028              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
27029      Branch: perl
27030            ! ext/Opcode/Opcode.xs
27031 ____________________________________________________________________________
27032 [  8389] By: jhi                                   on 2001/01/10  15:16:07
27033         Log: Turn off the integer preservation for now.
27034      Branch: perl
27035            ! perl.h
27036 ____________________________________________________________________________
27037 [  8388] By: jhi                                   on 2001/01/10  15:01:25
27038         Log: Few more IDE/editor nits from p5p.
27039      Branch: perl
27040            ! pod/perlfaq3.pod
27041 ____________________________________________________________________________
27042 [  8387] By: jhi                                   on 2001/01/10  06:53:16
27043         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
27044              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
27045              Date: Tue, 9 Jan 2001 23:16:02 +0000
27046              Message-ID: <20010109231602.A81101@plum.flirble.org>
27047      Branch: perl
27048            ! sv.c
27049 ____________________________________________________________________________
27050 [  8386] By: jhi                                   on 2001/01/10  03:17:54
27051         Log: Test cases for #8385 (from Simon's "torture.pl")
27052      Branch: perl
27053            ! t/op/tr.t
27054 ____________________________________________________________________________
27055 [  8385] By: jhi                                   on 2001/01/10  03:17:11
27056         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
27057              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
27058              Date: Wed, 10 Jan 2001 11:39:39 +0900
27059              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
27060              
27061              Some more UTF-8 tr cases fixed.
27062      Branch: perl
27063            ! doop.c
27064 ____________________________________________________________________________
27065 [  8384] By: jhi                                   on 2001/01/09  22:45:40
27066         Log: Allow the locale test needing POSIX and the taint test
27067              needing IPC::SysV to run under 'minitest' (basically,
27068              bail out if loading the extension fails)
27069      Branch: perl
27070            ! t/op/misc.t t/op/taint.t
27071 ____________________________________________________________________________
27072 [  8383] By: jhi                                   on 2001/01/09  21:36:04
27073         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
27074              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
27075              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
27076              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
27077      Branch: perl
27078            ! t/io/openpid.t
27079 ____________________________________________________________________________
27080 [  8382] By: jhi                                   on 2001/01/09  21:06:08
27081         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
27082              Should finish up the bug id 20001205.022.
27083      Branch: perl
27084            ! pp.c pp_hot.c scope.c
27085 ____________________________________________________________________________
27086 [  8381] By: jhi                                   on 2001/01/09  18:27:43
27087         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
27088              From: Andy Dougherty <doughera@lafayette.edu>
27089              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
27090              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
27091              
27092              More robust yacc/bison error detection.
27093      Branch: perl
27094            ! t/comp/proto.t
27095 ____________________________________________________________________________
27096 [  8380] By: jhi                                   on 2001/01/09  15:21:38
27097         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
27098              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
27099              Date:     Tue, 9 Jan 2001 07:53:55 EST
27100              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
27101      Branch: perl
27102            ! t/op/misc.t vms/test.com
27103 ____________________________________________________________________________
27104 [  8379] By: jhi                                   on 2001/01/09  15:20:38
27105         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
27106              From: jhi@cc.hut.fi
27107              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
27108              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
27109              
27110              The #8378 fixed this.
27111      Branch: perl
27112            ! t/op/tr.t
27113 ____________________________________________________________________________
27114 [  8378] By: jhi                                   on 2001/01/09  15:05:32
27115         Log: Subject: One more patch for UTF8 
27116              From: Inaba Hiroto <inaba@st.rim.or.jp>
27117              Date: Tue, 09 Jan 2001 01:04:32 +0900
27118              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
27119              
27120              UTF-8 fixes for 'x' and tr///.
27121      Branch: perl
27122            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
27123            ! regcomp.c regexec.c toke.c utf8.c
27124 ____________________________________________________________________________
27125 [  8377] By: jhi                                   on 2001/01/09  14:32:17
27126         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
27127      Branch: perl
27128            ! t/op/length.t
27129 ____________________________________________________________________________
27130 [  8376] By: jhi                                   on 2001/01/09  04:32:32
27131         Log: integrate changes #7775, #8316, #8316 from mainline
27132      Branch: maint-5.6/perl
27133            ! hints/solaris_2.sh
27134 ____________________________________________________________________________
27135 [  8375] By: jhi                                   on 2001/01/09  04:26:43
27136         Log: Update Changes.
27137      Branch: perl
27138            ! Changes patchlevel.h
27139 ____________________________________________________________________________
27140 [  8374] By: jhi                                   on 2001/01/09  04:14:32
27141         Log: IDE/editor section tweaking.
27142      Branch: perl
27143            ! pod/perlfaq3.pod
27144 ____________________________________________________________________________
27145 [  8373] By: jhi                                   on 2001/01/09  02:38:26
27146         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
27147              From: Peter Prymmer <pvhp@forte.com>
27148              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
27149              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
27150              
27151              In preparation os OS/390 dynamic loading.
27152      Branch: perl
27153            ! README.os390 hints/os390.sh
27154 ____________________________________________________________________________
27155 [  8372] By: jhi                                   on 2001/01/09  00:24:30
27156         Log: Integrate with perlio.
27157      Branch: perl
27158           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
27159 ____________________________________________________________________________
27160 [  8371] By: nick                                  on 2001/01/08  23:54:33
27161         Log: Fix "scalars leaked" bugs caused by overload magic
27162              (Highlighted by Ilya's DESTROY optimization.)
27163      Branch: perlio
27164            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
27165 ____________________________________________________________________________
27166 [  8370] By: nick                                  on 2001/01/08  20:19:41
27167         Log: Integrate mainline
27168      Branch: perlio
27169           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
27170           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
27171           !> t/op/64bitint.t
27172 ____________________________________________________________________________
27173 [  8369] By: jhi                                   on 2001/01/08  17:30:52
27174         Log: save_delete() Safefree() doesn't (anymore?) work with shared
27175              strings, one test failure in op/misc and almost all of lib/b.
27176              (Outcomments #8369.)
27177      Branch: perl
27178            ! scope.c
27179 ____________________________________________________________________________
27180 [  8368] By: jhi                                   on 2001/01/08  14:47:10
27181         Log: (Outcommented by #8369.)
27182              
27183              Subject: Re: Perl BugID 20001205.022 ---- save_delete
27184              From: Simon Cozens <simon@cozens.net>
27185              Date: Sat, 6 Jan 2001 11:48:40 +0000
27186              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
27187              
27188              The save_delete() does need the Safefree.
27189      Branch: perl
27190            ! scope.c
27191 ____________________________________________________________________________
27192 [  8367] By: bailey                                on 2001/01/08  08:53:52
27193         Log: Once again syncing after too long an absence
27194      Branch: vmsperl
27195           +> (branch 55 files)
27196            - MAINTAIN fix_pl vos/config.def vos/config.h
27197            - vos/config_h.SH_orig
27198           !> (integrate 498 files)
27199 ____________________________________________________________________________
27200 [  8366] By: jhi                                   on 2001/01/08  02:42:59
27201         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
27202              From: nick@ccl4.org
27203              Date: Sun, 7 Jan 2001 21:07:18 +0000
27204              Message-Id: <20010107210717.D1048@plum.flirble.org>
27205      Branch: perl
27206            ! sv.c t/op/64bitint.t
27207 ____________________________________________________________________________
27208 [  8365] By: jhi                                   on 2001/01/08  02:35:16
27209         Log: Subject: [PATCH] environ nit
27210              From: Simon Cozens <simon@cozens.net>
27211              Date: Sun, 7 Jan 2001 17:57:07 +0000
27212              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
27213              
27214              Use environ only if we have it.
27215      Branch: perl
27216            ! mg.c
27217 ____________________________________________________________________________
27218 [  8364] By: jhi                                   on 2001/01/08  02:24:51
27219         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
27220      Branch: perl
27221            ! ext/GDBM_File/GDBM_File.xs
27222 ____________________________________________________________________________
27223 [  8363] By: jhi                                   on 2001/01/08  02:19:24
27224         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
27225              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
27226              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
27227              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
27228      Branch: perl
27229            ! dump.c op.c
27230 ____________________________________________________________________________
27231 [  8362] By: jhi                                   on 2001/01/08  02:17:43
27232         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
27233              From: Doug MacEachern <dougm@covalent.net>
27234              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
27235              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
27236              
27237              Allow AUTOLOAD to be an xsub and allow such xsubs
27238              to avoid use of $AUTOLOAD.
27239      Branch: perl
27240            ! gv.c
27241 ____________________________________________________________________________
27242 [  8361] By: jhi                                   on 2001/01/08  02:16:07
27243         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
27244              From: Radu Greab <radu@netsoft.ro>
27245              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
27246              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
27247              
27248              No need for the potentially unportable $SIG{CHLD}.
27249      Branch: perl
27250            ! t/io/pipe.t
27251 ____________________________________________________________________________
27252 [  8360] By: jhi                                   on 2001/01/08  01:58:23
27253         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
27254      Branch: perl
27255            ! lib/Getopt/Long.pm
27256 ____________________________________________________________________________
27257 [  8359] By: jhi                                   on 2001/01/08  01:55:44
27258         Log: Integrate perlio.
27259      Branch: perl
27260           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
27261           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
27262           !> utf8.c win32/Makefile
27263 ____________________________________________________________________________
27264 [  8358] By: jhi                                   on 2001/01/07  21:16:50
27265         Log: Update the EPOC cross SDK URL.
27266      Branch: perl
27267            ! README.epoc
27268 ____________________________________________________________________________
27269 [  8357] By: jhi                                   on 2001/01/07  21:16:09
27270         Log: Update the EPOC cross SDK URL.
27271      Branch: maint-5.6/perl
27272            ! README.epoc
27273 ____________________________________________________________________________
27274 [  8356] By: nick                                  on 2001/01/06  21:47:52
27275         Log: FILE * in XS code for PerlIO world:
27276              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
27277              - Add FILE * T_STDIO typemap.
27278              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
27279      Branch: perlio
27280            ! lib/ExtUtils/typemap perlio.c perlio.h
27281 ____________________________________________________________________________
27282 [  8355] By: jhi                                   on 2001/01/06  20:27:15
27283         Log: integrate change #8336 from mainline
27284              
27285              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
27286      Branch: maint-5.6/perl
27287            ! hv.c
27288 ____________________________________________________________________________
27289 [  8354] By: jhi                                   on 2001/01/06  20:24:29
27290         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
27291              From: Robin Barker <rmb1@cise.npl.co.uk>
27292              Date: Fri, 22 Dec 2000 12:17:38 GMT
27293              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
27294              
27295              The patch reformats some long =item lines so they give
27296              correct output via pod2man | nroff -man
27297              
27298              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
27299              From: Robin Barker <rmb1@cise.npl.co.uk>
27300              Date: Tue, 2 Jan 2001 15:35:03 GMT
27301              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
27302              
27303              Here is a _further_ patch which corrects a few more errors:
27304              * an empty C<=item> in CPAN.pm
27305              * patching the wrong file (pod/perlamiga.pod not README.amiga)
27306              * leaving empty C<=item>s which formatted incorrectly
27307              * over long C<=item>s revealed by latest patch to Pod::Man
27308      Branch: maint-5.6/perl
27309            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
27310            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
27311            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
27312            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
27313            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
27314            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
27315 ____________________________________________________________________________
27316 [  8353] By: jhi                                   on 2001/01/06  20:21:10
27317         Log: integrate changes #7980, 7990, 8056, 8057 from mainline
27318              
27319              UTF-8 hash keys.
27320      Branch: maint-5.6/perl
27321            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
27322 ____________________________________________________________________________
27323 [  8352] By: jhi                                   on 2001/01/06  20:18:44
27324         Log: Forgotten from #8438.
27325      Branch: maint-5.6/perl
27326            ! epoc/epocish.h
27327 ____________________________________________________________________________
27328 [  8351] By: jhi                                   on 2001/01/06  20:18:12
27329         Log: Forgotten from #8347.
27330      Branch: maint-5.6/perl
27331            ! config_h.SH
27332 ____________________________________________________________________________
27333 [  8350] By: jhi                                   on 2001/01/06  20:00:19
27334         Log: Thinko in #8347.
27335      Branch: maint-5.6/perl
27336            ! regcomp.c
27337 ____________________________________________________________________________
27338 [  8349] By: jhi                                   on 2001/01/06  18:05:30
27339         Log: Copy the FAQ3 IDE section from the development branch,
27340              changes originally by Peter Prymmer.
27341      Branch: maint-5.6/perl
27342            ! pod/perlfaq3.pod
27343 ____________________________________________________________________________
27344 [  8348] By: jhi                                   on 2001/01/06  18:03:02
27345         Log: EPOC updates for TRIAL1.
27346              
27347              Subject: [5.6.1 trial1] EPOC update
27348              From: Olaf Flebbe <O.Flebbe@science-computing.de>
27349              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
27350              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
27351              
27352              Subject: epoc patch2 for perl-5.6.1-trial1
27353              From: Olaf Flebbe <O.Flebbe@science-computing.de>
27354              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
27355              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
27356      Branch: maint-5.6/perl
27357            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
27358            ! epoc/epocish.c
27359 ____________________________________________________________________________
27360 [  8347] By: jhi                                   on 2001/01/06  17:29:10
27361         Log: integrate changes #7710,7824,7973 from mainline,
27362              plus VMS nits from Peter Prymmer and Dan Sugalski.
27363              
27364              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
27365              library (getprotobyname and getprotobynumber are outversioned by
27366              the same calls in libc, at least for xlc version 3.
27367              
27368              Add HAS_SBRK_PROTO.
27369              
27370              Fixes for signedness warnings noticed by VMSperlers.
27371      Branch: maint-5.6/perl
27372            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27373            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
27374            ! sv.c vms/descrip_mms.template vos/config.alpha.def
27375            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
27376            ! win32/config.bc win32/config.gc win32/config.vc
27377 ____________________________________________________________________________
27378 [  8346] By: nick                                  on 2001/01/06  14:36:01
27379         Log: Fixup accumulated integrate muddles (perlio == devperl again)
27380      Branch: perlio
27381            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
27382 ____________________________________________________________________________
27383 [  8345] By: nick                                  on 2001/01/06  14:24:58
27384         Log: Integrate mainline
27385      Branch: perlio
27386           !> (integrate 55 files)
27387 ____________________________________________________________________________
27388 [  8344] By: jhi                                   on 2001/01/06  02:24:02
27389         Log: Subject: [patch] PerlIO_cleanup() prototype
27390              From: Doug MacEachern <dougm@covalent.net>
27391              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
27392              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
27393      Branch: perl
27394            ! perlio.h
27395 ____________________________________________________________________________
27396 [  8343] By: jhi                                   on 2001/01/06  01:04:09
27397         Log: IRIX compiler noticed that the bof initialization might be
27398              bypassed by control flow.
27399      Branch: perl
27400            ! toke.c
27401 ____________________________________________________________________________
27402 [  8342] By: jhi                                   on 2001/01/06  00:10:48
27403         Log: Update Changes.
27404      Branch: perl
27405            ! Changes patchlevel.h
27406 ____________________________________________________________________________
27407 [  8341] By: jhi                                   on 2001/01/05  23:52:33
27408         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
27409      Branch: perl
27410            ! toke.c
27411 ____________________________________________________________________________
27412 [  8340] By: jhi                                   on 2001/01/05  22:44:08
27413         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
27414              From: Radu Greab <radu@netsoft.ro>
27415              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
27416              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
27417      Branch: perl
27418            ! t/io/pipe.t util.c
27419 ____________________________________________________________________________
27420 [  8339] By: jhi                                   on 2001/01/05  22:35:17
27421         Log: Subject: [PATCH] format and rewording in perlfaq.pod
27422              From: Robin Barker <rmb1@cise.npl.co.uk>
27423              Date: Fri, 5 Jan 2001 18:51:20 GMT
27424              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
27425      Branch: perl
27426            ! pod/perlfaq.pod
27427 ____________________________________________________________________________
27428 [  8338] By: jhi                                   on 2001/01/05  22:31:17
27429         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
27430              From: Peter Prymmer <pvhp@forte.com>
27431              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
27432              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
27433      Branch: perl
27434            ! utils/perlbug.PL
27435 ____________________________________________________________________________
27436 [  8337] By: jhi                                   on 2001/01/05  18:15:11
27437         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
27438              From: Robin Barker <rmb1@cise.npl.co.uk>
27439              Date: Tue, 2 Jan 2001 15:24:07 GMT
27440              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
27441              
27442              If you call configure as C<./Configure> or C<sh ./Configure>,
27443              $src is set to the absolute path name, not '.'.
27444              
27445              This, in turn, means -Dmksymlink tries to do its stuff because
27446              it does not think it is in the src directory.
27447              
27448              (plus a metaconfig nitfix)
27449      Branch: metaconfig
27450            ! U/compline/ccflags.U U/modified/src.U
27451      Branch: perl
27452            ! Configure config_h.SH
27453 ____________________________________________________________________________
27454 [  8336] By: jhi                                   on 2001/01/05  17:48:32
27455         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
27456              From: Alan Burlison <Alan.Burlison@uk.sun.com>
27457              Message-ID: <3A5606C4.473D2226@uk.sun.com>
27458              Date: Fri, 05 Jan 2001 17:39:16 +0000
27459      Branch: perl
27460            ! hv.c
27461 ____________________________________________________________________________
27462 [  8335] By: jhi                                   on 2001/01/05  16:05:44
27463         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
27464      Branch: perl
27465            ! lib/Getopt/Long.pm
27466 ____________________________________________________________________________
27467 [  8334] By: jhi                                   on 2001/01/05  16:00:51
27468         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
27469              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
27470              Date: Fri, 05 Jan 2001 13:46:51 +0100
27471              Message-ID: <13693.978698811@nice.ram.loc>
27472              
27473              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
27474              accurate reading of the "atime".  
27475      Branch: perl
27476            ! t/io/fs.t
27477 ____________________________________________________________________________
27478 [  8333] By: jhi                                   on 2001/01/05  15:57:37
27479         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
27480              From: Simon Cozens <simon@cozens.net>
27481              Date: Fri, 8 Dec 2000 13:33:31 +0000
27482              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
27483              
27484              A lost patch fragment.
27485      Branch: perl
27486            ! doop.c
27487 ____________________________________________________________________________
27488 [  8332] By: jhi                                   on 2001/01/05  15:40:42
27489         Log: Do away with strncpy() and a fixed length buffer.
27490      Branch: perl
27491            ! utf8.c
27492 ____________________________________________________________________________
27493 [  8331] By: jhi                                   on 2001/01/05  15:03:07
27494         Log: Tests for #8329 and #8330.
27495      Branch: perl
27496            ! t/op/bop.t
27497 ____________________________________________________________________________
27498 [  8330] By: jhi                                   on 2001/01/05  15:02:38
27499         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
27500              raw 8-bit form to the UTF-8 string.
27501      Branch: perl
27502            ! toke.c
27503 ____________________________________________________________________________
27504 [  8329] By: jhi                                   on 2001/01/05  14:55:13
27505         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
27506              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
27507              Date: Fri, 5 Jan 2001 12:28:52 +0100
27508              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
27509              
27510              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
27511              no effect.  (changed the strncpy() to Copy())
27512      Branch: perl
27513            ! toke.c
27514 ____________________________________________________________________________
27515 [  8328] By: jhi                                   on 2001/01/05  06:44:27
27516         Log: UTF-8 cleanup.
27517      Branch: perl
27518            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
27519            ! regexec.c sv.c toke.c
27520 ____________________________________________________________________________
27521 [  8327] By: jhi                                   on 2001/01/05  01:11:29
27522         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')
27523              From: Radu Greab <radu@netsoft.ro>
27524              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
27525              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
27526              
27527              Cleans up Harness to not use FileHandle, which uses IO.
27528      Branch: perl
27529            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
27530 ____________________________________________________________________________
27531 [  8326] By: jhi                                   on 2001/01/05  00:56:37
27532         Log: Update Changes.
27533      Branch: perl
27534            ! Changes patchlevel.h
27535 ____________________________________________________________________________
27536 [  8325] By: jhi                                   on 2001/01/05  00:53:18
27537         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
27538              From: Peter Prymmer <pvhp@forte.com>
27539              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
27540              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
27541              
27542              plus a couple more tailing whitespace removals.
27543      Branch: perl
27544            ! win32/Makefile
27545 ____________________________________________________________________________
27546 [  8324] By: jhi                                   on 2001/01/05  00:47:39
27547         Log: Add some Unicode chop() tests.
27548      Branch: perl
27549            ! t/op/chop.t
27550 ____________________________________________________________________________
27551 [  8323] By: jhi                                   on 2001/01/05  00:47:23
27552         Log: Unify UTF-8 malformedness handling.
27553      Branch: perl
27554            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
27555 ____________________________________________________________________________
27556 [  8322] By: jhi                                   on 2001/01/04  22:21:54
27557         Log: The new $issymlink was unknown to Mksymlinks.
27558      Branch: metaconfig/U/perl
27559            ! Mksymlinks.U issymlink.U
27560      Branch: perl
27561            ! Configure config_h.SH
27562 ____________________________________________________________________________
27563 [  8321] By: jhi                                   on 2001/01/04  21:51:05
27564         Log: The test didn't work under the core test framework.
27565      Branch: perl
27566            ! t/lib/st-lock.t
27567 ____________________________________________________________________________
27568 [  8320] By: jhi                                   on 2001/01/04  21:14:22
27569         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
27570      Branch: perl
27571            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
27572 ____________________________________________________________________________
27573 [  8319] By: jhi                                   on 2001/01/04  20:46:17
27574         Log: Typo in #8312 when manually appying a problematic patch fragment.
27575      Branch: perl
27576            ! ext/Storable/Storable.xs
27577 ____________________________________________________________________________
27578 [  8318] By: jhi                                   on 2001/01/04  20:43:01
27579         Log: The $sh_c didn't fly.
27580      Branch: metaconfig
27581            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
27582            ! U/modified/Loc.U U/modified/myhostname.U
27583            ! U/modified/spitshell.U
27584      Branch: metaconfig/U/perl
27585            ! issymlink.U
27586      Branch: perl
27587            ! Configure config_h.SH
27588 ____________________________________________________________________________
27589 [  8317] By: jhi                                   on 2001/01/04  19:58:01
27590         Log: AIX builtin test -h is broken, changes based on
27591              
27592              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
27593              Date: Tue, 02 Jan 2001 11:24:39 +0100
27594              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27595              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
27596      Branch: metaconfig
27597            + U/modified/spitshell.U
27598            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
27599            ! U/modified/Loc.U U/modified/myhostname.U
27600      Branch: metaconfig/U/perl
27601            ! Mksymlinks.U issymlink.U
27602      Branch: perl
27603            ! Configure
27604 ____________________________________________________________________________
27605 [  8316] By: jhi                                   on 2001/01/04  19:02:22
27606         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
27607              From: Andy Dougherty <doughera@lafayette.edu>
27608              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
27609              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
27610              
27611              Beware of GNU ld.
27612      Branch: perl
27613            ! hints/solaris_2.sh
27614 ____________________________________________________________________________
27615 [  8315] By: jhi                                   on 2001/01/04  18:56:48
27616         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
27617              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
27618              Date: Wed, 3 Jan 2001 07:58:51 +0100
27619              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
27620      Branch: perl
27621            ! hints/solaris_2.sh
27622 ____________________________________________________________________________
27623 [  8314] By: jhi                                   on 2001/01/04  18:54:07
27624         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
27625              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
27626              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
27627              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
27628              
27629              Doc tweak on #8313.
27630      Branch: perl
27631            ! ext/B/B/Deparse.pm
27632 ____________________________________________________________________________
27633 [  8313] By: jhi                                   on 2001/01/04  18:52:27
27634         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
27635              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
27636              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
27637              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
27638              
27639              Make the peephole optimizer to bypass more null ops and
27640              and rewrite the deparse handling of continue blocks.
27641      Branch: perl
27642            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
27643 ____________________________________________________________________________
27644 [  8312] By: jhi                                   on 2001/01/04  18:47:39
27645         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
27646      Branch: perl
27647            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
27648            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
27649            ! t/lib/st-lock.t
27650 ____________________________________________________________________________
27651 [  8311] By: jhi                                   on 2001/01/04  18:36:08
27652         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
27653              filter to be run on each .pm during the pm_to_blib() phase,
27654              a fixed version of
27655              
27656              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
27657              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
27658              Date: Wed, 03 Jan 2001 22:01:30 +0100
27659              Message-ID: <5296.978555690@nice.ram.loc>
27660      Branch: perl
27661            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
27662            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
27663            ! lib/ExtUtils/MakeMaker.pm
27664 ____________________________________________________________________________
27665 [  8310] By: jhi                                   on 2001/01/04  18:32:54
27666         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
27667              From: Robin Barker <rmb1@cise.npl.co.uk>
27668              Date: Tue, 2 Jan 2001 15:35:03 GMT
27669              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
27670      Branch: perl
27671            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
27672            ! pod/perlrequick.pod
27673 ____________________________________________________________________________
27674 [  8309] By: jhi                                   on 2001/01/04  18:29:07
27675         Log: Subject: Re: [patch] static-ize XS()
27676              From: Doug MacEachern <dougm@covalent.net>
27677              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
27678              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
27679              
27680              Provide prototypes for the XS functions.
27681      Branch: perl
27682            ! lib/ExtUtils/xsubpp
27683 ____________________________________________________________________________
27684 [  8308] By: jhi                                   on 2001/01/04  18:27:44
27685         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
27686              From: Doug MacEachern <dougm@covalent.net>
27687              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
27688              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
27689      Branch: perl
27690            ! lib/ExtUtils/typemap
27691 ____________________________________________________________________________
27692 [  8307] By: jhi                                   on 2001/01/04  18:25:25
27693         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
27694              From: Doug MacEachern <dougm@covalent.net>
27695              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
27696              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
27697              
27698              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
27699      Branch: perl
27700            ! lib/ExtUtils/MM_Unix.pm
27701 ____________________________________________________________________________
27702 [  8306] By: jhi                                   on 2001/01/04  18:23:00
27703         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
27704              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
27705              Date: Thu, 4 Jan 2001 12:47:10 +0100 
27706              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
27707              
27708              The toke.c part only, patching embed.h and proto.h is futile.
27709      Branch: perl
27710            ! toke.c
27711 ____________________________________________________________________________
27712 [  8305] By: jhi                                   on 2001/01/04  18:05:51
27713         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
27714              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
27715              Date: Thu, 4 Jan 2001 17:50:12 +0100 
27716              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
27717      Branch: perl
27718            ! toke.c
27719 ____________________________________________________________________________
27720 [  8304] By: jhi                                   on 2001/01/04  18:03:26
27721         Log: Subject: [PATCH perl@8269]
27722              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
27723              Date: Thu, 4 Jan 2001 12:53:39 +0100 
27724              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
27725              
27726              If running byacc write-enable also perly.h.
27727      Branch: perl
27728            ! Makefile.SH
27729 ____________________________________________________________________________
27730 [  8303] By: jhi                                   on 2001/01/04  15:40:49
27731         Log: Rewrite pp_concat() in terms of sv_catsv().
27732      Branch: perl
27733            ! pp_hot.c
27734 ____________________________________________________________________________
27735 [  8302] By: nick                                  on 2001/01/03  22:43:22
27736         Log: Integrate mainline.
27737      Branch: perlio
27738           !> ext/Encode/Encode.xs sv.c utf8.c
27739 ____________________________________________________________________________
27740 [  8301] By: jhi                                   on 2001/01/02  23:40:26
27741         Log: Variable naming tweak.
27742      Branch: perl
27743            ! sv.c
27744 ____________________________________________________________________________
27745 [  8300] By: jhi                                   on 2001/01/02  23:40:02
27746         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
27747              in is_utf8_string().
27748      Branch: perl
27749            ! utf8.c
27750 ____________________________________________________________________________
27751 [  8299] By: jhi                                   on 2001/01/02  22:14:40
27752         Log: Integrate perlio.
27753      Branch: perl
27754           !> pp.c pp_hot.c win32/Makefile
27755 ____________________________________________________________________________
27756 [  8298] By: nick                                  on 2001/01/02  22:03:06
27757         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
27758      Branch: perlio
27759            ! pp.c pp_hot.c
27760 ____________________________________________________________________________
27761 [  8297] By: jhi                                   on 2001/01/02  04:26:28
27762         Log: Signedness nit.
27763      Branch: perl
27764            ! ext/Encode/Encode.xs
27765 ____________________________________________________________________________
27766 [  8296] By: nick                                  on 2001/01/01  23:49:36
27767         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
27768      Branch: perlio
27769            ! win32/Makefile
27770 ____________________________________________________________________________
27771 [  8295] By: jhi                                   on 2001/01/01  23:05:48
27772         Log: Integrate perlio.
27773      Branch: perl
27774           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
27775           !> t/lib/encode.t
27776 ____________________________________________________________________________
27777 [  8294] By: nick                                  on 2001/01/01  22:48:34
27778         Log: Integrate mainline
27779      Branch: perlio
27780            ! pp_hot.c t/lib/encode.t
27781           !> (integrate 65 files)
27782 ____________________________________________________________________________
27783 [  8293] By: nick                                  on 2001/01/01  21:58:50
27784         Log: More rigor in UTF-8-ness of Encode's toUnicode
27785              XS export some of the utf8 internal functions.
27786              Test some of the functions.
27787              Fix pp_concat() bug shown by said tests.
27788      Branch: perlio
27789            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
27790            ! t/lib/encode.t
27791 ____________________________________________________________________________
27792 [  8292] By: jhi                                   on 2001/01/01  18:11:44
27793         Log: Integrate perlio.
27794      Branch: perl
27795           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
27796           !> ext/Encode/encengine.c ext/Encode/encode.h
27797 ____________________________________________________________________________
27798 [  8291] By: jhi                                   on 2001/01/01  18:10:58
27799         Log: Podify README.mpeix (a new version from the web),
27800              add a dummy NAME to Carp::Heavy, regen toc.
27801      Branch: perl
27802            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
27803            ! pod/perltoc.pod
27804 ____________________________________________________________________________
27805 [  8290] By: nick                                  on 2001/01/01  17:43:47
27806         Log: Loose the "Loading..." warning.
27807              Another bug in fallback support
27808      Branch: perlio
27809            ! ext/Encode/Encode.pm ext/Encode/encengine.c
27810 ____________________________________________________________________________
27811 [  8289] By: jhi                                   on 2001/01/01  00:01:57
27812         Log: Bump up Larry's copyright.
27813      Branch: perl
27814            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
27815            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
27816            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
27817            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
27818            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
27819            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
27820            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
27821            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
27822 ____________________________________________________________________________
27823 [  8288] By: nick                                  on 2000/12/31  21:27:53
27824         Log: Fix .ucm reading - forgot a chr()
27825              Start of .ucm write (for .enc to .ucm)
27826      Branch: perlio
27827            ! ext/Encode/compile
27828 ____________________________________________________________________________
27829 [  8287] By: jhi                                   on 2000/12/31  18:15:56
27830         Log: Comment away a diagnostic message as noted by Craig A. Berry
27831              (the unexpected message was confusing testing)
27832      Branch: perl
27833            ! ext/Encode/Encode.pm
27834 ____________________________________________________________________________
27835 [  8286] By: jhi                                   on 2000/12/31  18:14:51
27836         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
27837              Date: Sun, 31 Dec 2000 11:17:37 -0600
27838              From: "Craig A. Berry" <craigberry@mac.com>
27839              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
27840      Branch: perl
27841            ! ext/Encode/Makefile.PL
27842 ____________________________________________________________________________
27843 [  8285] By: nick                                  on 2000/12/31  18:11:54
27844         Log: Start of support of ICU-style .ucm files:
27845              - teach compile how to read a .ucm file
27846              - first guess at how to represent fallbacks in "tries".
27847              - use fallbacks if check == 0
27848              - new return code to indicate we used one.
27849      Branch: perlio
27850            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
27851            ! ext/Encode/encengine.c ext/Encode/encode.h
27852 ____________________________________________________________________________
27853 [  8284] By: jhi                                   on 2000/12/31  18:04:41
27854         Log: Pacify picky VMS compiler.
27855              
27856              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
27857              From: "Craig A. Berry" <craig.berry@psinetcs.com>
27858              Date: Sat, 30 Dec 2000 18:10:02 -0600
27859              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
27860      Branch: perl
27861            ! sv.c
27862 ____________________________________________________________________________
27863 [  8283] By: jhi                                   on 2000/12/31  16:11:47
27864         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
27865      Branch: perl
27866            ! t/lib/glob-basic.t
27867 ____________________________________________________________________________
27868 [  8282] By: jhi                                   on 2000/12/31  15:26:11
27869         Log: Integrate perlio.
27870      Branch: perl
27871           !> makedef.pl opcode.pl os2/os2.c perlio.c
27872 ____________________________________________________________________________
27873 [  8281] By: nick                                  on 2000/12/31  10:06:15
27874         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
27875              is available to be exported
27876      Branch: perlio
27877            ! makedef.pl perlio.c
27878 ____________________________________________________________________________
27879 [  8280] By: nick                                  on 2000/12/31  09:41:26
27880         Log: Ilya's OS2 patch (testing for damage on Win32)
27881      Branch: perlio
27882            ! makedef.pl opcode.pl os2/os2.c
27883 ____________________________________________________________________________
27884 [  8279] By: jhi                                   on 2000/12/30  21:52:07
27885         Log: Test nits.
27886      Branch: perl
27887            ! t/lib/syslfs.t t/op/lfs.t
27888 ____________________________________________________________________________
27889 [  8278] By: jhi                                   on 2000/12/30  21:47:49
27890         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
27891              From: andreas.koenig@anima.de (Andreas J. Koenig)
27892              Date: 30 Dec 2000 22:35:37 +0100
27893              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
27894              
27895              The 32-bit wraparound test wasn't quite right.
27896      Branch: perl
27897            ! t/lib/syslfs.t t/op/lfs.t
27898 ____________________________________________________________________________
27899 [  8277] By: jhi                                   on 2000/12/30  21:33:44
27900         Log: Subject: [PATCH] open() example in perlfunc.pod 
27901              From: Karsten Sperling <s_sperli@ira.uka.de>
27902              Date: Sat, 30 Dec 2000 22:27:09 +0100
27903              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
27904      Branch: perl
27905            ! pod/perlfunc.pod
27906 ____________________________________________________________________________
27907 [  8276] By: jhi                                   on 2000/12/30  20:32:40
27908         Log: Not quite that many tests yet.
27909      Branch: perl
27910            ! t/op/pat.t
27911 ____________________________________________________________________________
27912 [  8275] By: jhi                                   on 2000/12/30  20:26:58
27913         Log: Integrate perlio.
27914      Branch: perl
27915           !> toke.c
27916 ____________________________________________________________________________
27917 [  8274] By: jhi                                   on 2000/12/30  20:24:56
27918         Log: Signedness nit.
27919      Branch: perl
27920            ! utf8.c
27921 ____________________________________________________________________________
27922 [  8273] By: jhi                                   on 2000/12/30  20:15:46
27923         Log: Add a test case for 20000731.001 which was fixed by the #8267.
27924      Branch: perl
27925            ! t/op/pat.t
27926 ____________________________________________________________________________
27927 [  8272] By: nick                                  on 2000/12/30  19:47:51
27928         Log: Tweak for MULTIPLICITY/USE_PERLIO
27929      Branch: perlio
27930            ! toke.c
27931 ____________________________________________________________________________
27932 [  8271] By: nick                                  on 2000/12/30  19:46:45
27933         Log: Integrate mainline
27934      Branch: perlio
27935           +> lib/unicode/distinct.pm
27936           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
27937           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
27938           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
27939 ____________________________________________________________________________
27940 [  8270] By: jhi                                   on 2000/12/30  19:39:50
27941         Log: Subject: RE: perl@8269
27942              From: "Richard Soderberg" <rs@crystalflame.net>
27943              Date: Sat, 30 Dec 2000 11:36:27 -0800
27944              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
27945              
27946              A missing aTHX_.
27947      Branch: perl
27948            ! toke.c
27949 ____________________________________________________________________________
27950 [  8269] By: jhi                                   on 2000/12/30  18:55:48
27951         Log: Update Changes.
27952      Branch: perl
27953            ! Changes patchlevel.h
27954 ____________________________________________________________________________
27955 [  8268] By: jhi                                   on 2000/12/30  17:18:40
27956         Log: Add a test for Unicode split //.  The #8267 was the cure.
27957      Branch: perl
27958            ! t/op/split.t
27959 ____________________________________________________________________________
27960 [  8267] By: jhi                                   on 2000/12/30  17:14:19
27961         Log: Subject: more UTF8 test suites and an UTF8 patch
27962              From: Inaba Hiroto <inaba@st.rim.or.jp>
27963              Date: Sat, 30 Dec 2000 14:27:10 +0900
27964              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
27965              
27966              Just the patch part for now, and the pragma renamed
27967              as unicode::distinct.
27968      Branch: perl
27969            + lib/unicode/distinct.pm
27970            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
27971            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
27972            ! regcomp.h regexec.c sv.c toke.c utf8.c
27973 ____________________________________________________________________________
27974 [  8266] By: nick                                  on 2000/12/30  16:40:49
27975         Log: Integrate mainline
27976      Branch: perlio
27977           +> lib/Pod/Text/Overstrike.pm
27978           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
27979           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
27980           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
27981           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
27982           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
27983 ____________________________________________________________________________
27984 [  8265] By: jhi                                   on 2000/12/30  07:28:55
27985         Log: The sv_catsv() fix, take two.
27986      Branch: perl
27987            ! sv.c t/op/join.t
27988 ____________________________________________________________________________
27989 [  8264] By: jhi                                   on 2000/12/30  06:19:18
27990         Log: Undo all the join-related changes since #8248: relevant
27991              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
27992              The new sv_catsv() doesn't fly so it must go back to
27993              the drawing board.
27994      Branch: perl
27995            ! sv.c t/op/join.t t/pragma/utf8.t
27996 ____________________________________________________________________________
27997 [  8263] By: jhi                                   on 2000/12/30  01:08:32
27998         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
27999      Branch: perl
28000            ! sv.c
28001 ____________________________________________________________________________
28002 [  8262] By: jhi                                   on 2000/12/30  00:45:14
28003         Log: Retract #8261.
28004      Branch: perl
28005            ! hv.c util.c
28006 ____________________________________________________________________________
28007 [  8261] By: jhi                                   on 2000/12/30  00:38:32
28008         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
28009      Branch: perl
28010            ! hv.c util.c
28011 ____________________________________________________________________________
28012 [  8260] By: jhi                                   on 2000/12/29  22:51:33
28013         Log: (Retracted by #8264)  More fixing for #8251.
28014      Branch: perl
28015            ! sv.c
28016 ____________________________________________________________________________
28017 [  8259] By: jhi                                   on 2000/12/29  18:27:30
28018         Log: Subject: podlators 1.06 released
28019              From: Russ Allbery <rra@stanford.edu>
28020              Date: 25 Dec 2000 05:09:30 -0800
28021              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
28022      Branch: perl
28023            + lib/Pod/Text/Overstrike.pm
28024            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
28025            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
28026 ____________________________________________________________________________
28027 [  8258] By: jhi                                   on 2000/12/29  18:20:45
28028         Log: Make the large file tests more robust/talkative as suggested by
28029              
28030              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
28031              From: andreas.koenig@anima.de (Andreas J. Koenig)
28032              Date: 29 Dec 2000 14:23:01 +0100
28033              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
28034      Branch: perl
28035            ! t/lib/syslfs.t t/op/lfs.t
28036 ____________________________________________________________________________
28037 [  8257] By: jhi                                   on 2000/12/29  17:48:04
28038         Log: Further VMS piping fixes from Charles Lane:
28039              
28040              In summary, error messages produced when a subprocess terminated
28041              abnormally were being sent not just to the parent process, but to
28042              grandparents, because of default values for error output that were
28043              not completely overridden when the subprocess was started.
28044              
28045              This patch fixes this behavior by defining user-mode (i.e., temporary
28046              for the duration of the program) logical names for SYS$OUTPUT and
28047              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
28048              changes to make it so that the user-mode logicals are the ones that
28049              control where Perl's error messages go if it terminates abnormally.
28050              
28051              I also added some gratuitous fixes to the indentation of braces in
28052              the piping code.  It just looked ugly, before.
28053      Branch: perl
28054            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
28055 ____________________________________________________________________________
28056 [  8256] By: jhi                                   on 2000/12/29  17:45:12
28057         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
28058              From: "Casey R. Tweten" <crt@kiski.net>
28059              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
28060              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
28061              
28062              Tests for for #8240.
28063      Branch: perl
28064            ! t/pragma/constant.t
28065 ____________________________________________________________________________
28066 [  8255] By: jhi                                   on 2000/12/29  17:43:07
28067         Log: Subject: Re: [PATCH] Interesting syntax idea
28068              From: Simon Cozens <simon@cozens.net>
28069              Date: Fri, 29 Dec 2000 14:34:04 +0000
28070              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
28071              
28072              Tests for #8254.
28073      Branch: perl
28074            ! t/pragma/sub_lval.t
28075 ____________________________________________________________________________
28076 [  8254] By: jhi                                   on 2000/12/29  17:42:11
28077         Log: Subject: [PATCH] Interesting syntax idea
28078              From: Simon Cozens <simon@cozens.net>
28079              Date: Wed, 27 Dec 2000 05:08:57 +0000
28080              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
28081              
28082              Make opens + bareword assigns do typeglob assigns.
28083      Branch: perl
28084            ! op.c
28085 ____________________________________________________________________________
28086 [  8253] By: jhi                                   on 2000/12/29  17:36:45
28087         Log: Output the (apparent) version of gcc, as suggested by
28088              
28089              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
28090              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
28091              Date: 26 Dec 2000 04:29:17 -0500
28092              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
28093              
28094              (The patch as such didn't any more apply as the misparsing had
28095              already been addressed in #6474.)  Also change the wording about
28096              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
28097      Branch: perl
28098            ! hints/dec_osf.sh
28099 ____________________________________________________________________________
28100 [  8252] By: nick                                  on 2000/12/29  12:14:31
28101         Log: Integrate mainline
28102      Branch: perlio
28103           !> (integrate 27 files)
28104 ____________________________________________________________________________
28105 [  8251] By: jhi                                   on 2000/12/29  08:45:46
28106         Log: (Retracted by #8264)
28107              
28108              (Fixed by #8260.)
28109              
28110              sv_catsv() needs one more byte space than seems reasonable.
28111              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
28112              Curiouser and curiouser.
28113      Branch: perl
28114            ! sv.c
28115 ____________________________________________________________________________
28116 [  8250] By: jhi                                   on 2000/12/29  07:57:52
28117         Log: More split // UTF-8 tests.
28118      Branch: perl
28119            ! t/pragma/utf8.t
28120 ____________________________________________________________________________
28121 [  8249] By: jhi                                   on 2000/12/29  07:54:51
28122         Log: (Retracted by #8264)  More join() testing which was good because
28123              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
28124      Branch: perl
28125            ! pp.c t/op/join.t utf8.c utf8.h
28126 ____________________________________________________________________________
28127 [  8248] By: jhi                                   on 2000/12/29  07:08:32
28128         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
28129              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
28130              that the only cases to care about are byte+byte and byte+character.
28131              
28132              TODO: See how well pp_concat() could be implemented in terms
28133              of sv_catsv().
28134      Branch: perl
28135            ! doop.c sv.c t/op/join.t utf8.h
28136 ____________________________________________________________________________
28137 [  8247] By: jhi                                   on 2000/12/29  06:35:23
28138         Log: Signedness nit.
28139      Branch: perl
28140            ! pp_hot.c
28141 ____________________________________________________________________________
28142 [  8246] By: jhi                                   on 2000/12/29  01:23:31
28143         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
28144              From: Lupe Christoph <lupe@lupe-christoph.de>
28145              Date: Thu, 28 Dec 2000 23:00:00 +0100
28146              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
28147              
28148              Suggest rsync --delete --dry-run.
28149      Branch: perl
28150            ! pod/perlhack.pod
28151 ____________________________________________________________________________
28152 [  8245] By: jhi                                   on 2000/12/28  23:57:05
28153         Log: The maxiters upper limit sanity check (guarding against
28154              non-progress) assumed bytes instead of characters in s///
28155              and split().
28156      Branch: perl
28157            ! pp.c pp_hot.c
28158 ____________________________________________________________________________
28159 [  8244] By: jhi                                   on 2000/12/28  23:34:08
28160         Log: Make some panic messages a bit more logical.
28161      Branch: perl
28162            ! doop.c pod/perldiag.pod pp.c pp_hot.c
28163 ____________________________________________________________________________
28164 [  8243] By: jhi                                   on 2000/12/28  22:59:16
28165         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
28166              From: Simon Cozens <simon@cozens.net>
28167              Date: Wed, 27 Dec 2000 02:30:03 +0000
28168              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
28169      Branch: perl
28170            ! pp.c t/pragma/sub_lval.t
28171 ____________________________________________________________________________
28172 [  8242] By: jhi                                   on 2000/12/28  22:56:53
28173         Log: Subject: [PATCH blead] Fix B::Terse indentation
28174              From: Daniel Chetlin <daniel@chetlin.com>
28175              Date: Wed, 27 Dec 2000 06:43:30 -0800
28176              Message-ID: <20001227064329.B9573@darkstar>
28177      Branch: perl
28178            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
28179 ____________________________________________________________________________
28180 [  8241] By: jhi                                   on 2000/12/28  22:48:59
28181         Log: The latter patch from the
28182              
28183              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
28184              From: Peter Prymmer <pvhp@forte.com> 
28185              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
28186              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
28187              
28188              (the former patch from the above should have been
28189              taken care of by Nick I-S)
28190      Branch: perl
28191            ! win32/Makefile
28192 ____________________________________________________________________________
28193 [  8240] By: jhi                                   on 2000/12/28  22:45:22
28194         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
28195              From: "Casey R. Tweten" <crt@kiski.net>
28196              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
28197              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
28198      Branch: perl
28199            ! lib/constant.pm
28200 ____________________________________________________________________________
28201 [  8239] By: jhi                                   on 2000/12/28  22:37:45
28202         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
28203              From: Simon Cozens <simon@cozens.net>
28204              Date: Wed, 27 Dec 2000 14:12:44 +0000
28205              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
28206      Branch: perl
28207            ! t/op/method.t t/op/sort.t toke.c
28208 ____________________________________________________________________________
28209 [  8238] By: jhi                                   on 2000/12/28  22:30:32
28210         Log: Subject: [PATCH perl@8229] Call.pm
28211              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
28212              Date: Mon, 25 Dec 2000 10:47:15 -0000
28213              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
28214      Branch: perl
28215            ! ext/Filter/Util/Call/Call.pm
28216 ____________________________________________________________________________
28217 [  8237] By: jhi                                   on 2000/12/28  22:19:21
28218         Log: Subject: [PATCH blead] Fix problem with `&' prototype
28219              From: Daniel Chetlin <daniel@chetlin.com>
28220              Date: Wed, 27 Dec 2000 15:55:32 -0800
28221              Message-ID: <20001227155532.D9573@darkstar>
28222      Branch: perl
28223            ! op.c t/comp/proto.t
28224 ____________________________________________________________________________
28225 [  8236] By: jhi                                   on 2000/12/28  22:09:25
28226         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
28227              From: Daniel Chetlin <daniel@chetlin.com>
28228              Date: Sun, 24 Dec 2000 04:09:49 -0800
28229              Message-ID: <20001224040949.B3090@darkstar>
28230      Branch: perl
28231            ! gv.c mg.c t/op/attrs.t
28232 ____________________________________________________________________________
28233 [  8235] By: jhi                                   on 2000/12/28  22:07:11
28234         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
28235              From: Jan Dubois <jand@ActiveState.com>
28236              Date: Tue, 26 Dec 2000 20:57:31 -0800
28237              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
28238      Branch: perl
28239            ! win32/win32.c
28240 ____________________________________________________________________________
28241 [  8234] By: jhi                                   on 2000/12/28  21:52:42
28242         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
28243              From: Simon Cozens <simon@cozens.net>
28244              Date: Thu, 28 Dec 2000 20:33:13 +0000
28245              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
28246      Branch: perl
28247            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
28248 ____________________________________________________________________________
28249 [  8233] By: jhi                                   on 2000/12/28  19:40:49
28250         Log: Integrate perlio.
28251      Branch: perl
28252           !> ext/Encode/Makefile.PL ext/Encode/compile
28253 ____________________________________________________________________________
28254 [  8232] By: nick                                  on 2000/12/23  16:06:00
28255         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
28256              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
28257      Branch: perlio
28258            ! ext/Encode/Makefile.PL
28259 ____________________________________________________________________________
28260 [  8231] By: nick                                  on 2000/12/23  14:30:34
28261         Log: "Compiled" encode build cleanup
28262              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
28263              - .c files do not export sub-tables
28264      Branch: perlio
28265            ! ext/Encode/Makefile.PL ext/Encode/compile
28266 ____________________________________________________________________________
28267 [  8230] By: nick                                  on 2000/12/23  12:50:37
28268         Log: Integrate mainline
28269      Branch: perlio
28270           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
28271           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
28272           !> pod/perl5004delta.pod pod/perl5005delta.pod
28273           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
28274           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
28275           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
28276           !> pod/perlsub.pod
28277 ____________________________________________________________________________
28278 [  8229] By: jhi                                   on 2000/12/22  15:32:12
28279         Log: Integrate perlio.
28280      Branch: perl
28281           +> win32/distclean.bat
28282           !> MANIFEST t/io/utf8.t
28283 ____________________________________________________________________________
28284 [  8228] By: jhi                                   on 2000/12/22  15:29:40
28285         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
28286              From: Robin Barker <rmb1@cise.npl.co.uk>
28287              Date: Fri, 22 Dec 2000 12:17:38 GMT
28288              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
28289      Branch: perl
28290            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
28291            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
28292            ! pod/perl5004delta.pod pod/perl5005delta.pod
28293            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
28294            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
28295            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
28296            ! pod/perlsub.pod
28297 ____________________________________________________________________________
28298 [  8227] By: jhi                                   on 2000/12/22  15:24:28
28299         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
28300              From: "John L. Allen" <allen@grumman.com>
28301              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
28302              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
28303              
28304              Document APPLLIB_EXP.
28305      Branch: perl
28306            ! INSTALL
28307 ____________________________________________________________________________
28308 [  8226] By: nick                                  on 2000/12/21  22:11:50
28309         Log: Handy script for when one forgets to "dmake clean" 
28310      Branch: perlio
28311            + win32/distclean.bat
28312            ! MANIFEST
28313 ____________________________________________________________________________
28314 [  8225] By: nick                                  on 2000/12/21  21:54:04
28315         Log: CRLF platform issue with io/utf8 fix.
28316      Branch: perlio
28317            ! t/io/utf8.t
28318 ____________________________________________________________________________
28319 [  8224] By: nick                                  on 2000/12/21  21:02:20
28320         Log: Integrate mainline
28321      Branch: perlio
28322           !> Changes Configure Makefile.SH Porting/Glossary
28323           !> Porting/config.sh Porting/config_H configure.com
28324           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
28325           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
28326           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
28327           !> win32/config.bc win32/config.gc win32/config.vc
28328 ____________________________________________________________________________
28329 [  8223] By: jhi                                   on 2000/12/21  17:09:16
28330         Log: Update Changes.
28331      Branch: perl
28332            ! Changes patchlevel.h
28333 ____________________________________________________________________________
28334 [  8222] By: jhi                                   on 2000/12/21  16:24:01
28335         Log: Metaconfig unit changes for #8221.
28336      Branch: metaconfig/U/perl
28337           +> issymlink.U
28338            - testsyml.U
28339            ! Mksymlinks.U
28340 ____________________________________________________________________________
28341 [  8221] By: jhi                                   on 2000/12/21  16:23:48
28342         Log: Rename testsyml to issymlink.
28343      Branch: perl
28344            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28345            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
28346            ! win32/config.vc
28347 ____________________________________________________________________________
28348 [  8220] By: jhi                                   on 2000/12/21  15:47:26
28349         Log: Robustness support for #8218 (symlink forest) since the GNU
28350              tools seem to be overly picky about symlinkage depths.
28351      Branch: perl
28352            ! Makefile.SH t/io/fs.t
28353 ____________________________________________________________________________
28354 [  8219] By: jhi                                   on 2000/12/21  15:38:27
28355         Log: Metaconfig changes for #8218.
28356      Branch: metaconfig
28357            ! U/modified/Oldconfig.U
28358      Branch: metaconfig/U/perl
28359            + Mksymlinks.U
28360            ! testsyml.U
28361 ____________________________________________________________________________
28362 [  8218] By: jhi                                   on 2000/12/21  15:37:57
28363         Log: Add Configure option -Dmksymlinks which will create a symlink
28364              forest if the current/build differs from the source directory.
28365              TODO: mkdir -p is not portable.
28366      Branch: perl
28367            ! Configure
28368 ____________________________________________________________________________
28369 [  8217] By: jhi                                   on 2000/12/21  14:39:12
28370         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
28371              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
28372              Date: Thu, 21 Dec 2000 09:38:18 GMT
28373              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
28374              
28375              The ofs became an SV.
28376      Branch: perl
28377            ! ext/Thread/Thread.xs
28378 ____________________________________________________________________________
28379 [  8216] By: jhi                                   on 2000/12/21  05:40:21
28380         Log: The polymorphism seems to have fixed 20000517.001.
28381      Branch: perl
28382            ! t/pragma/utf8.t
28383 ____________________________________________________________________________
28384 [  8215] By: jhi                                   on 2000/12/21  04:44:52
28385         Log: read() documentation tweak for 20001121.004.
28386      Branch: perl
28387            ! pod/perlfunc.pod
28388 ____________________________________________________________________________
28389 [  8214] By: jhi                                   on 2000/12/21  03:54:11
28390         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
28391      Branch: perl
28392            ! pp_sys.c t/op/misc.t
28393 ____________________________________________________________________________
28394 [  8213] By: jhi                                   on 2000/12/21  00:28:10
28395         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
28396              From: Peter Prymmer <pvhp@forte.com>
28397              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
28398              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
28399      Branch: perl
28400            ! configure.com
28401 ____________________________________________________________________________
28402 [  8212] By: jhi                                   on 2000/12/21  00:26:21
28403         Log: Edit edit edit.
28404      Branch: perl
28405            ! pod/perlfaq3.pod
28406 ____________________________________________________________________________
28407 [  8211] By: jhi                                   on 2000/12/20  18:52:46
28408         Log: Update Changes.
28409      Branch: perl
28410            ! Changes patchlevel.h
28411 ____________________________________________________________________________
28412 [  8210] By: jhi                                   on 2000/12/20  18:34:47
28413         Log: Yet another editor edit.
28414      Branch: perl
28415            ! pod/perlfaq3.pod
28416 ____________________________________________________________________________
28417 [  8209] By: jhi                                   on 2000/12/20  15:33:28
28418         Log: More Win32 Perling.
28419      Branch: perl
28420            ! pod/perlfaq3.pod
28421 ____________________________________________________________________________
28422 [  8208] By: jhi                                   on 2000/12/20  15:07:46
28423         Log: More Win32 editor/IDE/shell hints.
28424      Branch: perl
28425            ! pod/perlfaq3.pod
28426 ____________________________________________________________________________
28427 [  8207] By: jhi                                   on 2000/12/20  03:54:08
28428         Log: Subject: [PATCH] obscure timing knowledge
28429              From: Nicholas Clark <nick@ccl4.org>
28430              Date: Tue, 19 Dec 2000 19:22:31 +0000
28431              Message-ID: <20001219192231.F2827@plum.flirble.org>
28432      Branch: perl
28433            ! sv.c
28434 ____________________________________________________________________________
28435 [  8206] By: jhi                                   on 2000/12/20  03:45:57
28436         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
28437              From: Spider Boardman <spider@leggy.zk3.dec.com>
28438              Date: Tue, 19 Dec 2000 21:30:16 -0500
28439              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
28440      Branch: perl
28441            ! sv.c
28442 ____________________________________________________________________________
28443 [  8205] By: jhi                                   on 2000/12/19  23:02:01
28444         Log: Update Changes.
28445      Branch: perl
28446            ! Changes patchlevel.h
28447 ____________________________________________________________________________
28448 [  8204] By: jhi                                   on 2000/12/19  22:58:18
28449         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
28450              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
28451              on editors and diffing/patching.
28452      Branch: perl
28453            ! t/op/utf8decode.t
28454 ____________________________________________________________________________
28455 [  8203] By: nick                                  on 2000/12/19  21:36:16
28456         Log: Integrate mainline (forgot my own change...)
28457      Branch: perlio
28458           !> ext/Encode/compile
28459 ____________________________________________________________________________
28460 [  8202] By: nick                                  on 2000/12/19  21:34:42
28461         Log: Integrate mainline.
28462      Branch: perlio
28463           !> (integrate 61 files)
28464 ____________________________________________________________________________
28465 [  8201] By: nick                                  on 2000/12/19  21:34:06
28466         Log: Avoid looking for File::Glob when we don't need it.
28467      Branch: perl
28468            ! ext/Encode/compile
28469 ____________________________________________________________________________
28470 [  8200] By: jhi                                   on 2000/12/19  18:35:49
28471         Log: Update Changes.
28472      Branch: perl
28473            ! Changes patchlevel.h
28474 ____________________________________________________________________________
28475 [  8199] By: jhi                                   on 2000/12/19  18:35:07
28476         Log: Microperl tweaks.
28477      Branch: perl
28478            ! sv.c uconfig.h uconfig.sh
28479 ____________________________________________________________________________
28480 [  8198] By: jhi                                   on 2000/12/19  18:29:59
28481         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
28482      Branch: perl
28483            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28484            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
28485 ____________________________________________________________________________
28486 [  8197] By: jhi                                   on 2000/12/19  17:55:29
28487         Log: In VMS embedded perls couldn't access the statically built Socket,
28488              from Charles Lane.
28489      Branch: perl
28490            ! configure.com
28491 ____________________________________________________________________________
28492 [  8196] By: jhi                                   on 2000/12/19  17:49:50
28493         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
28494              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
28495              Date: Sun, 17 Dec 2000 19:11:44 -0000
28496              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
28497      Branch: perl
28498            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
28499            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
28500 ____________________________________________________________________________
28501 [  8195] By: jhi                                   on 2000/12/19  17:47:53
28502         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
28503              From: Jonathan Stowe <gellyfish@gellyfish.com>
28504              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
28505              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
28506      Branch: perl
28507            ! utils/h2xs.PL
28508 ____________________________________________________________________________
28509 [  8194] By: jhi                                   on 2000/12/19  17:46:28
28510         Log: Subject: Re: useless use of void context work-around
28511              From: andreas.koenig@anima.de (Andreas J. Koenig)
28512              Date: 16 Dec 2000 15:13:36 +0100
28513              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
28514              
28515              Document (comment) the q(di ds ig) trick in the code.
28516      Branch: perl
28517            ! op.c
28518 ____________________________________________________________________________
28519 [  8193] By: jhi                                   on 2000/12/19  17:10:57
28520         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
28521              From: "Mark J. Reed" <mreed@strange.turner.com>
28522              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
28523              Message-Id: <200012160222.VAA13986@strange.turner.com>
28524      Branch: perl
28525            ! ext/Sys/Syslog/Syslog.pm
28526 ____________________________________________________________________________
28527 [  8192] By: jhi                                   on 2000/12/19  17:07:45
28528         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
28529              From: Nicholas Clark <nick@ccl4.org>
28530              Date: Sat, 16 Dec 2000 19:03:13 +0000
28531              Message-ID: <20001216190313.D68304@plum.flirble.org>
28532      Branch: perl
28533            ! t/op/64bitint.t
28534 ____________________________________________________________________________
28535 [  8191] By: jhi                                   on 2000/12/19  17:06:13
28536         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
28537              From: Dominic Dunlop <domo@computer.org>
28538              Date: Mon, 18 Dec 2000 12:00:15 +0100
28539              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
28540              
28541              This patchlet is needed in order that perl can be statically linked.  
28542      Branch: perl
28543            ! regexec.c
28544 ____________________________________________________________________________
28545 [  8190] By: jhi                                   on 2000/12/19  17:03:08
28546         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
28547              From: "Craig A. Berry" <craig.berry@psinetcs.com>
28548              Date: Sun, 17 Dec 2000 00:18:35 -0600
28549              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
28550      Branch: perl
28551            ! perlio.h vms/gen_shrfls.pl
28552 ____________________________________________________________________________
28553 [  8189] By: jhi                                   on 2000/12/19  16:20:28
28554         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
28555              From: Prymmer/Kahn <pvhp@best.com>
28556              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
28557              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
28558              
28559              A better version of #8188.
28560      Branch: perl
28561            ! pod/perlfaq3.pod
28562 ____________________________________________________________________________
28563 [  8188] By: jhi                                   on 2000/12/19  15:57:06
28564         Log: (Replaced by #8189)
28565              
28566              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
28567              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
28568              From: Prymmer/Kahn <pvhp@best.com>
28569              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
28570              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
28571              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
28572              Date: Mon, 18 Dec 2000 11:10:45 -0500
28573              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
28574      Branch: perl
28575            ! pod/perlfaq3.pod
28576 ____________________________________________________________________________
28577 [  8187] By: jhi                                   on 2000/12/19  15:54:19
28578         Log: Email address fix for Anton Berezin.
28579      Branch: perl
28580            ! AUTHORS
28581 ____________________________________________________________________________
28582 [  8186] By: jhi                                   on 2000/12/19  15:38:54
28583         Log: Subject: [PATCH perl@8102] cygwin port
28584              From: "Eric Fifer" <efifer@dircon.co.uk> 
28585              Date: Thu, 14 Dec 2000 13:41:29 -0000
28586              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
28587              
28588              When compiling modules the data item that is being imported
28589              from libperl.dll needs to be tagged as imported/shared data:
28590              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
28591      Branch: perl
28592            ! perliol.h
28593 ____________________________________________________________________________
28594 [  8185] By: jhi                                   on 2000/12/19  14:53:24
28595         Log: Regen uconfig.h and uconfig.sh.
28596      Branch: perl
28597            ! uconfig.h uconfig.sh
28598 ____________________________________________________________________________
28599 [  8184] By: jhi                                   on 2000/12/18  20:43:49
28600         Log: Comments work so much better when they are closed.
28601      Branch: perl
28602            ! regcomp.c
28603 ____________________________________________________________________________
28604 [  8183] By: jhi                                   on 2000/12/18  18:04:02
28605         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
28606              Fixes the bug 20001218.016.
28607      Branch: perl
28608            ! regcomp.c
28609 ____________________________________________________________________________
28610 [  8182] By: gsar                                  on 2000/12/18  09:53:47
28611         Log: delete spurious files
28612      Branch: maint-5.6/perl
28613            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
28614            - vos/config.h vos/config_h.SH_orig
28615 ____________________________________________________________________________
28616 [  8181] By: gsar                                  on 2000/12/18  09:46:08
28617         Log: regen perltoc
28618      Branch: maint-5.6/perl
28619            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
28620 ____________________________________________________________________________
28621 [  8180] By: gsar                                  on 2000/12/18  09:20:27
28622         Log: integrate changes#7924..7926,7946,7952 from mainline
28623      Branch: maint-5.6/perl
28624           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
28625           !> lib/File/stat.pm t/lib/class-struct.t
28626 ____________________________________________________________________________
28627 [  8179] By: gsar                                  on 2000/12/18  08:55:54
28628         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
28629              7918,7919,7988,8907 from mainline (various)
28630      Branch: maint-5.6/perl
28631           +> t/lib/class-struct.t
28632           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
28633           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
28634           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
28635 ____________________________________________________________________________
28636 [  8178] By: gsar                                  on 2000/12/18  08:16:30
28637         Log: avoid redefinition warnings on windows due to sys/socket.h getting
28638              #included before win32.h
28639      Branch: maint-5.6/perl
28640            ! win32/include/sys/socket.h
28641 ____________________________________________________________________________
28642 [  8177] By: gsar                                  on 2000/12/18  05:24:04
28643         Log: make regen_headers; fix POSIX.xs problems; remove outdated
28644              code from sys/socket.h that makes build fail now
28645      Branch: maint-5.6/perl
28646            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
28647            ! pod/perlapi.pod
28648           !> win32/include/sys/socket.h
28649 ____________________________________________________________________________
28650 [  8176] By: gsar                                  on 2000/12/18  05:20:17
28651         Log: update Changes
28652      Branch: maint-5.6/perl
28653            ! Changes patchlevel.h
28654 ____________________________________________________________________________
28655 [  8175] By: gsar                                  on 2000/12/18  04:57:48
28656         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
28657              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
28658              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
28659              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
28660              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
28661              7823,7825,7838
28662      Branch: maint-5.6/perl
28663           +> lib/File/Spec/Epoc.pm
28664           !> (integrate 88 files)
28665 ____________________________________________________________________________
28666 [  8174] By: gsar                                  on 2000/12/18  03:53:09
28667         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
28668              7625..7629,7631..7634,7637,7639,7642 from mainline
28669      Branch: maint-5.6/perl
28670           +> README.solaris
28671           !> (integrate 26 files)
28672 ____________________________________________________________________________
28673 [  8173] By: gsar                                  on 2000/12/18  03:37:02
28674         Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
28675              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
28676              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
28677              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
28678      Branch: maint-5.6/perl
28679           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
28680            - MAINTAIN
28681           !> (integrate 111 files)
28682 ____________________________________________________________________________
28683 [  8172] By: jhi                                   on 2000/12/18  02:49:27
28684         Log: Regen pods.
28685      Branch: perl
28686            ! pod/perlmodlib.pod pod/perltoc.pod
28687 ____________________________________________________________________________
28688 [  8171] By: gsar                                  on 2000/12/18  02:49:24
28689         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
28690              7465..7471 from mainline
28691              
28692              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
28693              in platforms that strictly require all the symbols being present
28694              at link time.
28695              
28696              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
28697              
28698              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
28699              
28700              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
28701              
28702              Subject: [PATCH] todo
28703              
28704              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
28705              
28706              Use $sort, $uniq (and $tr) consistently as wondered
28707              by Nicholas Clark.
28708              
28709              Too enthusiastic editing in #7460.
28710              
28711              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
28712              
28713              Upgrade to CPAN 1.58_55.
28714              Subject: CPAN.pm status
28715              
28716              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
28717              
28718              Make target reordering to avoid pointless re-makes.
28719              Subject: Re: Total re-make of 'make okfile' after 7451 ?
28720              
28721              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
28722              
28723              Subject: DOC PATCH 5.6.0
28724              
28725              Add the repository doc by Malcolm, Sarathy, and by Simon,
28726              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
28727      Branch: maint-5.6/perl
28728           +> Porting/repository.pod
28729           !> Configure MANIFEST Makefile.SH README.dos README.os2
28730           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
28731           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
28732           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
28733 ____________________________________________________________________________
28734 [  8169] By: gsar                                  on 2000/12/18  02:33:34
28735         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
28736              7435..7441,7445 from mainline
28737              
28738              Make the UTF-8 decoding stricter and more verbose when
28739              malformation happens.  This involved adding an argument
28740              to utf8_to_uv_chk(), which involved changing its prototype,
28741              and prefer STRLEN over I32 for the UTF-8 length, which as
28742              a domino effect necessitated changing the prototypes of
28743              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
28744              The stricter UTF-8 decoding checking uses Markus Kuhn's
28745              UTF-8 Decode Stress Tester from
28746              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
28747              
28748              Run vms/vms_yfix.pl, should have done that after changing
28749              perly.c in #7382.
28750              
28751              Subject: [PATCH 5.7.0] static linking with uninstalled perl
28752              
28753              (Replaced by #7440.)
28754              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
28755              
28756              Fix the bug ID 20001024.005, the bug introduced by #7416.
28757              
28758              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
28759              
28760              Fix the bug reported in
28761              From: andreas.koenig@anima.de (Andreas J. Koenig)
28762              Also make is_utf8_char() stricter.
28763              
28764              Missed the header file changes from #7425.
28765              
28766              Check if stdio supports tweaking lval and cnt simultaneously.
28767              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
28768              
28769              Stratus VOS updates from Paul Green.
28770              
28771              Podify README.epoc and README.vos.
28772              
28773              Add targets to Makefile.SH, most importantly
28774              'regen_all' which also remembers to update vms/perly*.
28775              
28776              Subject: Minor update to find2perl, for portability
28777              
28778              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
28779              
28780              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
28781              
28782              Rename UTF8LEN() to be UNISKIP(), too confusing to have
28783              UTF8LEN() and UTF8SKIP(). 
28784              
28785              Allow poking holes at the UTF-8 decoding strictness.
28786              
28787              Continue the internal UTF-8 API tweaking.
28788              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
28789              used much more than the simpler API, now called utf8_to_uv_simple().
28790              Still not quite happy with API, too much partial duplication
28791              of functionality.
28792              
28793              A new version of making the syslog test more robust.
28794              (Replaces #7421.)
28795              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
28796              
28797              buildtoc target tweaks.
28798              
28799              Integrate with vmsperl #7430 by Charles Bailey:
28800              
28801              Cleanup from prior patch (Charles Lane?):
28802              - improve handling of MFDs in Basename and Path
28803              - default to no xsubpp line # munging when building debug images
28804      Branch: maint-5.6/perl
28805           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
28806           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
28807           !> (integrate 67 files)
28808 ____________________________________________________________________________
28809 [  8168] By: gsar                                  on 2000/12/18  02:05:49
28810         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
28811              
28812              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
28813              From: Martin Husemann <martin@duskware.de>
28814              
28815              Subject: [PATCH 5.7.0] restore match data on backtracing
28816              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28817      Branch: maint-5.6/perl
28818           !> regcomp.c regexec.c t/op/re_tests
28819 ____________________________________________________________________________
28820 [  8167] By: gsar                                  on 2000/12/18  01:55:22
28821         Log: integrate changes#7858,7986 from mainline
28822              
28823              C<foreach my $x ...> in pseudo-fork()ed process may diddle
28824              parent's memory; fix it by keeping track of the actual pad
28825              offset rather than a raw pointer (this change is probably also
28826              relevant to non-ithreads case to avoid fallout from reallocs of
28827              the pad array, but is currently only enabled for the ithreads
28828              case in the interests of minimal disruption to existing "well
28829              tested" code)
28830              
28831              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
28832              due to the notorious GetFileType() bug in Windows 9x, which fstat()
28833              tickles)
28834      Branch: maint-5.6/perl
28835           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
28836           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
28837           !> win32/win32.c win32/win32.h win32/win32sck.c
28838 ____________________________________________________________________________
28839 [  8166] By: gsar                                  on 2000/12/18  01:52:59
28840         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
28841              from mainline (xsubpp and ExtUtils::LibList fixups, various
28842              other small items)
28843      Branch: maint-5.6/perl
28844           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
28845           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
28846           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
28847           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
28848           !> win32/bin/search.pl
28849 ____________________________________________________________________________
28850 [  8165] By: gsar                                  on 2000/12/18  01:28:45
28851         Log: integrate changes#7533,7563,7611,7623 from mainline (various
28852              malloc.c embellishments)
28853      Branch: maint-5.6/perl
28854           !> malloc.c pod/perldiag.pod
28855 ____________________________________________________________________________
28856 [  8164] By: gsar                                  on 2000/12/18  01:23:33
28857         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
28858              fixups)
28859      Branch: maint-5.6/perl
28860           !> utils/h2xs.PL
28861 ____________________________________________________________________________
28862 [  8163] By: gsar                                  on 2000/12/18  01:17:50
28863         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
28864              fixups)
28865      Branch: maint-5.6/perl
28866           !> Makefile.SH utils/perlbug.PL
28867 ____________________________________________________________________________
28868 [  8162] By: gsar                                  on 2000/12/18  00:25:43
28869         Log: always export Perl_deb() (it is required by re.xs whether
28870              Perl is built with or without -DDEBUGGING)
28871      Branch: maint-5.6/perl
28872            ! makedef.pl
28873 ____________________________________________________________________________
28874 [  8161] By: gsar                                  on 2000/12/18  00:23:38
28875         Log: integrate change#7414 from mainline
28876              
28877              Undo the basename() part of #7412 since the lib/basename
28878              tests would need upgrading too.
28879              
28880              squelch two tests in tr.t that rely on tr/// paranoia change
28881              that's not in 5.6.x
28882      Branch: maint-5.6/perl
28883            ! t/op/tr.t
28884           !> lib/File/Basename.pm
28885 ____________________________________________________________________________
28886 [  8160] By: gsar                                  on 2000/12/18  00:05:30
28887         Log: missing change in previous integrate
28888      Branch: maint-5.6/perl
28889           !> README.aix
28890 ____________________________________________________________________________
28891 [  8159] By: gsar                                  on 2000/12/18  00:03:38
28892         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
28893              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
28894              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
28895              7410..7413 from mainline
28896      Branch: maint-5.6/perl
28897           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
28898           +> t/lib/tie-splice.t
28899            - lib/unicode/Is/DCinital.pl
28900           !> (integrate 112 files)
28901 ____________________________________________________________________________
28902 [  8158] By: jhi                                   on 2000/12/17  23:04:24
28903         Log: Subject: [PATCHES] RE: perl@8150 
28904              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
28905              Date: Sun, 17 Dec 2000 21:46:39 +0100
28906              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
28907              
28908              Neither cygwin has a getpwuid() one can trust on.
28909      Branch: perl
28910            ! t/lib/glob-basic.t
28911 ____________________________________________________________________________
28912 [  8157] By: jhi                                   on 2000/12/17  23:01:54
28913         Log: More MAN.PODS => {} fixes.
28914      Branch: perl
28915            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
28916            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
28917            ! os2/OS2/REXX/Makefile.PL
28918 ____________________________________________________________________________
28919 [  8156] By: gsar                                  on 2000/12/17  22:49:13
28920         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
28921              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
28922              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
28923              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
28924              7201,7204 from mainline
28925      Branch: maint-5.6/perl
28926           !> (integrate 121 files)
28927 ____________________________________________________________________________
28928 [  8155] By: jhi                                   on 2000/12/17  22:30:58
28929         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
28930              From: "Craig A. Berry" <craigberry@mac.com>
28931              Date: Sun, 17 Dec 2000 13:09:28 -0600
28932              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
28933              
28934              MAN.PODS => ' ' is naughty.
28935      Branch: perl
28936            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
28937 ____________________________________________________________________________
28938 [  8154] By: nick                                  on 2000/12/17  22:07:13
28939         Log: MULTIPLICITY nit.
28940      Branch: perl
28941            ! mg.c
28942 ____________________________________________________________________________
28943 [  8153] By: gsar                                  on 2000/12/17  21:23:05
28944         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
28945              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
28946              from mainline
28947              
28948              Document the SvIOK_.*UV().
28949              
28950              Update Unicode todo list.
28951              
28952              Guard against bad string->int conversion for quads.
28953              
28954              Subject: small apidoc fix
28955              
28956              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
28957              
28958              Subject: [PATCH] Tied filehandle documentation
28959              
28960              Subject: [PATCH] Modernize Opcode.pm documentation
28961              
28962              Make Data::Dumper (non-XS) to work with changed semantics of ref().
28963              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
28964              [applied even though said semantics didn't change in 5.6.x]
28965              
28966              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
28967              
28968              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
28969              
28970              Fix the URL, but the server is still missing in action.
28971              Subject: [ID 20000905.002] perlfaq1.pod URL error
28972              
28973              Subject: [ID 20000903.001] \w in utf8-strings
28974              
28975              Fix the ccversion detection for 5.1 and beyond.
28976              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
28977              
28978              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
28979              
28980              Subject: [ID 20000904.008] Tiny fix for perldiag
28981              
28982              Subject: Re: [ID 20000906.004] segfault with bad perl statement
28983              
28984              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
28985              
28986              Subject: [ID 20000908.002] perlipc documentation bug.
28987              
28988              Subject: [PATCH lib/Benchmark.pm]
28989              
28990              Re-allow vec() for characters > 255.
28991              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
28992              
28993              Do away with memory models cruft.  Sorry, PDP users.
28994              
28995              Continue #7041.
28996              
28997              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
28998              
28999              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
29000              
29001              Upgrade to CPAN 1.57_65, from Andreas König.
29002              
29003              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
29004              by Russ Allbery.
29005              
29006              Silence t/pod/*.t about alternate quote-mappings now implemented
29007              by Pod::Text, from Brad Appleton.
29008              
29009              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
29010              Subject: borland C++ win32.c tweak
29011              
29012              C<@a = @b = split(...)> optimization coredumps under ithreads
29013              (missed a spot when fixing up op_pmreplroot hack for ithreads)
29014              
29015              Document the SvUTF8*().
29016              
29017              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
29018              
29019              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
29020              
29021              Do in VMS as the #7054 does.
29022              
29023              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
29024              
29025              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
29026              
29027              Subject: [patch: perl@7045] vms updates
29028              
29029              Test for the #7049.
29030              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
29031              
29032              Break up the myconfig lines a bit.
29033              Subject: perlbug/perl -V output format
29034              
29035              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
29036              
29037              The #7054 truncated Configure badly.
29038              
29039              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
29040              initialization in all the threads on Windows
29041              
29042              Allow for whitespace between "#" and "line" in cpp output.
29043              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
29044              
29045              Remove vestiges of tr//CU.
29046              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
29047              
29048              The return value of setlocale must be copied away.
29049              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
29050              
29051              Allow chop() and chomp() to be overridden.
29052              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
29053              
29054              Hints optimization.
29055              Subject: Minor nit
29056              
29057              Subject: [PATCH] de-wall t/README
29058              
29059              Subject: Re: Two advertising clauses need to be removed
29060      Branch: maint-5.6/perl
29061           !> (integrate 75 files)
29062 ____________________________________________________________________________
29063 [  8152] By: gsar                                  on 2000/12/17  20:30:11
29064         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
29065              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
29066              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
29067              
29068              Don't attach -ld to the archname if pointless.
29069              
29070              Document UNTIE in a very minimalistic way.
29071              
29072              POSIX doesn't report long double values under -Duselongdouble
29073              when the long doubles are "real" (bigger than doubles).
29074              
29075              More author updates.
29076              
29077              Try to deduce NV_MAX.  Really should be Configure fodder.
29078              
29079              :: not allowed in pathnames, change to .
29080              Subject: [PATCH perl@6938] cygwin port
29081              
29082              Forget about NV_MAX (#6951).  Various floating point tweaks,
29083              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
29084              
29085              Move the Solaris 7 scan to use64bitall, make the
29086              failure to find 64-bot sparc libc to mention the
29087              possibility of being in an intel, from Lupe and Alan.
29088              
29089              Regen perltoc.
29090              
29091              AUTHORS tweaks, from Peter Prymmer.
29092              
29093              More address tweaking.
29094              
29095              Small tweaks all over.
29096              
29097              File::Temp patches from Andreas König,
29098              
29099              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
29100              
29101              Subject: CPAN.pm beta 1.57_57 for the core
29102              
29103              Part of the solution.
29104              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
29105              
29106              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
29107              
29108              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
29109              
29110              Add the overload warnings to perldiag.
29111              
29112              Drop unused argument.
29113              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
29114              
29115              Subject: Nit in Configure (bleadperl@6961)
29116              
29117              Update to PodParser 1.18, from Brad Appleton.
29118              
29119              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
29120              
29121              Subject: [PATCH: 6948] add SCNfldbl to configure.com
29122              
29123              Document UNTIE. Also tweak implementation to suppress the 'inner references'
29124              warning when UNTIE exists and instead pass the cound of extra references to
29125              the UNTIE method.
29126              
29127              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
29128              so that case-ignoring systems like DCL can tell them from
29129              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
29130              
29131              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
29132              
29133              Feature ordering tweak.
29134              
29135              Regen perltoc.
29136              
29137              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
29138              
29139              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
29140              
29141              Subject: http:// in L<>
29142              
29143              Detypo.
29144              
29145              change#6791 accidentally clobbered change#6710, put it back
29146              
29147              Only the first line, thank you very much.
29148              
29149              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
29150              plus rework the http: spots as suggested by Tom Christiansen,
29151              plus regen perltoc.
29152              
29153              Undo part of change 6489 which looks like a bulk edit which
29154              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
29155              The supressing of main:: on return from select() is undesirable.
29156              
29157              Apparently avoiding the swapping is too costly.
29158              
29159              Various Configure nits by Philip Newton,
29160              plus the ebcdic one by me.
29161              
29162              Make certain cc is set before trying to run it.
29163              
29164              If overloaded %{} etc. return the object do not loop.
29165              Thus  sub deref { $_[0] } functions if object is wanted type.
29166              
29167              Update perlhist.
29168              
29169              More %{} and other deref special casing - do not pass to 'nomethod'.
29170      Branch: maint-5.6/perl
29171           !> (integrate 59 files)
29172 ____________________________________________________________________________
29173 [  8151] By: gsar                                  on 2000/12/17  19:14:38
29174         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
29175              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
29176              
29177              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
29178              
29179              Make the epsilon to be relative, not absolute.
29180              
29181              Put back the flags dump as reasoned in
29182              Subject: Re: [PATCH] Glob dumping
29183              
29184              Introduce ccname to keep track of what compiler kind of we have.
29185              
29186              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
29187              
29188              Put back the slice accidentally removed by #6907.
29189              
29190              Reset archname and archname64 always, forcing them be
29191              recomputed at each Configure run, make Configure and
29192              the hints files agree on the naming of largefiles variables.
29193              
29194              Don't say "Perl 5.0 source kit".
29195              
29196              Subject: [PATCH] fix misc cast warnings
29197              
29198              Subject: typos in pods
29199              
29200              NVs not necessarily doubles, as pointed out by Yitzchak.
29201              
29202              Subject: [PATCH 6889] add a few ldbl formats to configure.com
29203              
29204              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
29205              
29206              Better options for rsync.
29207              
29208              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
29209              
29210              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
29211              
29212              Subject: [PATCH] Re: UNTIE method 
29213              
29214              A better fix for the Socket building problem from Craig Berry.
29215              
29216              Retract the dummy test, skip the security tests (instead of failing),
29217              explain what the warnings mean.
29218              
29219              Heap decorruption.
29220              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
29221              
29222              Update to Unicode 3.0.1.
29223              
29224              Missed one Unicode file.
29225              
29226              Subject: Re: typos in pods
29227              
29228              The #6929 was too skimpy.
29229              
29230              sscanf() may be the only way to read long doubles from strings.
29231              
29232              Reveal Borland's isnan.
29233              Subject: build with BC++ tweak
29234              
29235              Issue useful diagnostic on unknown pod commands.
29236              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
29237              
29238              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
29239              
29240              Clarify the third case of ftmp-security warnings.
29241              
29242              Make -Dusemorebits find long doubles in Solaris.
29243              
29244              Wrap the test in eval.
29245      Branch: maint-5.6/perl
29246           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
29247           +> lib/unicode/PropList.txt lib/unicode/README.perl
29248           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
29249           +> lib/unicode/Unicode.301 vms/vmspipe.com
29250            - lib/unicode/Props.txt lib/unicode/UCD300.html
29251            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
29252           !> (integrate 305 files)
29253 ____________________________________________________________________________
29254 [  8150] By: jhi                                   on 2000/12/17  18:47:57
29255         Log: Uncheckedin generated files.
29256      Branch: perl
29257            ! global.sym perlapi.c pod/perlapi.pod
29258 ____________________________________________________________________________
29259 [  8149] By: jhi                                   on 2000/12/17  18:41:22
29260         Log: Update Changes.
29261      Branch: perl
29262            ! Changes patchlevel.h
29263 ____________________________________________________________________________
29264 [  8148] By: jhi                                   on 2000/12/17  18:39:16
29265         Log: Subject: [PATCH] Fcntl constants speedup
29266              From: Nicholas Clark <nick@ccl4.org>
29267              Date: Sun, 17 Dec 2000 16:29:24 +0000
29268              Message-ID: <20001217162924.E97668@plum.flirble.org>
29269              
29270              Use IVs for the Fcntl constants instead of NVs.
29271      Branch: perl
29272            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
29273 ____________________________________________________________________________
29274 [  8147] By: jhi                                   on 2000/12/17  18:33:41
29275         Log: Add test for #8145 (binmode() warning), add warning for
29276              ioctl() and sockpair(), document them. (fileno() cannot
29277              be tripwired with the same kind of warning because
29278              'defined fileno($foo)' seems to be an idiom.)
29279      Branch: perl
29280            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
29281 ____________________________________________________________________________
29282 [  8146] By: gsar                                  on 2000/12/17  18:09:08
29283         Log: update Changes
29284      Branch: maint-5.6/perl
29285            ! Changes
29286 ____________________________________________________________________________
29287 [  8145] By: jhi                                   on 2000/12/17  17:39:35
29288         Log: Subject: [PATCH] Re: The long awaited feature ...
29289              From: Simon Cozens <simon@cozens.net>
29290              Date: Sun, 17 Dec 2000 12:31:56 +0000
29291              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
29292              
29293              Add a warning to binmode() about using bad filehandles
29294              (can happen e.g. if someone forgets the filehandle argument)
29295      Branch: perl
29296            ! pp_sys.c
29297 ____________________________________________________________________________
29298 [  8144] By: jhi                                   on 2000/12/17  17:33:48
29299         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
29300              From: Jonathan Stowe <gellyfish@gellyfish.com>
29301              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
29302              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
29303      Branch: perl
29304            ! lib/Net/Ping.pm
29305 ____________________________________________________________________________
29306 [  8143] By: jhi                                   on 2000/12/17  05:31:37
29307         Log: Polymorphic regexps.
29308              
29309              Fixes at least the bugs 20001028.003 (both of them...) and
29310              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
29311              also to be fixed by now, probably already before this patch.
29312      Branch: perl
29313            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
29314            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
29315            ! t/op/utf8decode.t t/pragma/utf8.t
29316 ____________________________________________________________________________
29317 [  8142] By: jhi                                   on 2000/12/16  17:16:05
29318         Log: Subject: [patch perl@8102] dos/djgpp update
29319              From: Laszlo Molnar <ml1050@freemail.hu>
29320              Date: Sat, 16 Dec 2000 01:40:52 +0100
29321              Message-ID: <20001216014052.A335@freemail.hu>
29322      Branch: perl
29323            ! djgpp/config.over t/base/commonsense.t
29324 ____________________________________________________________________________
29325 [  8141] By: jhi                                   on 2000/12/16  17:09:27
29326         Log: Few uncheckedin files.
29327      Branch: perl
29328            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
29329 ____________________________________________________________________________
29330 [  8140] By: nick                                  on 2000/12/15  22:14:31
29331         Log: Integrate mainline
29332      Branch: perlio
29333           !> (integrate 53 files)
29334 ____________________________________________________________________________
29335 [  8139] By: jhi                                   on 2000/12/15  19:49:49
29336         Log: One more IVUV tweak from Nicholas Clark.
29337      Branch: perl
29338            ! sv.c
29339 ____________________________________________________________________________
29340 [  8138] By: jhi                                   on 2000/12/15  19:17:06
29341         Log: Return of the IVUV-preservation, now seems to be happy even
29342              in Digital UNIX (the broken strtoul brokenness detection
29343              seems to have been the fly in the ointment).
29344      Branch: perl
29345            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29346            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
29347            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
29348            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
29349            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
29350            ! vos/config.ga.h win32/config.bc win32/config.gc
29351            ! win32/config.vc
29352 ____________________________________________________________________________
29353 [  8137] By: jhi                                   on 2000/12/15  18:12:14
29354         Log: Metaconfig unit change for #8136.
29355      Branch: metaconfig
29356            ! U/modified/d_strtoul.U
29357      Branch: metaconfig/U/perl
29358            ! d_strtoull.U d_strtouq.U
29359 ____________________________________________________________________________
29360 [  8136] By: jhi                                   on 2000/12/15  18:11:35
29361         Log: I don't think it's sensible or portable to test the strtou*
29362              on /^-/ strings.
29363      Branch: perl
29364            ! Configure
29365 ____________________________________________________________________________
29366 [  8135] By: jhi                                   on 2000/12/15  17:18:49
29367         Log: Metaconfig unit change for #8134.
29368      Branch: metaconfig
29369            ! U/modified/d_strtoul.U
29370 ____________________________________________________________________________
29371 [  8134] By: jhi                                   on 2000/12/15  17:14:13
29372         Log: If longsize is 8 we don't need a LL suffix for integer constants.
29373      Branch: perl
29374            ! Configure config_h.SH
29375 ____________________________________________________________________________
29376 [  8133] By: jhi                                   on 2000/12/15  16:00:23
29377         Log: Update Changes.
29378      Branch: perl
29379            ! Changes patchlevel.h
29380 ____________________________________________________________________________
29381 [  8132] By: jhi                                   on 2000/12/15  15:44:16
29382         Log: Some compilers get huffy if you do not cast a const pointer
29383              to a non-const when assigning.
29384      Branch: perl
29385            ! gv.c
29386 ____________________________________________________________________________
29387 [  8131] By: jhi                                   on 2000/12/15  15:38:30
29388         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
29389              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29390              Date: Fri, 15 Dec 2000 05:26:57 -0500
29391              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
29392      Branch: perl
29393            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
29394            ! t/pragma/overload.t
29395 ____________________________________________________________________________
29396 [  8130] By: jhi                                   on 2000/12/15  15:36:08
29397         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
29398              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29399              Date: Thu, 14 Dec 2000 22:02:43 -0500
29400              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
29401      Branch: perl
29402            ! gv.c perl.h
29403 ____________________________________________________________________________
29404 [  8129] By: jhi                                   on 2000/12/15  15:34:16
29405         Log: Subject: PATCH: h2xs nit
29406              From: Tim Jenness <t.jenness@jach.hawaii.edu>
29407              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
29408              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
29409              
29410              Add a template README.
29411      Branch: perl
29412            ! utils/h2xs.PL
29413 ____________________________________________________________________________
29414 [  8128] By: jhi                                   on 2000/12/15  15:32:22
29415         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
29416      Branch: perl
29417            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
29418 ____________________________________________________________________________
29419 [  8127] By: jhi                                   on 2000/12/15  15:19:34
29420         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
29421              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
29422              Date:     Thu, 14 Dec 2000 20:04:42 EST
29423              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
29424      Branch: perl
29425            ! ext/Opcode/Opcode.xs
29426 ____________________________________________________________________________
29427 [  8126] By: jhi                                   on 2000/12/15  15:17:49
29428         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
29429              From: Peter Prymmer <pvhp@forte.com>
29430              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
29431              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
29432      Branch: perl
29433            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
29434            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
29435            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
29436 ____________________________________________________________________________
29437 [  8125] By: jhi                                   on 2000/12/15  15:11:05
29438         Log: This seems to be a stage sane and stable enough to checkin.
29439              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
29440      Branch: perl
29441            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
29442            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
29443            ! t/op/cmp.t t/op/numconvert.t
29444 ____________________________________________________________________________
29445 [  8124] By: jhi                                   on 2000/12/15  04:20:26
29446         Log: Something is really wonky.
29447      Branch: perl
29448            ! sv.c
29449 ____________________________________________________________________________
29450 [  8123] By: jhi                                   on 2000/12/15  04:00:50
29451         Log: Fixes for the IV UV patches to compile in Digital UNIX.
29452      Branch: perl
29453            ! sv.c
29454 ____________________________________________________________________________
29455 [  8122] By: jhi                                   on 2000/12/15  02:53:40
29456         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
29457              From: "Craig A. Berry" <craigberry@mac.com>
29458              Date: Thu, 14 Dec 2000 19:10:49 -0600
29459              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
29460      Branch: perl
29461            ! vms/vms.c
29462 ____________________________________________________________________________
29463 [  8121] By: jhi                                   on 2000/12/15  02:50:00
29464         Log: Metaconfig changes for #8120.
29465      Branch: metaconfig
29466            + U/modified/d_strtoul.U
29467      Branch: metaconfig/U/perl
29468            ! d_strtoull.U d_strtouq.U
29469 ____________________________________________________________________________
29470 [  8120] By: jhi                                   on 2000/12/15  02:49:42
29471         Log: From: Nicholas Clark <nick@ccl4.org> 
29472              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
29473              Date: Thu, 14 Dec 2000 18:38:57 +0000
29474              Message-ID: <20001214183857.B97909@plum.flirble.org>
29475      Branch: perl
29476            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29477            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
29478            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
29479            ! vos/config.ga.def vos/config.ga.h win32/config.bc
29480            ! win32/config.gc win32/config.vc
29481 ____________________________________________________________________________
29482 [  8119] By: jhi                                   on 2000/12/14  23:40:58
29483         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
29484              From: Nicholas Clark <nick@ccl4.org>
29485              Date: Wed, 13 Dec 2000 20:08:50 +0000
29486              Message-ID: <20001213200849.B71166@plum.flirble.org>
29487      Branch: perl
29488            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
29489            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
29490 ____________________________________________________________________________
29491 [  8118] By: jhi                                   on 2000/12/14  22:46:26
29492         Log: Integrate perlio.
29493      Branch: perl
29494           !> MANIFEST ext/Encode/compile makedef.pl
29495 ____________________________________________________________________________
29496 [  8117] By: nick                                  on 2000/12/14  22:38:53
29497         Log: Win32 tweaks to get Encode to build
29498              - temp hack to makedef.pl till PerlIO is properly "exported".
29499              - MSVC dislikes  
29500              static encpage_t foo[];
29501              so make 'em extern for now.
29502      Branch: perlio
29503            ! ext/Encode/compile makedef.pl
29504 ____________________________________________________________________________
29505 [  8116] By: nick                                  on 2000/12/14  22:00:53
29506         Log: Document the new files
29507      Branch: perlio
29508            ! MANIFEST
29509 ____________________________________________________________________________
29510 [  8115] By: jhi                                   on 2000/12/14  21:58:01
29511         Log: MANIFEST new files of #8114.
29512      Branch: perl
29513            ! MANIFEST
29514 ____________________________________________________________________________
29515 [  8114] By: jhi                                   on 2000/12/14  21:50:49
29516         Log: Integrate perlio.
29517      Branch: perl
29518           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
29519           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
29520           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
29521           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
29522           !> ext/Encode/Makefile.PL
29523 ____________________________________________________________________________
29524 [  8113] By: jhi                                   on 2000/12/14  21:48:49
29525         Log: The documentation part of the
29526              
29527              Subject: [ID 20001214.002] Net::Ping patch
29528              From: Jonathan Stowe <gellyfish@gellyfish.com>
29529              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
29530              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
29531              since the #7529 had already addressed the same problem.
29532      Branch: perl
29533            ! lib/Net/Ping.pm
29534 ____________________________________________________________________________
29535 [  8112] By: jhi                                   on 2000/12/14  21:42:57
29536         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
29537              From: Dominic Dunlop <domo@computer.org>
29538              Date: Tue, 12 Dec 2000 10:47:10 +0100
29539              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
29540              
29541              Document how elusive subroutines can be.
29542      Branch: perl
29543            ! pod/perlfunc.pod
29544 ____________________________________________________________________________
29545 [  8111] By: jhi                                   on 2000/12/14  21:38:05
29546         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
29547              From: Dominic Dunlop <domo@computer.org>
29548              Date: Thu, 14 Dec 2000 10:13:51 +0100
29549              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
29550      Branch: perl
29551            ! ext/POSIX/POSIX.pod
29552 ____________________________________________________________________________
29553 [  8110] By: jhi                                   on 2000/12/14  21:36:32
29554         Log: Subject: [patch] perlfaq7
29555              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
29556              Date: Thu, 14 Dec 2000 15:31:07 +0100
29557              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
29558      Branch: perl
29559            ! pod/perlfaq7.pod
29560 ____________________________________________________________________________
29561 [  8109] By: jhi                                   on 2000/12/14  21:29:20
29562         Log: Subject: [8104] Encode
29563              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29564              Date: Thu, 14 Dec 2000 14:49:34 +0100
29565              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
29566              
29567              Type casting for nervous compilers.
29568      Branch: perl
29569            ! ext/Encode/Encode.xs
29570 ____________________________________________________________________________
29571 [  8108] By: jhi                                   on 2000/12/14  21:26:17
29572         Log: Subject: [8104] DB_File
29573              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29574              Date: Thu, 14 Dec 2000 14:49:35 +0100
29575              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
29576              
29577              Type definition incorrect for DB 2.7.7.  Not known when it
29578              changed, so only changed it for a known revision.
29579      Branch: perl
29580            ! ext/DB_File/DB_File.xs
29581 ____________________________________________________________________________
29582 [  8107] By: jhi                                   on 2000/12/14  21:23:41
29583         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
29584              From: Peter Prymmer <pvhp@forte.com>
29585              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
29586              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
29587              
29588              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
29589      Branch: perl
29590            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
29591            ! ext/Encode/Encode/posix-bc.enc
29592 ____________________________________________________________________________
29593 [  8106] By: nick                                  on 2000/12/14  20:36:13
29594         Log: "Cold" build correction to Encode's Makefile.PL
29595      Branch: perlio
29596            ! ext/Encode/Makefile.PL
29597 ____________________________________________________________________________
29598 [  8105] By: nick                                  on 2000/12/14  20:09:37
29599         Log: "Compiled" encodings.
29600              Correct replacement character in EBCDIC .enc files
29601              Add 0x7F to ASCII repertoire.
29602      Branch: perlio
29603            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
29604            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
29605            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
29606            ! ext/Encode/Makefile.PL ext/Encode/compile
29607            ! ext/Encode/encengine.c ext/Encode/encode.h
29608 ____________________________________________________________________________
29609 [  8104] By: nick                                  on 2000/12/14  00:38:20
29610         Log: Integrate mainline
29611      Branch: perlio
29612           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
29613           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
29614           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
29615           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
29616           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
29617           !> t/lib/db-hash.t t/lib/db-recno.t
29618 ____________________________________________________________________________
29619 [  8103] By: nick                                  on 2000/12/13  23:16:13
29620         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
29621              so far and so it does not get lost.
29622      Branch: perlio
29623            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
29624 ____________________________________________________________________________
29625 [  8102] By: jhi                                   on 2000/12/13  17:14:22
29626         Log: Update Changes.
29627      Branch: perl
29628            ! Changes patchlevel.h
29629 ____________________________________________________________________________
29630 [  8101] By: jhi                                   on 2000/12/13  16:53:41
29631         Log: Move the proto of start_glob() to a better place; regen api files.
29632      Branch: perl
29633            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
29634 ____________________________________________________________________________
29635 [  8100] By: jhi                                   on 2000/12/13  16:47:11
29636         Log: Metaconfig change for #8099.
29637      Branch: metaconfig
29638            ! U/modified/Head.U
29639 ____________________________________________________________________________
29640 [  8099] By: jhi                                   on 2000/12/13  16:46:48
29641         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
29642              From: Andy Dougherty <doughera@lafayette.edu>
29643              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
29644              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
29645      Branch: perl
29646            ! Configure
29647 ____________________________________________________________________________
29648 [  8098] By: jhi                                   on 2000/12/13  16:39:02
29649         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
29650              From: rspier@pobox.com (Robert Spier)
29651              Date: Tue, 12 Dec 2000 21:12:39 -0500
29652              Message-ID: <14902.56087.678086.725773@rls.cx>
29653              
29654              fastgetcwd is defined using a glob alias on a $^O dependent basis -
29655              and there was no default assignment or perl subroutine.
29656      Branch: perl
29657            ! lib/Cwd.pm
29658 ____________________________________________________________________________
29659 [  8097] By: jhi                                   on 2000/12/13  16:16:01
29660         Log: Subject: [PATCH] move startglob out of pp_hot.c
29661              From: Nicholas Clark <nick@ccl4.org>
29662              Date: Mon, 11 Dec 2000 23:16:39 +0000
29663              Message-ID: <20001211231638.A55550@plum.flirble.org>
29664      Branch: perl
29665            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
29666 ____________________________________________________________________________
29667 [  8096] By: jhi                                   on 2000/12/13  15:26:23
29668         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
29669              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
29670              Date: Wed, 13 Dec 2000 14:01:37 +0100
29671              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
29672              
29673              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
29674              in turn requires libpthread in libswanted.
29675      Branch: perl
29676            ! hints/hpux.sh
29677 ____________________________________________________________________________
29678 [  8095] By: jhi                                   on 2000/12/12  19:51:05
29679         Log: The integration wars continue.
29680      Branch: perl
29681           !> sv.c
29682 ____________________________________________________________________________
29683 [  8094] By: jhi                                   on 2000/12/12  19:48:26
29684         Log: Subject: [PATCH perl@8070] DB_File-1.74  
29685              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
29686              Date: Mon, 11 Dec 2000 23:07:17 -0000
29687              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
29688      Branch: perl
29689            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
29690            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
29691            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
29692            ! t/lib/db-recno.t
29693 ____________________________________________________________________________
29694 [  8093] By: nick                                  on 2000/12/12  19:42:13
29695         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
29696      Branch: perlio
29697            ! sv.c
29698           !> lib/File/DosGlob.pm
29699 ____________________________________________________________________________
29700 [  8092] By: jhi                                   on 2000/12/12  19:28:11
29701         Log: Integrate perlio.
29702      Branch: perl
29703           !> sv.c
29704 ____________________________________________________________________________
29705 [  8091] By: nick                                  on 2000/12/12  18:49:45
29706         Log: Fix for Tk, and upgrading shared SVs.
29707      Branch: perlio
29708            ! sv.c
29709 ____________________________________________________________________________
29710 [  8090] By: jhi                                   on 2000/12/12  16:48:59
29711         Log: Subject: [PATCH] Re: Breadperl & Tk
29712              From: Nick Ing-Simmons <nik@tiuk.ti.com>
29713              Date: Tue, 12 Dec 2000 14:48:27 GMT
29714              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
29715      Branch: perl
29716            ! sv.c
29717 ____________________________________________________________________________
29718 [  8089] By: jhi                                   on 2000/12/12  03:37:19
29719         Log: Subject: DosGlob.pm diff for bash style brace expansion.
29720              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
29721              Date: Fri, 8 Dec 2000 10:45:30 -0600
29722              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
29723      Branch: perl
29724            ! lib/File/DosGlob.pm
29725 ____________________________________________________________________________
29726 [  8088] By: nick                                  on 2000/12/11  23:59:59
29727         Log: Integrate mainline
29728      Branch: perlio
29729           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
29730           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
29731           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
29732           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
29733           !> t/op/local.t t/pragma/warn/toke toke.c
29734 ____________________________________________________________________________
29735 [  8087] By: jhi                                   on 2000/12/11  23:20:23
29736         Log: Integrate perlio.
29737      Branch: perl
29738           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
29739 ____________________________________________________________________________
29740 [  8086] By: jhi                                   on 2000/12/11  22:50:59
29741         Log: Tune further the OS detection of CGI.
29742      Branch: perl
29743            ! lib/CGI.pm
29744 ____________________________________________________________________________
29745 [  8085] By: nick                                  on 2000/12/11  22:50:46
29746         Log: Finish 1st pass of "encoding" layer e.g. :
29747              open($fh,"<encoding(iso8859-7)",$greek) || die;
29748      Branch: perlio
29749            ! ext/Encode/Encode.xs perlio.c perliol.h
29750 ____________________________________________________________________________
29751 [  8084] By: jhi                                   on 2000/12/11  22:32:06
29752         Log: Revert the -f ambiguousity patch, seems to cause
29753              too much hassle (the interpret -Q as a function
29754              where Q is not a known filetest part is left in).
29755      Branch: perl
29756            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
29757            ! toke.c
29758 ____________________________________________________________________________
29759 [  8083] By: jhi                                   on 2000/12/11  22:27:23
29760         Log: (accidentally empty check-in)
29761      Branch: perl
29762            ! lib/File/DosGlob.pm
29763 ____________________________________________________________________________
29764 [  8082] By: nick                                  on 2000/12/11  19:09:51
29765         Log: Restore mmap function (broken by tweaks to shared buffer
29766              layer for encode(xxxx)).
29767      Branch: perlio
29768            ! perlio.c
29769 ____________________________________________________________________________
29770 [  8081] By: jhi                                   on 2000/12/11  18:29:13
29771         Log: Subject: Re: The long awaited feature ...
29772              From: Simon Cozens <simon@cozens.net>
29773              Date: Mon, 11 Dec 2000 15:54:24 +0000
29774              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
29775              
29776              More io/utf8 tests.
29777      Branch: perl
29778            ! t/io/utf8.t
29779 ____________________________________________________________________________
29780 [  8080] By: jhi                                   on 2000/12/11  18:19:36
29781         Log: Subject: PATCH MakeMaker manpage clarification
29782              From: andreas.koenig@anima.de (Andreas J. Koenig)
29783              Date: 10 Dec 2000 20:46:13 +0100
29784              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
29785      Branch: perl
29786            ! lib/ExtUtils/MakeMaker.pm
29787 ____________________________________________________________________________
29788 [  8079] By: jhi                                   on 2000/12/11  15:35:07
29789         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
29790              From: Simon Cozens <simon@cozens.net>
29791              Date: Sun, 10 Dec 2000 19:06:19 +0000
29792              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
29793      Branch: perl
29794            ! ext/B/B/Deparse.pm t/lib/b.t
29795 ____________________________________________________________________________
29796 [  8078] By: jhi                                   on 2000/12/11  15:09:11
29797         Log: Subject: [PATCH] docs on NaN
29798              From: Nicholas Clark <nick@ccl4.org>
29799              Date: Mon, 11 Dec 2000 01:48:38 +0000
29800              Message-ID: <20001211014838.B99205@plum.flirble.org>
29801      Branch: perl
29802            ! pod/perlop.pod
29803 ____________________________________________________________________________
29804 [  8077] By: jhi                                   on 2000/12/11  15:02:21
29805         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
29806              From: Simon Cozens <simon@cozens.net>
29807              Date: Mon, 11 Dec 2000 01:21:45 +0000
29808              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
29809      Branch: perl
29810            ! pp.c pp_hot.c scope.c t/op/local.t
29811 ____________________________________________________________________________
29812 [  8076] By: nick                                  on 2000/12/10  20:43:32
29813         Log: Not merge worthy...
29814              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
29815              syntax is modelled on attributes.
29816              Untested fix for io/utf8 on Win32 etc.
29817              Very clumsy start to the encode layer.
29818      Branch: perlio
29819            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
29820 ____________________________________________________________________________
29821 [  8075] By: jhi                                   on 2000/12/10  18:39:33
29822         Log: Darwin is not Windows.
29823      Branch: perl
29824            ! lib/CGI.pm
29825 ____________________________________________________________________________
29826 [  8074] By: jhi                                   on 2000/12/10  18:31:27
29827         Log: Subject: Ambiguous -%c() resolved as a file test
29828              From: "Paul Marquess" <Paul.Marquess@openwave.com>
29829              Date: Sun, 10 Dec 2000 15:35:07 -0000
29830              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
29831      Branch: perl
29832            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
29833 ____________________________________________________________________________
29834 [  8073] By: jhi                                   on 2000/12/10  18:16:29
29835         Log: Subject: PATCH installperl misinformed 
29836              From: andreas.koenig@anima.de (Andreas J. Koenig)
29837              Date: 10 Dec 2000 13:01:32 +0100 
29838              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
29839      Branch: perl
29840            ! installperl
29841 ____________________________________________________________________________
29842 [  8072] By: jhi                                   on 2000/12/10  18:07:55
29843         Log: The walkoptree confusion rages; walkoptree() seems to be coming
29844              from B.xs, while walkoptree_slow() comes from B.pm.
29845      Branch: perl
29846            ! ext/B/B.pm
29847 ____________________________________________________________________________
29848 [  8071] By: nick                                  on 2000/12/10  11:45:47
29849         Log: Integrate mainline
29850      Branch: perlio
29851           +> t/base/commonsense.t
29852           !> (integrate 37 files)
29853 ____________________________________________________________________________
29854 [  8070] By: jhi                                   on 2000/12/10  04:46:21
29855         Log: Update Changes.
29856      Branch: perl
29857            ! Changes patchlevel.h
29858 ____________________________________________________________________________
29859 [  8069] By: jhi                                   on 2000/12/10  04:39:19
29860         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
29861              From: andreas.koenig@anima.de (Andreas J. Koenig)
29862              Date: 09 Dec 2000 17:14:25 +0100
29863              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
29864      Branch: perl
29865            + t/base/commonsense.t
29866            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
29867 ____________________________________________________________________________
29868 [  8068] By: jhi                                   on 2000/12/10  04:17:36
29869         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
29870              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
29871              Date: Sat, 9 Dec 2000 16:47:22 -0000
29872              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
29873      Branch: perl
29874            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
29875            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
29876            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
29877            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
29878            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
29879            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
29880            ! t/lib/sdbm.t
29881 ____________________________________________________________________________
29882 [  8067] By: jhi                                   on 2000/12/10  03:52:02
29883         Log: Test case for #8066.
29884      Branch: perl
29885            ! t/op/misc.t
29886 ____________________________________________________________________________
29887 [  8066] By: jhi                                   on 2000/12/10  03:50:30
29888         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
29889              From: Simon Cozens <simon@cozens.net>
29890              Date: Sun, 10 Dec 2000 00:55:37 +0000
29891              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
29892      Branch: perl
29893            ! pp_sys.c
29894 ____________________________________________________________________________
29895 [  8065] By: jhi                                   on 2000/12/10  03:44:52
29896         Log: Test case for #8064.
29897      Branch: perl
29898            ! t/comp/proto.t
29899 ____________________________________________________________________________
29900 [  8064] By: jhi                                   on 2000/12/10  03:42:32
29901         Log: Subject: Re: prototype of substr
29902              From: Simon Cozens <simon@cozens.net>
29903              Date: Sun, 10 Dec 2000 00:13:33 +0000
29904              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
29905              
29906              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
29907      Branch: perl
29908            ! pp.c
29909 ____________________________________________________________________________
29910 [  8063] By: jhi                                   on 2000/12/10  03:39:42
29911         Log: Subject: [PATCH] perlguts.pod
29912              From: Simon Cozens <simon@cozens.net>
29913              Date: Sun, 10 Dec 2000 00:06:47 +0000
29914              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
29915              
29916              Documentation of the different types of ops,
29917              plus the functions in dump.c
29918      Branch: perl
29919            ! pod/perlguts.pod
29920 ____________________________________________________________________________
29921 [  8062] By: jhi                                   on 2000/12/10  03:30:04
29922         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
29923              From: Nicholas Clark <nick@talking.bollo.cx>
29924              Date: Sat, 09 Dec 2000 18:57:25 +0000
29925              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
29926              
29927              Be more robust in weird hostname setups.
29928      Branch: perl
29929            ! t/lib/net-hostent.t
29930 ____________________________________________________________________________
29931 [  8061] By: jhi                                   on 2000/12/10  03:28:21
29932         Log: Pacify fussy compiler. 
29933      Branch: perl
29934            ! pp_sys.c
29935 ____________________________________________________________________________
29936 [  8060] By: jhi                                   on 2000/12/10  02:52:46
29937         Log: Integrate perlio.
29938      Branch: perl
29939           !> pp_sys.c t/io/utf8.t
29940 ____________________________________________________________________________
29941 [  8059] By: nick                                  on 2000/12/09  23:40:14
29942         Log: read/sysread/recv should now be utf8 aware.
29943              Basic test for utf8 read.
29944      Branch: perlio
29945            ! pp_sys.c t/io/utf8.t
29946 ____________________________________________________________________________
29947 [  8058] By: jhi                                   on 2000/12/09  21:56:02
29948         Log: Integrate perlio.
29949      Branch: perl
29950           +> t/io/utf8.t
29951           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
29952 ____________________________________________________________________________
29953 [  8057] By: jhi                                   on 2000/12/09  21:53:35
29954         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
29955              From: Inaba Hiroto <inaba@st.rim.or.jp>
29956              Date: Sun, 10 Dec 2000 05:53:21 +0900
29957              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
29958              
29959              Tests for #8056.
29960      Branch: perl
29961            ! t/op/each.t
29962 ____________________________________________________________________________
29963 [  8056] By: jhi                                   on 2000/12/09  21:51:16
29964         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
29965              From: Inaba Hiroto <inaba@st.rim.or.jp>
29966              Date: Sat, 09 Dec 2000 18:02:00 +0900
29967              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
29968              
29969              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
29970      Branch: perl
29971            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
29972 ____________________________________________________________________________
29973 [  8055] By: nick                                  on 2000/12/09  20:11:48
29974         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
29975              than raw PerlIO_write() - does not seem to break any tests.
29976      Branch: perlio
29977            ! pp_sys.c
29978 ____________________________________________________________________________
29979 [  8054] By: nick                                  on 2000/12/09  19:47:30
29980         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
29981              (sysread, recv and write i.e. formats still to do...)
29982              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
29983              open($fh,">:utf8","name")
29984              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
29985              so no extra overhead is involved.
29986              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
29987              to a non-utf8 stream.
29988              Add initial io/utf8.t
29989              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
29990              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
29991              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
29992      Branch: perlio
29993            + t/io/utf8.t
29994            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
29995 ____________________________________________________________________________
29996 [  8053] By: nick                                  on 2000/12/09  19:26:37
29997         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
29998              was only testing this_utf8.
29999      Branch: perlio
30000            ! toke.c
30001 ____________________________________________________________________________
30002 [  8052] By: nick                                  on 2000/12/09  19:09:41
30003         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
30004              i.e. the output string has one, but don't mess with source assumption.
30005      Branch: perlio
30006            ! toke.c
30007 ____________________________________________________________________________
30008 [  8051] By: jhi                                   on 2000/12/09  16:55:17
30009         Log: Integrate perlio.
30010      Branch: perl
30011           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
30012           !> sv.c thrdvar.h util.c
30013 ____________________________________________________________________________
30014 [  8050] By: jhi                                   on 2000/12/09  16:48:07
30015         Log: Nits noticed by Peter Prymmer.
30016      Branch: perl
30017            ! lib/ExtUtils/MM_VMS.pm
30018 ____________________________________________________________________________
30019 [  8049] By: nick                                  on 2000/12/09  13:49:40
30020         Log: UTF8 output prework.
30021              - Store $\ and $, as SVs so they can have SvUTF8 flag
30022              - use do_print() rather than raw PerlIO_write() to print them.
30023      Branch: perlio
30024            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
30025            ! thrdvar.h util.c
30026 ____________________________________________________________________________
30027 [  8048] By: nick                                  on 2000/12/09  12:30:43
30028         Log: Integrate mainline.
30029      Branch: perlio
30030           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
30031           +> t/op/reverse.t
30032           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
30033           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
30034           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
30035           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
30036           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
30037           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
30038 ____________________________________________________________________________
30039 [  8047] By: jhi                                   on 2000/12/09  00:23:27
30040         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
30041              From: Michael G Schwern <schwern@pobox.com>
30042              Date: Fri, 8 Dec 2000 14:43:04 -0600
30043      Branch: perl
30044            ! lib/ExtUtils/MM_VMS.pm
30045 ____________________________________________________________________________
30046 [  8046] By: jhi                                   on 2000/12/08  23:10:27
30047         Log: A missed check-in.
30048      Branch: perl
30049            ! lib/ExtUtils/Manifest.pm
30050 ____________________________________________________________________________
30051 [  8045] By: jhi                                   on 2000/12/08  21:57:12
30052         Log: (null check-in)
30053      Branch: perl
30054            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
30055 ____________________________________________________________________________
30056 [  8044] By: jhi                                   on 2000/12/08  21:11:06
30057         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
30058              at the final draft stage.
30059      Branch: perl
30060            + ext/Encode/Encode/iso8859-16.enc
30061            ! MANIFEST
30062 ____________________________________________________________________________
30063 [  8043] By: jhi                                   on 2000/12/08  16:39:04
30064         Log: Update Changes.
30065      Branch: perl
30066            ! Changes patchlevel.h
30067 ____________________________________________________________________________
30068 [  8042] By: jhi                                   on 2000/12/08  16:33:39
30069         Log: Do not return the Unicode replacement character if UTF-8
30070              decoding goes awry, it should be up to the caller to decide.
30071      Branch: perl
30072            ! pod/perlapi.pod utf8.c
30073 ____________________________________________________________________________
30074 [  8041] By: jhi                                   on 2000/12/08  16:22:28
30075         Log: metaconfig maintenance.
30076      Branch: metaconfig
30077            ! U/modified/stdchar.U
30078      Branch: metaconfig/U/perl
30079            + testsyml.U
30080 ____________________________________________________________________________
30081 [  8040] By: jhi                                   on 2000/12/08  16:03:08
30082         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
30083              From: sthoenna@efn.org
30084              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
30085              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
30086      Branch: perl
30087            ! Changes lib/ExtUtils/MM_OS2.pm
30088 ____________________________________________________________________________
30089 [  8039] By: jhi                                   on 2000/12/08  15:57:11
30090         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
30091              From: Simon Cozens <simon@cozens.net>
30092              Date: Fri, 8 Dec 2000 13:33:31 +0000
30093              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
30094              
30095              (The pp_hot part needed a rewrite.)
30096      Branch: perl
30097            ! doop.c pp_hot.c utf8.c
30098 ____________________________________________________________________________
30099 [  8038] By: jhi                                   on 2000/12/08  15:25:08
30100         Log: Subject: djSP
30101              From: Michael Stevens <michael@etla.org>
30102              Date: Wed, 6 Dec 2000 23:24:01 +0000
30103              Message-ID: <20001206232400.A21381@firedrake.org>
30104              
30105              Plus a note from Nick Ing-Simmons.
30106      Branch: perl
30107            ! pp.h
30108 ____________________________________________________________________________
30109 [  8037] By: jhi                                   on 2000/12/08  15:18:35
30110         Log: Filetype is text.
30111      Branch: perl
30112            ! t/op/utf8decode.t
30113 ____________________________________________________________________________
30114 [  8036] By: jhi                                   on 2000/12/08  03:31:27
30115         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
30116              From: Andy Dougherty <doughera@lafayette.edu>
30117              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
30118              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
30119              
30120              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
30121              From: Andy Dougherty <doughera@lafayette.edu>
30122              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
30123              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
30124      Branch: perl
30125            + ext/POSIX/hints/svr4.pl
30126            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
30127 ____________________________________________________________________________
30128 [  8035] By: jhi                                   on 2000/12/08  03:26:01
30129         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
30130              From: Andy Dougherty <doughera@lafayette.edu>
30131              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
30132              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
30133      Branch: perl
30134            ! t/README t/base/term.t
30135 ____________________________________________________________________________
30136 [  8034] By: jhi                                   on 2000/12/08  03:21:59
30137         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
30138              From: mjd@plover.com  
30139              Date: 7 Dec 2000 21:04:20 -0000
30140              Message-ID: <20001207210420.22282.qmail@plover.com>
30141              
30142              Plus -z doc.
30143      Branch: perl
30144            ! pod/perlfunc.pod
30145 ____________________________________________________________________________
30146 [  8033] By: jhi                                   on 2000/12/08  03:19:03
30147         Log: Use the UTF8 macros a bit.  They can't be used with abandon
30148              everywhere because we do generate illegal UTF-8 in some situations.
30149              This is of course naughty.
30150      Branch: perl
30151            ! pod/perlapi.pod utf8.c utf8.h
30152 ____________________________________________________________________________
30153 [  8032] By: jhi                                   on 2000/12/08  03:00:09
30154         Log: Out of sync?
30155      Branch: perl
30156            ! t/pragma/warn/utf8
30157 ____________________________________________________________________________
30158 [  8031] By: jhi                                   on 2000/12/08  02:22:39
30159         Log: Cnt spl.
30160      Branch: perl
30161            ! MANIFEST
30162 ____________________________________________________________________________
30163 [  8030] By: jhi                                   on 2000/12/08  01:23:54
30164         Log: Add test for reverse().
30165      Branch: perl
30166            + t/op/reverse.t
30167            ! MANIFEST
30168 ____________________________________________________________________________
30169 [  8029] By: jhi                                   on 2000/12/08  01:21:47
30170         Log: Integrate perlio.
30171      Branch: perl
30172           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
30173           !> perlio.c perlio.h perlsdio.h warnings.pl
30174 ____________________________________________________________________________
30175 [  8028] By: jhi                                   on 2000/12/08  01:19:08
30176         Log: Introduce macros for UTF8 decoding.
30177      Branch: perl
30178            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
30179 ____________________________________________________________________________
30180 [  8027] By: nick                                  on 2000/12/07  22:18:19
30181         Log: Integrate mainline
30182      Branch: perlio
30183           !> embed.pl pod/perlapi.pod utf8.c
30184 ____________________________________________________________________________
30185 [  8026] By: nick                                  on 2000/12/07  21:45:08
30186         Log: Various oddities p4 diff -se showed up
30187              Remove 'our' from warnings.pl
30188      Branch: perlio
30189            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
30190 ____________________________________________________________________________
30191 [  8025] By: nick                                  on 2000/12/07  21:43:32
30192         Log: Change PerlIO_(get|set)pos to take SV *
30193              Should fix, OS/2, VMS, (sfio??)
30194      Branch: perlio
30195            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
30196 ____________________________________________________________________________
30197 [  8024] By: jhi                                   on 2000/12/07  19:05:32
30198         Log: Document utf8_to_uv() better.
30199      Branch: perl
30200            ! pod/perlapi.pod utf8.c
30201 ____________________________________________________________________________
30202 [  8023] By: jhi                                   on 2000/12/07  18:23:47
30203         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
30204      Branch: perl
30205            ! embed.pl pod/perlapi.pod utf8.c
30206 ____________________________________________________________________________
30207 [  8022] By: jhi                                   on 2000/12/07  04:13:51
30208         Log: Integrate perlio.
30209      Branch: perl
30210           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
30211           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
30212           !> win32/makefile.mk
30213 ____________________________________________________________________________
30214 [  8021] By: nick                                  on 2000/12/07  00:28:14
30215         Log: Various attempts at MSVC debug - not sure what has
30216              changed but works now. 
30217              Seems atexit() _may_ work for DLLs built with MSVC so don't
30218              call cleanup that way.
30219      Branch: perlio
30220            ! perlio.c win32/makefile.mk
30221 ____________________________________________________________________________
30222 [  8020] By: nick                                  on 2000/12/06  19:57:20
30223         Log: Integrate mainline
30224      Branch: perlio
30225           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
30226           !> (integrate 75 files)
30227 ____________________________________________________________________________
30228 [  8019] By: nick                                  on 2000/12/06  19:28:21
30229         Log: Add useperlio to config.vc
30230              Turn off binmode in config_H.PL
30231              Regen all the config_H.xx
30232              Attempt to get debugging build with MSVC.
30233      Branch: perlio
30234            ! win32/config.vc win32/config_H.bc win32/config_H.gc
30235            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
30236 ____________________________________________________________________________
30237 [  8018] By: nick                                  on 2000/12/06  19:21:57
30238         Log: Test various dup/external program options on all platforms.
30239      Branch: perlio
30240            ! t/io/dup.t
30241 ____________________________________________________________________________
30242 [  8017] By: nick                                  on 2000/12/06  19:20:47
30243         Log: Fix harness to be less picky
30244      Branch: perlio
30245            ! lib/Test/Harness.pm
30246 ____________________________________________________________________________
30247 [  8016] By: jhi                                   on 2000/12/06  16:45:12
30248         Log: Update Changes.
30249      Branch: perl
30250            ! Changes patchlevel.h
30251 ____________________________________________________________________________
30252 [  8015] By: jhi                                   on 2000/12/06  16:41:03
30253         Log: Test \x{...} with ord().
30254      Branch: perl
30255            ! t/op/ord.t
30256 ____________________________________________________________________________
30257 [  8014] By: jhi                                   on 2000/12/06  16:20:33
30258         Log: Test tweak because of #8013.
30259      Branch: perl
30260            ! t/lib/b.t
30261 ____________________________________________________________________________
30262 [  8013] By: jhi                                   on 2000/12/06  16:09:09
30263         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
30264              From: Michael G Schwern <schwern@pobox.com>
30265              Date: Tue, 5 Dec 2000 21:23:28 -0500
30266              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
30267              
30268              Carp::Heavy parts not very applicable because of recent changes.
30269      Branch: perl
30270            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
30271            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
30272            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
30273            ! lib/Exporter.pm lib/Exporter/Heavy.pm
30274            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
30275            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
30276            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
30277            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
30278            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
30279            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
30280            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
30281            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
30282            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
30283            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
30284            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
30285            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
30286            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
30287            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
30288            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
30289            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
30290            ! warnings.pl
30291 ____________________________________________________________________________
30292 [  8012] By: jhi                                   on 2000/12/06  15:22:38
30293         Log: Subject: [PATCH] Re: New harness is failing things
30294              From: Nick Ing-Simmons <nik@tiuk.ti.com>
30295              Date: Wed, 6 Dec 2000 13:00:30 GMT
30296              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
30297      Branch: perl
30298            ! lib/Test/Harness.pm
30299 ____________________________________________________________________________
30300 [  8011] By: jhi                                   on 2000/12/06  15:12:08
30301         Log: Subject: installhtml changes
30302              From: Michael Stevens <michael@etla.org>
30303              Date: Wed, 6 Dec 2000 13:15:53 +0000
30304              Message-ID: <20001206131553.A27317@firedrake.org>
30305      Branch: perl
30306            ! installhtml
30307 ____________________________________________________________________________
30308 [  8010] By: jhi                                   on 2000/12/06  15:06:05
30309         Log: Subject: the dTHR hits
30310              From: Michael Stevens <michael@etla.org>
30311              Date: Wed, 6 Dec 2000 12:06:03 +0000
30312              Message-ID: <20001206120603.A24581@firedrake.org>
30313              
30314              More, errrm, less dTHRs.
30315      Branch: perl
30316            ! bytecode.pl ext/B/B/C.pm
30317 ____________________________________________________________________________
30318 [  8009] By: jhi                                   on 2000/12/06  15:04:25
30319         Log: Subject: MakeMaker mailing list gone?
30320              From: Michael G Schwern <schwern@pobox.com>
30321              Date: Tue, 5 Dec 2000 19:29:59 -0500
30322              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
30323              
30324              The MakeMaker mailing list is dead, perlbug is the right
30325              address to report bugs.
30326      Branch: perl
30327            ! lib/ExtUtils/MakeMaker.pm
30328 ____________________________________________________________________________
30329 [  8008] By: jhi                                   on 2000/12/06  15:00:32
30330         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
30331              From: Michael G Schwern <schwern@pobox.com>
30332              Date: Tue, 5 Dec 2000 19:21:21 -0500
30333              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
30334              
30335              Add a default MANIFEST skip that ignores things like
30336              version control files, editor temporary files, and the Makefile.
30337      Branch: perl
30338            + lib/ExtUtils/MANIFEST.SKIP
30339            ! MANIFEST lib/ExtUtils/Manifest.pm
30340 ____________________________________________________________________________
30341 [  8007] By: jhi                                   on 2000/12/06  14:57:20
30342         Log: In Amiga more manual hackery of the scripts seems to be needed,
30343              from Jan-Erik Karlsson.  Why Configure does not get this right
30344              is unknown, may be shell-induced.
30345      Branch: perl
30346            ! README.amiga
30347 ____________________________________________________________________________
30348 [  8006] By: jhi                                   on 2000/12/05  23:53:12
30349         Log: Add TOPm1s to peek at the second topmost stack item.
30350      Branch: perl
30351            ! pp.h
30352 ____________________________________________________________________________
30353 [  8005] By: jhi                                   on 2000/12/05  23:13:55
30354         Log: Avaunt, you foul UTF-8 tests.
30355      Branch: perl
30356            ! t/op/ver.t t/pragma/utf8.t
30357 ____________________________________________________________________________
30358 [  8004] By: jhi                                   on 2000/12/05  23:09:54
30359         Log: Continue utf8 dispersal. 
30360      Branch: perl
30361            + t/op/concat.t
30362            ! MANIFEST t/pragma/utf8.t
30363 ____________________________________________________________________________
30364 [  8003] By: nick                                  on 2000/12/05  23:02:39
30365         Log: Integrate mainline.
30366      Branch: perlio
30367           +> t/op/length.t t/op/utf8decode.t
30368           !> (integrate 69 files)
30369 ____________________________________________________________________________
30370 [  8002] By: jhi                                   on 2000/12/05  22:59:28
30371         Log: Integrate perlio.
30372      Branch: perl
30373           !> iperlsys.h perl.c perlio.c win32/perllib.c
30374 ____________________________________________________________________________
30375 [  8001] By: nick                                  on 2000/12/05  22:07:52
30376         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
30377              - calloc/free suffer from damage on TerminateThread()
30378              - use PerlMemShared (as originally planned) now fixed
30379              - avoid doing anything important on DLL "detach".
30380      Branch: perlio
30381            ! perl.c perlio.c win32/perllib.c
30382 ____________________________________________________________________________
30383 [  8000] By: nick                                  on 2000/12/05  21:05:09
30384         Log: Fix gross PerlMemShared issue.
30385      Branch: perlio
30386            ! iperlsys.h
30387 ____________________________________________________________________________
30388 [  7999] By: jhi                                   on 2000/12/05  20:46:58
30389         Log: Test for Unicode (UTF-8) hash keys.
30390      Branch: perl
30391            ! t/op/each.t
30392 ____________________________________________________________________________
30393 [  7998] By: jhi                                   on 2000/12/05  20:30:35
30394         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
30395              is now always UTF-8), empty line cosmetics.
30396      Branch: perl
30397            ! t/pragma/utf8.t
30398 ____________________________________________________________________________
30399 [  7997] By: jhi                                   on 2000/12/05  20:15:40
30400         Log: Subject: Re: STRLEN - what?
30401              From: Andy Dougherty <doughera@lafayette.edu>
30402              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
30403              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
30404              
30405              Explain STRLEN.
30406      Branch: perl
30407            ! pod/perlguts.pod
30408 ____________________________________________________________________________
30409 [  7996] By: jhi                                   on 2000/12/05  20:13:34
30410         Log: Split off the UTF-8 decoder tests, make them to check also
30411              the error message.
30412      Branch: perl
30413            + t/op/utf8decode.t
30414            ! MANIFEST t/pragma/utf8.t utf8.c
30415 ____________________________________________________________________________
30416 [  7995] By: jhi                                   on 2000/12/05  16:39:47
30417         Log: Start migrating bits of pragma/utf8 to elsewhere
30418              (since the long term plan is to obsolete 'use utf8').
30419      Branch: perl
30420            + t/op/length.t
30421            ! MANIFEST t/pragma/utf8.t
30422 ____________________________________________________________________________
30423 [  7994] By: jhi                                   on 2000/12/05  16:30:21
30424         Log: Fix a manual edit typo from #7993, fix the message formatting
30425              for Unicode, add few our declarations.
30426      Branch: perl
30427            ! lib/Carp/Heavy.pm
30428 ____________________________________________________________________________
30429 [  7993] By: jhi                                   on 2000/12/05  16:09:15
30430         Log: Subject: Need help with warnings :-(
30431              From: "Ben Tilly" <ben_tilly@hotmail.com>
30432              Date: Tue, 05 Dec 2000 01:35:54 -0500
30433              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
30434              
30435              Subject: UPDATE: Carp/Heavy now passes all tests
30436              From: "Ben Tilly" <ben_tilly@hotmail.com>
30437              Date: Tue, 05 Dec 2000 07:59:41 -0500
30438              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
30439              
30440              The Brave New Carp.
30441      Branch: perl
30442            ! lib/Carp.pm lib/Carp/Heavy.pm
30443 ____________________________________________________________________________
30444 [  7992] By: jhi                                   on 2000/12/05  15:55:08
30445         Log: Subject: [PATCH perl@7979] cygwin port
30446              From: "Eric Fifer" <efifer@dircon.co.uk>
30447              Date: Tue, 5 Dec 2000 14:04:09 -0000
30448              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
30449      Branch: perl
30450            ! t/lib/net-hostent.t
30451 ____________________________________________________________________________
30452 [  7991] By: jhi                                   on 2000/12/05  15:52:34
30453         Log: Subject: Re: [PATCH] The largest hoax of all times?
30454              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30455              Date: Tue, 5 Dec 2000 00:40:25 -0500
30456              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
30457              
30458              Subject: Re: [PATCH] The largest hoax of all times?
30459              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30460              Date: Mon, 4 Dec 2000 23:55:53 -0500
30461              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
30462              
30463              Subject: Re: [PATCH] The largest hoax of all times?
30464              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30465              Date: Tue, 5 Dec 2000 01:28:45 -0500
30466              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
30467              
30468              Fix the unpredictable order of DESTROYs.
30469      Branch: perl
30470            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
30471            ! sv.c sv.h t/op/ref.t
30472 ____________________________________________________________________________
30473 [  7990] By: jhi                                   on 2000/12/05  14:38:53
30474         Log: Subject: [PATCH] shrink pp_hot fractionally
30475              From: Nicholas Clark <nick@ccl4.org>
30476              Date: Tue, 5 Dec 2000 12:44:31 +0000
30477              Message-ID: <20001205124431.E74518@plum.flirble.org>
30478              
30479              Use report_evil_fh().
30480      Branch: perl
30481            ! opcode.pl opnames.h pp_hot.c util.c
30482 ____________________________________________________________________________
30483 [  7989] By: jhi                                   on 2000/12/05  14:21:27
30484         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
30485              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
30486              Date: Mon, 04 Dec 2000 22:21:59 -0800
30487              Message-ID: <HmIL6gzkgepS092yn@efn.org>
30488              
30489              Harness shouldn't ignore responses like "ok 3\r\r\n".
30490      Branch: perl
30491            ! lib/Test/Harness.pm
30492 ____________________________________________________________________________
30493 [  7988] By: jhi                                   on 2000/12/05  13:51:28
30494         Log: Integrate the "skip" messages to explain().
30495      Branch: perl
30496            ! t/lib/syslfs.t t/op/lfs.t
30497 ____________________________________________________________________________
30498 [  7987] By: jhi                                   on 2000/12/05  12:34:54
30499         Log: The one that got away in #7984.
30500              
30501              Subject: Re: dTHR - what and why?
30502              From: Michael Stevens <michael@etla.org> 
30503              Date: Tue, 5 Dec 2000 11:15:52 +0000
30504              Message-ID: <20001205111552.A4647@firedrake.org>
30505      Branch: perl
30506            ! sv.h
30507 ____________________________________________________________________________
30508 [  7986] By: gsar                                  on 2000/12/05  09:14:44
30509         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
30510              due to the notorious GetFileType() bug in Windows 9x, which fstat()
30511              tickles)
30512      Branch: perl
30513            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
30514 ____________________________________________________________________________
30515 [  7985] By: jhi                                   on 2000/12/05  05:49:03
30516         Log: Integrate perlio.
30517      Branch: perl
30518           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
30519           !> win32/perlhost.h win32/perllib.c
30520 ____________________________________________________________________________
30521 [  7984] By: jhi                                   on 2000/12/05  05:48:16
30522         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
30523      Branch: perl
30524            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
30525            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
30526            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
30527            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
30528            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
30529            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
30530            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
30531            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
30532            ! win32/win32.c
30533 ____________________________________________________________________________
30534 [  7983] By: nick                                  on 2000/12/04  23:27:43
30535         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
30536      Branch: perlio
30537            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
30538            ! win32/perlhost.h win32/perllib.c
30539 ____________________________________________________________________________
30540 [  7982] By: jhi                                   on 2000/12/04  19:44:09
30541         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
30542              uncovered by #7980.
30543      Branch: perl
30544            ! op.c
30545 ____________________________________________________________________________
30546 [  7981] By: jhi                                   on 2000/12/04  19:42:07
30547         Log: Subject: [PATCH] Trivial dump.c feature
30548              From: Simon Cozens <simon@cozens.net>
30549              Date: Mon, 4 Dec 2000 18:08:38 +0000
30550              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
30551              
30552              Show whether a constant is UTF-8.
30553      Branch: perl
30554            ! dump.c
30555 ____________________________________________________________________________
30556 [  7980] By: jhi                                   on 2000/12/04  19:36:51
30557         Log: UTF-8 hash keys, patch from Inaba Hiroto.
30558      Branch: perl
30559            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
30560 ____________________________________________________________________________
30561 [  7979] By: jhi                                   on 2000/12/04  17:36:28
30562         Log: Update Changes.
30563      Branch: perl
30564            ! Changes patchlevel.h
30565 ____________________________________________________________________________
30566 [  7978] By: jhi                                   on 2000/12/04  16:42:17
30567         Log: Retract #7977, still too volatile (the euphemism of the day
30568              for unfinished and buggy :-)
30569      Branch: perl
30570            ! doop.c hv.c pp.c sv.h
30571 ____________________________________________________________________________
30572 [  7977] By: jhi                                   on 2000/12/04  16:25:15
30573         Log: (Retracted by #7978, too shaky yet.)
30574              
30575              Subject: Re: utf8 in hash keys, implementor missing
30576              From: Simon Cozens <simon@cozens.net>
30577              Date: Sat, 2 Dec 2000 19:49:35 +0000
30578              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
30579              
30580              The first step at UTF-8 hash keys.
30581      Branch: perl
30582            ! doop.c hv.c pp.c sv.h
30583 ____________________________________________________________________________
30584 [  7976] By: jhi                                   on 2000/12/04  16:13:53
30585         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
30586              From: sthoenna@efn.org
30587              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
30588              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
30589      Branch: perl
30590            ! os2/os2.c perlio.c
30591 ____________________________________________________________________________
30592 [  7975] By: jhi                                   on 2000/12/04  16:05:25
30593         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
30594              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
30595              Date: Thu, 30 Nov 2000 20:50:37 -0800
30596              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
30597      Branch: perl
30598            ! os2/os2.c
30599 ____________________________________________________________________________
30600 [  7974] By: jhi                                   on 2000/12/04  16:03:57
30601         Log: Subject: [PATCH] ++ 20% faster
30602              From: Nicholas Clark <nick@ccl4.org>
30603              Date: Mon, 4 Dec 2000 12:17:27 +0000
30604              Message-ID: <20001204121726.B52976@plum.flirble.org>
30605              
30606              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
30607      Branch: perl
30608            ! sv.c
30609 ____________________________________________________________________________
30610 [  7973] By: jhi                                   on 2000/12/04  16:00:48
30611         Log: 
30612              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
30613              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30614              Date: Mon, 04 Dec 2000 12:30:45 +0100
30615              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
30616              
30617              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
30618              library (getprotobyname and getprotobynumber are outversioned by
30619              the same calls in libc, at least for xlc version 3.
30620      Branch: perl
30621            ! hints/aix.sh
30622 ____________________________________________________________________________
30623 [  7972] By: jhi                                   on 2000/12/04  02:58:31
30624         Log: Integrate perlio.
30625      Branch: perl
30626           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
30627           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
30628           !> win32/win32.h win32/win32iop.h win32/win32thread.h
30629 ____________________________________________________________________________
30630 [  7971] By: nick                                  on 2000/12/04  00:24:33
30631         Log: Quieten some noise in Win32 builds:
30632              - win32.h is included after <sys/socket.h>, so need to 
30633              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
30634              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
30635      Branch: perlio
30636            ! doio.c perl.h toke.c win32/win32.h
30637 ____________________________________________________________________________
30638 [  7970] By: nick                                  on 2000/12/03  22:57:46
30639         Log: PERL_IMPLICIT_SYS compiles but does not work.
30640      Branch: perlio
30641            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
30642            ! win32/perlhost.h win32/perllib.c win32/win32.h
30643            ! win32/win32iop.h win32/win32thread.h
30644 ____________________________________________________________________________
30645 [  7969] By: jhi                                   on 2000/12/03  22:12:58
30646         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
30647              used to swash_init(), makes regprop() dumps more informative
30648              (+utf8::IsAlpha, -utf8::IsDigit, for example).
30649      Branch: perl
30650            ! regcomp.c regexec.c
30651 ____________________________________________________________________________
30652 [  7968] By: jhi                                   on 2000/12/03  21:39:56
30653         Log: Implement ANYOFUTF8 regprop() dumping.
30654      Branch: perl
30655            ! regcomp.c
30656 ____________________________________________________________________________
30657 [  7967] By: jhi                                   on 2000/12/03  20:57:19
30658         Log: Make uv_to_utf8() to zero-terminate its output buffer,
30659              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
30660      Branch: perl
30661            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
30662 ____________________________________________________________________________
30663 [  7966] By: nick                                  on 2000/12/03  18:41:21
30664         Log: Integrate mainline (STDCHAR)
30665      Branch: perlio
30666           !> Configure t/pragma/utf8.t
30667 ____________________________________________________________________________
30668 [  7965] By: jhi                                   on 2000/12/03  17:58:20
30669         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
30670      Branch: perl
30671            ! t/pragma/utf8.t
30672 ____________________________________________________________________________
30673 [  7964] By: jhi                                   on 2000/12/03  17:35:56
30674         Log: Integrate perlio.
30675      Branch: perl
30676           !> iperlsys.h perlio.c
30677 ____________________________________________________________________________
30678 [  7963] By: jhi                                   on 2000/12/03  17:33:55
30679         Log: Metaconfig unit change for #7962.
30680      Branch: metaconfig
30681            ! U/modified/stdchar.U
30682 ____________________________________________________________________________
30683 [  7962] By: jhi                                   on 2000/12/03  17:33:27
30684         Log: Untangle the <stdio.h> #include nest for the stdchar test,
30685              from Andy Dougherty.
30686      Branch: perl
30687            ! Configure
30688 ____________________________________________________________________________
30689 [  7961] By: nick                                  on 2000/12/03  16:53:00
30690         Log: Make iperlsys.h vector stdio not PerlIO.
30691      Branch: perlio
30692            ! iperlsys.h perlio.c
30693 ____________________________________________________________________________
30694 [  7960] By: nick                                  on 2000/12/03  14:43:01
30695         Log: Integrate mainline
30696      Branch: perlio
30697           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
30698           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
30699 ____________________________________________________________________________
30700 [  7959] By: jhi                                   on 2000/12/03  08:16:36
30701         Log: Use DO_UTF8().
30702      Branch: perl
30703            ! op.c
30704 ____________________________________________________________________________
30705 [  7958] By: jhi                                   on 2000/12/02  18:33:05
30706         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
30707              From: Mike Guy <mjtg@cam.ac.uk>         
30708              Date: Sat, 02 Dec 2000 17:27:13 +0000
30709              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
30710              
30711              An extraneous argument.
30712      Branch: perl
30713            ! toke.c
30714 ____________________________________________________________________________
30715 [  7957] By: jhi                                   on 2000/12/02  18:22:32
30716         Log: A missing hunk.
30717      Branch: perl
30718            ! t/lib/net-hostent.t
30719 ____________________________________________________________________________
30720 [  7956] By: jhi                                   on 2000/12/02  18:06:20
30721         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
30722              From: Nicholas Clark <nick@ccl4.org>
30723              Date: Sat, 2 Dec 2000 14:28:27 +0000
30724              Message-ID: <20001202142827.A12308@plum.flirble.org>
30725              
30726              Test robustness.
30727      Branch: perl
30728            ! t/lib/net-hostent.t
30729 ____________________________________________________________________________
30730 [  7955] By: jhi                                   on 2000/12/02  17:58:06
30731         Log: Metaconfig unit change for #7954.
30732      Branch: metaconfig
30733            ! U/modified/stdchar.U
30734 ____________________________________________________________________________
30735 [  7954] By: jhi                                   on 2000/12/02  17:54:32
30736         Log: An inconvenient hang would happen if the stdio _ptr wasn't
30737              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
30738              would be grepping stdin for all eternity for the _ptr.)
30739      Branch: perl
30740            ! Configure
30741 ____________________________________________________________________________
30742 [  7953] By: jhi                                   on 2000/12/02  00:07:15
30743         Log: Update Changes.
30744      Branch: perl
30745            ! Changes patchlevel.h
30746 ____________________________________________________________________________
30747 [  7952] By: jhi                                   on 2000/12/01  23:54:47
30748         Log: Subject: Re: long shell lines
30749              From: Andy Dougherty <doughera@lafayette.edu>
30750              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
30751              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
30752              
30753              Split overly long shell command lines.
30754      Branch: perl
30755            ! lib/ExtUtils/MM_Unix.pm
30756 ____________________________________________________________________________
30757 [  7951] By: jhi                                   on 2000/12/01  23:48:02
30758         Log: The metaconfig unit change for #7950.
30759      Branch: metaconfig
30760            + U/modified/stdchar.U
30761 ____________________________________________________________________________
30762 [  7950] By: jhi                                   on 2000/12/01  23:47:39
30763         Log: Try to find stdchar also from <stdio_impl.h>.
30764      Branch: perl
30765            ! Configure config_h.SH
30766 ____________________________________________________________________________
30767 [  7949] By: jhi                                   on 2000/12/01  23:46:45
30768         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
30769              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
30770              Date: Fri, 1 Dec 2000 16:26:08 -0500
30771              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
30772              
30773              Reword the diagnostic message.
30774      Branch: perl
30775            ! pod/perldiag.pod
30776 ____________________________________________________________________________
30777 [  7948] By: nick                                  on 2000/12/01  22:49:43
30778         Log: Integrate mainline (for s/y/m as sub names stuff).
30779      Branch: perlio
30780           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
30781           !> t/pragma/warn/toke toke.c
30782 ____________________________________________________________________________
30783 [  7947] By: jhi                                   on 2000/12/01  20:55:41
30784         Log: Integrate perlio.
30785      Branch: perl
30786           !> perlio.c perliol.h t/io/pipe.t
30787 ____________________________________________________________________________
30788 [  7946] By: jhi                                   on 2000/12/01  20:36:51
30789         Log: Upgrade to CPAN 1.59_51, from Andreas König.
30790      Branch: perl
30791            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
30792 ____________________________________________________________________________
30793 [  7945] By: nick                                  on 2000/12/01  20:31:32
30794         Log: Integrate mainline
30795      Branch: perlio
30796           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
30797           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
30798           +> t/lib/net-hostent.t
30799           !> (integrate 35 files)
30800 ____________________________________________________________________________
30801 [  7944] By: jhi                                   on 2000/12/01  20:23:29
30802         Log: Some help for 20001130.011.  Now one gets warnings like
30803              "Ambiguous -f() resolved as a file test ..."
30804      Branch: perl
30805            ! pod/perldiag.pod t/pragma/warn/toke toke.c
30806 ____________________________________________________________________________
30807 [  7943] By: jhi                                   on 2000/12/01  19:44:44
30808         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
30809              that also breaks using them as methods. 
30810      Branch: perl
30811            ! pod/perldiag.pod t/op/misc.t toke.c
30812 ____________________________________________________________________________
30813 [  7942] By: nick                                  on 2000/12/01  17:56:46
30814         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
30815              Make 'unix' pass most tests
30816              - do unread by temporary push of layer ("pending") holding unread chars
30817              - fast_gets is now based on per-handle flag
30818              - relax one of io/pipe.t tests to allow print to fail and close to
30819              succeed so that it passes on unbuffered "unix" layer.
30820              Remaining fail is sporadic and a genuine race condition between
30821              parent/child in fork test.
30822      Branch: perlio
30823            ! perlio.c perliol.h t/io/pipe.t
30824 ____________________________________________________________________________
30825 [  7941] By: jhi                                   on 2000/12/01  15:28:58
30826         Log: (Retracted by #7943.)
30827              
30828              Reserve the short named string operator names.
30829      Branch: perl
30830            ! pod/perldiag.pod t/op/misc.t toke.c
30831 ____________________________________________________________________________
30832 [  7940] By: jhi                                   on 2000/12/01  06:45:53
30833         Log: Get the three different space character classes right under utf8.
30834      Branch: perl
30835            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
30836            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
30837            ! regexec.c t/op/pat.t utf8.c
30838 ____________________________________________________________________________
30839 [  7939] By: jhi                                   on 2000/12/01  03:26:26
30840         Log: Two more tests that make no sense in UTF-8 since the test
30841              data is not in UTF-8.
30842      Branch: perl
30843            ! t/op/regexp.t
30844 ____________________________________________________________________________
30845 [  7938] By: jhi                                   on 2000/12/01  03:20:39
30846         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
30847              should it be required inside regexen?
30848      Branch: perl
30849            ! regcomp.c t/op/regmesg.t
30850 ____________________________________________________________________________
30851 [  7937] By: jhi                                   on 2000/12/01  02:58:53
30852         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
30853              stored and restored, and thusly was trounced by the utf8 swash
30854              routines.
30855      Branch: perl
30856            ! regcomp.c
30857 ____________________________________________________________________________
30858 [  7936] By: jhi                                   on 2000/11/30  20:41:39
30859         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
30860              Why the different platforms behave so differently (core dump vs
30861              no core dump) on this bug is a but of a mystery, but if I had to
30862              guess I would mumble something like 'alignment'.
30863      Branch: perl
30864            ! sv.c
30865 ____________________________________________________________________________
30866 [  7935] By: jhi                                   on 2000/11/30  16:17:02
30867         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
30868              From: Robin Barker <rmb1@cise.npl.co.uk>
30869              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
30870              Date: Thu, 30 Nov 2000 14:27:12 GMT
30871      Branch: perl
30872            ! perlio.c toke.c
30873 ____________________________________________________________________________
30874 [  7934] By: jhi                                   on 2000/11/30  16:04:49
30875         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
30876      Branch: perl
30877            ! t/lib/net-hostent.t
30878 ____________________________________________________________________________
30879 [  7933] By: jhi                                   on 2000/11/30  06:07:26
30880         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
30881              From: Peter Prymmer <pvhp@forte.com>
30882              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
30883              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
30884              
30885              In VMS the localhost may be LOCALHOST.
30886      Branch: perl
30887            ! t/lib/net-hostent.t
30888 ____________________________________________________________________________
30889 [  7932] By: jhi                                   on 2000/11/30  01:11:11
30890         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
30891              From: Peter Prymmer <pvhp@forte.com>
30892              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
30893              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
30894              
30895              plus regen perlapi.pod.
30896      Branch: perl
30897            ! pod/perlapi.pod utf8.c
30898 ____________________________________________________________________________
30899 [  7931] By: jhi                                   on 2000/11/30  01:06:19
30900         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
30901              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
30902              Date:     Wed, 29 Nov 2000 17:15:11 EST
30903              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
30904      Branch: perl
30905            ! t/lib/filter-util.pl t/lib/filter-util.t
30906 ____________________________________________________________________________
30907 [  7930] By: jhi                                   on 2000/11/29  18:51:55
30908         Log: Update Changes.
30909      Branch: perl
30910            ! Changes patchlevel.h
30911 ____________________________________________________________________________
30912 [  7929] By: jhi                                   on 2000/11/29  18:50:55
30913         Log: Update the va_copy() metaconfig unit.
30914      Branch: metaconfig/U/perl
30915            ! need_va_copy.U
30916 ____________________________________________________________________________
30917 [  7928] By: jhi                                   on 2000/11/29  17:50:43
30918         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
30919              From: Dominic Dunlop <domo@computer.org>
30920              Date: Tue, 28 Nov 2000 16:41:57 +0100
30921              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
30922              
30923              Patch to catch a core dump in the Configure va_copy test.
30924      Branch: perl
30925            ! Configure config_h.SH
30926 ____________________________________________________________________________
30927 [  7927] By: jhi                                   on 2000/11/29  17:31:59
30928         Log: Retract #7921, the patch shouldn't be needed.
30929      Branch: perl
30930            ! sv.c
30931 ____________________________________________________________________________
30932 [  7926] By: jhi                                   on 2000/11/29  17:01:41
30933         Log: Make the Class::Struct import() wiser.
30934      Branch: perl
30935            ! lib/Class/Struct.pm t/lib/class-struct.t
30936 ____________________________________________________________________________
30937 [  7925] By: jhi                                   on 2000/11/29  16:36:33
30938         Log: All the core library users of Class::Struct seem to be
30939              using "use Class::Struct 'struct';" instead of the bare
30940              "use Class::Struct;", which isn't documented in Class::Struct.
30941              This can't be right.
30942      Branch: perl
30943            ! lib/File/stat.pm
30944 ____________________________________________________________________________
30945 [  7924] By: jhi                                   on 2000/11/29  16:32:15
30946         Log: A test works better if it has the right 1..$n output.
30947      Branch: perl
30948            ! t/lib/class-struct.t
30949 ____________________________________________________________________________
30950 [  7923] By: jhi                                   on 2000/11/29  16:29:11
30951         Log: Forgot to MANIFEST the new Net::hostent test.
30952      Branch: perl
30953            ! MANIFEST
30954 ____________________________________________________________________________
30955 [  7922] By: jhi                                   on 2000/11/29  16:27:49
30956         Log: Integrate perlio.
30957      Branch: perl
30958           !> iperlsys.h perlio.c
30959 ____________________________________________________________________________
30960 [  7921] By: jhi                                   on 2000/11/29  16:27:10
30961         Log: (Retracted by #7927.)
30962              
30963              Subject: [PATCH] Is infinity a number?
30964              From: Simon Cozens <simon@cozens.net>
30965              Date: Wed, 29 Nov 2000 14:48:20 +0000
30966              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
30967      Branch: perl
30968            ! sv.c
30969 ____________________________________________________________________________
30970 [  7920] By: jhi                                   on 2000/11/29  16:23:02
30971         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
30972              From: rspier@pobox.com (Robert Spier)
30973              Date: Wed, 29 Nov 2000 02:17:49 -0500
30974              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
30975              
30976              Add a test for Net::hostent.
30977      Branch: perl
30978            + t/lib/net-hostent.t
30979 ____________________________________________________________________________
30980 [  7919] By: jhi                                   on 2000/11/29  16:21:31
30981         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
30982              add a test for Class::Struct.
30983      Branch: perl
30984            + t/lib/class-struct.t
30985            ! MANIFEST lib/Class/Struct.pm
30986 ____________________________________________________________________________
30987 [  7918] By: jhi                                   on 2000/11/29  15:48:40
30988         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
30989              From: rspier@pobox.com (Robert Spier)
30990              Date: Wed, 29 Nov 2000 02:25:39 -0500
30991              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
30992              
30993              More checking in case someone has broken their services or
30994              protocol databases.
30995      Branch: perl
30996            ! ext/Sys/Syslog/Syslog.pm
30997 ____________________________________________________________________________
30998 [  7917] By: jhi                                   on 2000/11/29  15:46:25
30999         Log: Subject: [PATCH] $^O  win32 -> MSWin32
31000              From: rspier@pobox.com (Robert Spier)
31001              Date: Wed, 29 Nov 2000 02:17:38 -0500
31002              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
31003              
31004              plus similar nits for vms, err, VMS, and UNICOS.
31005      Branch: perl
31006            ! t/lib/syslfs.t t/op/lfs.t
31007 ____________________________________________________________________________
31008 [  7916] By: jhi                                   on 2000/11/29  15:42:51
31009         Log: Subject: [PATCH] Tokeniser debugging
31010              From: Simon Cozens <simon@cozens.net>
31011              Date: Wed, 29 Nov 2000 14:15:45 +0000
31012              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
31013      Branch: perl
31014            ! perl.c perl.h pod/perlrun.pod toke.c
31015 ____________________________________________________________________________
31016 [  7915] By: jhi                                   on 2000/11/29  15:41:36
31017         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
31018              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31019              Date: Wed, 29 Nov 2000 02:13:14 -0500
31020              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
31021              
31022              OUT keyword nits.
31023              
31024              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
31025              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31026              Date: Wed, 29 Nov 2000 03:09:04 -0500
31027              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
31028              
31029              OUT and IN_OUT documentation.
31030      Branch: perl
31031            ! lib/ExtUtils/xsubpp pod/perlxs.pod
31032 ____________________________________________________________________________
31033 [  7914] By: jhi                                   on 2000/11/29  03:35:01
31034         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
31035              From: John Tobey <jtobey@john-edwin-tobey.org>
31036              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
31037              Message-Id: <m140e1N-000FOoC@feynman.localnet>
31038              
31039              plus a performance speedup noticed by Sarathy.
31040      Branch: perl
31041            ! op.c
31042 ____________________________________________________________________________
31043 [  7913] By: jhi                                   on 2000/11/29  03:16:59
31044         Log: Use "1 while unlink" so that VMS gets clean, too.
31045      Branch: perl
31046            ! t/lib/filter-util.t
31047 ____________________________________________________________________________
31048 [  7912] By: jhi                                   on 2000/11/29  03:09:08
31049         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
31050              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31051              Date: Tue, 28 Nov 2000 03:27:09 -0500
31052              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
31053      Branch: perl
31054            ! lib/ExtUtils/xsubpp
31055 ____________________________________________________________________________
31056 [  7911] By: jhi                                   on 2000/11/29  03:06:30
31057         Log: This should have been part of #7872: no need to scan UTF-8
31058              until eternity.
31059      Branch: perl
31060            ! utf8.c
31061 ____________________________________________________________________________
31062 [  7910] By: jhi                                   on 2000/11/29  02:50:04
31063         Log: One more perltie.pod nit from Casey R. Tweten.
31064      Branch: perl
31065            ! pod/perltie.pod
31066 ____________________________________________________________________________
31067 [  7909] By: jhi                                   on 2000/11/29  02:44:23
31068         Log: Document the known sprintf test failures, exact standard
31069              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
31070      Branch: perl
31071            ! pod/perldelta.pod t/op/sprintf.t
31072 ____________________________________________________________________________
31073 [  7908] By: jhi                                   on 2000/11/29  02:36:23
31074         Log: Add the Encoding table format documentation.
31075      Branch: perl
31076            + ext/Encode/Encode/EncodeFormat.pod
31077            ! MANIFEST
31078 ____________________________________________________________________________
31079 [  7907] By: jhi                                   on 2000/11/29  02:07:24
31080         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
31081              From: "Casey R. Tweten" <crt@kiski.net>
31082              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
31083              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
31084              
31085              Subject: Re: [PATCH] Updating perltie.pod for arrays
31086              From: "Casey R. Tweten" <crt@kiski.net>
31087              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
31088              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
31089      Branch: perl
31090            ! pod/perltie.pod
31091 ____________________________________________________________________________
31092 [  7906] By: nick                                  on 2000/11/28  22:40:59
31093         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
31094      Branch: perlio
31095            ! iperlsys.h perlio.c
31096 ____________________________________________________________________________
31097 [  7905] By: nick                                  on 2000/11/28  22:04:34
31098         Log: Integrate mainline
31099      Branch: perlio
31100           !> (integrate 39 files)
31101 ____________________________________________________________________________
31102 [  7904] By: jhi                                   on 2000/11/28  16:44:43
31103         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
31104              From: Nicholas Clark <nick@babyhippo.co.uk>
31105              Date: Tue, 28 Nov 2000 11:16:57 +0000
31106              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
31107      Branch: perl
31108            ! pod/perlipc.pod
31109 ____________________________________________________________________________
31110 [  7903] By: jhi                                   on 2000/11/28  16:40:31
31111         Log: Subject: [PATCH] Updating perltie.pod for arrays
31112              From: "Casey R. Tweten" <crt@kiski.net>
31113              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
31114              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
31115      Branch: perl
31116            ! pod/perltie.pod
31117 ____________________________________________________________________________
31118 [  7902] By: jhi                                   on 2000/11/28  16:39:37
31119         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
31120              From: Robin Barker <rmb1@cise.npl.co.uk>
31121              Date: Mon, 27 Nov 2000 17:56:44 GMT
31122              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
31123      Branch: perl
31124            ! pod/perlfunc.pod t/op/split.t
31125 ____________________________________________________________________________
31126 [  7901] By: jhi                                   on 2000/11/28  16:28:04
31127         Log: setmode() is a DOSish-only thing.
31128      Branch: perl
31129            ! perlio.c
31130 ____________________________________________________________________________
31131 [  7900] By: jhi                                   on 2000/11/28  16:21:46
31132         Log: Subject: [PATCH] perlcc.PL cleanups
31133              From: Simon Cozens <simon@cozens.net>
31134              Date: Tue, 28 Nov 2000 12:44:35 +0000
31135              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
31136      Branch: perl
31137            ! utils/perlcc.PL
31138 ____________________________________________________________________________
31139 [  7899] By: gsar                                  on 2000/11/28  06:32:55
31140         Log: reintegrate files missed by change#7895
31141      Branch: maint-5.6/perl
31142           +> ext/ByteLoader/bytecode.h utils/Makefile
31143            - utils/perlbc.PL
31144 ____________________________________________________________________________
31145 [  7897] By: gsar                                  on 2000/11/27  18:22:47
31146         Log: can't integrate these two files, for some reason
31147      Branch: maint-5.6/perl
31148            - ext/ByteLoader/bytecode.h utils/Makefile
31149 ____________________________________________________________________________
31150 [  7895] By: gsar                                  on 2000/11/27  18:11:21
31151         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
31152              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
31153              6757..6890,6892..6901 from mainline
31154              
31155              Bytecompiler patches from Benjamin Stuhl.
31156              
31157              More bytecompiler.
31158              
31159              Subject: [PATCH blead] B:: missing dependency
31160              
31161              Subject: [PATCH: 6757] configure.com updates and syslog build
31162              
31163              Long double Gconvert fixes from Yitzchak Scott-Thoennes
31164              and Spider Boardman.
31165              
31166              Subject: [PATCH blead] nextchar() abuse misses an optimisation
31167              
31168              Long double fixes from Spider Boardman.
31169              
31170              Make the selection of NVff et al stricter.
31171              
31172              cSVOPo_*v things index into the current PL_curpad
31173              under ithreads, which is different from the curpad
31174              used by the XSUB.  (In other words, the code as-is
31175              before this patch wouldn't work under ithreads.)
31176              
31177              Be portable.
31178              
31179              VMS MMS (make) wants null action.
31180              
31181              Mac and other portability updates from Chris Nandor.
31182              
31183              Storable support, v-version fixes.
31184              Subject: CPAN.pm beta for testing available
31185              
31186              Portability fix from Hugo van der Sanden.
31187              
31188              Bad makefile.
31189              
31190              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
31191              
31192              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
31193              
31194              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
31195              
31196              Replace #6705 with a minimal doc patch.
31197              Subject: [PATCH 5.6.0] replace change #6705
31198              
31199              Drop the separate perlbc, perlcc -b should be enough.
31200              
31201              installperl couldn't tell whether it had run tests or not.
31202              Subject: [PATCH] Re: installperl and t/TEST
31203              
31204              Add silencer flags to installperl.
31205              Subject: [PATCH] Making installperl silent.
31206              
31207              Make "make install" by default silent.  A new "install-verbose"
31208              target is verbose.
31209              
31210              More liberal parsing of version numbers.
31211              Subject: Re: CPAN.pm beta for testing available
31212              
31213              Create directories in silence.
31214              Subject: [PATCH] Another silencer for MakeMaker
31215              
31216              DOS patches and portability/porting notes, from Tim Jenness.
31217              
31218              Make installman to recognize the silence flag -S.
31219              
31220              Actually do something with the silencer option.
31221              
31222              Continue silencing.
31223              
31224              Show the doc file, not the temp file.
31225              
31226              Regen perltoc.
31227              
31228              Subject: [PATCH] More silencing of installman.
31229              
31230              Better wording for the vec lvalue diagnostic.
31231              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
31232              
31233              Subject: [PATCH: 6805] several more tweaks to configure.com
31234              
31235              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
31236              
31237              Missing parts of 
31238              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
31239              
31240              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
31241              (applied slightly modified)
31242              
31243              installperl --verbose and --silent.
31244              Subject: Re: [PATCH] More silencing of installman.
31245              
31246              Add install-silent target.
31247              
31248              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
31249              the problem reported in
31250              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
31251              
31252              Tweak the sfio/useperlio logic, hopefully as wished in
31253              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
31254              
31255              One forgotten file from #6816.
31256              
31257              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
31258              
31259              Remove duplicately applied patch shards.
31260              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
31261              
31262              Support preserving extremely big/small angles.
31263              
31264              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
31265              
31266              Subject: [PATCH] installation not quite silent yet.
31267              
31268              Update the test count.
31269              
31270              Use UVxf, PTR2UV, NVff.
31271              
31272              Document PTR2XX and INT2PTR.
31273              
31274              no-install target a la make -n.
31275              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
31276              
31277              grep -e isn't portable.
31278              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
31279              
31280              Can't get the test to reliably work thanks to the
31281              inaccurateness of floating point.  "Resolves" bug ids
31282              20000826.003, 20000826.009, 20000826.010,
31283              
31284              Subject: installman buglet
31285              
31286              DJGPP update from Laszlo Molnar.
31287              
31288              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
31289              
31290              Passing -R in ldflags makes now it to appear in the default
31291              for lddlflags, just like with -L.
31292              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
31293              
31294              Test nit.
31295              
31296              Use the actual thread type, not the pointer-to-struct.
31297              
31298              Provice virtual $Config{ccflags_nolargefiles} etc. 
31299              
31300              display_format used as a class method without arguments was broken,
31301              reported in
31302              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
31303              
31304              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
31305              
31306              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
31307              
31308              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
31309              
31310              opmini.o may be left around if a build is interrupted.
31311              
31312              Typo in #6858.
31313              
31314              Fix for ID 20000828.001, long doubles were not formatted
31315              correctly (showed up in $], which stopped installing perl).
31316              
31317              An attempt to fix the problem reported in
31318              Subject: Building perl@6856 using gcc/AIX 4.3.3 
31319              I can't test this properly since the gcc installation I have
31320              access to seems to be botched (gcc is calling the AIX cpp,
31321              a losing proposition...)
31322              
31323              Add -ld to archname on long tr...double platforms.
31324              
31325              Subject: hv.h Doc Patch
31326              
31327              Potential cruft.
31328              
31329              Subject: [PATCH bleedperl@6856] warnings fixes
31330              
31331              -S is the silent flag, -s is the strip flag.
31332              Subject: [PATCH] Re: [PATCH] make no-install          
31333              
31334              Take out the SUIDMAIL thing, that will not be
31335              a problem in 5.7.*.
31336              
31337              Subject: [PATCH bleedperl@6866] spellings
31338              
31339              Subject: [PATCH] Re: files not cleaned even by veryclean
31340              
31341              Use minimal @INC in tests, most of the time just '../lib',
31342              so that we simply can't pick up stuff from other Perls than
31343              the one we are testing.  Pointed out by
31344              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
31345              
31346              Update to Getopt::Long 2.24, from Johan Vromans.
31347              
31348              Fix for thinko in #6848.
31349              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
31350              
31351              Patches all over for people and the files they (hopefully) care about.
31352              
31353              Subject: Net::protoent does not export 'getproto'
31354              
31355              Missed a change in #6869.
31356              
31357              Subject: [PATCH] Warnings in B::Deparse
31358              
31359              Subject: [PATCH] Glob dumping
31360              
31361              Disable one of the tests for now.
31362              
31363              Disabling the one test is a bit tricky.
31364              
31365              Don't forget to tidy up.
31366              
31367              The #6881 removed one dump line.
31368              
31369              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
31370              
31371              Under usethreads the dumped variable is IN_PAD.
31372              Subject: Re: [PATCH] Glob dumping
31373              
31374              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
31375              
31376              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
31377              
31378              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
31379              
31380              Regen Configure for #6894.
31381              
31382              Subject: [PATCH: 6889] updates to perlebcdic.pod
31383              
31384              Undo namespace pollution of #6878.
31385              Subject: Re: Net::protoent does not export 'getproto'
31386              
31387              Admit that we are leaking scalars.
31388              
31389              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
31390      Branch: maint-5.6/perl
31391           !> (integrate 271 files)
31392 ____________________________________________________________________________
31393 [  7894] By: gsar                                  on 2000/11/27  16:00:34
31394         Log: a couple of nits
31395      Branch: maint-5.6/perl
31396            ! MANIFEST pp_sys.c
31397 ____________________________________________________________________________
31398 [  7893] By: gsar                                  on 2000/11/27  15:10:56
31399         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
31400              6740..6745,6747..6757,6760
31401              
31402              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
31403              
31404              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
31405              
31406              Doc nits spotted by Richard Soderberg.
31407              
31408              move WNOHANG definition to where other such things are
31409              
31410              Make $Config{byteorder} more magical so that it is
31411              dynamically computed: nice for 'fat binaries'.
31412              Subject: [PATCH]: default byteorder
31413              
31414              Subject: [PATCH] Cwd.pm now uses strict
31415              
31416              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
31417              
31418              Get -DLEAKTEST to compile (not necessarily to work, mind)
31419              Subject: [ID 20000724.006] -DLEAKTEST problem
31420              
31421              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
31422              
31423              Add perlebcdic from Peter Prymmer, regen toc.
31424              
31425              Don't propose using modules built for 5.005 if no binary
31426              compatibility with 5.005 is attempted.
31427              
31428              Do not use prototyping here.
31429              Subject: [ID 20000817.016] [PATCH] Peek.xs
31430              
31431              Document what the backtick returns if the command fails.
31432              
31433              Add byteorder to the myconfig output.
31434              
31435              Introduce NVef, NVff, and NVgf, use the middle one.
31436              (helps for lib/peek + Linux + long doubles)  Reported in
31437              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
31438              Use NVs in POSIX math, not doubles.
31439              Subject: [ID 20000817.014] POSIX & modfl
31440              
31441              Subject: [PATCH 5.6.0+] newSVrv() memory leak
31442              
31443              The byteorder code in #6671 was wrong.
31444              
31445              Fix the lib/complex failure of
31446              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
31447              Linux long double accuracy issue: something that
31448              when printed with %g looks like "2" but int() of it is 1.
31449              
31450              Propagate new Configure vars.
31451              
31452              Unbuffer the output.
31453              
31454              Subject: [PATCH] perltrap.pod spring cleaning
31455              
31456              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
31457              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
31458              
31459              Tiny Getopt::Long patch from Johan Vromans.
31460              
31461              Document code point which makes if (defined %stash::) to work
31462              (noted by Spider Boardman).
31463              
31464              Subject: [PATCH perl@6698] cygwin port
31465              
31466              Document the NDBM_File and ODBM_File as SDBM_File
31467              was documented in #6417.
31468              
31469              The new tests were missing from #6415.
31470              
31471              Add [[:blank:]] as suggested in
31472              Subject: [ID 20000716.024] [=cc=] / [:blank:]
31473              (the [=cc=] has already been taken care of by #6439
31474              so the whole bug report can be closed)
31475              and make [[:space:]] to be equivalent to isspace(3)
31476              (as opposed to \s, which is isSPACE()).  The difference
31477              is that now [[:space:]] matches the mythical vertical tab,
31478              while \s doesn't.
31479              
31480              Don't eat leading os from index entries.
31481              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
31482              
31483              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
31484              
31485              Typo in pp_complement().
31486              Subject: [PATCH perl-current] Deparse
31487              
31488              Add warnif(), check warnings further up the stack,
31489              all the warnings functions now can take an optional object reference.
31490              Subject: [PATCH bleedperl@6691] warnings pragma update
31491              
31492              Fix a core dump in lib/selfloader under -DDEBUGGING.
31493              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
31494              
31495              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
31496              
31497              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
31498              
31499              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
31500              Put back the long double avoidance code to POSIX.xs
31501              because VMS seems to need it still.
31502              
31503              Introduce a 'veryclean' target that is like 'distclean'
31504              but also removes *~ and *.orig.
31505              
31506              Subject: [ID 20000817.023] endianness description in perlfunc.pod
31507              
31508              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
31509              
31510              Let's try #6717 again.
31511              
31512              UTF8 concat fixes.
31513              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
31514              
31515              pp_open() could pass an uninitialized filename down to do_open9().
31516              
31517              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
31518              
31519              Update to CGI 2.72, from Lincoln Stein.
31520              
31521              Subject: [PATCH] Silence MakeMaker (Was: installman)
31522              
31523              Use temporary directory instead of current directory.
31524              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
31525              
31526              Document odd vs even subreleases and -Dusedevel.
31527              
31528              The veryclean target needs to clobber.
31529              
31530              Use File::Spec->tmpdir().
31531              
31532              Document the number of exponent digits.
31533              
31534              Mention perlebcdic and perlposix-bc.
31535              
31536              s/this one/the 5.6.0 release/
31537              
31538              The #6724 is here.
31539              
31540              The correct cleaning order is an art.
31541              
31542              small tweaks for change#6705: avoid C++ style comments in C code;
31543              use Perl's malloc API rather than the low level system one
31544              
31545              Array context keeps slithering in.
31546              
31547              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
31548              
31549              Subject: [PATCH] os2.c fix for use64bitint
31550              
31551              Update to Pod::LaTeX 0.53.
31552              Subject: [PATCH] lib/Pod/LaTeX.pm updates
31553              
31554              Document the endianness of Alpha more precisely.
31555              
31556              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
31557              
31558              Rename the macro argument because some preprocessors
31559              can't tell the difference and expand arguments also inside
31560              double quoted strings.
31561              
31562              free TLS slot properly on Windows
31563              
31564              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
31565              
31566              Unicos/mk requires elaborate paranoia.
31567              
31568              Tweak the floating point output routine preferences.
31569              
31570              Also under djgpp the timestamps are funky.
31571              
31572              Apply some PodParser 1.18 patches; the Pod/Find.pm
31573              patches cannot be applied since #6712 conflicts.
31574              
31575              Use PodParser 1.18 new test.
31576              
31577              A pod nit.
31578              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
31579              
31580              Be verydeepclean.
31581      Branch: maint-5.6/perl
31582           +> pod/perlebcdic.pod
31583           !> (integrate 106 files)
31584 ____________________________________________________________________________
31585 [  7892] By: jhi                                   on 2000/11/27  15:02:32
31586         Log: Update Changes.
31587      Branch: perl
31588            ! Changes patchlevel.h
31589 ____________________________________________________________________________
31590 [  7891] By: jhi                                   on 2000/11/27  14:57:23
31591         Log: Subject: Re: perlfaq style changes
31592              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
31593              Date: Sat, 25 Nov 2000 23:32:26 -0800
31594              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
31595              
31596              plus a note from Ronald Kimball.
31597      Branch: perl
31598            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
31599 ____________________________________________________________________________
31600 [  7890] By: jhi                                   on 2000/11/27  14:53:14
31601         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
31602              From: Benjamin Holzman <bah@ecnvantage.com>
31603              Date: Sun, 26 Nov 2000 16:27:33 -0500
31604              Message-ID: <20001126162733.J25040@ecnvantage.com>
31605      Branch: perl
31606            ! gv.c
31607 ____________________________________________________________________________
31608 [  7889] By: jhi                                   on 2000/11/27  14:43:11
31609         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
31610              From: lvirden@cas.org
31611              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
31612              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
31613      Branch: perl
31614            ! README.amiga
31615 ____________________________________________________________________________
31616 [  7888] By: jhi                                   on 2000/11/27  14:32:34
31617         Log: Restore also the locale test to no-sprintf-taint state.
31618              Fixes the bug 20001127.003.
31619      Branch: perl
31620            ! sv.c t/pragma/locale.t
31621 ____________________________________________________________________________
31622 [  7887] By: gsar                                  on 2000/11/27  14:13:05
31623         Log: integrate changes#6613..6616,6620..6665 from mainline
31624              
31625              VMS configure.com update continues.
31626              
31627              Subject: Test fails / warnings with perl-current #6612
31628              
31629              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
31630              
31631              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
31632              
31633              For now remove the mail code.
31634              
31635              Subject: Re: [PATCH] @+, @- readonly
31636              
31637              Subject: warning: storage class after type is obsolescent
31638              
31639              Subject: sfio2000
31640              
31641              Subject: Re: File::Temp problems on VMS in bleedperl
31642              
31643              README.os2 update.
31644              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
31645              
31646              Make the user to give up his firstborn, err, to knowingly
31647              verify installing an unstable developer release.  Also bump
31648              the release to 5.7.0, but leave a patch tag in the local
31649              patches saying that this is not yet the real thing.
31650              
31651              Update (kinda) to Test 1.14, from Joshua Pritikin.
31652              
31653              make ok etc also for win32.
31654              
31655              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
31656              
31657              Don't blow limited stacks, a lower number is enough to
31658              tickle the lookbehind limit.
31659              
31660              Use -Dusedevel; regen Configure and the respective Porting stuff.
31661              
31662              Subject: [PATCH] debugger exit code should reflect user exit code
31663              
31664              Subject: [PATCH perl@6620] cygwin port
31665              
31666              Missed a file from #6638.
31667              
31668              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)
31669              
31670              magic callbacks all need to have same type signature
31671              
31672              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
31673              
31674              Fix a dependency problem.
31675              Subject: [PATCH: 6640] VMS Makefile.SH update
31676              
31677              The numeric locale was reset to "C" by s?printf and never restored.
31678              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
31679              No test since adding the failing example to locale.t
31680              does not fail -- probably because the locale settings are so
31681              thoroughly tweaked by that time.  Running the example standalone
31682              does fail, though.  UPDATE: test case added at change #7540.
31683              
31684              Subject: [ID 20000324.040] minor fix to perlhpux.pod
31685              
31686              Update to CPAN 1.57.
31687              
31688              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
31689              
31690              Change the perlbug address to perl.org since it's more forgiving.
31691              
31692              Change the regx compilation error markers to use = instead of <
31693              since pod makes using the latter quite messy.  Reported in
31694              ID 20000814.006 by Abigail and in
31695              Subject: Unknown escape E<> ?
31696              
31697              Update to perldebtut 1.9, from Richard Foley.
31698              
31699              check that the number pseudo children doesn't exceed
31700              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
31701              the WaitForMultipleObjects() limit that would cause wait()
31702              to crash)
31703              wait() and waitpid() could potentially be rewritten to use
31704              more than one thread to do the waiting to eliminate this
31705              limitation
31706              
31707              change#6328 could make close(SOCKET) return false on windows
31708              when it shouldn't
31709              
31710              pod nit seen in passing
31711              
31712              on windows, the return values from wait() and waitpid() don't
31713              match those of pseudo-pids
31714              
31715              waitpid() now handles externally spawned pids correctly;
31716              fixes for backtick/wait/waitpid failures on Windows 9x
31717              these changes make the pid returned by process functions on
31718              Windows 9x always positive by clearing the high bit (which
31719              is always set on Win9x); pseudo-process PIDs are likewise
31720              always negative now on Win9x (just as on NT/2000)
31721              
31722              trailing new %ENV entries weren't being pushed into the real
31723              environment of subprocesses on Windows
31724              
31725              Tweak the regex compilation errors once more.
31726              
31727              avoid warnings from dense compiler
31728              
31729              add "ok" targets from change#6632 in makefile.mk
31730      Branch: maint-5.6/perl
31731            - lib/Pod/PlainText.pm vms/configure.com
31732           !> (integrate 66 files)
31733 ____________________________________________________________________________
31734 [  7886] By: jhi                                   on 2000/11/27  13:54:18
31735         Log: __FUNCTION__ isn't portable and trying to emulate it leads
31736              into practically spelling out the name of the function.
31737              Takes care of the bug 20001127.001.
31738      Branch: perl
31739            ! perlio.c
31740 ____________________________________________________________________________
31741 [  7885] By: gsar                                  on 2000/11/27  13:53:18
31742         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
31743              6610..6611 from mainline
31744              
31745              Make regular expression parse error messages easier to understand.
31746              Subject: Re: enhanced(?) regex error messages
31747              
31748              Tiny tidying on report_evil_fh().
31749              
31750              Subject: Re: enhanced(?) regex error messages 
31751              plus Capitalize the error messages, plus perldiag them.
31752              
31753              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
31754              
31755              Document here-doc better.
31756              
31757              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
31758              
31759              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
31760              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
31761              (either perlbug or p5p ate the original), plus regen
31762              perlapi and perltoc. 
31763              
31764              Regen global.sym.
31765              
31766              Double check that we have a dirhandle.
31767              
31768              Subject: Re: enhanced(?) regex error messages
31769              (plus two small patches sent privately)
31770              (this still seems to leave few test failures)
31771              
31772              warn is a macro, avoid using at a variable to avoid warnings
31773              in some configurations; readdir.t is too conservative in
31774              estimating number of *.t's
31775              
31776              Get back into sync with Jeffrey on the enhanced regex warnings.
31777              
31778              Subject: [PATCH 5.6.0] cygwin port
31779              
31780              Zero entries were skipped, fix from Adrian Goalby
31781              <argoalby@yahoo.co.uk>
31782              
31783              Subject: Remove dead entry in perldiag
31784              
31785              Amend the description of Perl6.
31786              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
31787              
31788              detypo
31789              
31790              It's the 2ndO'ROSSC.
31791              
31792              Revert the sv.c part of #6559, a better fix is needed.
31793              
31794              Iterating perl6 description.
31795              
31796              Update to Term::ANSIColor 1.03, from Russ Allbery.
31797              
31798              Update to Getopt::Long 2.23_05, from Johan Vromans.
31799              
31800              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
31801              
31802              Update to Pod::Parser 1.17, from Brad Appleton.
31803              
31804              Update to CPAN 1.56, from Andreas König.
31805              
31806              Update to CGI 2.70, from Lincoln Stein.
31807              
31808              Put back the std @INC thing.
31809              
31810              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
31811              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
31812              
31813              Document the IO::Select timeout.
31814              
31815              sleep(1) does not necessarily return 1.
31816              Subject: [PATCH bleadperl] op/lex_assign.t  
31817              
31818              Subject: debugger "d" command doesnt check line number
31819              
31820              B::Deparse didn't do sub attributes.
31821              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
31822              
31823              Preprocessing and postprocessing for File::Find.
31824              Subject: Patch to Find::File.pm to allow alphabetical results
31825              
31826              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
31827              
31828              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
31829              
31830              Subject: Re: [ID 20000730.003] utf8::length() bad
31831              
31832              Subject: Getting perlio and threads to compile
31833              (the Solaris version changes in Configure skipped)
31834              
31835              Tests for #6589.
31836              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
31837              
31838              Add Perl debugging tutorial, regen toc. 
31839              Subject: perldebtut.pod
31840              
31841              Add a few missing files, update MANIFEST.
31842              
31843              Rewrite of vms/subconfigure.com as configure.com,
31844              from Peter Prymmer and the vmsperl crew.
31845              
31846              Should have deleted this in #6603.
31847              
31848              Fix the test for 5005threads.
31849              
31850              Fix-n-skip the tests under 5005threads.
31851              
31852              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
31853              
31854              Upgrade to CGI 2.71, from Lincoln Stein.
31855      Branch: maint-5.6/perl
31856           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
31857           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
31858           +> t/op/regmesg.t t/pod/find.t vms/configure.com
31859            - vms/subconfigure.com
31860            ! lib/lib.pm
31861           !> (integrate 115 files)
31862 ____________________________________________________________________________
31863 [  7884] By: jhi                                   on 2000/11/27  13:44:33
31864         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
31865              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
31866              Date:     Mon, 27 Nov 2000 08:23:54 EST
31867              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
31868      Branch: perl
31869            ! vms/descrip_mms.template vms/test.com
31870 ____________________________________________________________________________
31871 [  7883] By: gsar                                  on 2000/11/27  11:50:46
31872         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
31873              6511..6513,6515..6523,6525..6536
31874              
31875              The swallow_bom() saga continues.  The #23 of require.t
31876              (UTF16-LE) still fails (silently, no output) but the #22
31877              (UTF16-BE) seems to be working now.  The root of the
31878              failure may be in sv_gets(): is it UTF-16LE-aware,
31879              especially when it comes to line endings? 
31880              
31881              Document the problem with -P in HP-UX and its workaround.
31882              
31883              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
31884              (aka ID 20000730.002)
31885              
31886              Subject: fix and question re: waitpid() under win32
31887              
31888              Make the safety catch for buggy gccs work with triple version
31889              numbers like 2.95.2.  Reported in
31890              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
31891              
31892              In Digital UNIX warn if gcc explicitly chosen because even
31893              2.95.2 is known to cause problems.
31894              
31895              Make chr() for values >127 to create utf8 when under utf8.
31896              
31897              various syntax errors and such (not fixed: comp/require.t#22 coredump
31898              on Windows)
31899              
31900              Stash away the largefiles flags and libswanted.
31901              
31902              BOM patching from Simon Cozens.
31903              
31904              If gccosandvers is equal to osname, clear gccosandvers.
31905              
31906              Make p4desc to skip non-mainperl branches by default.
31907              
31908              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
31909              
31910              The test from this
31911              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
31912              
31913              In new BSDs changes to argv[] do not show up in ps(1) output,
31914              instead one must use setproctitle().  This was already addressed
31915              by change #6457, but the below has a new variant for FreeBSD 4.0
31916              or later, and the matter is also documented more.
31917              
31918              FreeBSD 3.* updates from
31919              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
31920              
31921              regen_headers, regen perltoc.
31922              
31923              Document in one place the memory abstractions used in Perl core.
31924              
31925              memcpy has n o in it, as pinted ut by Sarathy.
31926              
31927              Remove the extraneous "main::" prefix from all the
31928              "opened only for", "on closed", and "never opened" warnings.
31929              
31930              The name of a filehandle does not have <these>.
31931              
31932              The tr utf8 patching continues.
31933              
31934              The new setproctitle() feature is available only in 
31935              bleeding edge FreeBSD.  From Paul Saab.
31936              
31937              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
31938              
31939              Dump UVs as UVs in Data::Dumper.
31940              
31941              detypo #6494
31942              
31943              Document the IVdf UVuf UVof UVxf.
31944              
31945              require.t needs binmode() to work on windows
31946              
31947              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
31948              that are hopefully soon put into use.
31949              
31950              Allow "no Module;" even if there is no 'unimport'.
31951              
31952              Better skip message for the test; one of the two problems in
31953              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
31954              
31955              The subtest 4 may fail also on VOBS, as pointed out
31956              by Nick Ing-Simmons in November 1999, bug id 19991124.003
31957              (but the failure in that bug report isn't the subtest 4).
31958              
31959              Be more informative on what is skipped and why,
31960              also repeat the list at the end.
31961              
31962              Add a URL for FSF.
31963              
31964              Subject: [PATCH] sv.h documentation - SvLEN
31965              
31966              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
31967              
31968              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
31969              
31970              Subject: [PATCH] bad cppsymbols on os2 + Configure question
31971              
31972              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
31973              
31974              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
31975              mention the idea of @( and @)
31976              
31977              This is 6512.  Really.
31978              
31979              Subject: [ID 19990721.004] Documentation bug in perlfunc
31980              
31981              Subject: Minor tweak to perlvar.pod
31982              
31983              In the warnings call filehandles consistently so;
31984              add "unopened" warning for stat().
31985              
31986              After the #6519 a warning about stat() is just that,
31987              not about a filetest, which now have their own warning.
31988              
31989              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
31990              
31991              Subject: Re: Array vs. List context
31992              
31993              Subject: New perlcc, take 2
31994              
31995              Weed buglets pointed out by
31996              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
31997              
31998              gcc versions might have (parentheses) in them.
31999              
32000              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
32001              
32002              Essential prototype changes were missing from #6527.
32003              Also make report_evil_fh() more bomb-proof.
32004              
32005              Zap lib/Sys directory when cleaning up.
32006              
32007              Change the Policy policy: now -Dprefix= with an existing
32008              Policy.sh and prefix == siteprefix == vendorprefix, then all
32009              of them follow along the new prefix.
32010              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
32011              
32012              Continue fixing the io warnings.  This also
32013              sort of fixes bug ID 20000802.003: the core dump
32014              is no more.  Whether the current behaviour is correct
32015              (giving a warning: "Not a format reference"), is another matter.
32016              
32017              Have symbols for the IoTYPEs.
32018              
32019              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
32020              
32021              Document a bit that UDP is not what you might think.
32022              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
32023              tr memory corruption fix from Simon Cozens.
32024              
32025              Plug the security hole described in the Aug 05 2000 bugtraq message
32026              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
32027              The security hole exists only in suidperls, which isn't
32028              installed or even built by default.
32029      Branch: maint-5.6/perl
32030           !> (integrate 71 files)
32031 ____________________________________________________________________________
32032 [  7882] By: gsar                                  on 2000/11/27  10:25:36
32033         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
32034              from mainline
32035              
32036              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
32037              to be fatal errors (instead of by default ignoring them, and
32038              ignoring with a bug: even though -w gave an error, the opening [
32039              was left in)  Reported in:
32040              
32041              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
32042              
32043              Subject: [PATCH] split /^/
32044              
32045              MacOS nits from Matthias Neeracher.
32046              
32047              More split() doc and test patches from Mike Guy.
32048              
32049              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
32050              from Graham Barr in the module list.
32051              
32052              docfix from Peter Scott <Peter@PSDT.com>.
32053              
32054              File::Temp patches for VMS and OS/2 from Tim Jenness.
32055              
32056              open() wariness in perlbug.
32057              
32058              Subject: [PATCH] minor doc change - perlguts
32059              
32060              Subject: Minor doc patch: handy.h
32061              
32062              Be wary of close()s, too.
32063              
32064              Further File::Temp patches from Yitzchak Scott-Thoennes
32065              and Craig A. Berry.
32066              
32067              Subject: [PATCH] fixes bug 20000508.004
32068              
32069              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
32070              
32071              Allow "no AutoLoader;", based on change #6444,
32072              suggested by Graham Barr.
32073              
32074              Use setproctitle() if available to modify $0.
32075              
32076              Warn if the version of the operating system used to compile gcc
32077              differs from the current version of the operating system.
32078              Also display the gcc compilation os and version in myconfig.
32079              Inspiration from
32080              
32081              Tiny fixes for #6460.
32082              
32083              The problem described in this
32084              Subject: [ID 20000322.018] named chars aren't magical enough
32085              has been fixed in perl 5.6.0 but just in case added a test
32086              to keep it away.  (The report from Joseph Hall.)
32087              
32088              Tune the comments and hopefully stop a memory leak.
32089              
32090              Subject: UTF8 concat
32091              (with a memory leak fixed, plus a few casts added)
32092              This also seems to help for
32093              Subject: [ID 20000716.015] join UTF8 weirdness
32094              
32095              Do not upgrade SVs into utf8 just because they participate
32096              in eq or cmp.  Reported and fix suggested in
32097              Subject: [ID 20000720.009] sv_eq UTF8 bug
32098              
32099              Fix the HALF_UPGRADE() macro introduced in #6263.
32100              
32101              Find green threads before native threads.
32102              Subject: Re: Patch to jpl/JNI/Makefile.PL
32103      Branch: maint-5.6/perl
32104           !> (integrate 30 files)
32105 ____________________________________________________________________________
32106 [  7881] By: jhi                                   on 2000/11/27  05:48:41
32107         Log: It seems that *both* the unused submatch loop cleanup
32108              codes are needed.
32109      Branch: perl
32110            ! regexec.c
32111 ____________________________________________________________________________
32112 [  7880] By: jhi                                   on 2000/11/27  04:50:07
32113         Log: Clean .exists deeper.
32114      Branch: perl
32115            ! Makefile.SH
32116 ____________________________________________________________________________
32117 [  7879] By: jhi                                   on 2000/11/27  02:31:35
32118         Log: The code in regcppop() (see #7878) contains the correct lower
32119              limit for the unused submatch 'cleanup' loop so that under
32120              "use utf8" the following code wouldn't dump core:
32121              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
32122              the cleanup loop in regtry() stomped beyond allocated area
32123              in the startp[] array.  Therefore, copied the correct lower
32124              loop limit (*PL_reglastparen) to regtry().  Note: something
32125              may still not be quite right: why was the _higher_ loop limit
32126              (prog->nparens) different in the utf8 case?
32127              
32128              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
32129              without core dumps, there were about 17 of them before
32130              the patch (with us since Perl 5.7.0).  Two failures, still:
32131              496 and 505 (though these may not be severe).
32132              
32133              Patch #7881 is also needed since both the cleanup loops
32134              seem to be needed.
32135              
32136              Also, the t/op/pat#44 seems to core dump under utf8.
32137              Plus a couple of failures.  UGH-8.
32138      Branch: perl
32139            ! regexec.c
32140 ____________________________________________________________________________
32141 [  7878] By: jhi                                   on 2000/11/27  02:21:17
32142         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
32143              the code in regcppop() seems to be redundant for the test suite --
32144              but it contains a germ of truth, and it needed for the build
32145              process itself: see #7879 and #7881.
32146      Branch: perl
32147            ! regexec.c
32148 ____________________________________________________________________________
32149 [  7877] By: jhi                                   on 2000/11/27  01:53:09
32150         Log: Comment on comment.
32151      Branch: perl
32152            ! regexec.c
32153 ____________________________________________________________________________
32154 [  7876] By: jhi                                   on 2000/11/27  00:49:59
32155         Log: Adjust the docs to agree with #7875.
32156      Branch: perl
32157            ! pod/perllocale.pod
32158 ____________________________________________________________________________
32159 [  7875] By: jhi                                   on 2000/11/27  00:49:27
32160         Log: Retract #7863.  It makes more sense not to taint formatted output,
32161              not even by sprintf().
32162      Branch: perl
32163            ! sv.c
32164 ____________________________________________________________________________
32165 [  7874] By: jhi                                   on 2000/11/26  23:36:02
32166         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
32167              Not really fixed (should really dump the UTF-8 charclass),
32168              but stopped displaying the garbage.
32169              
32170              Also add a note on the (missing) Unicode PSXSPC and BLANK.
32171      Branch: perl
32172            ! regcomp.c
32173 ____________________________________________________________________________
32174 [  7873] By: jhi                                   on 2000/11/26  21:31:13
32175         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
32176      Branch: perl
32177            ! regexec.c
32178 ____________________________________________________________________________
32179 [  7872] By: jhi                                   on 2000/11/26  21:06:04
32180         Log: No need to scan till infinity, 13 is enough.
32181      Branch: perl
32182            ! handy.h utf8.c
32183 ____________________________________________________________________________
32184 [  7871] By: jhi                                   on 2000/11/26  20:20:32
32185         Log: Test line numbers are different with utf8.
32186      Branch: perl
32187            ! t/op/re_tests
32188 ____________________________________________________________________________
32189 [  7870] By: jhi                                   on 2000/11/26  20:10:12
32190         Log: Message nit.
32191      Branch: perl
32192            ! regcomp.c
32193 ____________________________________________________________________________
32194 [  7869] By: jhi                                   on 2000/11/26  19:01:05
32195         Log: Make utf8_length() and utf8_distance() (the latter of which
32196              is unused at the moment) to be less forgiving about bad UTF-8.
32197      Branch: perl
32198            ! embed.h embed.pl objXSUB.h proto.h utf8.c
32199 ____________________________________________________________________________
32200 [  7868] By: jhi                                   on 2000/11/26  18:45:56
32201         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
32202              From: Benjamin Holzman <bah@ecnvantage.com>
32203              Date: Sat, 25 Nov 2000 20:40:20 -0500       
32204              Message-ID: <20001125204020.A25040@ecnvantage.com>              
32205              
32206              Debian allows installing /usr/bin/locale without installing
32207              any locales, an error message will ensue.
32208      Branch: perl
32209            ! t/pragma/locale.t
32210 ____________________________________________________________________________
32211 [  7867] By: jhi                                   on 2000/11/26  18:31:12
32212         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
32213              From: Benjamin Holzman <bah@ecnvantage.com>
32214              Date: Sun, 26 Nov 2000 02:42:34 -0500
32215              Message-ID: <20001126024234.G25040@ecnvantage.com>
32216              
32217              Patch for the bug 20000212.002.
32218      Branch: perl
32219            ! sv.c t/op/array.t
32220 ____________________________________________________________________________
32221 [  7866] By: jhi                                   on 2000/11/26  18:28:09
32222         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
32223              From: Tim Jenness <t.jenness@jach.hawaii.edu>
32224              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
32225              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
32226              
32227              File::Temp 0.11.
32228      Branch: perl
32229            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
32230 ____________________________________________________________________________
32231 [  7865] By: jhi                                   on 2000/11/26  18:24:22
32232         Log: The metaconfig unit change for #7864.
32233      Branch: metaconfig/U/perl
32234            ! need_va_copy.U
32235 ____________________________________________________________________________
32236 [  7864] By: jhi                                   on 2000/11/26  18:23:41
32237         Log: Make the va_copy() test not to be so talkative.
32238      Branch: perl
32239            ! Configure config_h.SH
32240 ____________________________________________________________________________
32241 [  7863] By: jhi                                   on 2000/11/26  18:11:02
32242         Log: Fix locale inconsistencies unearthed by Hugo's work.
32243              Now the floating point sprintf really does taint the result
32244              string as perllocale promises (has promised for a long time)
32245              if "use locale" is in the lexical scope.
32246      Branch: perl
32247            ! sv.c t/pragma/locale.t
32248 ____________________________________________________________________________
32249 [  7862] By: jhi                                   on 2000/11/26  00:35:15
32250         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
32251              From: Nicholas Clark <nick@ccl4.org>
32252              Date: Sun, 26 Nov 2000 00:07:50 +0000
32253              Message-ID: <20001126000750.A22446@plum.flirble.org>
32254              
32255              Infinit.
32256      Branch: perl
32257            ! sv.c
32258 ____________________________________________________________________________
32259 [  7861] By: jhi                                   on 2000/11/26  00:01:26
32260         Log: Integrate perlio.
32261      Branch: perl
32262           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
32263 ____________________________________________________________________________
32264 [  7860] By: nick                                  on 2000/11/25  22:04:17
32265         Log: Correct relative path from new ext\Filter\Util\Call location
32266              back to miniperl.
32267      Branch: perlio
32268            ! win32/makefile.mk
32269 ____________________________________________________________________________
32270 [  7859] By: nick                                  on 2000/11/25  21:26:54
32271         Log: Integrate mainline.
32272      Branch: perlio
32273           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
32274           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
32275           +> t/lib/filter-util.t
32276            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
32277            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
32278            - t/lib/filt-util.t
32279           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
32280           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
32281           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
32282           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
32283           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
32284           !> win32/makefile.mk
32285 ____________________________________________________________________________
32286 [  7858] By: gsar                                  on 2000/11/25  20:52:17
32287         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
32288              parent's memory; fix it by keeping track of the actual pad
32289              offset rather than a raw pointer (this change is probably also
32290              relevant to non-ithreads case to avoid fallout from reallocs of
32291              the pad array, but is currently only enabled for the ithreads
32292              case in the interests of minimal disruption to existing "well
32293              tested" code)
32294      Branch: perl
32295            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
32296            ! proto.h scope.c scope.h sv.c t/op/fork.t
32297 ____________________________________________________________________________
32298 [  7857] By: nick                                  on 2000/11/25  20:01:28
32299         Log: All tests pass on Win32/gcc/USE_PERLIO.
32300              - when crlf layer is pushed make unix-level binary.
32301              - remove :crlf injection in pp_backtick in pp_sys.c
32302              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
32303      Branch: perlio
32304            ! doio.c perlio.c pp_sys.c win32/makefile.mk
32305 ____________________________________________________________________________
32306 [  7856] By: jhi                                   on 2000/11/25  18:38:30
32307         Log: Update the metaconfig units for #7855.
32308      Branch: metaconfig/U/perl
32309            ! useperlio.U usesocks.U
32310 ____________________________________________________________________________
32311 [  7855] By: jhi                                   on 2000/11/25  18:37:54
32312         Log: Undo the SOCKS workarounds, instead start using PerlIO
32313              if SOCKS is selected.
32314              
32315              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
32316              From: Jens Hamisch <jens@Strawberry.COM>
32317              Date: Fri, 24 Nov 2000 18:31:30 +0100
32318              Message-ID: <20001124183130.E28337@Strawberry.COM>
32319              
32320              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
32321              From: Jens Hamisch <jens@Strawberry.COM>
32322              Date: Fri, 24 Nov 2000 19:11:51 +0100
32323              Message-ID: <20001124191151.A28753@Strawberry.COM>
32324      Branch: perl
32325            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
32326            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
32327 ____________________________________________________________________________
32328 [  7854] By: jhi                                   on 2000/11/25  17:39:08
32329         Log: Undo #7848.  Some of the code seems to use walkoptree(),
32330              some walkoptree_slow().  An unfinished renaming?
32331              Now the sub is walkoptree() (which is @EXPORT_OK),
32332              the walkoptree_slow() is a typeglob alias to walkoptree.
32333              This makes the tests to pass, at least.
32334      Branch: perl
32335            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
32336 ____________________________________________________________________________
32337 [  7853] By: nick                                  on 2000/11/24  22:24:33
32338         Log: Re-arrange crlf vs binary for platforms that care.
32339              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
32340              Lip-service to making stdio layer work on such platfroms (untested).
32341              Now fails 3 tests rather than one, checkin to see if I can debug 
32342              the issue under linux. (Do not merge.)
32343      Branch: perlio
32344            ! doio.c perlio.c perliol.h
32345 ____________________________________________________________________________
32346 [  7852] By: jhi                                   on 2000/11/24  18:57:39
32347         Log: AUTHORS edits.
32348      Branch: perl
32349            ! AUTHORS
32350 ____________________________________________________________________________
32351 [  7851] By: jhi                                   on 2000/11/24  17:34:56
32352         Log: Add Jan-Erik Karlsson.
32353      Branch: perl
32354            ! AUTHORS
32355 ____________________________________________________________________________
32356 [  7850] By: jhi                                   on 2000/11/24  17:27:56
32357         Log: Configure should find stdchar on its own.
32358      Branch: perl
32359            ! hints/solaris_2.sh
32360 ____________________________________________________________________________
32361 [  7849] By: jhi                                   on 2000/11/24  17:24:55
32362         Log: Subject: PATCH over 7848: Filter test flawed
32363              From: andreas.koenig@anima.de (Andreas J. Koenig)
32364              Date: 24 Nov 2000 10:28:29 +0100
32365              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
32366      Branch: perl
32367            ! t/lib/filter-util.t
32368 ____________________________________________________________________________
32369 [  7848] By: jhi                                   on 2000/11/24  17:22:15
32370         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
32371              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
32372              Date: Fri, 24 Nov 2000 16:12:58 +0000
32373              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
32374      Branch: perl
32375            ! ext/B/B.pm
32376 ____________________________________________________________________________
32377 [  7847] By: jhi                                   on 2000/11/24  03:07:01
32378         Log: Integrate perlio.
32379      Branch: perl
32380           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
32381           !> win32/makefile.mk
32382 ____________________________________________________________________________
32383 [  7846] By: gsar                                  on 2000/11/24  00:55:57
32384         Log: integrate changes#6415..6418,6420..6438 from mainline
32385              
32386              Fix the bitvector ops for utf8 (tricky since past 7 bits
32387              the utf8 'characters' can be more than one octet).
32388              
32389              MPE/ix updates for perl 5.6.0 from Mark Bixby.
32390              
32391              Subject: SDBM_File documentation
32392              
32393              Detypo.
32394              
32395              Decutandpasto.
32396              
32397              Send all installperl messages to STDERR and be -w clean.
32398              
32399              Out-of-date note removed.
32400              
32401              Protect against "wild next"s, that is, callbacks doing "next"
32402              instead of "return".
32403              
32404              Use STDOUT consistently.
32405              
32406              The output might have been produced in the wrong order.
32407              
32408              A missing 'break' after the [[:space:]] switch case.
32409              
32410              Add tests for
32411              [ID 19991110.003] another matching finding by pcre author
32412              which has already been fixed by some patch, as verified in
32413              
32414              Documentation to explain the behaviour of map().
32415              
32416              Add an optimization for map-maps-a-list-element-to-more-list-elements
32417              case, but add also notes explaining the relationship of this
32418              patch and the earlier notes by Sarathy.
32419              
32420              Subject: [ID 20000716.023] syslog test fails without sockets
32421              
32422              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
32423              Test cases for #6431.
32424              
32425              File::Spec::VMS fixup for tmpdir from Craig Berry.
32426              
32427              Make the "uninit variable" warning to say "concat or string"
32428              or "join or string" when in concat or join .
32429              
32430              Get UTF16 BOMs working.  Patch from
32431              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
32432              
32433              Subject: [PATCH] Make large file tests deal with SIGXFSZ
32434              
32435              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
32436              
32437              Subject: [PATCH] av.c apidoc
32438      Branch: maint-5.6/perl
32439           !> (integrate 43 files)
32440 ____________________________________________________________________________
32441 [  7845] By: gsar                                  on 2000/11/24  00:20:45
32442         Log: integrate changes#6406..6414 from mainline
32443              
32444              Merge perlhacktut into perlhack, update perlguts.
32445              
32446              Fix AutoSplit to use File::Spec the right way in VMS,
32447              from Peter Prymmer.
32448              
32449              The bug report
32450              [ID 19991110.002] minimal matching discrepancy found by pcre author
32451              seems to have been fixed (though differently from what was suggested
32452              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
32453              
32454              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
32455              not in pod, from Peter Prymmer
32456              
32457              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
32458              From: Hugo <hv@crypt.compulink.co.uk>
32459              Date: Fri, 14 Jul 2000 23:05:20 +0100
32460              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
32461              
32462              Didn't anymore apply, but that point still could use another fix.
32463              
32464              lib/b test fixes from Peter Prymmer.
32465              
32466              More docs for sv functions.
32467              
32468              perlvms.pod whitespace cleanup to keep pod utils happy.
32469              
32470              another VMS build tweak from Peter Prymmer
32471      Branch: maint-5.6/perl
32472           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
32473           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
32474           !> vms/descrip_mms.template vms/perlvms.pod
32475 ____________________________________________________________________________
32476 [  7844] By: nick                                  on 2000/11/23  23:42:45
32477         Log: Win32/perlio Now just fails one io/argv.t test - lack 
32478              of default :crlf on standard streams.
32479      Branch: perlio
32480            ! doio.c perlio.c
32481 ____________________________________________________________________________
32482 [  7843] By: nick                                  on 2000/11/23  23:04:05
32483         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
32484              peek fail is showing a real problem (multiple crlf layers
32485              are getting pushed.)
32486      Branch: perlio
32487            ! doio.c perlio.c win32/makefile.mk
32488 ____________________________________________________________________________
32489 [  7842] By: nick                                  on 2000/11/23  19:46:23
32490         Log: Implement PerlIO_binmode()
32491              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
32492              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
32493              make binmode in t/lib/io_tell.t unconditional so that works.
32494              Checkin just so Win32 machine can see these changes.
32495      Branch: perlio
32496            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
32497 ____________________________________________________________________________
32498 [  7841] By: jhi                                   on 2000/11/23  19:30:00
32499         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
32500      Branch: perl
32501            ! README.amiga
32502 ____________________________________________________________________________
32503 [  7840] By: jhi                                   on 2000/11/23  17:18:02
32504         Log: SOCKS wrestling continues, patches from Jens Hamisch.
32505      Branch: perl
32506            ! doio.c embed.h embed.pl perlsdio.h proto.h
32507 ____________________________________________________________________________
32508 [  7839] By: jhi                                   on 2000/11/23  16:54:14
32509         Log: Push Filter::Util::Call one level deeper.
32510      Branch: perl
32511            + t/lib/filter-util.t
32512           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
32513           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
32514            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
32515            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
32516            - t/lib/filt-util.t
32517            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
32518            ! win32/Makefile win32/makefile.mk
32519 ____________________________________________________________________________
32520 [  7838] By: jhi                                   on 2000/11/23  16:52:40
32521         Log: Reach back one higher up when searching for PERL_SRC.
32522      Branch: perl
32523            ! lib/ExtUtils/MM_Unix.pm
32524 ____________________________________________________________________________
32525 [  7837] By: jhi                                   on 2000/11/23  16:05:41
32526         Log: Subject: Re: perl@7826
32527              Date: Thu, 23 Nov 2000 02:20:25 -0600
32528              From: "Craig A. Berry" <craigberry@mac.com>
32529              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
32530              
32531              Make VMS to like Filter::Util::Call. 
32532      Branch: perl
32533            ! configure.com ext/Filter/Util/Makefile.PL
32534 ____________________________________________________________________________
32535 [  7836] By: nick                                  on 2000/11/23  16:04:08
32536         Log: Implement crlf layer - not ready for merge.
32537      Branch: perlio
32538            ! perlio.c win32/makefile.mk
32539 ____________________________________________________________________________
32540 [  7835] By: jhi                                   on 2000/11/23  15:56:52
32541         Log: STDCHAR is different in Sparc v9 vs x86.
32542      Branch: perl
32543            ! hints/solaris_2.sh
32544 ____________________________________________________________________________
32545 [  7834] By: jhi                                   on 2000/11/23  15:50:47
32546         Log: The type needs to be visible to protos.
32547      Branch: perl
32548            ! perl.h
32549 ____________________________________________________________________________
32550 [  7833] By: jhi                                   on 2000/11/23  15:40:46
32551         Log: Finish unfinished SOCKS workaround changes.
32552      Branch: perl
32553            ! doio.c
32554 ____________________________________________________________________________
32555 [  7832] By: jhi                                   on 2000/11/23  15:33:30
32556         Log: Integrate perlio.
32557      Branch: perl
32558           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
32559           !> win32/makefile.mk
32560 ____________________________________________________________________________
32561 [  7831] By: nick                                  on 2000/11/23  10:31:07
32562         Log: Correct makefile.mk dependancies for ext/Filter/Util
32563              Build ext/Encode
32564              Run dmake regen_config_h
32565      Branch: perlio
32566            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
32567            ! win32/makefile.mk
32568 ____________________________________________________________________________
32569 [  7830] By: nick                                  on 2000/11/23  08:05:07
32570         Log: Integrate mainline
32571      Branch: perlio
32572           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
32573           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
32574           +> t/lib/filt-util.pl t/lib/filt-util.t
32575           !> (integrate 41 files)
32576 ____________________________________________________________________________
32577 [  7829] By: gsar                                  on 2000/11/23  03:07:11
32578         Log: build the Filter extension on windows
32579      Branch: perl
32580            ! win32/Makefile win32/makefile.mk
32581 ____________________________________________________________________________
32582 [  7828] By: gsar                                  on 2000/11/23  02:46:35
32583         Log: regenerate win32/config* and fix some inconsistencies in the
32584              makefiles; always export Perl_deb() because it is needed
32585              by ext/re/* (whether perl itself is built with -DDEBUGGING
32586              or not)
32587      Branch: perl
32588            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
32589            ! win32/config_H.vc win32/makefile.mk
32590 ____________________________________________________________________________
32591 [  7827] By: gsar                                  on 2000/11/23  02:18:38
32592         Log: get sources building on windows+MSVC again (untested with other
32593              compilers)
32594      Branch: perl
32595            ! win32/include/sys/socket.h win32/perllib.c
32596 ____________________________________________________________________________
32597 [  7826] By: jhi                                   on 2000/11/23  01:18:26
32598         Log: Update Changes.
32599      Branch: perl
32600            ! Changes patchlevel.h
32601 ____________________________________________________________________________
32602 [  7825] By: jhi                                   on 2000/11/23  00:20:41
32603         Log: Subject: Re: av.c patch (having slight problems)
32604              From: "Ben Tilly" <ben_tilly@hotmail.com>
32605              Date: Tue, 21 Nov 2000 23:29:31 -0500
32606              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
32607              
32608              unshift() speedup.
32609      Branch: perl
32610            ! av.c
32611 ____________________________________________________________________________
32612 [  7824] By: jhi                                   on 2000/11/22  23:59:15
32613         Log: Fixes for signedness warnings noticed by VMSperlers.
32614      Branch: perl
32615            ! ext/Storable/Storable.xs regcomp.c sv.c
32616 ____________________________________________________________________________
32617 [  7823] By: jhi                                   on 2000/11/22  23:19:31
32618         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
32619              From: Peter Prymmer <pvhp@forte.com>
32620              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
32621              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
32622      Branch: perl
32623            ! t/pragma/warn/pp_hot
32624 ____________________________________________________________________________
32625 [  7822] By: jhi                                   on 2000/11/22  22:52:20
32626         Log: Be clean.
32627      Branch: perl
32628            ! Makefile.SH
32629 ____________________________________________________________________________
32630 [  7821] By: jhi                                   on 2000/11/22  22:46:39
32631         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
32632              by Damian Conway, as suggested by Paul Marquess.
32633      Branch: perl
32634            + lib/Filter/Simple.pm
32635 ____________________________________________________________________________
32636 [  7820] By: jhi                                   on 2000/11/22  22:45:51
32637         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
32638      Branch: perl
32639            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
32640            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
32641            + t/lib/filt-util.t
32642            ! MANIFEST
32643 ____________________________________________________________________________
32644 [  7819] By: jhi                                   on 2000/11/22  22:03:27
32645         Log: Integrate perlio.
32646      Branch: perl
32647           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
32648           !> win32/makefile.mk
32649 ____________________________________________________________________________
32650 [  7818] By: jhi                                   on 2000/11/22  21:56:02
32651         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
32652      Branch: perl
32653            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
32654            ! t/lib/io_sock.t
32655 ____________________________________________________________________________
32656 [  7817] By: jhi                                   on 2000/11/22  21:39:49
32657         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
32658              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32659              Date: Wed, 22 Nov 2000 16:08:12 -0500
32660              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
32661      Branch: perl
32662            ! lib/ExtUtils/Liblist.pm
32663 ____________________________________________________________________________
32664 [  7816] By: jhi                                   on 2000/11/22  21:38:25
32665         Log: Go ahead and #include <unistd.h> in perl.h.
32666      Branch: perl
32667            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
32668            ! util.c
32669 ____________________________________________________________________________
32670 [  7815] By: jhi                                   on 2000/11/22  21:22:52
32671         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
32672              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32673              Date: Mon, 20 Nov 2000 18:30:52 -0500
32674              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
32675      Branch: perl
32676            ! pod/perlre.pod regcomp.c t/op/re_tests
32677 ____________________________________________________________________________
32678 [  7814] By: jhi                                   on 2000/11/22  21:21:46
32679         Log: Subject: [PATCH 5.7.0] Liblist finally works
32680              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32681              Date: Tue, 21 Nov 2000 22:02:17 -0500
32682              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
32683      Branch: perl
32684            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
32685            ! lib/ExtUtils/MakeMaker.pm
32686 ____________________________________________________________________________
32687 [  7813] By: jhi                                   on 2000/11/22  21:20:23
32688         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
32689              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32690              Date: Wed, 22 Nov 2000 17:53:15 +0100
32691              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
32692              
32693              AIX dynaloader and perlio patch.
32694      Branch: perl
32695            ! ext/DynaLoader/dl_aix.xs
32696 ____________________________________________________________________________
32697 [  7812] By: jhi                                   on 2000/11/22  21:17:52
32698         Log: (Accidentally empty patch.)
32699      Branch: perl
32700            ! av.c
32701 ____________________________________________________________________________
32702 [  7811] By: jhi                                   on 2000/11/22  21:16:31
32703         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
32704              From: Peter Prymmer <pvhp@forte.com>
32705              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
32706              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
32707      Branch: perl
32708            ! vms/test.com
32709 ____________________________________________________________________________
32710 [  7810] By: jhi                                   on 2000/11/22  21:15:36
32711         Log: Subject: Re: perl@7777 
32712              From: "John P. Linderman" <jpl@research.att.com>
32713              Date: Wed, 22 Nov 2000 13:11:11 -0500
32714              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
32715              
32716              Detypoing.
32717      Branch: perl
32718            ! lib/CPAN.pm
32719 ____________________________________________________________________________
32720 [  7809] By: jhi                                   on 2000/11/22  21:14:19
32721         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
32722              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
32723              Date:     Wed, 22 Nov 2000 13:51:37 EST
32724              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
32725      Branch: perl
32726            ! perlsdio.h
32727 ____________________________________________________________________________
32728 [  7808] By: jhi                                   on 2000/11/22  21:13:27
32729         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
32730              From: Casey Tweten <crt@kiski.net>
32731              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
32732              Message-Id: <200011201653.LAA10194@home.kiski.net>
32733      Branch: perl
32734            ! t/lib/io_udp.t
32735 ____________________________________________________________________________
32736 [  7807] By: jhi                                   on 2000/11/22  21:12:35
32737         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
32738              From: Casey Tweten <crt@kiski.net>
32739              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
32740              Message-Id: <200011201636.LAA07227@home.kiski.net>
32741      Branch: perl
32742            ! t/lib/io_sock.t
32743 ____________________________________________________________________________
32744 [  7806] By: jhi                                   on 2000/11/22  21:10:59
32745         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
32746              From: "Casey R. Tweten" <crt@kiski.net>
32747              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
32748              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
32749      Branch: perl
32750            ! utils/h2xs.PL
32751 ____________________________________________________________________________
32752 [  7805] By: nick                                  on 2000/11/22  21:05:06
32753         Log: Integrate mainline
32754      Branch: perlio
32755           !> Changes Porting/genlog ext/DB_File/DB_File.xs
32756           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
32757           !> utils/perlbug.PL
32758 ____________________________________________________________________________
32759 [  7804] By: jhi                                   on 2000/11/22  21:01:12
32760         Log: Subject: [PATCH] Test.pm POD peculiarity
32761              From: "Casey R. Tweten" <crt@kiski.net>
32762              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
32763              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
32764      Branch: perl
32765            ! lib/Test.pm
32766 ____________________________________________________________________________
32767 [  7803] By: jhi                                   on 2000/11/22  20:59:59
32768         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
32769              From: "Philip Newton" <pnewton@gmx.de>
32770              Date: Wed, 22 Nov 2000 14:25:53 +0100
32771              Message-Id: <3A1BD771.25462.1939FAD@localhost>
32772              
32773              Be case-understanding also on 's', and use the -oi of sendmail
32774              not to terminate the transmission on a lone '.'.
32775      Branch: perl
32776            ! utils/perlbug.PL
32777 ____________________________________________________________________________
32778 [  7802] By: nick                                  on 2000/11/22  20:51:42
32779         Log: Win32 PerlIO intermediate state now working as expected.
32780              - In current state we are still using C runtime in text/binary
32781              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
32782              - PERLIO=stdio and PERLIO=unix pass all expected tests.
32783              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
32784              and PerlIO_seek() and the dummy crlf layer is not making adjustments
32785              for CRLF translation happening in C runtime. All other tests pass.
32786              
32787              Added note to README.win32 to point out the snags of doing a perl build
32788              with Norton AntiVirus turned on.
32789              
32790              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
32791              which file a fail comes from.
32792              
32793              Updated "canned" config.h to match the one generated.
32794      Branch: perlio
32795            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
32796            ! win32/makefile.mk
32797 ____________________________________________________________________________
32798 [  7801] By: jhi                                   on 2000/11/22  06:50:20
32799         Log: Nickety nits.
32800      Branch: perl
32801            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
32802 ____________________________________________________________________________
32803 [  7800] By: jhi                                   on 2000/11/22  01:29:55
32804         Log: Changes had accidentally gone too silent on non-main branches.
32805      Branch: perl
32806            ! Changes Porting/genlog patchlevel.h
32807 ____________________________________________________________________________
32808 [  7799] By: gsar                                  on 2000/11/22  01:02:56
32809         Log: some lib_pm.PL changes snuck in via change#7772
32810      Branch: maint-5.6/perl
32811            ! Makefile.SH
32812 ____________________________________________________________________________
32813 [  7798] By: nick                                  on 2000/11/21  21:59:40
32814         Log: Integrate mainline
32815      Branch: perlio
32816           !> (integrate 28 files)
32817 ____________________________________________________________________________
32818 [  7797] By: jhi                                   on 2000/11/21  21:01:45
32819         Log: Integrate perlio.
32820      Branch: perl
32821           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
32822 ____________________________________________________________________________
32823 [  7796] By: nick                                  on 2000/11/21  20:36:22
32824         Log: Win32 builds and runs (mostly) with USE_PERLIO.
32825              PERLIO=perlio passes all tests. 
32826              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
32827      Branch: perlio
32828            ! perlio.c win32/perllib.c win32/win32.c
32829 ____________________________________________________________________________
32830 [  7795] By: jhi                                   on 2000/11/21  19:03:44
32831         Log: Update Changes.
32832      Branch: perl
32833            ! Changes patchlevel.h
32834 ____________________________________________________________________________
32835 [  7794] By: jhi                                   on 2000/11/21  18:56:34
32836         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
32837              From: "Craig A. Berry" <craigberry@mac.com>
32838              Date: Mon, 20 Nov 2000 20:27:06 -0600
32839              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
32840              
32841              A cut-and-pasto.
32842      Branch: perl
32843            ! perlio.h
32844 ____________________________________________________________________________
32845 [  7793] By: jhi                                   on 2000/11/21  18:54:41
32846         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
32847              From: Dominic Dunlop <domo@computer.org> 
32848              Date: Mon, 20 Nov 2000 18:55:29 +0100
32849              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
32850              
32851              va_copy() and the need of it.
32852              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
32853      Branch: metaconfig/U/perl
32854            + need_va_copy.U
32855      Branch: perl
32856            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32857            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
32858            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
32859            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
32860            ! win32/config.bc win32/config.gc win32/config.vc
32861 ____________________________________________________________________________
32862 [  7792] By: jhi                                   on 2000/11/21  17:04:10
32863         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
32864      Branch: perl
32865           !> scope.h
32866 ____________________________________________________________________________
32867 [  7791] By: jhi                                   on 2000/11/21  17:01:16
32868         Log: Export the SOCKS workaround symbols only if necessary.
32869      Branch: perl
32870            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
32871 ____________________________________________________________________________
32872 [  7790] By: nick                                  on 2000/11/20  23:57:11
32873         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
32874      Branch: perlio
32875            ! scope.h
32876 ____________________________________________________________________________
32877 [  7789] By: nick                                  on 2000/11/20  23:38:33
32878         Log: Integrate mainline
32879      Branch: perlio
32880           +> lib/File/Spec/Epoc.pm
32881           !> (integrate 34 files)
32882 ____________________________________________________________________________
32883 [  7788] By: nick                                  on 2000/11/20  23:20:18
32884         Log: Make extra buffer layer work (dummy crlf layer)
32885      Branch: perlio
32886            ! doio.c perlio.c perlio.h
32887 ____________________________________________________________________________
32888 [  7787] By: jhi                                   on 2000/11/20  22:44:04
32889         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
32890              From: Peter Prymmer <pvhp@forte.com>
32891              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
32892              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
32893      Branch: perl
32894            ! t/pragma/locale.t
32895 ____________________________________________________________________________
32896 [  7786] By: jhi                                   on 2000/11/20  22:29:10
32897         Log: Subject: DOC PATCH 5.6.0 perlreftut
32898              From: mjd@plover.com
32899              Date: 20 Nov 2000 19:45:06 -0000
32900              Message-ID: <20001120194506.9505.qmail@plover.com>
32901      Branch: perl
32902            ! pod/perlreftut.pod
32903 ____________________________________________________________________________
32904 [  7785] By: jhi                                   on 2000/11/20  22:27:44
32905         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
32906              From: David Dyck <dcd@tc.fluke.com>
32907              Date: Mon, 20 Nov 2000 11:43:40 -0800
32908              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
32909      Branch: perl
32910            ! lib/Cwd.pm
32911 ____________________________________________________________________________
32912 [  7784] By: jhi                                   on 2000/11/20  22:23:21
32913         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
32914              Date: Mon, 20 Nov 2000 17:06:10 -0500
32915              To: Mailing list Perl5 <perl5-porters@perl.org>
32916              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
32917      Branch: perl
32918            ! pp_ctl.c t/op/pat.t
32919 ____________________________________________________________________________
32920 [  7783] By: jhi                                   on 2000/11/20  22:11:18
32921         Log: Subject: [PATCH] doop.c - UTF8 tr///               
32922              From: Simon Cozens <simon@cozens.net>
32923              Date: Sat, 18 Nov 2000 18:49:30 +0000
32924              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
32925              
32926              Subject: Re: [PATCH] doop.c - UTF8 tr///           
32927              From: Simon Cozens <simon@cozens.net>
32928              Date: Mon, 20 Nov 2000 20:45:22 +0000
32929              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
32930              
32931              Make tr on UTF-8 better but still not correct.
32932      Branch: perl
32933            ! doop.c
32934 ____________________________________________________________________________
32935 [  7782] By: jhi                                   on 2000/11/20  22:02:16
32936         Log: Remove the shared object before attempting to create
32937              (by linking) a new one.  E.g. in AIX not removing
32938              becomes quite painful if one tries to do more than one
32939              build in the same tree (an interrupted build, for example),
32940              since the AIX' shared dynaloader seemingly keeps the shared
32941              objects open and therefore 'busy' for quite a while, even when
32942              nobody is using the objects, leading into link failures.
32943      Branch: perl
32944            ! lib/ExtUtils/MM_Unix.pm
32945 ____________________________________________________________________________
32946 [  7781] By: gsar                                  on 2000/11/20  19:02:55
32947         Log: type mismatch due to faulty integration
32948      Branch: maint-5.6/perl
32949            ! toke.c win32/Makefile
32950 ____________________________________________________________________________
32951 [  7780] By: gsar                                  on 2000/11/20  17:31:55
32952         Log: integrate changes#6392,6394..6399,6401..6404
32953              
32954              The {multiplier} of a fixed substring was overlooked which
32955              caused a wrong initial search offset for that substring.
32956              
32957              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
32958              From: Hugo <hv@crypt.compulink.co.uk>
32959              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
32960              Date: Thu, 13 Jul 2000 19:27:13 +0100
32961              
32962              Fix the BOM bug: not a byteorder bug, a signedness bug.
32963              
32964              Replace change #6337 with a better one.
32965              
32966              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
32967              From: Hugo <hv@crypt.compulink.co.uk>
32968              Date: Fri, 14 Jul 2000 04:16:20 +0100
32969              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
32970              
32971              MakeMaker should not remove editor backups (*~) on `make clean`
32972              by default (completes change#6383)
32973              
32974              move new variables to the end of the interpreter structure (for
32975              bincompat in code that doesn't #include XSUB.h)
32976              
32977              rename totally bletcherous SvLOCK() thingy (doesn't do what the
32978              name suggests anyway)
32979              
32980              various cleanups (typos, misformatted code, and small bugs)
32981              
32982              typecasts needed for change#6394
32983              
32984              typos in change#6399, regen headers
32985              
32986              inconsistent types needs casts
32987              
32988              PERL_OBJECT build tweaks
32989      Branch: maint-5.6/perl
32990           !> MANIFEST doop.c embed.h embed.pl embedvar.h
32991           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
32992           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
32993           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
32994           !> toke.c util.c
32995 ____________________________________________________________________________
32996 [  7779] By: gsar                                  on 2000/11/20  17:06:29
32997         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
32998              
32999              Cosmetics and perldelta.
33000              
33001              Fix nits noticed by Boston.pm.
33002              
33003              Do the cc sanity check both before the hints and
33004              after the cc selction.
33005              
33006              get sprintf.t to adjust properly for 3-digit exponents
33007              
33008              don't clobber *.orig files on *clean targets
33009              
33010              fix bugs in processing %v-*d and similar format specs (from
33011              Avi Finkel <avi@finkel.org>)
33012              
33013              sprintf test tweaks (from Dominic Dunlop)
33014              
33015              new selfloader.t in change#6183 doesn't close DATA handles,
33016              and thus fails to clean up tmp files on dosish platforms
33017              
33018              typos (spotted by Peter Prymmer)
33019              
33020              typo fix from Craig Berry
33021      Branch: maint-5.6/perl
33022           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
33023           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
33024           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
33025           !> x2p/Makefile.SH
33026 ____________________________________________________________________________
33027 [  7778] By: gsar                                  on 2000/11/20  16:46:51
33028         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
33029              
33030              Subject: Re: format bug report  [Patch]
33031              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33032              Date: Wed, 05 Jul 2000 13:12:52 +0200
33033              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
33034              
33035              Subject: Re: format bug report  [Patch]
33036              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33037              Date: Wed, 05 Jul 2000 14:10:01 +0200
33038              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
33039              
33040              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
33041              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33042              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
33043              Date: Fri, 07 Jul 2000 17:57:16 +0100
33044              
33045              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
33046              To: perl5-porters@perl.org
33047              From: Karsten Sperling <spiff@phreax.net>
33048              Date: Mon, 10 Jul 2000 15:12:52 +0200
33049              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
33050              
33051              README.posix-bc podified from Thomas Dorner.
33052              
33053              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
33054              From: Dominic Dunlop <domo@computer.org>
33055              Date: Tue, 11 Jul 2000 12:27:33 +0200
33056              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
33057              
33058              Typo in #6341.
33059              
33060              Fix for
33061              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
33062              From: Roderick Schertler <roderick@argon.org>
33063              Date: Tue, 11 Jul 2000 13:55:05 -0400
33064              Message-Id: <200007111755.NAA05077@jones.argon.org>
33065              
33066              Minor cleanups on the booklist.
33067              
33068              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
33069              regen perltoc.
33070              
33071              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
33072      Branch: maint-5.6/perl
33073           +> pod/perlbook.pod
33074           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
33075           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
33076           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
33077 ____________________________________________________________________________
33078 [  7777] By: jhi                                   on 2000/11/20  16:08:49
33079         Log: Update Changes.
33080      Branch: perl
33081            ! Changes patchlevel.h
33082 ____________________________________________________________________________
33083 [  7776] By: jhi                                   on 2000/11/20  15:27:56
33084         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
33085              This may be overly harsh but until proven otherwise, we think this
33086              way, or until we have a simple test for Configure (having to start
33087              up servers is does not count as simple) to check for the problems.
33088      Branch: perl
33089            ! perl.h
33090 ____________________________________________________________________________
33091 [  7775] By: jhi                                   on 2000/11/20  15:22:17
33092         Log: Solaris hints tweaks.
33093      Branch: perl
33094            ! hints/solaris_2.sh
33095 ____________________________________________________________________________
33096 [  7774] By: jhi                                   on 2000/11/20  15:01:20
33097         Log: Add a workaround to SOCKS 64-bit problems.
33098      Branch: perl
33099            ! doio.c embed.h embed.pl perlsdio.h proto.h
33100 ____________________________________________________________________________
33101 [  7773] By: jhi                                   on 2000/11/20  14:51:47
33102         Log: sysseek() instead of seek().
33103      Branch: perl
33104            ! t/lib/syslfs.t
33105 ____________________________________________________________________________
33106 [  7772] By: gsar                                  on 2000/11/20  13:06:23
33107         Log: integrate changes#6315..6319,6321..6331,6333..6338
33108              
33109              Integrate with Sarathy, preliminary fix for unicos
33110              alignment problems in [ID 20000612.002] Perl problem on Cray system.
33111              
33112              some debugger output does not go to the socket when RemotePort is set
33113              
33114              winsock cleanup never done on Windows (leads to handle leaks)
33115              
33116              fix UNC path handling on Windows under ithreads, and chdir()
33117              return value when given a non-existent directory
33118              
33119              Autogenerate pod/Makefile and pod/buildtoc.
33120              buildtoc also checks whether the existin pods are
33121              mentioned in MANIFEST and perl.pod, and vice versa.
33122              (None of the thusly found discrepancies fixed yet.)
33123              roffitall also needs to be autogenerated similarly but it
33124              seems so badly out of date that I didn't touch it yet.
33125              
33126              Config is being used.
33127              
33128              Add =head1 NAMEs so that buildtoc is happy.
33129              (The CGI::Util nit reported to Lincoln.)
33130              
33131              Fix complaints of buildtoc.
33132              
33133              Fix the alignment problem in Crays ([ID 20000612.002]).
33134              
33135              Remove perlbook, update perlfaq book listing,
33136              rearrange perl.pod, regenerate perltoc.
33137              
33138              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
33139              was cast to an unsigned (32-bit) integer with wild abandon.
33140              
33141              winsock options weren't being set in all threads under ithreads
33142              (caused send()s from second and subsequent threads to fail)
33143              
33144              accept() leaks memory on windows due to incorrect ordering of
33145              closesocket() and fclose() calls
33146              
33147              Reorder perl.pod once more.
33148              
33149              More POSIX.pod tweaks.
33150              
33151              Sprinkle ldlibpath.
33152              
33153              Precedence goof, fix based on
33154              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
33155              From: Hugo <hv@crypt.compulink.co.uk>
33156              Date: Tue, 11 Jul 2000 12:52:38 +0100
33157              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
33158              
33159              Subject: PATCH perlguts.pod: Document D and d magic types
33160              From: mjd@plover.com
33161              Date: 5 Jul 2000 18:01:51 -0000
33162              Message-ID: <20000705180151.29413.qmail@plover.com>
33163              
33164              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
33165              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
33166              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
33167              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
33168              
33169              Subject: [PATCH cfgperl] $& segfaults if you trick it
33170              From: simon@brecon.co.uk (Simon Cozens)
33171              Date: 7 Jul 2000 11:26:09 GMT
33172              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
33173              
33174              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
33175              From: Hugo <hv@crypt.compulink.co.uk>
33176              Date: Tue, 11 Jul 2000 12:44:50 +0100
33177              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
33178              
33179              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
33180              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33181              Date: Tue, 11 Jul 2000 13:50:51 +0100
33182              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
33183      Branch: maint-5.6/perl
33184           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
33185           +> pod/buildtoc.PL
33186            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
33187           !> (integrate 26 files)
33188 ____________________________________________________________________________
33189 [  7771] By: gsar                                  on 2000/11/20  12:31:42
33190         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
33191              6310,6311,6314
33192              
33193              Subject: [PATCH bleedperl] File::Spec 0.82 beta
33194              From: Barrie Slaymaker <barries@jester.slaysys.com>
33195              Date: Wed, 28 Jun 2000 11:35:29 -0400
33196              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
33197              
33198              tweak perlembed for multiplicity/usethreads sanity; correct notes
33199              about Windows
33200              
33201              localize %INC in a Safe compartment so that use/require work
33202              (many other magic globals probably need similar treatment)
33203              
33204              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
33205              when @_ is modified, causing coredumps
33206              
33207              slurp mode fix in change#4736 still not quite right
33208              
33209              Point to perlipc for more SysV IPC examples.
33210              
33211              Elaborate POSIX.pod.  Still needs work.
33212              
33213              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
33214              
33215              fix large memory leak that has been around for ever, masked by
33216              -DPURIFY (most of the arenas were never freed!)
33217              
33218              fix memory leak on Windows (PL_sys_intern contents were never
33219              freed)
33220              
33221              PERL_OBJECT build tweak
33222              
33223              adjust change#6299
33224              
33225              remove rel2abs prototypes (from Barrie Slaymaker)
33226              
33227              missing perldiag entry for unpack("w",...) diagnostic (from
33228              Andreas Koenig)
33229              
33230              better diagnostic on Frob->stuff() when Frob:: doesn't exist
33231              (from Richard Soderberg <rs@oregonnet.com>)
33232              
33233              Win32 patches for cfgperl from Sarathy.
33234              
33235              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
33236              
33237              More POSIX.pod embellishment.
33238              
33239              tyop in change#6306
33240      Branch: maint-5.6/perl
33241           !> (integrate 44 files)
33242 ____________________________________________________________________________
33243 [  7770] By: gsar                                  on 2000/11/20  11:51:00
33244         Log: integrate changes#6268..6282 from cfgperl branch
33245              
33246              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
33247              From: Dominic Dunlop <domo@computer.org>
33248              Date: Thu, 29 Jun 2000 12:32:39 +0200
33249              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
33250              
33251              Regen headers for #6261 (and update embed.pl for this) and #6267,
33252              silence few compiler warnings.
33253              
33254              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
33255              From: Nicholas Clark <nick@talking.bollo.cx>
33256              Date: Fri, 23 Jun 2000 16:21:15 +0100
33257              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
33258              
33259              Subject: PATCH pod/perltie.pod
33260              From: Ian Phillipps <Ian.Phillipps@iname.com>
33261              Date: Fri, 16 Jun 2000 00:17:19 +0100
33262              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
33263              (only the first hunk, the second hunk had already been done
33264              by some other patch)
33265              
33266              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
33267              From: Tom Phoenix <rootbeer@redcat.com>
33268              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
33269              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
33270              
33271              Subject: [PATCH] xsub attributes
33272              From: Doug MacEachern <dougm@covalent.net>
33273              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
33274              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
33275              
33276              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
33277              From: Andy Dougherty <doughera@lafayette.edu>
33278              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
33279              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
33280              
33281              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
33282              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
33283              Date: Tue, 13 Jun 2000 02:43:48 -0500
33284              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
33285              
33286              Subject: [PATCH] Re: eval documentation: context
33287              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33288              Date: Mon, 12 Jun 2000 15:07:29 +0100
33289              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
33290              
33291              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
33292              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33293              Date: Mon, 12 Jun 2000 14:55:59 +0100
33294              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
33295              
33296              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
33297              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
33298              Date: Fri, 09 Jun 2000 12:39:27 -0400
33299              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
33300              (plus update the version "number" of Text::Wrap)
33301              
33302              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
33303              From: Tim Ayers <tayers@bridge.com>
33304              Date: Thu, 08 Jun 2000 08:11:06 +0200
33305              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
33306              [resent by Richard Foley, Message-Id probably wrong]
33307              
33308              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
33309              From: rspier@pobox.com (Robert Spier)
33310              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
33311              Message-ID: <14654.31913.845602.610277@rls.cx>
33312              
33313              Subject: [PATCH 5.6.0] utils/h2xs.PL
33314              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
33315              Date: Wed, 7 Jun 2000 04:02:04 -0500
33316              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
33317              
33318              Subject: [PATCH 5.6.0]ITHREADs for VMS
33319              From: Dan Sugalski <dan@sidhe.org>
33320              Date: Tue, 06 Jun 2000 11:59:50 -0400
33321              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
33322      Branch: maint-5.6/perl
33323           !> (integrate 31 files)
33324 ____________________________________________________________________________
33325 [  7769] By: gsar                                  on 2000/11/20  11:29:06
33326         Log: integrate changes#6261..6266 from cfgperl
33327              
33328              Subject: Re: [PATCH cfgperl] BOMs away!
33329              From: simon@brecon.co.uk (Simon Cozens)
33330              Date: 17 Jun 2000 11:49:57 GMT
33331              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
33332              
33333              Subject: 5.6.0 Patch for EPOC
33334              From: Olaf Flebbe <o.flebbe@gmx.de>
33335              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
33336              Message-ID: <23449.960929969@www11.gmx.net>
33337              
33338              tr fixes from Simon Cozens
33339              
33340              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
33341              From: Marty Lucich <marty@netcom.com>
33342              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
33343              Message-Id: <200006282116.OAA11148@netcom.com>
33344              ccdlflags update (the BSD/OS 4.1 part had already been taken
33345              care of by #6141).
33346              
33347              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
33348              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
33349              Date: Wed, 28 Jun 2000 17:50:12 -0700
33350              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
33351              
33352              Subject: [PATCH 5.6.0] cygwin port
33353              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
33354              From: "Fifer, Eric" <EFifer@sanwaint.com>
33355              Date: Thu, 29 Jun 2000 12:58:29 +0100
33356      Branch: maint-5.6/perl
33357           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
33358           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
33359           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
33360           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
33361 ____________________________________________________________________________
33362 [  7768] By: gsar                                  on 2000/11/20  11:13:44
33363         Log: integrate changes#6252..6256,6259..6260
33364              
33365              Paranoia tweak on #6249.
33366              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
33367              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
33368              Date: Sun, 25 Jun 2000 23:43:12 -0400
33369              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
33370              
33371              Subject: tr///, help wanted.
33372              From: simon@brecon.co.uk (Simon Cozens)
33373              Date: 28 Jun 2000 11:29:04 GMT
33374              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
33375              
33376              small thinko tweaks
33377              
33378              tweaks from Simon Conzes to further fix tr/// under utf8
33379              
33380              perlnewmod was missing from MANIFEST.
33381              
33382              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
33383              From: simon@brecon.co.uk (Simon Cozens)
33384              Date: 17 Jun 2000 11:56:44 GMT
33385              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
33386              pack U0, pack C0
33387      Branch: maint-5.6/perl
33388           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
33389           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
33390           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
33391           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
33392 ____________________________________________________________________________
33393 [  7767] By: gsar                                  on 2000/11/20  10:51:38
33394         Log: integrate change#6250 from cfgperl
33395              
33396              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
33397              From: Doug MacEachern <dougm@covalent.net>
33398              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
33399              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
33400      Branch: maint-5.6/perl
33401           +> t/op/my_stash.t
33402           !> MANIFEST embed.pl global.sym proto.h toke.c
33403 ____________________________________________________________________________
33404 [  7766] By: gsar                                  on 2000/11/20  10:48:34
33405         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
33406              
33407              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
33408              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
33409              Date: Mon, 26 Jun 2000 18:40:14 +0100
33410              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
33411              
33412              Subject: [PATCH] bytes<->utf8 fixes
33413              From: simon@brecon.co.uk (Simon Cozens)
33414              Date: 26 Jun 2000 04:55:45 GMT
33415              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
33416              
33417              Subject: [PATCH] is_utf8_string
33418              From: simon@brecon.co.uk (Simon Cozens)
33419              Date: 26 Jun 2000 02:25:59 GMT
33420              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
33421              
33422              Subject: [PATCH] avoid mg_ptr in '*' magic
33423              From: Doug MacEachern <dougm@covalent.net>
33424              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
33425              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
33426              
33427              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
33428              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
33429              Date: Sat, 24 Jun 2000 13:06:20 +0100
33430              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
33431              
33432              Allow for standalone testing.
33433              
33434              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
33435              From: Mark-Jason Dominus <mjd@plover.com>
33436              Date: Tue, 27 Jun 2000 22:36:42 -0400
33437              Message-ID: <20000628023642.12166.qmail@plover.com>
33438              
33439              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
33440              From: Frank Tobin <ftobin@uiuc.edu>
33441              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
33442              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
33443      Branch: maint-5.6/perl
33444           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
33445           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
33446           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
33447           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
33448           !> utf8.c utils/h2xs.PL
33449 ____________________________________________________________________________
33450 [  7765] By: gsar                                  on 2000/11/20  10:29:13
33451         Log: integrate change#6239 from cfgperl
33452              
33453              Configure maintenance.  Sever some dependency cycles,
33454              separate gccversion from the cc unit,
33455              address [ID 20000623.006] Configure script patch for using gcc on AIX
33456              (but solve it a little bit differently),
33457              unduplex some accidentally duplicated units,
33458              suggest using gcc if no cc available
33459              (p5p thread: "Solaris configure: counterproposal", 1999-09)
33460      Branch: maint-5.6/perl
33461           !> Configure Todo-5.6 config_h.SH
33462 ____________________________________________________________________________
33463 [  7764] By: gsar                                  on 2000/11/20  10:25:55
33464         Log: integrate changes#6233..6238 from cfgperl
33465              
33466              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
33467              From: Mark-Jason Dominus <mjd@plover.com>
33468              Date: Fri, 16 Jun 2000 20:53:04 -0400
33469              Message-ID: <20000617005304.8008.qmail@plover.com>
33470              
33471              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
33472              because when run as services (Win32ese for daemons)
33473              no environment variables are set and tmpdir ends up as /tmp,
33474              which is ambiguous.
33475              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
33476              From: matt@sergeant.org
33477              Date: 16 Jun 2000 16:30:43 -0000
33478              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
33479              
33480              The thread begun by
33481              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
33482              From: Kevin.Ruscoe@ubsw.com
33483              Date: Fri, 16 Jun 2000 16:38:51 +0100
33484              Message-Id: <H000019b03c300d6@MHS>
33485              
33486              Tweak embed.pl, regen headers.
33487              
33488              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
33489              From: Dan Sugalski <dan@sidhe.org>
33490              Date: Fri, 23 Jun 2000 17:00:00 -0400
33491              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
33492      Branch: maint-5.6/perl
33493           !> (integrate 27 files)
33494 ____________________________________________________________________________
33495 [  7763] By: gsar                                  on 2000/11/20  10:08:08
33496         Log: s/perl56delta/perldelta/g
33497      Branch: maint-5.6/perl
33498            ! pod/Makefile
33499 ____________________________________________________________________________
33500 [  7762] By: gsar                                  on 2000/11/20  10:04:00
33501         Log: integrate changes#6225,6229,6231,6232 from cfgperl
33502              
33503              Add source code filenames to apidoc.
33504              From: simon@brecon.co.uk (Simon Cozens)
33505              Subject: [PATCH embed.pl] Source X-ref
33506              Date: 22 Jun 2000 02:18:49 GMT
33507              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
33508              
33509              Subject: README.hpux version 0.6.1
33510              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
33511              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
33512              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
33513              
33514              Subject: [PATCH 5.6.0] cygwin port
33515              From: "Fifer, Eric" <EFifer@sanwaint.com>
33516              Date: Tue, 20 Jun 2000 14:30:58 +0100
33517              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
33518              
33519              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
33520              From: simon@brecon.co.uk (Simon Cozens)
33521              Date: 19 Jun 2000 15:18:27 GMT
33522              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
33523              
33524              plus update pod/Makefile and regenerate perltoc
33525      Branch: maint-5.6/perl
33526           +> pod/perlutil.pod
33527           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
33528           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
33529 ____________________________________________________________________________
33530 [  7761] By: jhi                                   on 2000/11/20  04:09:55
33531         Log: Miraculous typo.
33532      Branch: perl
33533            ! t/op/pat.t
33534 ____________________________________________________________________________
33535 [  7760] By: jhi                                   on 2000/11/20  04:06:08
33536         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
33537              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33538              Date: Sun, 19 Nov 2000 22:30:26 -0500
33539              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
33540      Branch: perl
33541            ! regexec.c scope.h t/op/pat.t
33542 ____________________________________________________________________________
33543 [  7759] By: jhi                                   on 2000/11/20  02:05:22
33544         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
33545      Branch: perl
33546            ! perl.h
33547 ____________________________________________________________________________
33548 [  7758] By: jhi                                   on 2000/11/20  01:58:11
33549         Log: Subject: [perl 7711: EPOC] updates
33550              From: Olaf Flebbe <o.flebbe@gmx.de>
33551              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
33552              Message-ID: <25575.974658810@www23.gmx.net>               
33553      Branch: perl
33554            + lib/File/Spec/Epoc.pm
33555            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
33556            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
33557            ! lib/File/Spec.pm perl.c sv.c
33558 ____________________________________________________________________________
33559 [  7757] By: jhi                                   on 2000/11/20  01:53:11
33560         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
33561      Branch: perl
33562            ! MANIFEST
33563 ____________________________________________________________________________
33564 [  7756] By: jhi                                   on 2000/11/20  01:47:22
33565         Log: Integrate perlio.
33566      Branch: perl
33567            - ext/re/hints/MSWin32.pl
33568           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
33569           !> win32/config.gc win32/config_H.gc win32/win32sck.c
33570 ____________________________________________________________________________
33571 [  7755] By: nick                                  on 2000/11/19  20:57:17
33572         Log: Add dummy crlf layer (just as buffer)
33573              Correct 1st bug - one layer of indirection.
33574      Branch: perlio
33575            ! perlio.c perlio.h perliol.h
33576 ____________________________________________________________________________
33577 [  7754] By: nick                                  on 2000/11/19  20:56:12
33578         Log: Work-round to Perl_deb_nocontext is no longer required
33579      Branch: perlio
33580            - ext/re/hints/MSWin32.pl
33581 ____________________________________________________________________________
33582 [  7753] By: nick                                  on 2000/11/19  20:01:16
33583         Log: diff -se shows these as different
33584      Branch: perlio
33585            ! global.sym pod/perlapi.pod
33586 ____________________________________________________________________________
33587 [  7752] By: nick                                  on 2000/11/19  18:57:30
33588         Log: Configure GCC/Win32 build -Duseperlio
33589              Fix a couple of gross issues
33590              - double-include of ../deb.o in re.dll
33591              - win32sck.c needs PerlIO and FILE 
33592      Branch: perlio
33593            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
33594            ! win32/win32sck.c
33595 ____________________________________________________________________________
33596 [  7751] By: nick                                  on 2000/11/19  17:05:36
33597         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
33598      Branch: perlio
33599            ! perlio.c
33600 ____________________________________________________________________________
33601 [  7750] By: nick                                  on 2000/11/19  16:57:14
33602         Log: Missing aTHX_
33603      Branch: perlio
33604            ! sv.c
33605 ____________________________________________________________________________
33606 [  7749] By: jhi                                   on 2000/11/19  16:28:40
33607         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
33608              From: "Peter J. Farley III" <pjfarley@banet.net>
33609              Date: Sun, 19 Nov 2000 01:42:58 -0500
33610              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
33611      Branch: perl
33612            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
33613 ____________________________________________________________________________
33614 [  7748] By: jhi                                   on 2000/11/19  16:08:10
33615         Log: Subject: podlators 1.05 available        
33616              From: Russ Allbery <rra@stanford.edu>   
33617              Date: 18 Nov 2000 22:04:28 -0800
33618              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
33619      Branch: perl
33620            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
33621 ____________________________________________________________________________
33622 [  7747] By: nick                                  on 2000/11/19  11:19:39
33623         Log: Integrate mainline
33624      Branch: perlio
33625           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
33626           !> util.c
33627 ____________________________________________________________________________
33628 [  7746] By: jhi                                   on 2000/11/19  06:42:22
33629         Log: Make hex scanning warn on "\x{x}" and "\xx".
33630              "\x" and and hex("x") are still valid.
33631      Branch: perl
33632            ! util.c
33633 ____________________________________________________________________________
33634 [  7745] By: nick                                  on 2000/11/18  22:52:28
33635         Log: Integrate mainline
33636      Branch: perlio
33637           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
33638           !> perl.h perlio.c proto.h regcomp.c regcomp.h
33639 ____________________________________________________________________________
33640 [  7744] By: jhi                                   on 2000/11/18  22:50:28
33641         Log: Introduce Perl_utf8_length().  Use it.
33642      Branch: perl
33643            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
33644 ____________________________________________________________________________
33645 [  7743] By: jhi                                   on 2000/11/18  22:38:51
33646         Log: Compiler denit.
33647      Branch: perl
33648            ! perlio.c
33649 ____________________________________________________________________________
33650 [  7742] By: jhi                                   on 2000/11/18  20:33:05
33651         Log: Integrate perlio.
33652      Branch: perl
33653           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
33654           !> perlio.h pp_ctl.c pp_sys.c sv.c
33655 ____________________________________________________________________________
33656 [  7741] By: jhi                                   on 2000/11/18  20:31:27
33657         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
33658              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33659              Date: Fri, 17 Nov 2000 20:35:11 -0500
33660              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
33661              
33662              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
33663              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33664              Date: Fri, 17 Nov 2000 21:03:47 -0500
33665              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
33666              
33667              Plus a little bit of tweaking in pregcomp().
33668      Branch: perl
33669            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
33670 ____________________________________________________________________________
33671 [  7740] By: nick                                  on 2000/11/18  20:17:22
33672         Log: Lexical use open ... support:
33673              add ->cop_io to COP structure in cop.h.
33674              Make mg.c and gv.c associate it with ${^OPEN}.
33675              Make lib/open.pm set it.
33676              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
33677              manner similar to ->cop_warnings.
33678              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
33679              call new PerlIO_apply_layers().
33680              Declare latter in perlio.h and define in perlio.c
33681      Branch: perlio
33682            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
33683            ! perlio.h pp_ctl.c pp_sys.c sv.c
33684 ____________________________________________________________________________
33685 [  7739] By: jhi                                   on 2000/11/18  19:54:00
33686         Log: Integrate perlio.
33687      Branch: perl
33688           !> doio.c perlio.c pp.c
33689 ____________________________________________________________________________
33690 [  7738] By: jhi                                   on 2000/11/18  17:16:13
33691         Log: Subject: [PATCH 5.7.0] etags broken again
33692              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33693              Date: Sat, 18 Nov 2000 02:41:36 -0500
33694              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
33695      Branch: perl
33696            ! emacs/ptags
33697 ____________________________________________________________________________
33698 [  7737] By: jhi                                   on 2000/11/18  17:12:18
33699         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
33700      Branch: perl
33701            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
33702 ____________________________________________________________________________
33703 [  7736] By: nick                                  on 2000/11/18  14:06:20
33704         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
33705              part to be isolated.
33706      Branch: perlio
33707            ! doio.c perlio.c
33708 ____________________________________________________________________________
33709 [  7735] By: nick                                  on 2000/11/18  11:03:32
33710         Log: Integrate mainline
33711      Branch: perlio
33712           !> Changes README.amiga README.win32 patchlevel.h
33713           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
33714 ____________________________________________________________________________
33715 [  7734] By: jhi                                   on 2000/11/18  01:18:56
33716         Log: Update Changes.
33717      Branch: perl
33718            ! Changes patchlevel.h
33719 ____________________________________________________________________________
33720 [  7733] By: jhi                                   on 2000/11/18  00:32:54
33721         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
33722              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33723              Date: Fri, 17 Nov 2000 17:28:02 -0500
33724              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
33725      Branch: perl
33726            ! regcomp.c regexec.c t/op/re_tests
33727 ____________________________________________________________________________
33728 [  7732] By: jhi                                   on 2000/11/18  00:28:56
33729         Log: Sparc 64-bit pack() fix from Jens Hamisch.
33730      Branch: perl
33731            ! pp.c
33732 ____________________________________________________________________________
33733 [  7731] By: jhi                                   on 2000/11/18  00:18:39
33734         Log: Explain in more detail the {} syntax ambiguousity.
33735              
33736              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
33737              From: Nicholas Clark <nick@ccl4.org>
33738              Date: Fri, 17 Nov 2000 22:10:28 +0000
33739              Message-ID: <20001117221028.A88930@plum.flirble.org>
33740      Branch: perl
33741            ! pod/perlfunc.pod
33742 ____________________________________________________________________________
33743 [  7730] By: jhi                                   on 2000/11/18  00:12:18
33744         Log: Subject: Fix for README.amiga (20000323.033)
33745              From: "Stephen P. Potter" <spp@spotter.yi.org>
33746              Date: Fri, 17 Nov 2000 12:25:51 -0500
33747              Message-Id: <200011171725.MAA05768@spotter.yi.org>
33748      Branch: perl
33749            ! README.amiga
33750 ____________________________________________________________________________
33751 [  7729] By: jhi                                   on 2000/11/18  00:08:34
33752         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
33753              From: "A. C. Yardley" <yardley@tanet.net>
33754              Date: Mon, 3 Apr 2000 11:35:33 -0700
33755              Message-ID: <3483.000403@tanet.net>
33756      Branch: perl
33757            ! README.win32
33758 ____________________________________________________________________________
33759 [  7728] By: nick                                  on 2000/11/17  21:59:47
33760         Log: Integrate mainline
33761      Branch: perlio
33762           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
33763           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
33764           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
33765           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
33766 ____________________________________________________________________________
33767 [  7727] By: nick                                  on 2000/11/17  21:56:31
33768         Log: Experiment on use of attributes.pm interface.
33769              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
33770              SVt_PVRV if not already something better (else vivify of say magic gets
33771              core dump).
33772      Branch: perlio
33773            ! perlio.c pp.c
33774 ____________________________________________________________________________
33775 [  7726] By: jhi                                   on 2000/11/17  14:15:49
33776         Log: Subject: Fix for 20000815.006
33777              From: "Stephen P. Potter" <spp@spotter.yi.org>
33778              Date: Fri, 17 Nov 2000 08:57:45 -0500
33779              Message-Id: <200011171357.IAA05122@spotter.yi.org>
33780              
33781              It's really 20000518.006.
33782      Branch: perl
33783            ! pod/perlmodlib.PL
33784 ____________________________________________________________________________
33785 [  7725] By: jhi                                   on 2000/11/17  14:12:31
33786         Log: Subject: Fix for 20000409.001
33787              From: "Stephen P. Potter" <spp@spotter.yi.org>
33788              Date: Fri, 17 Nov 2000 08:55:45 -0500
33789              Message-Id: <200011171355.IAA05104@spotter.yi.org>
33790      Branch: perl
33791            ! pod/perlfaq9.pod
33792 ____________________________________________________________________________
33793 [  7724] By: jhi                                   on 2000/11/17  14:08:58
33794         Log: Undo #7627 now that we have =head3.
33795      Branch: perl
33796            ! pod/perlhack.pod
33797 ____________________________________________________________________________
33798 [  7723] By: jhi                                   on 2000/11/17  14:04:09
33799         Log: As surmised the #7719 wasn't a good move.
33800      Branch: perl
33801            ! hints/solaris_2.sh
33802 ____________________________________________________________________________
33803 [  7722] By: jhi                                   on 2000/11/17  13:59:04
33804         Log: Also the 64bitall hints can be either here or there.
33805      Branch: perl
33806            ! hints/solaris_2.sh
33807 ____________________________________________________________________________
33808 [  7721] By: jhi                                   on 2000/11/17  02:26:23
33809         Log: Test tweak for the open pragma.
33810      Branch: perl
33811            ! t/lib/b.t
33812 ____________________________________________________________________________
33813 [  7720] By: jhi                                   on 2000/11/17  00:23:22
33814         Log: The long double hints can be here or there.
33815      Branch: perl
33816            ! hints/solaris_2.sh
33817 ____________________________________________________________________________
33818 [  7719] By: jhi                                   on 2000/11/17  00:14:06
33819         Log: For Solaris use64bitall the stdchar needs a little bit of help.
33820      Branch: perl
33821            ! hints/solaris_2.sh
33822 ____________________________________________________________________________
33823 [  7718] By: jhi                                   on 2000/11/16  23:27:34
33824         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
33825              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
33826              Date: Wed, 15 Nov 2000 08:56:32 +0100
33827              Message-ID: <3A1241B0.64477E00@alcatel.at>
33828      Branch: perl
33829            ! lib/Carp/Heavy.pm
33830 ____________________________________________________________________________
33831 [  7717] By: jhi                                   on 2000/11/16  23:23:29
33832         Log: Subject: [PATCH] Re: 20001101.003 PDL
33833              From: Nicholas Clark <nick@ccl4.org>
33834              Date: Thu, 16 Nov 2000 16:48:25 +0000
33835              Message-ID: <20001116164825.B93487@plum.flirble.org>
33836      Branch: perl
33837            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
33838 ____________________________________________________________________________
33839 [  7716] By: jhi                                   on 2000/11/16  23:21:31
33840         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
33841              From: "Casey R. Tweten" <crt@kiski.net>
33842              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
33843              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
33844      Branch: perl
33845            ! lib/Pod/Checker.pm pod/perlpod.pod
33846 ____________________________________________________________________________
33847 [  7715] By: jhi                                   on 2000/11/16  23:19:40
33848         Log: Avoid an infinite loop in VMS when utils scripts are run
33849              with no arguments, from Charles Lane.
33850      Branch: perl
33851            ! configure.com
33852 ____________________________________________________________________________
33853 [  7714] By: jhi                                   on 2000/11/16  23:17:08
33854         Log: Subject: perllocale.pod changes
33855              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
33856              Date: Mon, 13 Nov 2000 10:09:22 +0300
33857              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
33858      Branch: perl
33859            ! pod/perllocale.pod
33860 ____________________________________________________________________________
33861 [  7713] By: jhi                                   on 2000/11/16  23:14:06
33862         Log: Integrate perlio.
33863      Branch: perl
33864           !> doio.c perlio.c perlio.h util.c
33865 ____________________________________________________________________________
33866 [  7712] By: nick                                  on 2000/11/16  21:10:58
33867         Log: Integrate mainline
33868      Branch: perlio
33869           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
33870           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
33871           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
33872           !> vos/config.ga.def vos/config.ga.h win32/config.bc
33873           !> win32/config.gc win32/config.vc
33874 ____________________________________________________________________________
33875 [  7711] By: nick                                  on 2000/11/16  19:56:41
33876         Log: Minor tweaks:
33877              consistent way of getting 'rb', 'wb' etc. for binary opens
33878              move *perlio::layers to *open::layers
33879              a #define to show layers available
33880              DOSISH popen/PerlIO had export/import sense inverted.
33881      Branch: perlio
33882            ! doio.c perlio.c perlio.h util.c
33883 ____________________________________________________________________________
33884 [  7710] By: jhi                                   on 2000/11/16  15:46:05
33885         Log: Add HAS_SBRK_PROTO.
33886      Branch: metaconfig/U/perl
33887            + d_sbrkproto.U
33888      Branch: perl
33889            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33890            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
33891            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
33892            ! vos/config.ga.def vos/config.ga.h win32/config.bc
33893            ! win32/config.gc win32/config.vc
33894 ____________________________________________________________________________
33895 [  7709] By: nick                                  on 2000/11/16  07:31:49
33896         Log: Integrate mainline
33897      Branch: perlio
33898           !> (integrate 35 files)
33899 ____________________________________________________________________________
33900 [  7708] By: jhi                                   on 2000/11/16  05:33:03
33901         Log: These files are text, not binary.
33902      Branch: perl
33903            ! ext/Encode/Encode/iso8859-10.enc
33904            ! ext/Encode/Encode/iso8859-13.enc
33905            ! ext/Encode/Encode/iso8859-14.enc
33906            ! ext/Encode/Encode/iso8859-15.enc
33907 ____________________________________________________________________________
33908 [  7707] By: jhi                                   on 2000/11/16  01:53:37
33909         Log: Update Changes.
33910      Branch: perl
33911            ! Changes patchlevel.h
33912 ____________________________________________________________________________
33913 [  7706] By: jhi                                   on 2000/11/16  01:35:59
33914         Log: More #undefing of stdio.
33915      Branch: perl
33916            ! fakesdio.h nostdio.h
33917 ____________________________________________________________________________
33918 [  7705] By: jhi                                   on 2000/11/16  01:34:18
33919         Log: Add fwalk() probe to the configuration files and regen perltoc.
33920      Branch: perl
33921            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33922            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
33923            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
33924            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
33925            ! win32/config.bc win32/config.gc win32/config.vc
33926 ____________________________________________________________________________
33927 [  7704] By: jhi                                   on 2000/11/16  01:33:07
33928         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
33929              an optional third argument to Inlibc?)
33930      Branch: metaconfig/U/perl
33931            + d__fwalk.U
33932 ____________________________________________________________________________
33933 [  7703] By: jhi                                   on 2000/11/16  01:09:22
33934         Log: The type of the hash_cb() size argument is tricky.
33935      Branch: perl
33936            ! ext/DB_File/DB_File.xs
33937 ____________________________________________________________________________
33938 [  7702] By: jhi                                   on 2000/11/15  23:01:16
33939         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
33940      Branch: perl
33941            ! nostdio.h
33942 ____________________________________________________________________________
33943 [  7701] By: jhi                                   on 2000/11/15  22:52:32
33944         Log: Detypo.
33945      Branch: perl
33946            ! t/lib/bigfltpm.t
33947 ____________________________________________________________________________
33948 [  7700] By: jhi                                   on 2000/11/15  22:51:56
33949         Log: UINT64_C() work continues.
33950      Branch: perl
33951            ! handy.h perl.h utf8.h
33952 ____________________________________________________________________________
33953 [  7699] By: jhi                                   on 2000/11/15  14:13:04
33954         Log: SOCKS has its own USE_THREADS, based on
33955              
33956              Subject: [ID 20001114.002] et. al. bugfix followup
33957              From: Jens Hamisch <jens@Strawberry.COM> 
33958              Date: Wed, 15 Nov 2000 14:23:11 +0100
33959              Message-ID: <20001115142311.A21164@Strawberry.COM>
33960      Branch: perl
33961            ! perl.h
33962 ____________________________________________________________________________
33963 [  7698] By: jhi                                   on 2000/11/15  03:50:56
33964         Log: Add few missing #undefs and sort them.
33965      Branch: perl
33966            ! fakesdio.h
33967 ____________________________________________________________________________
33968 [  7697] By: jhi                                   on 2000/11/15  03:39:14
33969         Log: Linenumber fix.
33970      Branch: perl
33971            ! t/pragma/warn/utf8
33972 ____________________________________________________________________________
33973 [  7696] By: jhi                                   on 2000/11/15  02:55:26
33974         Log: EBCDIC tweaks.
33975              
33976              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
33977              From: Peter Prymmer <pvhp@forte.com>
33978              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
33979              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
33980      Branch: perl
33981            ! t/op/regmesg.t t/pragma/warn/utf8
33982 ____________________________________________________________________________
33983 [  7695] By: jhi                                   on 2000/11/15  02:53:58
33984         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
33985              From: Peter Prymmer <pvhp@forte.com>
33986              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
33987              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
33988      Branch: perl
33989            ! utf8.c
33990 ____________________________________________________________________________
33991 [  7694] By: jhi                                   on 2000/11/15  02:50:55
33992         Log: Subject: [PATCH: perl@7674] updates to README.os390
33993              From: Prymmer/Kahn <pvhp@best.com>
33994              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
33995              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
33996      Branch: perl
33997            ! README.os390
33998 ____________________________________________________________________________
33999 [  7693] By: jhi                                   on 2000/11/15  02:48:37
34000         Log: Quit utf8_to_uv() instantly if curlen == 0.
34001      Branch: perl
34002            ! utf8.c
34003 ____________________________________________________________________________
34004 [  7692] By: jhi                                   on 2000/11/15  02:24:29
34005         Log: Use u_int32_t for the size of hash_cb(), not size_t.
34006              
34007              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
34008              From: Jens Hamisch <jens@Strawberry.COM>     
34009              Date: Tue, 14 Nov 2000 19:03:55 +0100
34010              Message-Id: <20001114190355.A20559@Strawberry.COM>
34011      Branch: perl
34012            ! ext/DB_File/DB_File.xs
34013 ____________________________________________________________________________
34014 [  7691] By: jhi                                   on 2000/11/15  02:20:12
34015         Log: Use UINT64_C().
34016              
34017              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
34018              From: Jens Hamisch <jens@Strawberry.COM>
34019              Date: Tue, 14 Nov 2000 19:16:23 +0100
34020              Message-Id: <20001114191623.G20559@Strawberry.COM>
34021      Branch: perl
34022            ! utf8.c utf8.h
34023 ____________________________________________________________________________
34024 [  7690] By: jhi                                   on 2000/11/15  02:17:06
34025         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
34026              (a macro to define signed and unsigned integer constants).
34027      Branch: perl
34028            ! handy.h
34029 ____________________________________________________________________________
34030 [  7689] By: jhi                                   on 2000/11/15  01:56:51
34031         Log: Regen Configure.
34032      Branch: perl
34033            ! Configure
34034 ____________________________________________________________________________
34035 [  7688] By: jhi                                   on 2000/11/15  01:56:32
34036         Log: Make the unit know about SOCKS.
34037      Branch: metaconfig
34038            ! U/protos/socksizetype.U
34039 ____________________________________________________________________________
34040 [  7687] By: jhi                                   on 2000/11/15  01:54:47
34041         Log: Remove unused dependencies.
34042      Branch: metaconfig
34043            ! U/compline/d_getpagsz.U
34044 ____________________________________________________________________________
34045 [  7686] By: nick                                  on 2000/11/14  21:25:13
34046         Log: Integrate mainline.
34047      Branch: perlio
34048           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
34049           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
34050           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
34051           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
34052           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
34053           !> win32/config.bc win32/config.gc win32/config.vc
34054           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
34055 ____________________________________________________________________________
34056 [  7685] By: jhi                                   on 2000/11/14  17:54:56
34057         Log: Integrate perlio.
34058      Branch: perl
34059           +> fakesdio.h perliol.h
34060           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
34061           !> perlsdio.h perlsfio.h pod/perlfunc.pod
34062 ____________________________________________________________________________
34063 [  7684] By: nick                                  on 2000/11/14  17:43:04
34064         Log: PerlIO #include and #ifdef re-work.
34065      Branch: perlio
34066            + fakesdio.h perliol.h
34067            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
34068            ! perlsdio.h perlsfio.h
34069 ____________________________________________________________________________
34070 [  7683] By: jhi                                   on 2000/11/14  15:42:40
34071         Log: Hoist the duplicated socket/netdb include logic to perl.h;
34072              undef SETERRNO in case SOCKS has defined it.  Based on:
34073              
34074              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
34075              From: Jens Hamisch <jens@Strawberry.COM> 
34076              Date: Tue, 14 Nov 2000 11:34:40 +0100
34077              Message-Id: <20001114113440.A20005@Strawberry.COM>
34078      Branch: perl
34079            ! doio.c perl.h pp_sys.c
34080 ____________________________________________________________________________
34081 [  7682] By: jhi                                   on 2000/11/14  14:07:28
34082         Log: Subject: some additions for makefiles for win32 (for perl@7674)
34083              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
34084              Date: Tue, 14 Nov 2000 09:31:13 +0300
34085              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
34086      Branch: perl
34087            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
34088            ! win32/makefile.mk
34089 ____________________________________________________________________________
34090 [  7681] By: jhi                                   on 2000/11/14  14:01:41
34091         Log: Subject: tiny typo in perl5db.pl
34092              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
34093              Date: Tue, 14 Nov 2000 09:29:28 +0300
34094              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
34095      Branch: perl
34096            ! lib/perl5db.pl
34097 ____________________________________________________________________________
34098 [  7680] By: jhi                                   on 2000/11/14  04:13:50
34099         Log: Redo #7679 with LFs instead of CRLFs.
34100      Branch: perl
34101            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
34102            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
34103            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
34104 ____________________________________________________________________________
34105 [  7679] By: jhi                                   on 2000/11/14  01:21:09
34106         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
34107              From: Benjamin Stuhl <tiriath@yahoo.com> 
34108              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
34109              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
34110      Branch: perl
34111            + win32/bin/mdelete.bat
34112            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
34113            ! makedef.pl perlio.c win32/Makefile win32/config.gc
34114            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
34115 ____________________________________________________________________________
34116 [  7678] By: jhi                                   on 2000/11/14  01:19:20
34117         Log: Fix the re extension building for Win32.
34118              
34119              Subject: [PATCH perl@7638] Get PerlIO building on Win32
34120              From: Benjamin Stuhl <tiriath@yahoo.com> 
34121              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
34122              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
34123      Branch: perl
34124            + ext/re/hints/MSWin32.pl
34125            ! MANIFEST
34126 ____________________________________________________________________________
34127 [  7677] By: jhi                                   on 2000/11/14  01:13:54
34128         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
34129              From: sthoenna@efn.org
34130              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
34131              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
34132      Branch: perl
34133            ! doop.c pp.c toke.c utf8.c utf8.h
34134 ____________________________________________________________________________
34135 [  7676] By: jhi                                   on 2000/11/13  20:23:15
34136         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
34137              From: Nicholas Clark <nick@ccl4.org>
34138              Date: Mon, 13 Nov 2000 18:55:04 +0000
34139              Message-ID: <20001113185504.J29183@plum.flirble.org>
34140      Branch: perl
34141            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
34142 ____________________________________________________________________________
34143 [  7675] By: nick                                  on 2000/11/13  20:21:57
34144         Log: Integrate mainline ...
34145      Branch: perlio
34146           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
34147           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
34148           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
34149           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
34150 ____________________________________________________________________________
34151 [  7674] By: jhi                                   on 2000/11/13  15:07:56
34152         Log: Update Changes.
34153      Branch: perl
34154            ! Changes patchlevel.h
34155 ____________________________________________________________________________
34156 [  7673] By: jhi                                   on 2000/11/13  14:42:42
34157         Log: Remove the new two tests of lib/io_xs for now, they seem to
34158              fail under perlio on some platforms.
34159      Branch: perl
34160            ! t/lib/io_xs.t
34161 ____________________________________________________________________________
34162 [  7672] By: jhi                                   on 2000/11/13  13:57:53
34163         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
34164      Branch: perl
34165            ! perlio.c
34166 ____________________________________________________________________________
34167 [  7671] By: jhi                                   on 2000/11/13  05:30:48
34168         Log: Placate nervous compilers that see longer than ints switch()ing.
34169      Branch: perl
34170            ! utf8.c
34171 ____________________________________________________________________________
34172 [  7670] By: jhi                                   on 2000/11/13  05:14:21
34173         Log: fputs() does return EOF on error but here we don't care.
34174      Branch: perl
34175            ! perlio.c
34176 ____________________________________________________________________________
34177 [  7669] By: jhi                                   on 2000/11/13  05:02:45
34178         Log: Declare reg_data like reg_substr_data.
34179      Branch: perl
34180            ! regexp.h
34181 ____________________________________________________________________________
34182 [  7668] By: jhi                                   on 2000/11/13  04:54:34
34183         Log: Typos in #7667.
34184      Branch: perl
34185            ! perl.h
34186 ____________________________________________________________________________
34187 [  7667] By: jhi                                   on 2000/11/13  04:49:49
34188         Log: Cleanup messy #ifdef.
34189      Branch: perl
34190            ! perl.h
34191 ____________________________________________________________________________
34192 [  7666] By: jhi                                   on 2000/11/13  04:17:34
34193         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
34194              From: Nicholas Clark <nick@talking.bollo.cx>
34195              Date: Sun, 12 Nov 2000 21:14:11 +0000
34196              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
34197              
34198              Note: only one breakage of the two reported is fixed by this patch.
34199      Branch: perl
34200            ! perlio.c
34201 ____________________________________________________________________________
34202 [  7665] By: jhi                                   on 2000/11/13  04:05:07
34203         Log: Tweak the definition of the bit complement on UTF-8 data:
34204              if none of the characters in the string are > 0xff,
34205              the result is a complemented byte string, not a (UTF-8)
34206              char string.  Based on the summary in
34207              
34208              Subject: Re: [ID 20000918.005] ~ on wide chars
34209              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
34210              Date: Fri, 10 Nov 2000 09:47:15 -0800
34211              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
34212              
34213              This should give us the maximum backward (pre-char string)
34214              compatibility and utf8 compatibility.  The other alternative
34215              would be to limit the bit complement to be always byte only,
34216              taking the least significant byte of the chars.
34217      Branch: perl
34218            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
34219 ____________________________________________________________________________
34220 [  7664] By: jhi                                   on 2000/11/13  00:23:44
34221         Log: Couple of tests from #7660 salvaged.
34222      Branch: perl
34223            - t/op/tell.t
34224            ! MANIFEST t/io/tell.t
34225 ____________________________________________________________________________
34226 [  7663] By: jhi                                   on 2000/11/13  00:02:48
34227         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
34228              From: Nicholas Clark <nick@talking.bollo.cx>
34229              Date: Sun, 12 Nov 2000 21:23:43 +0000
34230              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
34231      Branch: perl
34232            ! perlsfio.h
34233 ____________________________________________________________________________
34234 [  7662] By: jhi                                   on 2000/11/13  00:01:39
34235         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
34236              From: Nicholas Clark <nick@talking.bollo.cx>
34237              Date: Sun, 12 Nov 2000 21:30:04 +0000
34238              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
34239      Branch: perl
34240            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
34241 ____________________________________________________________________________
34242 [  7661] By: jhi                                   on 2000/11/12  23:57:29
34243         Log: Document tell() on special streams.
34244      Branch: perl
34245            ! pod/perlfunc.pod
34246 ____________________________________________________________________________
34247 [  7660] By: jhi                                   on 2000/11/12  23:54:22
34248         Log: (Subsumed by #7664)
34249      Branch: perl
34250            + t/op/tell.t
34251            ! MANIFEST
34252 ____________________________________________________________________________
34253 [  7659] By: jhi                                   on 2000/11/12  22:55:25
34254         Log: Many subdocumented return values of the IO extension now documented.
34255              ungetc and write still left subdocumented.
34256              
34257              Subject: [PATCH] (was Re: IO::Handle::ungetc)
34258              From: Nicholas Clark <nick@talking.bollo.cx>
34259              Date: Sun, 12 Nov 2000 21:35:53 +0000
34260              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
34261      Branch: perl
34262            ! ext/IO/lib/IO/Handle.pm
34263 ____________________________________________________________________________
34264 [  7658] By: jhi                                   on 2000/11/12  21:37:06
34265         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
34266              From: Nicholas Clark <nick@talking.bollo.cx>
34267              Date: Sun, 12 Nov 2000 20:03:22 +0000
34268              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
34269      Branch: perl
34270            ! pod/perlfunc.pod
34271 ____________________________________________________________________________
34272 [  7657] By: jhi                                   on 2000/11/12  20:34:55
34273         Log: Integrate perlio.
34274      Branch: perl
34275           !> perlio.c
34276 ____________________________________________________________________________
34277 [  7656] By: nick                                  on 2000/11/12  19:25:06
34278         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
34279      Branch: perlio
34280            ! perlio.c
34281 ____________________________________________________________________________
34282 [  7655] By: nick                                  on 2000/11/12  19:09:41
34283         Log: Integrate mainline
34284      Branch: perlio
34285           +> README.solaris ext/Encode/Encode/cp1006.enc
34286           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
34287           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
34288           +> ext/Encode/Encode/iso8859-13.enc
34289           +> ext/Encode/Encode/iso8859-14.enc
34290           +> ext/Encode/Encode/iso8859-15.enc
34291           !> (integrate 34 files)
34292 ____________________________________________________________________________
34293 [  7654] By: jhi                                   on 2000/11/12  19:00:22
34294         Log: Add a metaconfig unit for fsync.
34295      Branch: metaconfig/U/perl
34296            + d_fsync.U
34297 ____________________________________________________________________________
34298 [  7653] By: jhi                                   on 2000/11/12  19:00:01
34299         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
34300      Branch: perl
34301            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34302            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
34303            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
34304            ! vos/config.ga.h win32/config.bc win32/config.gc
34305            ! win32/config.vc
34306 ____________________________________________________________________________
34307 [  7652] By: jhi                                   on 2000/11/11  21:12:01
34308         Log: Copy the s// information of README.hpux also to the perlrun.
34309      Branch: perl
34310            ! README.hpux pod/perlrun.pod
34311 ____________________________________________________________________________
34312 [  7651] By: jhi                                   on 2000/11/11  21:03:13
34313         Log: More README.solaris updates from Andy Dougherty.
34314      Branch: perl
34315            ! README.solaris
34316 ____________________________________________________________________________
34317 [  7650] By: jhi                                   on 2000/11/11  18:38:57
34318         Log: More descriptive error for unknown perlio layers.
34319              
34320              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
34321              From: Dominic Dunlop <domo@computer.org> 
34322              Date: Sat, 11 Nov 2000 18:20:32 +0100             
34323              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
34324      Branch: perl
34325            ! perlio.c pod/perldiag.pod
34326 ____________________________________________________________________________
34327 [  7649] By: jhi                                   on 2000/11/11  18:37:52
34328         Log: MachTen doesn't really do mmap() and munmap().
34329              
34330              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
34331              From: Dominic Dunlop <domo@computer.org> 
34332              Date: Sat, 11 Nov 2000 18:20:32 +0100             
34333              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
34334      Branch: perl
34335            ! hints/machten.sh
34336 ____________________________________________________________________________
34337 [  7648] By: jhi                                   on 2000/11/11  18:36:46
34338         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
34339              From: rspier@pobox.com (Robert Spier)
34340              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
34341              Message-ID: <14861.32839.491271.985797@rls.cx>
34342      Branch: perl
34343            ! Porting/Contract pod/perltoot.pod
34344 ____________________________________________________________________________
34345 [  7647] By: jhi                                   on 2000/11/11  18:35:30
34346         Log: Simplify the getpagesize() unit by dropping the
34347              pagesize probe since it's nowadays slightly more
34348              complicated because of sysconf(). (Note: if some
34349              platform really needs the -lPW for getpagesize,
34350              I just broke it.)
34351              
34352              TODO: a new pagesize unit.
34353      Branch: metaconfig
34354            ! U/compline/d_getpagsz.U
34355 ____________________________________________________________________________
34356 [  7646] By: jhi                                   on 2000/11/11  18:33:23
34357         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
34358      Branch: perl
34359            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34360            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
34361            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
34362            ! vos/config.ga.h win32/config.bc win32/config.gc
34363            ! win32/config.vc
34364 ____________________________________________________________________________
34365 [  7645] By: jhi                                   on 2000/11/11  16:45:15
34366         Log: Use sysconf() or getpagesize() to find out the pagesize.
34367      Branch: perl
34368            ! perlio.c
34369 ____________________________________________________________________________
34370 [  7644] By: jhi                                   on 2000/11/11  15:46:08
34371         Log: Integrate perlio.
34372      Branch: perl
34373           !> perlio.c
34374 ____________________________________________________________________________
34375 [  7643] By: jhi                                   on 2000/11/11  15:33:36
34376         Log: Subject: Re: [PATCH] README.solaris
34377              From: Lupe Christoph <lupe@lupe-christoph.de>
34378              Date: Sat, 11 Nov 2000 14:08:10 +0100
34379              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
34380      Branch: perl
34381            ! README.solaris
34382 ____________________________________________________________________________
34383 [  7642] By: jhi                                   on 2000/11/11  15:22:12
34384         Log: Subject: [PATCH perl@7638] cygwin port
34385              From: "Eric Fifer" <egf7@columbia.edu>            
34386              Date: Fri, 10 Nov 2000 19:30:30 -0000
34387              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
34388      Branch: perl
34389            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
34390 ____________________________________________________________________________
34391 [  7641] By: nick                                  on 2000/11/11  14:50:36
34392         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
34393              Also call "Buf" layer directly when unread'ing non-read chars.
34394      Branch: perlio
34395            ! perlio.c
34396 ____________________________________________________________________________
34397 [  7640] By: jhi                                   on 2000/11/11  02:05:02
34398         Log: Add more encoding tables.
34399      Branch: perl
34400            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
34401            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
34402            + ext/Encode/Encode/iso8859-10.enc
34403            + ext/Encode/Encode/iso8859-13.enc
34404            + ext/Encode/Encode/iso8859-14.enc
34405            + ext/Encode/Encode/iso8859-15.enc
34406            ! MANIFEST
34407 ____________________________________________________________________________
34408 [  7639] By: jhi                                   on 2000/11/10  18:49:25
34409         Log: Subject: [PATCH] README.solaris
34410              From: Andy Dougherty <doughera@lafayette.edu>
34411              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
34412              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
34413      Branch: perl
34414            + README.solaris
34415            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
34416            ! pod/perl.pod pod/perltoc.pod
34417 ____________________________________________________________________________
34418 [  7638] By: jhi                                   on 2000/11/10  15:04:15
34419         Log: Update Changes.
34420      Branch: perl
34421            ! Changes patchlevel.h
34422 ____________________________________________________________________________
34423 [  7637] By: jhi                                   on 2000/11/10  14:14:28
34424         Log: Explain better why certain regex tests are skipped.
34425              
34426              Subject: Re: tests skipped: unknown reason
34427              From: Lupe Christoph <lupe@lupe-christoph.de>
34428              Date: Fri, 10 Nov 2000 09:08:56 +0100
34429              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
34430      Branch: perl
34431            ! t/op/regexp.t
34432 ____________________________________________________________________________
34433 [  7636] By: nick                                  on 2000/11/10  13:40:00
34434         Log: Integrate mainline.
34435      Branch: perlio
34436           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
34437           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
34438           !> win32/bin/search.pl
34439 ____________________________________________________________________________
34440 [  7635] By: nick                                  on 2000/11/10  13:25:52
34441         Log: Re-instate stdio large file support via perlio.
34442      Branch: perl
34443            ! perlio.c
34444 ____________________________________________________________________________
34445 [  7634] By: jhi                                   on 2000/11/10  04:49:55
34446         Log: Amdahl UTS hints updates.
34447              
34448              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
34449              From: hom00@utsglobal.com (Harold O Morris)
34450              Date: Thu, 9 Nov 2000 20:02 PST
34451              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
34452      Branch: perl
34453            ! hints/uts.sh
34454 ____________________________________________________________________________
34455 [  7633] By: jhi                                   on 2000/11/09  23:33:28
34456         Log: Subject: [PATCH] IO::Seekable pod
34457              From: Nicholas Clark <nick@talking.bollo.cx>
34458              Date: Thu, 9 Nov 2000 20:29:45 +0000
34459              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
34460      Branch: perl
34461            ! ext/IO/lib/IO/Handle.pm
34462 ____________________________________________________________________________
34463 [  7632] By: jhi                                   on 2000/11/09  21:55:41
34464         Log: Various doc oddball characters.
34465              
34466              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
34467              From: Michael Somos <somos@grail.cba.csuohio.edu>
34468              Date: Mon, 6 Nov 2000 17:44:20 -0500
34469              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
34470      Branch: perl
34471            ! emacs/cperl-mode.el lib/unicode/syllables.txt
34472            ! win32/bin/search.pl
34473 ____________________________________________________________________________
34474 [  7631] By: jhi                                   on 2000/11/09  21:12:29
34475         Log: Subject: Re: bash -c exit and linux hints 
34476              From: "John P. Linderman" <jpl@research.att.com>
34477              Date: Thu, 02 Nov 2000 09:37:25 -0500
34478              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
34479      Branch: perl
34480            ! hints/linux.sh
34481 ____________________________________________________________________________
34482 [  7630] By: nick                                  on 2000/11/09  20:34:11
34483         Log: Integrate mainline.
34484      Branch: perlio
34485           !> (integrate 91 files)
34486 ____________________________________________________________________________
34487 [  7629] By: jhi                                   on 2000/11/09  19:46:31
34488         Log: Missing dTHXs.
34489              
34490              Subject: RE: perl@7595 builds not on cygwin
34491              From: "Eric Fifer" <egf7@columbia.edu>
34492              Date: Thu, 9 Nov 2000 19:26:50 -0000
34493              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
34494      Branch: perl
34495            ! ext/Devel/Peek/Peek.xs
34496 ____________________________________________________________________________
34497 [  7628] By: jhi                                   on 2000/11/09  14:48:27
34498         Log: Disable only the tests 99 and 166 for UTF-8 locales.
34499      Branch: perl
34500            ! t/pragma/locale.t
34501 ____________________________________________________________________________
34502 [  7627] By: jhi                                   on 2000/11/09  14:40:27
34503         Log: There's no =head3.
34504      Branch: perl
34505            ! pod/perlhack.pod
34506 ____________________________________________________________________________
34507 [  7626] By: jhi                                   on 2000/11/09  13:54:26
34508         Log: The generated boot_* headers are wrong.  Pickier compiler,
34509              such as KAI C++ will refuse to compile the resulting perlmain.
34510              
34511              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
34512              From: Harri Pasanen <harri.pasanen@trema.com>
34513              Date: Thu, 09 Nov 2000 14:23:28 +0100
34514              Message-Id: <3A0AA550.26D548A3@trema.com>
34515      Branch: perl
34516            ! minimod.pl
34517 ____________________________________________________________________________
34518 [  7625] By: jhi                                   on 2000/11/09  13:50:44
34519         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
34520              From: Prymmer/Kahn <pvhp@best.com>
34521              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
34522              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
34523              
34524              All except the "cow orker" change.
34525      Branch: perl
34526            ! Porting/pumpkin.pod
34527 ____________________________________________________________________________
34528 [  7624] By: jhi                                   on 2000/11/09  13:45:33
34529         Log: Fix for
34530              
34531              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
34532              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
34533              Date: Thu, 09 Nov 2000 11:05:52 +0100
34534              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
34535      Branch: perl
34536            ! pod/perldiag.pod t/pragma/warn/pp_sys
34537 ____________________________________________________________________________
34538 [  7623] By: jhi                                   on 2000/11/09  13:37:16
34539         Log: Typo in an ifndef.
34540              
34541              Subject: Re: [PATCH 5.7.0] better messages from malloc()
34542              From: Joe Smith <jms@inwap.com>         
34543              Date: Thu, 09 Nov 2000 01:33:14 -0800
34544              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
34545      Branch: perl
34546            ! malloc.c
34547 ____________________________________________________________________________
34548 [  7622] By: jhi                                   on 2000/11/09  13:31:18
34549         Log: Remove unused extra arguments.
34550      Branch: metaconfig/U/perl
34551            ! perlxv.U
34552      Branch: perl
34553            ! Configure config_h.SH
34554 ____________________________________________________________________________
34555 [  7621] By: jhi                                   on 2000/11/09  13:16:36
34556         Log: More VMS moves on environment handling, from Charles Lane.
34557      Branch: perl
34558            ! t/pragma/locale.t
34559 ____________________________________________________________________________
34560 [  7620] By: jhi                                   on 2000/11/09  04:42:38
34561         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
34562              From: David Dyck <dcd@tc.fluke.com>
34563              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
34564              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
34565      Branch: perl
34566            ! pp_sys.c
34567 ____________________________________________________________________________
34568 [  7619] By: jhi                                   on 2000/11/09  04:36:21
34569         Log: Forgot from #7618.
34570      Branch: perl
34571            ! lib/File/stat.pm
34572 ____________________________________________________________________________
34573 [  7618] By: jhi                                   on 2000/11/09  04:28:44
34574         Log: Make deleting for %ENV work for (newer versions of) VMS,
34575              from Craig A. Berry.
34576      Branch: perl
34577            ! vms/vms.c
34578 ____________________________________________________________________________
34579 [  7617] By: jhi                                   on 2000/11/09  04:25:05
34580         Log: Subject: [PATCH] Class::Struct at compile time
34581              From: "Casey R. Tweten" <crt@kiski.net>
34582              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
34583              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
34584      Branch: perl
34585            ! lib/Class/Struct.pm
34586 ____________________________________________________________________________
34587 [  7616] By: jhi                                   on 2000/11/09  04:15:17
34588         Log: Subject: [ID 20001108.013] spelling
34589              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
34590              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
34591              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
34592      Branch: perl
34593            ! lib/ftp.pl
34594 ____________________________________________________________________________
34595 [  7615] By: jhi                                   on 2000/11/09  04:12:42
34596         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
34597              From: Peter Prymmer <pvhp@forte.com>
34598              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
34599              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
34600      Branch: perl
34601            ! configure.com
34602 ____________________________________________________________________________
34603 [  7614] By: jhi                                   on 2000/11/08  22:42:55
34604         Log: A missing aTHX_.
34605      Branch: perl
34606            ! ext/IPC/SysV/SysV.xs
34607 ____________________________________________________________________________
34608 [  7613] By: jhi                                   on 2000/11/08  19:30:21
34609         Log: Update Changes.
34610      Branch: perl
34611            ! Changes patchlevel.h
34612 ____________________________________________________________________________
34613 [  7612] By: jhi                                   on 2000/11/08  18:35:25
34614         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
34615              From: David Dyck <dcd@tc.fluke.com>
34616              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
34617              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
34618      Branch: perl
34619            ! pp_sys.c
34620 ____________________________________________________________________________
34621 [  7611] By: jhi                                   on 2000/11/08  18:30:26
34622         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
34623              From: Dominic Dunlop <domo@computer.org>
34624              Date: Tue, 7 Nov 2000 12:05:25 +0100
34625              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
34626      Branch: perl
34627            ! malloc.c
34628 ____________________________________________________________________________
34629 [  7610] By: jhi                                   on 2000/11/08  18:25:14
34630         Log: Do not test UTF-8 locales since that the tests would require
34631              polymorphic regexen.
34632      Branch: perl
34633            ! t/pragma/locale.t
34634 ____________________________________________________________________________
34635 [  7609] By: jhi                                   on 2000/11/08  17:12:51
34636         Log: Locale buglets.
34637              
34638              Subject: RE: Locales support (setlocale) fixes
34639              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
34640              Date: Wed, 8 Nov 2000 20:01:39 +0300
34641              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
34642      Branch: perl
34643            ! t/pragma/locale.t util.c
34644 ____________________________________________________________________________
34645 [  7608] By: jhi                                   on 2000/11/08  17:00:16
34646         Log: Deleting $ENV{PATH} in VMS is not recommendable.
34647      Branch: perl
34648            ! t/pragma/locale.t
34649 ____________________________________________________________________________
34650 [  7607] By: jhi                                   on 2000/11/08  16:58:26
34651         Log: Subject: PATCH std stdio for (Free)BSD
34652              From: Nicholas Clark <nick@ccl4.org>
34653              Date: Wed, 8 Nov 2000 15:36:29 +0000
34654              Message-ID: <20001108153629.D98736@plum.flirble.org>
34655      Branch: metaconfig
34656            ! U/compline/d_stdstdio.U
34657      Branch: perl
34658            ! Configure config_h.SH
34659 ____________________________________________________________________________
34660 [  7606] By: jhi                                   on 2000/11/08  16:43:31
34661         Log: Forgot to bump the line numbers in #7601.
34662      Branch: perl
34663            ! t/pragma/warn/pp_sys
34664 ____________________________________________________________________________
34665 [  7605] By: jhi                                   on 2000/11/08  16:39:12
34666         Log: More careful detection of how well NVs and UVs mix.
34667              
34668              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))
34669              From: Nicholas Clark <nick@ccl4.org>
34670              Date: Wed, 8 Nov 2000 15:14:12 +0000
34671              Message-ID: <20001108151412.B98736@plum.flirble.org>
34672              
34673              Added some SIGFPE paranoia.
34674      Branch: metaconfig/U/perl
34675            ! perlxv.U
34676      Branch: perl
34677            ! Configure config_h.SH
34678 ____________________________________________________________________________
34679 [  7604] By: jhi                                   on 2000/11/08  14:39:10
34680         Log: Subject: [patch perl@7595] VMS configure.com tweak
34681              From: "Craig A. Berry" <craigberry@mac.com>
34682              Date: Wed, 8 Nov 2000 00:24:12 -0600
34683              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
34684      Branch: perl
34685            ! configure.com
34686 ____________________________________________________________________________
34687 [  7603] By: jhi                                   on 2000/11/08  14:27:11
34688         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
34689              From: Robin Barker <rmb1@cise.npl.co.uk>
34690              Date: Wed, 8 Nov 2000 11:11:39 GMT
34691              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
34692      Branch: perl
34693            ! perlio.c
34694 ____________________________________________________________________________
34695 [  7602] By: jhi                                   on 2000/11/08  14:25:03
34696         Log: Fix for the tie-refhash string table leaks.
34697              
34698              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
34699              Date: Wed, 8 Nov 2000 13:03:04 GMT
34700              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
34701      Branch: perl
34702            ! t/lib/tie-refhash.t
34703 ____________________________________________________________________________
34704 [  7601] By: jhi                                   on 2000/11/08  14:21:08
34705         Log: Try to avoid flockless and emulationless places.
34706      Branch: perl
34707            ! t/pragma/warn/pp_sys
34708 ____________________________________________________________________________
34709 [  7600] By: jhi                                   on 2000/11/08  02:28:54
34710         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
34711              
34712              Subject: [PATCH] prototyped functions that should be overrideable
34713              From: "Casey R. Tweten" <crt@kiski.net>
34714              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
34715              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
34716      Branch: perl
34717            ! toke.c
34718 ____________________________________________________________________________
34719 [  7599] By: jhi                                   on 2000/11/08  01:12:05
34720         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
34721              
34722              Subject: [PATCH] perlbug.PL
34723              From: "Kurt D. Starsinic" <kstar@chapin.edu>
34724              Date: Mon, 6 Nov 2000 21:39:01 -0500
34725              Message-ID: <20001106213901.B20955@O2.chapin.edu>
34726      Branch: perl
34727            ! utils/perlbug.PL
34728 ____________________________________________________________________________
34729 [  7598] By: jhi                                   on 2000/11/07  23:42:00
34730         Log: Bad thinko in #7581 (I used the test program with the expanded
34731              values as-is).
34732      Branch: metaconfig
34733            ! U/compline/d_stdstdio.U
34734      Branch: perl
34735            ! Configure
34736 ____________________________________________________________________________
34737 [  7597] By: jhi                                   on 2000/11/07  21:43:29
34738         Log: Subject: [PATCH perl@7573] cygwin port
34739              From: "Fifer, Eric" <EFifer@sanwaint.com>
34740              Date: Tue, 7 Nov 2000 18:08:51 -0000 
34741              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
34742              
34743              Synchronize with Cygwin 1.1.5.
34744      Branch: perl
34745            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
34746            ! pod/perlport.pod unixish.h util.c
34747 ____________________________________________________________________________
34748 [  7596] By: jhi                                   on 2000/11/07  21:39:25
34749         Log: perlhack updates from H.Merijn Brand.
34750      Branch: perl
34751            ! pod/perlhack.pod
34752 ____________________________________________________________________________
34753 [  7595] By: jhi                                   on 2000/11/07  20:21:41
34754         Log: Update Changes.
34755      Branch: perl
34756            ! Changes patchlevel.h
34757 ____________________________________________________________________________
34758 [  7594] By: jhi                                   on 2000/11/07  19:18:58
34759         Log: Be more robust in Dynaloader.pm.
34760      Branch: perl
34761            ! ext/DynaLoader/DynaLoader_pm.PL
34762 ____________________________________________________________________________
34763 [  7593] By: jhi                                   on 2000/11/07  16:49:31
34764         Log: AUTHORS update.
34765      Branch: perl
34766            ! AUTHORS
34767 ____________________________________________________________________________
34768 [  7592] By: gsar                                  on 2000/11/07  16:39:51
34769         Log: normalize relative paths in virtualized current directory on windows,
34770              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
34771              returns)
34772      Branch: perl
34773            ! win32/vdir.h
34774 ____________________________________________________________________________
34775 [  7591] By: jhi                                   on 2000/11/07  16:04:26
34776         Log: Too profiler-happy: with optimization the #7590 actually makes
34777              the test to run 0.5% _slower_.  Requires much more instrumentation.
34778              Retract #7590.
34779      Branch: perl
34780            ! regcomp.c regcomp.h
34781 ____________________________________________________________________________
34782 [  7590] By: jhi                                   on 2000/11/07  15:51:13
34783         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
34784              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
34785              by using memset() and testing bytewise (as opposed to bitwise).
34786      Branch: perl
34787            ! regcomp.c regcomp.h
34788 ____________________________________________________________________________
34789 [  7589] By: jhi                                   on 2000/11/07  12:56:39
34790         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
34791              From: "Craig A. Berry" <craig.berry@psinetcs.com>
34792              Date: Mon, 06 Nov 2000 23:45:30 -0500
34793              Message-Id: <0011079735.AA973576259@univpress.com>
34794      Branch: perl
34795            ! configure.com t/lib/st-lock.t
34796 ____________________________________________________________________________
34797 [  7588] By: jhi                                   on 2000/11/07  01:03:28
34798         Log: Tweak #7587.
34799      Branch: perl
34800            ! pod/perldiag.pod
34801 ____________________________________________________________________________
34802 [  7587] By: jhi                                   on 2000/11/07  01:00:27
34803         Log: A doc addition for bug id 20001105.019, beware \p.
34804      Branch: perl
34805            ! pod/perldiag.pod
34806 ____________________________________________________________________________
34807 [  7586] By: jhi                                   on 2000/11/07  00:32:22
34808         Log: Fake support of holey files in win/dosish platforms.
34809              
34810              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
34811              From: kipp@shonanblue.ne.jp
34812              Date: Mon, 6 Nov 2000 13:30:55 -0800
34813              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
34814      Branch: perl
34815            ! ext/SDBM_File/sdbm/sdbm.c
34816 ____________________________________________________________________________
34817 [  7585] By: jhi                                   on 2000/11/07  00:12:54
34818         Log: Subject: Pod updates
34819              From: "Stephen P. Potter" <spp@spotter.yi.org>
34820              Date: Mon, 06 Nov 2000 18:56:43 -0500
34821              Message-Id: <200011062357.SAA18173@spotter.yi.org>
34822      Branch: perl
34823            ! README.dos README.os2 README.win32 pod/buildtoc.PL
34824            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
34825            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
34826            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
34827            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
34828            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
34829            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
34830            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
34831            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
34832            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
34833            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
34834            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
34835            ! pod/perltootc.pod pod/perlunicode.pod
34836 ____________________________________________________________________________
34837 [  7584] By: jhi                                   on 2000/11/07  00:04:17
34838         Log: Varargs don't always work too well if one puts an unsigned
34839              char on the stack and pop an unsigned quad off the stack.
34840              
34841              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
34842              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
34843              Date: Mon, 06 Nov 2000 15:19:05 -0800
34844              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
34845      Branch: perl
34846            ! utf8.c
34847 ____________________________________________________________________________
34848 [  7583] By: jhi                                   on 2000/11/06  23:58:48
34849         Log: %ENV note tweaks from Dan Sugalski.
34850      Branch: perl
34851            ! pod/perlport.pod vms/perlvms.pod
34852 ____________________________________________________________________________
34853 [  7582] By: jhi                                   on 2000/11/06  23:05:49
34854         Log: glibc5 detection by __GNU_LIBRARY__.
34855      Branch: perl
34856            ! toke.c
34857 ____________________________________________________________________________
34858 [  7581] By: jhi                                   on 2000/11/06  22:51:29
34859         Log: Make the stdio test program of 7427 less noisy while being 
34860              compiled so that Digital UNIX wouldn't get both
34861              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
34862              undefined.  This makes perlio happy.
34863      Branch: metaconfig
34864            ! U/compline/d_stdstdio.U
34865      Branch: perl
34866            ! Configure config_h.SH
34867 ____________________________________________________________________________
34868 [  7580] By: jhi                                   on 2000/11/06  22:41:41
34869         Log: Document %ENV = () portability issues.
34870      Branch: perl
34871            ! pod/perlport.pod vms/perlvms.pod
34872 ____________________________________________________________________________
34873 [  7579] By: jhi                                   on 2000/11/06  21:29:24
34874         Log: VOS updates from Paul Green.
34875      Branch: perl
34876            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
34877 ____________________________________________________________________________
34878 [  7578] By: jhi                                   on 2000/11/06  21:00:40
34879         Log: Sanitize the environment further.
34880      Branch: perl
34881            ! t/pragma/locale.t
34882 ____________________________________________________________________________
34883 [  7577] By: jhi                                   on 2000/11/06  20:53:51
34884         Log: Re-introduce 7552 lost in integration.
34885      Branch: perl
34886            ! perlio.c
34887 ____________________________________________________________________________
34888 [  7576] By: jhi                                   on 2000/11/06  20:33:46
34889         Log: Admit that the test leaks scalars.
34890      Branch: perl
34891            ! t/comp/proto.t
34892 ____________________________________________________________________________
34893 [  7575] By: jhi                                   on 2000/11/06  20:17:08
34894         Log: Integrate perlio.
34895      Branch: perl
34896           !> perlio.c
34897 ____________________________________________________________________________
34898 [  7574] By: nick                                  on 2000/11/06  20:07:28
34899         Log: Remove debug. Try (Mmap_t) on madvise() call.
34900      Branch: perlio
34901            ! perlio.c
34902 ____________________________________________________________________________
34903 [  7573] By: jhi                                   on 2000/11/06  13:56:05
34904         Log: Update Changes.
34905      Branch: perl
34906            ! Changes patchlevel.h
34907 ____________________________________________________________________________
34908 [  7572] By: jhi                                   on 2000/11/06  13:48:41
34909         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
34910              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34911              Date: Mon, 06 Nov 2000 10:11:42 +0100
34912              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
34913      Branch: perl
34914            ! pod/perlhack.pod
34915 ____________________________________________________________________________
34916 [  7571] By: jhi                                   on 2000/11/06  01:45:51
34917         Log: AUTHORS updates.
34918      Branch: perl
34919            ! AUTHORS
34920 ____________________________________________________________________________
34921 [  7570] By: jhi                                   on 2000/11/06  00:18:00
34922         Log: Fix for
34923              
34924              Subject: [ID 20000728.005] perl -P broken
34925              From: David Dyck <dcd@tc.fluke.com>
34926              Date: Fri, 28 Jul 2000 17:19:16 -0700
34927              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
34928              
34929              (hopefully).  The fix is also not complete, it seems to break
34930              BOM swallowing for libc5 systems, but until someone figures
34931              out a way to do this without ftell(), this will do.
34932      Branch: perl
34933            ! toke.c
34934 ____________________________________________________________________________
34935 [  7569] By: jhi                                   on 2000/11/06  00:05:30
34936         Log: Document that the evaled syntax errors cause scalar leaks.
34937      Branch: perl
34938            ! t/comp/proto.t
34939 ____________________________________________________________________________
34940 [  7568] By: jhi                                   on 2000/11/05  23:14:47
34941         Log: opmini.o can linger from Configures past.
34942      Branch: perl
34943            ! Makefile.SH
34944 ____________________________________________________________________________
34945 [  7567] By: jhi                                   on 2000/11/05  21:28:39
34946         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
34947              first argument correctly.
34948      Branch: perl
34949            ! perlio.c
34950 ____________________________________________________________________________
34951 [  7566] By: jhi                                   on 2000/11/05  21:15:56
34952         Log: Integrate perlio.
34953      Branch: perl
34954           !> perlio.c
34955 ____________________________________________________________________________
34956 [  7565] By: jhi                                   on 2000/11/05  21:15:13
34957         Log: Use -dM for gcc (the suggested patch did it only for Linux,
34958              but I think it can be generalized).
34959              
34960              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
34961              From: Pixel <pixel@mandrakesoft.com>
34962              Date: 05 Nov 2000 21:49:34 +0100 
34963              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
34964      Branch: perl
34965            ! ext/Errno/Errno_pm.PL
34966 ____________________________________________________________________________
34967 [  7564] By: nick                                  on 2000/11/05  21:09:18
34968         Log: Added a mmap layer as a "subclass" of perlio.
34969              PERLIO=mmap ./perl harness passes
34970      Branch: perlio
34971            ! perlio.c
34972 ____________________________________________________________________________
34973 [  7563] By: jhi                                   on 2000/11/05  19:48:55
34974         Log: Add a note for future generations about bug id 20000229.006.
34975      Branch: perl
34976            ! malloc.c
34977 ____________________________________________________________________________
34978 [  7562] By: jhi                                   on 2000/11/05  19:38:24
34979         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
34980      Branch: perl
34981            ! pp_ctl.c t/op/pos.t
34982 ____________________________________________________________________________
34983 [  7561] By: jhi                                   on 2000/11/05  18:21:46
34984         Log: Add =pod to be tidy.
34985      Branch: perl
34986            ! lib/Math/Complex.pm
34987 ____________________________________________________________________________
34988 [  7560] By: jhi                                   on 2000/11/05  17:38:46
34989         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
34990      Branch: perl
34991            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
34992            ! ext/Storable/Storable.xs t/lib/st-recurse.t
34993 ____________________________________________________________________________
34994 [  7559] By: jhi                                   on 2000/11/05  17:32:59
34995         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
34996              From: "Peter J. Farley III" <pjfarley@banet.net>
34997              Date: Sun, 05 Nov 2000 11:55:59 -0500
34998              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
34999      Branch: perl
35000            ! t/lib/syslog.t
35001 ____________________________________________________________________________
35002 [  7558] By: jhi                                   on 2000/11/05  17:29:19
35003         Log: Integrate perlio.
35004      Branch: perl
35005           !> perlio.c
35006 ____________________________________________________________________________
35007 [  7557] By: jhi                                   on 2000/11/05  17:22:01
35008         Log: A fix of sorts for 20000329.026, a better error message
35009              for a missing "use charnames" when using the \N{...}. 
35010      Branch: perl
35011            ! pod/perldiag.pod toke.c
35012 ____________________________________________________________________________
35013 [  7556] By: jhi                                   on 2000/11/05  16:33:50
35014         Log: Test tweak: show also the failed locales.
35015              
35016              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
35017              From: Lupe Christoph <lupe@lupe-christoph.de>         
35018              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
35019              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
35020      Branch: perl
35021            ! t/pragma/locale.t
35022 ____________________________________________________________________________
35023 [  7555] By: nick                                  on 2000/11/05  11:09:34
35024         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
35025              open RDWR so does not fail. (pragma/warnings 303 again...)
35026      Branch: perlio
35027            ! perlio.c
35028 ____________________________________________________________________________
35029 [  7554] By: nick                                  on 2000/11/05  10:10:13
35030         Log: Fix case where ungetc(f,EOF) was allowed.
35031              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
35032              so we can see similarities.
35033              Use types more carefully and a STDCHAR array in hope that this will
35034              fix Jarrko's 64bit machine.
35035      Branch: perlio
35036            ! perlio.c
35037 ____________________________________________________________________________
35038 [  7553] By: jhi                                   on 2000/11/05  01:12:16
35039         Log: Fix for
35040              
35041              Subject: [ID 20001004.007] taint propogation is inconsistent
35042              From: pimlott@idiomtech.com (Andrew Pimlott) 
35043              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
35044              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
35045              
35046              The culprit was sv_setsv() which was rather blindly
35047              propagating taint, which lead to behaviour where if
35048              a tainted anon hash value was seen all the hash values
35049              from then on at that level became tainted, or at any
35050              upper levels in the case of nested anon hashes.
35051      Branch: perl
35052            ! sv.c t/op/taint.t
35053 ____________________________________________________________________________
35054 [  7552] By: jhi                                   on 2000/11/04  23:44:18
35055         Log: Some cpps don't like splitting conditionals across several lines.
35056      Branch: perl
35057            ! perlio.c
35058 ____________________________________________________________________________
35059 [  7551] By: nick                                  on 2000/11/04  23:40:44
35060         Log: Integrate mainline
35061      Branch: perlio
35062           !> pp_hot.c t/op/taint.t
35063 ____________________________________________________________________________
35064 [  7550] By: nick                                  on 2000/11/04  23:39:05
35065         Log: Integrate mainline again
35066      Branch: perlio
35067           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
35068           !> t/lib/b.t t/op/misc.t util.c
35069 ____________________________________________________________________________
35070 [  7549] By: jhi                                   on 2000/11/04  23:14:01
35071         Log: Fix for
35072              
35073              Subject: [ID 20001004.006] undef is never tainted
35074              From: pimlott@idiomtech.com (Andrew Pimlott)
35075              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
35076              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
35077              
35078              An undef read from a slurped file was not tainted.
35079      Branch: perl
35080            ! pp_hot.c t/op/taint.t
35081 ____________________________________________________________________________
35082 [  7548] By: jhi                                   on 2000/11/04  22:56:21
35083         Log: Test tweak ($Config{useperlio} is by default undef) .
35084      Branch: perl
35085            ! t/lib/b.t
35086 ____________________________________________________________________________
35087 [  7547] By: jhi                                   on 2000/11/04  22:43:56
35088         Log: Integrate perlio.
35089      Branch: perl
35090           +> lib/perlio.pm
35091           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
35092           !> pod/perlapi.pod t/lib/b.t
35093 ____________________________________________________________________________
35094 [  7546] By: jhi                                   on 2000/11/04  22:40:59
35095         Log: Configure would use a bad $myuname from an old config.sh.
35096              
35097              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
35098              From: Andy Dougherty <doughera@lafayette.edu>
35099              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
35100              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
35101      Branch: metaconfig
35102            ! U/modified/Oldconfig.U
35103      Branch: perl
35104            ! Configure config_h.SH
35105 ____________________________________________________________________________
35106 [  7545] By: jhi                                   on 2000/11/04  22:36:54
35107         Log: Subject: Locales support (setlocale) fixes
35108              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
35109              Date: Sat, 4 Nov 2000 10:15:48 +0300 
35110              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
35111              
35112              Modified quite a bit to be more portable.
35113      Branch: perl
35114            ! embed.h embed.pl perl.h proto.h util.c
35115 ____________________________________________________________________________
35116 [  7544] By: jhi                                   on 2000/11/04  22:32:47
35117         Log: Dying is too strict here, better just skip.
35118      Branch: perl
35119            ! t/op/misc.t
35120 ____________________________________________________________________________
35121 [  7543] By: nick                                  on 2000/11/04  21:55:13
35122         Log: Merge mainline
35123      Branch: perlio
35124           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
35125           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
35126           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
35127           !> (integrate 64 files)
35128 ____________________________________________________________________________
35129 [  7542] By: jhi                                   on 2000/11/04  21:09:28
35130         Log: More Changes tweakery.
35131      Branch: perl
35132            ! Changes Porting/genlog
35133 ____________________________________________________________________________
35134 [  7541] By: jhi                                   on 2000/11/04  20:58:18
35135         Log: Changes fixups.
35136      Branch: perl
35137            ! Changes
35138 ____________________________________________________________________________
35139 [  7540] By: jhi                                   on 2000/11/04  20:42:38
35140         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
35141              create a "fast path" for locale name probing using "locale -a"
35142              if available, squash finally hopefully the s?printf resetting
35143              the numeric locale (since, IIUC perllocale, it never shouldn't). 
35144      Branch: perl
35145            ! sv.c t/op/misc.t t/pragma/locale.t
35146 ____________________________________________________________________________
35147 [  7539] By: nick                                  on 2000/11/04  19:56:10
35148         Log: PerlIO infrastructure complete.
35149      Branch: perlio
35150            + lib/perlio.pm
35151            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
35152 ____________________________________________________________________________
35153 [  7538] By: nick                                  on 2000/11/04  14:31:32
35154         Log: Type tweaks + less contorted allocation scheme
35155      Branch: perlio
35156            ! perlio.c
35157 ____________________________________________________________________________
35158 [  7537] By: nick                                  on 2000/11/04  12:40:42
35159         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
35160              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
35161              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
35162              sensible) which lead to some interesting fails.
35163      Branch: perlio
35164            ! perlio.c
35165 ____________________________________________________________________________
35166 [  7536] By: jhi                                   on 2000/11/04  00:20:02
35167         Log: Add FCNTL_CAN_LOCK.
35168              
35169              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
35170              From: Andy Dougherty <doughera@lafayette.edu>
35171              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
35172              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
35173              
35174              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
35175              From: Andy Dougherty <doughera@lafayette.edu>
35176              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
35177              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
35178      Branch: metaconfig/U/perl
35179            + d_fcntl_can_lock.U
35180            ! startperl.U
35181      Branch: perl
35182            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35183            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
35184            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
35185            ! vos/config.ga.h win32/config.bc win32/config.gc
35186            ! win32/config.vc
35187 ____________________________________________________________________________
35188 [  7535] By: nick                                  on 2000/11/03  22:19:10
35189         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
35190              - Works on Linux with
35191              perlio + unix
35192              stdio
35193              - Works on Solaris with
35194              perlio + unix
35195              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
35196              - Fails (hangs in openpid) if you try and stack
35197              perlio + stdio - Linux stdio's read() logic is hanging.
35198      Branch: perlio
35199            ! iperlsys.h perlio.c
35200 ____________________________________________________________________________
35201 [  7534] By: jhi                                   on 2000/11/03  15:16:02
35202         Log: Subject: Re: README.aix
35203              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35204              Date: Fri, 03 Nov 2000 16:03:15 +0100
35205              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
35206      Branch: perl
35207            ! README.aix
35208 ____________________________________________________________________________
35209 [  7533] By: jhi                                   on 2000/11/03  03:59:02
35210         Log: Subject: [PATCH 5.7.0] better messages from malloc()
35211              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35212              Date: Wed, 1 Nov 2000 23:39:56 -0500
35213              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
35214      Branch: perl
35215            ! malloc.c pod/perldiag.pod
35216 ____________________________________________________________________________
35217 [  7532] By: jhi                                   on 2000/11/03  00:11:56
35218         Log: The #7521 touched things it shouldn't have.
35219      Branch: perl
35220            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
35221 ____________________________________________________________________________
35222 [  7531] By: jhi                                   on 2000/11/02  22:32:33
35223         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
35224              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
35225              Date:     Thu, 2 Nov 2000 16:58:36 EST
35226              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
35227      Branch: perl
35228            ! vms/gen_shrfls.pl
35229 ____________________________________________________________________________
35230 [  7530] By: jhi                                   on 2000/11/02  22:08:49
35231         Log: Fix the problem discussed in
35232              
35233              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
35234              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
35235              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
35236              
35237              originally from Linc Madison.  Also Andreas König's comments
35238              taken into account.  Some other problems with Tie::SubstrHash
35239              fixed: didn't croak when the table exceeded the requested number
35240              of entries (as documented) but instead when the number of entries
35241              exceeded the size of the table, a croak() had an unnecessary \n,
35242              didn't have a CLEAR method, documented that there is no exists().
35243              Didn't fix to be strict-proof because the module uses &foo; and
35244              dynamic scope.  Added a test script exercizing both first tamely 
35245              the basic functionality, and then the failure cases reported by
35246              Linc Madison.
35247      Branch: perl
35248            + t/lib/tie-substrhash.t
35249            ! MANIFEST lib/Tie/SubstrHash.pm
35250 ____________________________________________________________________________
35251 [  7529] By: jhi                                   on 2000/11/02  17:58:08
35252         Log: recv() can fail and return undef.
35253              
35254              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
35255              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
35256              Date: Thu, 2 Nov 2000 20:12:20 +0300
35257              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
35258      Branch: perl
35259            ! lib/Net/Ping.pm
35260 ____________________________________________________________________________
35261 [  7528] By: jhi                                   on 2000/11/02  17:49:09
35262         Log: Detpyo.
35263      Branch: perl
35264            ! pod/perlop.pod
35265 ____________________________________________________________________________
35266 [  7527] By: jhi                                   on 2000/11/02  15:48:37
35267         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
35268              fix a autovivification bug in Tie::RefHash, add tests for both.
35269              
35270              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
35271              From: Edward Avis <epa98@doc.ic.ac.uk>
35272              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
35273              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
35274      Branch: perl
35275            + t/lib/tie-refhash.t
35276            ! MANIFEST lib/Tie/RefHash.pm
35277 ____________________________________________________________________________
35278 [  7526] By: jhi                                   on 2000/11/02  13:56:26
35279         Log: Test::Harness revealed buglets in the new DynaLoader.
35280              
35281              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
35282              From: andreas.koenig@anima.de (Andreas J. Koenig)
35283              Date: 02 Nov 2000 11:26:48 +0100 
35284              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
35285      Branch: perl
35286            ! ext/DynaLoader/DynaLoader_pm.PL
35287 ____________________________________________________________________________
35288 [  7525] By: jhi                                   on 2000/11/01  23:52:08
35289         Log: The entry for #7503 was missing.
35290      Branch: perl
35291            ! Changes
35292 ____________________________________________________________________________
35293 [  7524] By: jhi                                   on 2000/11/01  23:40:52
35294         Log: Update Changes.
35295      Branch: perl
35296            ! Changes patchlevel.h
35297 ____________________________________________________________________________
35298 [  7523] By: jhi                                   on 2000/11/01  22:57:09
35299         Log: More tweaking on the #7522 theme.
35300      Branch: perl
35301            ! ext/DynaLoader/DynaLoader_pm.PL
35302 ____________________________________________________________________________
35303 [  7522] By: jhi                                   on 2000/11/01  22:06:15
35304         Log: Expand %Config variables and %ENV variables only if
35305              so requested during build time using the
35306              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
35307              Not expanding makes relocating distributions easier.
35308      Branch: perl
35309            ! ext/DynaLoader/DynaLoader_pm.PL
35310 ____________________________________________________________________________
35311 [  7521] By: jhi                                   on 2000/11/01  20:56:34
35312         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
35313              and setgid() because they were just changing $< and $( which means
35314              only changing the real uid/gid, as opposed to changing both
35315              real and effective ids.  (The alternative way could have been
35316              in POSIX.pm to change $> and $), too, but making a direct call
35317              to the C API feels cleaner.)  Fixes the bug
35318              
35319              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
35320              From: "Garry T. Williams" <garry@zvolve.com>
35321              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
35322              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
35323      Branch: perl
35324            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
35325            ! ext/POSIX/typemap pod/perlvar.pod
35326 ____________________________________________________________________________
35327 [  7520] By: jhi                                   on 2000/11/01  20:08:33
35328         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
35329              From: "Garry T. Williams" <garry@zvolve.com>
35330              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
35331              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
35332      Branch: perl
35333            ! pod/perlsec.pod
35334 ____________________________________________________________________________
35335 [  7519] By: jhi                                   on 2000/11/01  20:01:22
35336         Log: Locale warning explanation tweak.
35337      Branch: perl
35338            ! pod/perldiag.pod
35339 ____________________________________________________________________________
35340 [  7518] By: jhi                                   on 2000/11/01  18:57:13
35341         Log: C.pm part of
35342              
35343              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
35344              From: Jarkko Hietaniemi <jhi@iki.fi>
35345              Date: Tue, 10 Oct 2000 08:22:28 -0500
35346              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
35347      Branch: perl
35348            ! ext/B/B/C.pm
35349 ____________________________________________________________________________
35350 [  7517] By: jhi                                   on 2000/11/01  18:41:59
35351         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
35352              From: Martien Verbruggen <mgjv@comdyn.com.au>
35353              Date: Fri, 6 Oct 2000 14:09:10 +1100
35354              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
35355      Branch: perl
35356            ! pod/perlop.pod
35357 ____________________________________________________________________________
35358 [  7516] By: jhi                                   on 2000/11/01  18:34:55
35359         Log: Generalize the Camel wording.
35360              
35361              Subject: Re: perlfaq style changes
35362              From: John Borwick <jhborwic@unity.ncsu.edu>
35363              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
35364              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
35365      Branch: perl
35366            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
35367 ____________________________________________________________________________
35368 [  7515] By: jhi                                   on 2000/11/01  16:52:31
35369         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
35370              From: pimlott@idiomtech.com (Andrew Pimlott)
35371              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
35372              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
35373      Branch: perl
35374            ! pod/perlsec.pod
35375 ____________________________________________________________________________
35376 [  7514] By: jhi                                   on 2000/11/01  15:03:40
35377         Log: More AIX lore.
35378      Branch: perl
35379            ! ext/re/hints/aix.pl
35380 ____________________________________________________________________________
35381 [  7513] By: jhi                                   on 2000/11/01  14:48:30
35382         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
35383              From: root <root@chronos.fi.muni.cz>
35384              Date: Wed, 1 Nov 2000 12:31:32 +0100
35385              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
35386      Branch: perl
35387            ! lib/Net/Ping.pm
35388 ____________________________________________________________________________
35389 [  7512] By: jhi                                   on 2000/11/01  14:46:47
35390         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
35391              From: Martin Husemann <martin@duskware.de>
35392              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
35393              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
35394      Branch: perl
35395            ! regcomp.c
35396 ____________________________________________________________________________
35397 [  7511] By: jhi                                   on 2000/11/01  14:39:50
35398         Log: AUTHORS updates.
35399      Branch: perl
35400            ! AUTHORS
35401 ____________________________________________________________________________
35402 [  7510] By: jhi                                   on 2000/11/01  14:29:50
35403         Log: Subject: [PATCH] startperl to respect versiononly
35404              From: Robin Barker <rmb1@cise.npl.co.uk> 
35405              Date: Tue, 31 Oct 2000 16:29:36 GMT
35406              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
35407      Branch: metaconfig/U/perl
35408            ! startperl.U
35409      Branch: perl
35410            ! Configure config_h.SH
35411 ____________________________________________________________________________
35412 [  7509] By: jhi                                   on 2000/11/01  14:19:53
35413         Log: printf UVs the correct way, noticed by Robin Barker.
35414      Branch: perl
35415            ! utf8.c
35416 ____________________________________________________________________________
35417 [  7508] By: jhi                                   on 2000/11/01  14:10:03
35418         Log: Do not cleanup *% because the % has special meanings in some
35419              shell environments.
35420      Branch: perl
35421            ! ext/Storable/Makefile.PL
35422 ____________________________________________________________________________
35423 [  7507] By: jhi                                   on 2000/11/01  14:06:00
35424         Log: The NonStop-UX libraries have a novel way to say NaN.
35425      Branch: perl
35426            ! t/lib/bigfltpm.t
35427 ____________________________________________________________________________
35428 [  7506] By: jhi                                   on 2000/11/01  14:03:35
35429         Log: The osname has been lowercased by now, from Tom Bates.
35430      Branch: metaconfig
35431            ! U/modified/Oldconfig.U
35432      Branch: perl
35433            ! Configure config_h.SH
35434 ____________________________________________________________________________
35435 [  7505] By: jhi                                   on 2000/10/31  19:18:39
35436         Log: The compiler is either gcc or cc, from Tom Bates.
35437      Branch: perl
35438            ! hints/nonstopux.sh
35439 ____________________________________________________________________________
35440 [  7504] By: jhi                                   on 2000/10/31  14:53:42
35441         Log: Update Changes.
35442      Branch: perl
35443            ! Changes patchlevel.h
35444 ____________________________________________________________________________
35445 [  7503] By: jhi                                   on 2000/10/31  14:30:50
35446         Log: Whitespace style tweak.  Was originally going to see to
35447              
35448              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
35449              From: Joe Smith <jms@inwap.com>
35450              Date: Mon, 30 Oct 2000 18:47:57 -0800
35451              Message-Id: <39FE32DD.24AAC4D@inwap.com>
35452              
35453              but that had already been taken care of.
35454      Branch: metaconfig
35455            ! U/compline/d_stdstdio.U
35456      Branch: perl
35457            ! Configure config_h.SH
35458 ____________________________________________________________________________
35459 [  7502] By: jhi                                   on 2000/10/31  14:25:02
35460         Log: AUTHORS tweaks.
35461      Branch: perl
35462            ! AUTHORS
35463 ____________________________________________________________________________
35464 [  7501] By: jhi                                   on 2000/10/31  14:23:59
35465         Log: Subject: perlfaq style changes
35466              From: John Borwick <jhborwic@unity.ncsu.edu>
35467              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
35468              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
35469      Branch: perl
35470            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
35471            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
35472            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
35473            ! pod/perlfaq9.pod
35474 ____________________________________________________________________________
35475 [  7500] By: jhi                                   on 2000/10/31  14:22:15
35476         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
35477              
35478              Subject: Re: [ID 20000918.005] ~ on wide chars
35479              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
35480              Date: Mon, 30 Oct 2000 21:09:55 -0800
35481              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
35482              
35483              (The ord() part of the patch skipped.)
35484      Branch: perl
35485            ! doop.c
35486 ____________________________________________________________________________
35487 [  7499] By: jhi                                   on 2000/10/31  14:20:08
35488         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
35489              From: Jens Hamisch <jens@Strawberry.COM>
35490              Date: Mon, 30 Oct 2000 15:17:07 +0100
35491              Message-Id: <20001030151707.A9597@Strawberry.COM>
35492      Branch: perl
35493            ! av.c
35494 ____________________________________________________________________________
35495 [  7498] By: jhi                                   on 2000/10/31  14:16:29
35496         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
35497              From: Peter Prymmer <pvhp@forte.com>
35498              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
35499              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
35500      Branch: perl
35501            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
35502            + ext/Encode/Encode/posix-bc.enc
35503            ! MANIFEST t/lib/encode.t
35504 ____________________________________________________________________________
35505 [  7497] By: jhi                                   on 2000/10/31  14:13:22
35506         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
35507              From: Peter Prymmer <pvhp@forte.com>
35508              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
35509              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
35510      Branch: perl
35511            ! t/lib/cgi-html.t
35512 ____________________________________________________________________________
35513 [  7496] By: jhi                                   on 2000/10/31  14:12:05
35514         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
35515              From: Peter Prymmer <pvhp@forte.com>
35516              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
35517              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
35518      Branch: perl
35519            ! t/lib/cgi-function.t
35520 ____________________________________________________________________________
35521 [  7495] By: jhi                                   on 2000/10/31  14:11:08
35522         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
35523              From: Peter Prymmer <pvhp@forte.com>
35524              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
35525              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
35526      Branch: perl
35527            + ext/re/hints/aix.pl
35528            ! MANIFEST ext/re/Makefile.PL
35529 ____________________________________________________________________________
35530 [  7494] By: jhi                                   on 2000/10/31  14:08:32
35531         Log: Use Errno magic.
35532              
35533              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
35534              From: Casey Tweten <perl@ctweten.amsite.com>
35535              Date: Mon, 30 Oct 2000 15:51:17 -0500
35536              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
35537      Branch: perl
35538            ! lib/File/Temp.pm
35539 ____________________________________________________________________________
35540 [  7493] By: jhi                                   on 2000/10/31  14:05:07
35541         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
35542              
35543              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
35544              From: Nicholas Clark <nick@ccl4.org>
35545              Date: Mon, 30 Oct 2000 17:38:45 +0000
35546              Message-ID: <20001030173845.O60355@plum.flirble.org>
35547      Branch: perl
35548            ! Makefile.SH utils/perlbug.PL
35549 ____________________________________________________________________________
35550 [  7492] By: nick                                  on 2000/10/30  19:37:23
35551         Log: Change files which are mysteriously different to mainline to be
35552              copies of mainline.
35553      Branch: perlio
35554            ! objXSUB.h perlapi.c pod/perlapi.pod
35555 ____________________________________________________________________________
35556 [  7491] By: nick                                  on 2000/10/30  18:05:54
35557         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
35558              - typo in endian code in putc.
35559              - Don't allow read of write-only files and vice-versa
35560              - and off-by-one in flush-all loop.
35561              Remove debug calls as they were using GCC specific features.
35562      Branch: perlio
35563            ! perlio.c
35564 ____________________________________________________________________________
35565 [  7490] By: nick                                  on 2000/10/29  21:45:45
35566         Log: Integrate mainline to perlio
35567      Branch: perlio
35568           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
35569           !> toke.c
35570 ____________________________________________________________________________
35571 [  7489] By: jhi                                   on 2000/10/29  21:11:08
35572         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
35573              From: andreas.koenig@anima.de (Andreas J. Koenig)
35574              Date: 29 Oct 2000 22:05:59 +0100
35575              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
35576      Branch: perl
35577            ! lib/ExtUtils/Manifest.pm
35578 ____________________________________________________________________________
35579 [  7488] By: jhi                                   on 2000/10/29  21:07:47
35580         Log: Tests for #7487.
35581              
35582              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
35583              From: andreas.koenig@anima.de (Andreas J. Koenig)
35584              Date: 29 Oct 2000 19:37:09 +0100
35585              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
35586      Branch: perl
35587            ! t/comp/proto.t
35588 ____________________________________________________________________________
35589 [  7487] By: jhi                                   on 2000/10/29  21:06:27
35590         Log: constsub spillage.
35591              
35592              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
35593              From: John Tobey <jtobey@john-edwin-tobey.org>
35594              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
35595              Message-Id: <m13pvSr-000FObC@feynman.localnet>
35596      Branch: perl
35597            ! op.c
35598 ____________________________________________________________________________
35599 [  7486] By: nick                                  on 2000/10/29  21:05:04
35600         Log: Integrate mainline to perlio branch
35601      Branch: perlio
35602           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
35603           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
35604           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
35605           +> vos/install_perl.cm
35606            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
35607            - vos/config.h vos/config_h.SH_orig
35608           !> (integrate 141 files)
35609 ____________________________________________________________________________
35610 [  7485] By: jhi                                   on 2000/10/29  21:00:47
35611         Log: Make \x{...} consistently produce UTF-8.
35612              
35613              Subject: Re: \x{...} is confused 
35614              From: Simon Cozens <simon@cozens.net>
35615              Date: Sun, 29 Oct 2000 19:36:48 +0000
35616              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
35617      Branch: perl
35618            ! t/pragma/utf8.t toke.c
35619 ____________________________________________________________________________
35620 [  7484] By: nick                                  on 2000/10/29  20:05:29
35621         Log: PerlIO passes all tests.
35622      Branch: perlio
35623            ! perlio.c
35624 ____________________________________________________________________________
35625 [  7483] By: jhi                                   on 2000/10/29  18:06:55
35626         Log: Update Changes.
35627      Branch: perl
35628            ! Changes patchlevel.h
35629 ____________________________________________________________________________
35630 [  7482] By: nick                                  on 2000/10/29  17:43:28
35631         Log: Include <unistd.h> to get correct lseek() prototype etc.
35632              (I thought perl.h did that) - down to two fails
35633              - comp/require.t (last test)
35634              - lib/io_xs.t - possibly import/export of FILE * ?
35635      Branch: perlio
35636            ! perlio.c
35637 ____________________________________________________________________________
35638 [  7481] By: jhi                                   on 2000/10/29  17:02:37
35639         Log: UTF-8 decoder tweak.
35640      Branch: perl
35641            ! utf8.c
35642 ____________________________________________________________________________
35643 [  7480] By: nick                                  on 2000/10/29  16:26:11
35644         Log: Fixed two bugs:
35645              - error code not being set on close (of broken pipe)
35646              - append mode was truncating.
35647              At least one seek/tell bug remains.
35648      Branch: perlio
35649            ! perlio.c
35650 ____________________________________________________________________________
35651 [  7479] By: nick                                  on 2000/10/29  11:18:16
35652         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
35653              in case of accidents. Still several worrying fails, no line disciplines yet.
35654      Branch: perlio
35655            ! iperlsys.h perlio.c
35656 ____________________________________________________________________________
35657 [  7478] By: jhi                                   on 2000/10/29  02:04:01
35658         Log: Add also emailless people.
35659      Branch: perl
35660            ! AUTHORS
35661 ____________________________________________________________________________
35662 [  7477] By: jhi                                   on 2000/10/29  01:36:00
35663         Log: The #7476 needs a MANIFEST change, too.
35664      Branch: perl
35665            ! MANIFEST
35666 ____________________________________________________________________________
35667 [  7476] By: jhi                                   on 2000/10/29  01:35:21
35668         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
35669      Branch: perl
35670            - MAINTAIN
35671            ! AUTHORS Changes
35672 ____________________________________________________________________________
35673 [  7475] By: jhi                                   on 2000/10/28  23:57:25
35674         Log: De-quoted-unreadable to ISO Latin 1.
35675              (There's one ISO-2022-JP name in Changes5.004.)
35676      Branch: perl
35677            ! Changes Changes5.6
35678 ____________________________________________________________________________
35679 [  7474] By: jhi                                   on 2000/10/28  19:13:06
35680         Log: Subject: [ID 20001027.007] uniq array in perlfaq
35681              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
35682              Date: Fri, 27 Oct 2000 19:28:30 +0200
35683              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
35684      Branch: perl
35685            ! pod/perlfaq4.pod
35686 ____________________________________________________________________________
35687 [  7473] By: jhi                                   on 2000/10/28  18:02:05
35688         Log: Locking null mutexes is not recommendable.
35689              
35690              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
35691              From: Hugo <hv@crypt.compulink.co.uk>
35692              Date: Sat, 28 Oct 2000 18:41:12 +0100
35693              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
35694      Branch: perl
35695            ! op.c
35696 ____________________________________________________________________________
35697 [  7472] By: jhi                                   on 2000/10/28  17:52:58
35698         Log: Better create a true mailing list for the repository keepers.
35699      Branch: perl
35700            ! Porting/repository.pod
35701 ____________________________________________________________________________
35702 [  7471] By: jhi                                   on 2000/10/28  17:28:24
35703         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
35704              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
35705      Branch: perl
35706            + Porting/repository.pod
35707            ! MANIFEST
35708 ____________________________________________________________________________
35709 [  7470] By: jhi                                   on 2000/10/28  17:20:54
35710         Log: Subject: DOC PATCH 5.6.0
35711              From: mjd@plover.com
35712              Date: 27 Oct 2000 17:32:44 -0000
35713              Message-ID: <20001027173244.23754.qmail@plover.com>
35714      Branch: perl
35715            ! pod/perlfunc.pod
35716 ____________________________________________________________________________
35717 [  7469] By: jhi                                   on 2000/10/28  17:16:45
35718         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
35719              From: "Peter J. Farley III" <pjfarley@banet.net>
35720              Date: Fri, 27 Oct 2000 20:32:56 -0400
35721              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
35722      Branch: perl
35723            ! README.dos
35724 ____________________________________________________________________________
35725 [  7468] By: jhi                                   on 2000/10/28  17:07:18
35726         Log: Make target reordering to avoid pointless re-makes.
35727              
35728              Subject: Re: Total re-make of 'make okfile' after 7451 ?
35729              From: Nicholas Clark <nick@ccl4.org>
35730              Date: Sat, 28 Oct 2000 00:31:02 +0100
35731              Message-ID: <20001028003101.A54517@plum.flirble.org>
35732      Branch: perl
35733            ! Makefile.SH
35734 ____________________________________________________________________________
35735 [  7467] By: jhi                                   on 2000/10/28  17:05:31
35736         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
35737              From: lvirden@cas.org
35738              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
35739              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
35740      Branch: perl
35741            ! README.os2
35742 ____________________________________________________________________________
35743 [  7466] By: jhi                                   on 2000/10/28  16:09:16
35744         Log: Upgrade to CPAN 1.58_55.
35745              
35746              Subject: CPAN.pm status
35747              From: andreas.koenig@anima.de (Andreas J. Koenig) 
35748              Date: 28 Oct 2000 08:18:00 +0200 
35749              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
35750      Branch: perl
35751            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
35752 ____________________________________________________________________________
35753 [  7465] By: jhi                                   on 2000/10/28  16:02:47
35754         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
35755      Branch: perl
35756            ! embed.h embed.pl perl.h proto.h toke.c
35757 ____________________________________________________________________________
35758 [  7464] By: nick                                  on 2000/10/28  10:43:44
35759         Log: Fix for sv_2iv() on "shared" value from keys %hash.
35760      Branch: perl
35761            ! sv.c
35762 ____________________________________________________________________________
35763 [  7463] By: jhi                                   on 2000/10/27  16:18:29
35764         Log: Update Changes.
35765      Branch: perl
35766            ! Changes patchlevel.h
35767 ____________________________________________________________________________
35768 [  7462] By: jhi                                   on 2000/10/27  16:17:44
35769         Log: Too enthusiastic editing in #7460.
35770      Branch: metaconfig
35771            ! U/modified/Oldsym.U
35772      Branch: perl
35773            ! Configure config_h.SH
35774 ____________________________________________________________________________
35775 [  7461] By: jhi                                   on 2000/10/27  15:37:38
35776         Log: Retract #7459, the script needs more work.
35777      Branch: perl
35778            - mkreef
35779            ! MANIFEST
35780 ____________________________________________________________________________
35781 [  7460] By: jhi                                   on 2000/10/27  15:23:14
35782         Log: Use $sort, $uniq (and $tr) consistently as wondered
35783              by Nicholas Clark.
35784      Branch: metaconfig
35785            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
35786            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
35787            ! U/modified/libc.U
35788      Branch: perl
35789            ! Configure config_h.SH
35790 ____________________________________________________________________________
35791 [  7459] By: jhi                                   on 2000/10/27  15:02:07
35792         Log: (Retracted by #7461)
35793              
35794              Add a shell script for creating/removing symbolic link farms,
35795              useful for keeping the source code read-only and doing the
35796              builds somewhere else.
35797      Branch: perl
35798            + mkreef
35799            ! MANIFEST
35800 ____________________________________________________________________________
35801 [  7458] By: jhi                                   on 2000/10/27  14:42:20
35802         Log: Do away with the fix_pl.
35803      Branch: perl
35804            - fix_pl
35805            ! MANIFEST Makefile.SH
35806 ____________________________________________________________________________
35807 [  7457] By: jhi                                   on 2000/10/27  12:43:13
35808         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
35809              From: Jens Hamisch <jens@Strawberry.COM>
35810              Date: Fri, 27 Oct 2000 14:38:21 +0200
35811              Message-Id: <20001027143821.B3366@Strawberry.COM>
35812      Branch: perl
35813            ! perl.h
35814 ____________________________________________________________________________
35815 [  7456] By: jhi                                   on 2000/10/27  12:33:42
35816         Log: Subject: [PATCH] todo
35817              From: Nicholas Clark <nick@ccl4.org>
35818              Date: Thu, 26 Oct 2000 22:32:29 +0100
35819              Message-ID: <20001026223229.A44540@plum.flirble.org>
35820      Branch: perl
35821            ! pod/perltodo.pod
35822 ____________________________________________________________________________
35823 [  7455] By: jhi                                   on 2000/10/27  12:02:21
35824         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
35825              From: John Tobey <jtobey@john-edwin-tobey.org>
35826              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
35827              Message-Id: <m13ozHF-000FObC@feynman.localnet>
35828      Branch: perl
35829            ! op.c t/pragma/sub_lval.t
35830 ____________________________________________________________________________
35831 [  7454] By: jhi                                   on 2000/10/27  11:59:42
35832         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
35833              From: sthoenna@efn.org
35834              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
35835              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
35836      Branch: perl
35837            ! pp.c t/op/assignwarn.t
35838 ____________________________________________________________________________
35839 [  7453] By: jhi                                   on 2000/10/27  00:15:08
35840         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
35841      Branch: perl
35842            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
35843            ! ext/Storable/Storable.xs t/lib/st-lock.t
35844 ____________________________________________________________________________
35845 [  7452] By: jhi                                   on 2000/10/26  13:05:52
35846         Log: Undo #7451, this seems to be a deficiency in Perforce,
35847              there is no per-file line-terminator type, only per-client.
35848      Branch: perl
35849            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
35850            ! win32/makefile.mk
35851 ____________________________________________________________________________
35852 [  7451] By: jhi                                   on 2000/10/26  04:56:03
35853         Log: Experimenting in DOS arcana.
35854      Branch: perl
35855            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
35856            ! win32/makefile.mk
35857 ____________________________________________________________________________
35858 [  7450] By: jhi                                   on 2000/10/26  04:50:52
35859         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
35860              From: "Peter J. Farley III" <pjfarley@banet.net>            
35861              Date: Wed, 25 Oct 2000 23:10:18 -0400
35862              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
35863      Branch: perl
35864            ! t/io/open.t
35865 ____________________________________________________________________________
35866 [  7449] By: jhi                                   on 2000/10/26  04:49:16
35867         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
35868              From: Hugo <hv@crypt.compulink.co.uk>
35869              Date: Thu, 26 Oct 2000 01:55:17 +0100
35870              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
35871              
35872              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
35873      Branch: perl
35874            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
35875 ____________________________________________________________________________
35876 [  7448] By: jhi                                   on 2000/10/26  04:38:36
35877         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
35878              From: Peter Prymmer <pvhp@forte.com>
35879              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
35880              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
35881      Branch: perl
35882            ! configure.com
35883 ____________________________________________________________________________
35884 [  7447] By: jhi                                   on 2000/10/25  23:20:02
35885         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
35886              in platforms that strictly require all the symbols being present
35887              at link time.
35888      Branch: perl
35889            ! handy.h
35890 ____________________________________________________________________________
35891 [  7446] By: jhi                                   on 2000/10/25  21:55:57
35892         Log: Update Changes.
35893      Branch: perl
35894            ! Changes patchlevel.h
35895 ____________________________________________________________________________
35896 [  7445] By: jhi                                   on 2000/10/25  21:27:08
35897         Log: Integrate with vmsperl #7430 by Charles Bailey:
35898              
35899              Cleanup from prior patch (Charles Lane?):
35900              - improve handling of MFDs in Basename and Path
35901              - default to no xsubpp line # munging when building debug images
35902      Branch: perl
35903           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
35904 ____________________________________________________________________________
35905 [  7444] By: jhi                                   on 2000/10/25  21:03:50
35906         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
35907              From: John Peacock <JPeacock@UnivPress.com>
35908              Date: Thu, 18 May 2000 11:55:27 -0400
35909              Message-ID: <3924126F.A58BE57A@UnivPress.com>
35910      Branch: perl
35911            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
35912            ! t/op/write.t
35913 ____________________________________________________________________________
35914 [  7443] By: jhi                                   on 2000/10/25  20:43:10
35915         Log: Temporary stopgap for the self-tying issue: for now only
35916              array and hash self-ties are verboten.  The real fix, of
35917              course, would be to comprehensively test (and implement?)
35918              and debug (and document) self-ties.
35919      Branch: perl
35920            ! pod/perldiag.pod pp_sys.c t/op/tie.t
35921 ____________________________________________________________________________
35922 [  7442] By: jhi                                   on 2000/10/25  20:14:30
35923         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
35924              From: Dan Sugalski <dan@sidhe.org>
35925              Date: Wed, 25 Oct 2000 13:36:35 -0400
35926              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
35927              
35928              plus regen global.sym.
35929      Branch: perl
35930            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
35931            ! thrdvar.h util.c
35932 ____________________________________________________________________________
35933 [  7441] By: jhi                                   on 2000/10/25  20:12:20
35934         Log: buildtoc target tweaks.
35935      Branch: perl
35936            ! pod/Makefile.SH
35937 ____________________________________________________________________________
35938 [  7440] By: jhi                                   on 2000/10/25  20:03:53
35939         Log: A new version of making the syslog test more robust.
35940              (Replaces #7421.)
35941              
35942              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
35943              From: "Kurt D. Starsinic" <kstar@chapin.edu>
35944              Date: Wed, 25 Oct 2000 12:13:54 -0400
35945              Message-ID: <20001025121354.B2264@O2.chapin.edu>
35946      Branch: perl
35947            ! t/lib/syslog.t
35948 ____________________________________________________________________________
35949 [  7439] By: jhi                                   on 2000/10/25  20:00:48
35950         Log: Continue the internal UTF-8 API tweaking.
35951              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
35952              used much more than the simpler API, now called utf8_to_uv_simple().
35953              Still not quite happy with API, too much partial duplication
35954              of functionality.
35955      Branch: perl
35956            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
35957            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
35958            ! regcomp.c regexec.c sv.c toke.c utf8.c
35959 ____________________________________________________________________________
35960 [  7438] By: jhi                                   on 2000/10/25  18:52:30
35961         Log: Allow poking holes at the UTF-8 decoding strictness.
35962      Branch: perl
35963            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
35964            ! utf8.h
35965 ____________________________________________________________________________
35966 [  7437] By: jhi                                   on 2000/10/25  13:53:05
35967         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
35968              UTF8LEN() and UTF8SKIP(). 
35969      Branch: perl
35970            ! pp.c utf8.c utf8.h
35971 ____________________________________________________________________________
35972 [  7436] By: jhi                                   on 2000/10/25  13:51:37
35973         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
35974              From: Nicholas Clark <nick@ccl4.org>
35975              Date: Wed, 25 Oct 2000 14:44:05 +0100
35976              Message-ID: <20001025144404.D27253@plum.flirble.org>
35977      Branch: perl
35978            ! pod/perlrun.pod
35979 ____________________________________________________________________________
35980 [  7435] By: jhi                                   on 2000/10/25  13:49:32
35981         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
35982              From: Mike Guy <mjtg@cam.ac.uk>
35983              Date: Tue, 24 Oct 2000 14:59:40 +0100
35984              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
35985      Branch: perl
35986            ! scope.c
35987 ____________________________________________________________________________
35988 [  7434] By: jhi                                   on 2000/10/25  13:48:41
35989         Log: AIX is picky about its symbol exports.  Solution for now
35990              is to include the deb.o explicitly to the re extension build.
35991              
35992              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
35993              From: Peter Prymmer <pvhp@forte.com>
35994              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
35995              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
35996      Branch: perl
35997            ! ext/re/Makefile.PL hints/aix.sh
35998 ____________________________________________________________________________
35999 [  7433] By: jhi                                   on 2000/10/25  13:46:49
36000         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
36001              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36002              Date: Wed, 25 Oct 2000 12:02:20 +0200
36003              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
36004      Branch: perl
36005            ! perlsdio.h
36006 ____________________________________________________________________________
36007 [  7432] By: jhi                                   on 2000/10/25  13:44:28
36008         Log: Subject: Minor update to find2perl, for portability
36009              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
36010              Date: Wed, 25 Oct 2000 12:05:47 +0100
36011              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
36012      Branch: perl
36013            ! x2p/find2perl.PL
36014 ____________________________________________________________________________
36015 [  7431] By: jhi                                   on 2000/10/25  13:40:39
36016         Log: Add targets to Makefile.SH, most importantly
36017              'regen_all' which also remembers to update vms/perly*.
36018      Branch: perl
36019            ! Makefile.SH
36020 ____________________________________________________________________________
36021 [  7430] By: bailey                                on 2000/10/25  03:13:53
36022         Log: Cleanup from prior patch (Charles Lane?):
36023              - improve handling of MFDs in Basename and Path
36024              - default to no xsubpp line # munging when building debug images
36025      Branch: vmsperl
36026            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
36027 ____________________________________________________________________________
36028 [  7429] By: jhi                                   on 2000/10/24  20:03:40
36029         Log: Podify README.epoc and README.vos.
36030      Branch: perl
36031            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
36032            ! pod/perlport.pod pod/perltoc.pod
36033 ____________________________________________________________________________
36034 [  7428] By: jhi                                   on 2000/10/24  19:10:33
36035         Log: Stratus VOS updates from Paul Green.
36036      Branch: perl
36037            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
36038            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
36039            - vos/config.def vos/config.h vos/config_h.SH_orig
36040            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
36041            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
36042 ____________________________________________________________________________
36043 [  7427] By: jhi                                   on 2000/10/24  18:59:48
36044         Log: Check if stdio supports tweaking lval and cnt simultaneously.
36045              
36046              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
36047              From: Nicholas Clark <nick@ccl4.org>
36048              Date: Mon, 23 Oct 2000 15:39:32 +0100
36049              Message-ID: <20001023153932.A10786@plum.flirble.org>
36050      Branch: metaconfig
36051            ! U/compline/d_stdstdio.U
36052      Branch: perl
36053            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36054            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
36055            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
36056            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
36057            ! vos/config.h vos/config_h.SH_orig win32/config.bc
36058            ! win32/config.gc win32/config.vc
36059 ____________________________________________________________________________
36060 [  7426] By: jhi                                   on 2000/10/24  17:57:44
36061         Log: Missed the header file changes from #7425.
36062      Branch: perl
36063            ! embed.h embed.pl objXSUB.h proto.h
36064 ____________________________________________________________________________
36065 [  7425] By: jhi                                   on 2000/10/24  17:55:17
36066         Log: Fix the bug reported in
36067              
36068              From: andreas.koenig@anima.de (Andreas J. Koenig)
36069              Subject: Encode bug?
36070              Date: 24 Oct 2000 14:01:26 +0200 
36071              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
36072              
36073              Also make is_utf8_char() stricter.
36074      Branch: perl
36075            ! ext/Encode/Encode.xs utf8.c
36076 ____________________________________________________________________________
36077 [  7424] By: jhi                                   on 2000/10/24  15:15:39
36078         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
36079              From: Peter Scott <Peter@PSDT.com>
36080              Date: Mon, 23 Oct 2000 19:46:01 -0700
36081              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
36082      Branch: perl
36083            ! pod/perlfaq5.pod
36084 ____________________________________________________________________________
36085 [  7423] By: jhi                                   on 2000/10/24  14:25:30
36086         Log: Test tweak to avoid pulling in the whole Config.
36087      Branch: perl
36088            ! t/lib/st-lock.t
36089 ____________________________________________________________________________
36090 [  7422] By: jhi                                   on 2000/10/24  14:03:16
36091         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
36092      Branch: perl
36093            ! pp.c
36094 ____________________________________________________________________________
36095 [  7421] By: jhi                                   on 2000/10/24  13:32:09
36096         Log: (Replaced by #7440.)
36097              
36098              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
36099              From: "Kurt D. Starsinic" <kstar@chapin.edu>
36100              Date: Mon, 23 Oct 2000 16:40:54 -0400
36101              Message-ID: <20001023164054.B14491@O2.chapin.edu>
36102      Branch: perl
36103            ! t/lib/syslog.t
36104 ____________________________________________________________________________
36105 [  7420] By: jhi                                   on 2000/10/24  13:30:53
36106         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
36107              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36108              Date: Mon, 23 Oct 2000 17:29:03 -0400
36109              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
36110      Branch: perl
36111            ! lib/ExtUtils/MM_Unix.pm
36112 ____________________________________________________________________________
36113 [  7419] By: jhi                                   on 2000/10/24  13:29:57
36114         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
36115              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36116              Date: Mon, 23 Oct 2000 19:01:32 -0400
36117              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
36118      Branch: perl
36119            ! utils/h2xs.PL
36120 ____________________________________________________________________________
36121 [  7418] By: jhi                                   on 2000/10/24  13:26:04
36122         Log: Replace #7409 with
36123              
36124              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
36125              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
36126              Date: Mon, 23 Oct 2000 20:08:56 +0200
36127              Message-ID: <20001023200855.A14850@nice.ram.loc>
36128      Branch: perl
36129            ! ext/Storable/Storable.pm t/lib/st-lock.t
36130 ____________________________________________________________________________
36131 [  7417] By: jhi                                   on 2000/10/24  13:17:52
36132         Log: Run vms/vms_yfix.pl, should have done that after changing
36133              perly.c in #7382.
36134      Branch: perl
36135            ! vms/perly_c.vms vms/perly_h.vms
36136 ____________________________________________________________________________
36137 [  7416] By: jhi                                   on 2000/10/24  02:55:33
36138         Log: Make the UTF-8 decoding stricter and more verbose when
36139              malformation happens.  This involved adding an argument
36140              to utf8_to_uv_chk(), which involved changing its prototype,
36141              and prefer STRLEN over I32 for the UTF-8 length, which as
36142              a domino effect necessitated changing the prototypes of
36143              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
36144              The stricter UTF-8 decoding checking uses Markus Kuhn's
36145              UTF-8 Decode Stress Tester from
36146              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
36147      Branch: perl
36148            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
36149            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
36150            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
36151            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
36152 ____________________________________________________________________________
36153 [  7415] By: jhi                                   on 2000/10/23  14:06:06
36154         Log: Update Changes.
36155      Branch: perl
36156            ! Changes patchlevel.h
36157 ____________________________________________________________________________
36158 [  7414] By: jhi                                   on 2000/10/23  12:39:52
36159         Log: Undo the basename() part of #7412 since the lib/basename
36160              tests would need upgrading too.
36161      Branch: perl
36162            ! lib/File/Basename.pm
36163 ____________________________________________________________________________
36164 [  7413] By: jhi                                   on 2000/10/23  12:19:27
36165         Log: Document PERL_INSTALL_ROOT of #7210.
36166      Branch: perl
36167            ! lib/ExtUtils/Install.pm
36168 ____________________________________________________________________________
36169 [  7412] By: jhi                                   on 2000/10/23  12:16:47
36170         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
36171      Branch: perl
36172            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
36173            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
36174 ____________________________________________________________________________
36175 [  7411] By: jhi                                   on 2000/10/23  12:07:41
36176         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
36177              From: Prymmer/Kahn <pvhp@best.com>
36178              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
36179              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
36180      Branch: perl
36181            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
36182 ____________________________________________________________________________
36183 [  7410] By: jhi                                   on 2000/10/23  04:10:11
36184         Log: The change #7187 was not so good on VMS.
36185              
36186              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
36187              From: "Craig A. Berry" <craig.berry@psinetcs.com>
36188              Date: Sun, 22 Oct 2000 23:03:08 -0500
36189              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
36190      Branch: perl
36191            ! utils/perldoc.PL
36192 ____________________________________________________________________________
36193 [  7409] By: jhi                                   on 2000/10/23  03:57:36
36194         Log: Avoid Storable locking on DJGPP for now.
36195              
36196              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
36197              From: "Peter J. Farley III" <pjfarley@banet.net>
36198              Date: Sun, 22 Oct 2000 20:00:00 -0400
36199              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
36200      Branch: perl
36201            ! ext/Storable/Storable.pm t/lib/st-lock.t
36202 ____________________________________________________________________________
36203 [  7408] By: jhi                                   on 2000/10/23  03:50:24
36204         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
36205              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
36206              Date: Sun, 22 Oct 2000 21:12:22 -0400
36207              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
36208      Branch: perl
36209            ! lib/vars.pm
36210 ____________________________________________________________________________
36211 [  7407] By: jhi                                   on 2000/10/23  03:43:12
36212         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
36213              From: Hugo <hv@crypt.compulink.co.uk>
36214              Date: Mon, 23 Oct 2000 00:47:22 +0100
36215              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
36216      Branch: perl
36217            ! regexec.c t/op/pat.t
36218 ____________________________________________________________________________
36219 [  7406] By: jhi                                   on 2000/10/23  03:40:29
36220         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
36221      Branch: perl
36222            ! lib/ExtUtils/MakeMaker.pm
36223 ____________________________________________________________________________
36224 [  7405] By: jhi                                   on 2000/10/22  21:32:00
36225         Log: Doc patch.
36226              
36227              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
36228              From: rspier@pobox.com (Robert Spier)
36229              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
36230              Message-ID: <14835.16112.13457.447971@rls.cx>
36231      Branch: perl
36232            ! lib/strict.pm
36233 ____________________________________________________________________________
36234 [  7404] By: jhi                                   on 2000/10/22  21:30:51
36235         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
36236              From: rspier@pobox.com (Robert Spier)
36237              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
36238              Message-ID: <14835.17223.72448.705566@rls.cx>
36239      Branch: perl
36240            ! lib/ExtUtils/MakeMaker.pm
36241 ____________________________________________________________________________
36242 [  7403] By: jhi                                   on 2000/10/22  21:24:11
36243         Log: Subject: [PATCH bleadperl] ripples from constsub patch
36244              From: John Tobey <jtobey@john-edwin-tobey.org>
36245              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
36246              Message-Id: <m13nSOB-000FObC@feynman.localnet>
36247      Branch: perl
36248            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
36249 ____________________________________________________________________________
36250 [  7402] By: jhi                                   on 2000/10/22  20:59:35
36251         Log: Support s?printf parameter reordering.
36252      Branch: perl
36253            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
36254 ____________________________________________________________________________
36255 [  7401] By: jhi                                   on 2000/10/22  19:19:14
36256         Log: Expand %Config variables only if explicitly so requested
36257              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
36258              
36259              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
36260              From: Gurusamy Sarathy <gsar@ActiveState.com>
36261              Date: Sun, 22 Oct 2000 11:47:32 -0700
36262              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
36263      Branch: perl
36264            ! Makefile.SH lib/lib_pm.PL
36265 ____________________________________________________________________________
36266 [  7400] By: jhi                                   on 2000/10/22  18:24:10
36267         Log: Move the #7390 test from warn/op to comp/redef.
36268              
36269              Subject: Re: Creating const subs for constants.
36270              From: John Tobey <jtobey@john-edwin-tobey.org>
36271              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
36272              Message-Id: <m13nG72-000FObC@feynman.localnet>               
36273      Branch: perl
36274            ! t/comp/redef.t t/pragma/warn/op
36275 ____________________________________________________________________________
36276 [  7399] By: jhi                                   on 2000/10/22  17:49:59
36277         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
36278              From: Nicholas Clark <nick@ccl4.org>
36279              Date: Sat, 21 Oct 2000 22:23:19 +0100
36280              Message-ID: <20001021222319.B45586@plum.flirble.org>
36281      Branch: perl
36282            ! ext/DynaLoader/DynaLoader_pm.PL
36283 ____________________________________________________________________________
36284 [  7398] By: jhi                                   on 2000/10/22  17:47:35
36285         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
36286              From: Hugo <hv@crypt.compulink.co.uk>
36287              Date: Sat, 21 Oct 2000 18:19:59 +0100
36288              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
36289      Branch: perl
36290            ! ext/B/B.pm ext/B/B/C.pm
36291 ____________________________________________________________________________
36292 [  7397] By: jhi                                   on 2000/10/22  17:35:18
36293         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
36294              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
36295              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
36296              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
36297      Branch: perl
36298            ! hints/openbsd.sh
36299 ____________________________________________________________________________
36300 [  7396] By: jhi                                   on 2000/10/22  17:19:46
36301         Log: Subject: installman go-faster stripes
36302              From: Nicholas Clark <nick@talking.bollo.cx>
36303              Date: Sat, 21 Oct 2000 17:24:53 +0100
36304              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
36305              
36306              Subject: Re: installman go-faster stripes
36307              From: Russ Allbery <rra@stanford.edu>
36308              Date: 21 Oct 2000 11:04:13 -0700
36309              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
36310      Branch: perl
36311            ! installman pod/pod2man.PL
36312 ____________________________________________________________________________
36313 [  7395] By: jhi                                   on 2000/10/22  17:17:35
36314         Log: Hints tweak from Anton Berezin.
36315      Branch: perl
36316            ! hints/freebsd.sh
36317 ____________________________________________________________________________
36318 [  7394] By: jhi                                   on 2000/10/22  04:50:04
36319         Log: Tweak the Is* definitions of Unicode character classes
36320              to better match the official categorizations; embrace
36321              the official categorizations; add the combining marks
36322              as alpha (and -numeric); fix DCinital (a typo and edito)
36323              to be DCmedial.
36324      Branch: perl
36325            + lib/unicode/Is/DCmedial.pl
36326            - lib/unicode/Is/DCinital.pl
36327            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
36328            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
36329            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
36330            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
36331 ____________________________________________________________________________
36332 [  7393] By: jhi                                   on 2000/10/21  18:06:05
36333         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
36334              From: Daniel Chetlin <daniel@chetlin.com>
36335              Date: Sat, 21 Oct 2000 02:57:03 -0700
36336              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
36337      Branch: perl
36338            + t/lib/tie-splice.t
36339            ! MANIFEST lib/Tie/Array.pm
36340 ____________________________________________________________________________
36341 [  7392] By: gsar                                  on 2000/10/21  18:05:15
36342         Log: resync utfperl branch with mainline
36343      Branch: utfperl
36344           !> (integrate 1760 files)
36345 ____________________________________________________________________________
36346 [  7391] By: jhi                                   on 2000/10/21  14:37:49
36347         Log: Testcases for a #7383,#7385 related bug.
36348              
36349              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
36350              From: Nicholas Clark <nick@ccl4.org>
36351              Date: Sat, 21 Oct 2000 15:04:51 +0100
36352              Message-ID: <20001021150451.A51566@plum.flirble.org>
36353      Branch: perl
36354            ! t/pragma/utf8.t
36355 ____________________________________________________________________________
36356 [  7390] By: jhi                                   on 2000/10/21  14:35:57
36357         Log: Add a testcase for #7389.
36358      Branch: perl
36359            ! t/pragma/warn/op
36360 ____________________________________________________________________________
36361 [  7389] By: jhi                                   on 2000/10/21  14:26:45
36362         Log: Subject: Re: Creating const subs for constants.
36363              From: John Tobey <jtobey@john-edwin-tobey.org>
36364              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
36365              Message-Id: <m13mo0N-000FObC@feynman.localnet>
36366      Branch: perl
36367            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
36368            ! proto.h sv.c
36369 ____________________________________________________________________________
36370 [  7388] By: nick                                  on 2000/10/21  11:44:23
36371         Log: Populate perlio branch
36372      Branch: perlio
36373           +> (branch 1760 files)
36374 ____________________________________________________________________________
36375 [  7387] By: nick                                  on 2000/10/21  10:52:05
36376         Log: Get branch back as replica of mainline via :
36377              p4 integrate -b utfperl
36378              p4 resolve -at ./...
36379      Branch: utfperl
36380           +> (branch 269 files)
36381            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
36382            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
36383            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
36384            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
36385            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
36386            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
36387            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
36388            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
36389            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
36390            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
36391            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
36392            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
36393            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
36394            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
36395            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
36396            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
36397            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
36398            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
36399            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
36400            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
36401            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
36402            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
36403            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
36404            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
36405            - lib/unicode/UCD300.html lib/unicode/Unicode.300
36406            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
36407            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
36408            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
36409            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
36410           !> (integrate 965 files)
36411 ____________________________________________________________________________
36412 [  7386] By: jhi                                   on 2000/10/21  01:31:12
36413         Log: Update Changes.
36414      Branch: perl
36415            ! Changes patchlevel.h
36416 ____________________________________________________________________________
36417 [  7385] By: jhi                                   on 2000/10/21  01:28:42
36418         Log: The #7383 was right only in the context of the original bug report,
36419              not in more general case.
36420      Branch: perl
36421            ! pp_hot.c
36422 ____________________________________________________________________________
36423 [  7384] By: jhi                                   on 2000/10/21  01:08:23
36424         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
36425      Branch: perl
36426            ! ext/IO/lib/IO/Select.pm
36427 ____________________________________________________________________________
36428 [  7383] By: jhi                                   on 2000/10/21  00:44:18
36429         Log: Fix for ID 20001020.006, concatenating an unset submatch
36430              with utf8 resulted in "Modification of a read-only value".
36431      Branch: perl
36432            ! pp_hot.c t/pragma/utf8.t
36433 ____________________________________________________________________________
36434 [  7382] By: jhi                                   on 2000/10/20  20:44:31
36435         Log: Make scan_num() reëntrant, as suggested in
36436              
36437              Subject: [PATCH perl@7229] Rentrant parser and yylex()
36438              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
36439              Date: Fri, 20 Oct 2000 14:17:27 +0100
36440              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
36441      Branch: perl
36442            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
36443            ! toke.c
36444 ____________________________________________________________________________
36445 [  7381] By: jhi                                   on 2000/10/20  20:07:29
36446         Log: Reëntrancy fix.
36447              
36448              Subject: [PATCH perl@7229] Rentrant parser and yylex()
36449              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
36450              Date: Fri, 20 Oct 2000 14:17:27 +0100
36451              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
36452      Branch: perl
36453            ! embed.h embed.pl perl.h proto.h toke.c
36454 ____________________________________________________________________________
36455 [  7380] By: jhi                                   on 2000/10/20  19:15:54
36456         Log: Don't write double values through long double pointers,
36457              based on a part of
36458              
36459              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
36460              From: Jens Hamisch <jens@Strawberry.COM>
36461              Date: Tue, 17 Oct 2000 08:39:36 +0200
36462              Message-Id: <20001017083936.A11104@Strawberry.COM>
36463      Branch: perl
36464            ! perl.h pp.c
36465 ____________________________________________________________________________
36466 [  7379] By: jhi                                   on 2000/10/20  18:43:37
36467         Log: Portability tweak on #7377.
36468              
36469              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
36470              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
36471              Date:     Fri, 20 Oct 2000 13:13:41 EDT
36472              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
36473      Branch: perl
36474            ! t/lib/dprof.t
36475 ____________________________________________________________________________
36476 [  7378] By: jhi                                   on 2000/10/20  12:57:19
36477         Log: SOCKS function redefinitions need prototypes, too, otherwise
36478              for example 32 bit versus 64 bit differences cause a lot of
36479              problems.  Part of
36480              
36481              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
36482              From: Jens Hamisch <jens@Strawberry.COM>
36483              Date: Tue, 17 Oct 2000 08:39:36 +0200
36484              Message-Id: <20001017083936.A11104@Strawberry.COM>
36485      Branch: perl
36486            ! doio.c pp_sys.c
36487 ____________________________________________________________________________
36488 [  7377] By: jhi                                   on 2000/10/20  12:37:12
36489         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
36490              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
36491              Date:     Fri, 20 Oct 2000 08:26:04 EDT
36492              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
36493      Branch: perl
36494            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
36495 ____________________________________________________________________________
36496 [  7376] By: jhi                                   on 2000/10/20  12:35:31
36497         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
36498              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
36499              Date:     Fri, 20 Oct 2000 07:48:15 EDT
36500              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
36501      Branch: perl
36502            ! configure.com vms/gen_shrfls.pl
36503 ____________________________________________________________________________
36504 [  7375] By: bailey                                on 2000/10/20  04:44:37
36505         Log: SYN SYN
36506      Branch: vmsperl
36507           +> (branch 134 files)
36508            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
36509            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
36510            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
36511            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
36512            - eg/cgi/frameset.cgi eg/cgi/index.html
36513            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
36514            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
36515            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
36516            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
36517            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
36518            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
36519            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
36520            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
36521            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
36522            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
36523            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
36524            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
36525            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
36526            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
36527            - lib/unicode/Props.txt lib/unicode/UCD300.html
36528            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
36529            - utils/perlbc.PL vms/subconfigure.com
36530           !> (integrate 785 files)
36531 ____________________________________________________________________________
36532 [  7374] By: jhi                                   on 2000/10/20  00:59:48
36533         Log: In the latest compiler builds cccdlflags must not become -fpic,
36534              from Wilfredo Sánchez.
36535      Branch: perl
36536            ! hints/darwin.sh
36537 ____________________________________________________________________________
36538 [  7373] By: jhi                                   on 2000/10/20  00:56:35
36539         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
36540              From: Tony Cook <tony@develop-help.com>
36541              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
36542              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
36543      Branch: perl
36544            ! pod/perlop.pod
36545 ____________________________________________________________________________
36546 [  7372] By: jhi                                   on 2000/10/19  19:34:40
36547         Log: Typo noted by Mark Lutz.
36548      Branch: perl
36549            ! t/op/64bitint.t
36550 ____________________________________________________________________________
36551 [  7371] By: jhi                                   on 2000/10/19  19:33:13
36552         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
36553      Branch: metaconfig
36554            ! U/modified/Cppsym.U U/modified/Oldconfig.U
36555      Branch: metaconfig/U/perl
36556            ! End.U dlsrc.U libperl.U
36557      Branch: perl
36558            + hints/nonstopux.sh
36559            ! Configure MANIFEST config_h.SH
36560 ____________________________________________________________________________
36561 [  7370] By: jhi                                   on 2000/10/19  17:18:08
36562         Log: Subject: PATCH do_print has 2 PerlIO_error()s
36563              From: nick@ccl4.org
36564              Date: Thu, 19 Oct 2000 18:09:20 +0100
36565              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
36566      Branch: perl
36567            ! doio.c
36568 ____________________________________________________________________________
36569 [  7369] By: jhi                                   on 2000/10/19  14:01:49
36570         Log: Update Changes.
36571      Branch: perl
36572            ! Changes patchlevel.h
36573 ____________________________________________________________________________
36574 [  7368] By: jhi                                   on 2000/10/19  13:04:29
36575         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
36576              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36577              Date: Wed, 18 Oct 2000 13:12:01 +0200
36578              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
36579      Branch: perl
36580            ! hints/aix.sh
36581 ____________________________________________________________________________
36582 [  7367] By: jhi                                   on 2000/10/19  02:22:40
36583         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
36584              of a 'pmshort' anywhere in the B, so the offending line was simply
36585              removed.
36586      Branch: perl
36587            ! ext/B/B/Debug.pm
36588 ____________________________________________________________________________
36589 [  7366] By: jhi                                   on 2000/10/19  02:12:37
36590         Log: Add the test case for the bug id 20000730.004 which seems
36591              to have been fixed by now.
36592      Branch: perl
36593            ! t/pragma/utf8.t
36594 ____________________________________________________________________________
36595 [  7365] By: jhi                                   on 2000/10/18  23:36:24
36596         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
36597              From: Hugo <hv@crypt.compulink.co.uk>
36598              Date: Wed, 18 Oct 2000 23:25:58 +0100
36599              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
36600      Branch: perl
36601            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
36602 ____________________________________________________________________________
36603 [  7364] By: jhi                                   on 2000/10/18  21:12:53
36604         Log: (retracted)
36605      Branch: perl
36606            ! pp.c
36607 ____________________________________________________________________________
36608 [  7363] By: jhi                                   on 2000/10/18  20:55:38
36609         Log: Missing change from #7362.
36610      Branch: perl
36611            ! win32/perlhost.h
36612 ____________________________________________________________________________
36613 [  7362] By: jhi                                   on 2000/10/18  20:52:01
36614         Log: Borland C fstat() never saw the fd as writable.
36615              
36616              Subject: fix for Borland's weak "stat" (perl@7211)
36617              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
36618              Date: Mon, 16 Oct 2000 09:55:03 +0400
36619              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
36620      Branch: perl
36621            ! win32/win32.c
36622 ____________________________________________________________________________
36623 [  7361] By: jhi                                   on 2000/10/18  17:43:50
36624         Log: Regen toc.
36625      Branch: perl
36626            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
36627 ____________________________________________________________________________
36628 [  7360] By: jhi                                   on 2000/10/18  17:07:44
36629         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36630              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
36631              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
36632              Date: Mon, 16 Oct 2000 15:19:49 +0200
36633      Branch: perl
36634            + README.aix
36635            ! MANIFEST
36636 ____________________________________________________________________________
36637 [  7359] By: jhi                                   on 2000/10/18  17:04:49
36638         Log: Subject: Pod patch for Devel::Peek
36639              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36640              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
36641              Date: Mon, 16 Oct 2000 12:26:34 +0200
36642      Branch: perl
36643            ! ext/Devel/Peek/Peek.pm
36644 ____________________________________________________________________________
36645 [  7358] By: jhi                                   on 2000/10/18  17:03:15
36646         Log: Make Cwd more bulletproof in chrooted environments.
36647              
36648              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
36649              From: "Eric E. Coe" <Eric.Coe@oracle.com>
36650              Date: Wed, 18 Oct 2000 04:03:54 -0400
36651              Message-Id: <39ED596A.70E599FE@oracle.com>
36652      Branch: perl
36653            ! lib/Cwd.pm
36654 ____________________________________________________________________________
36655 [  7357] By: jhi                                   on 2000/10/18  16:37:26
36656         Log: Disable the UTF8 downgrade croakage for now to avoid
36657              too many not okay messages.
36658      Branch: perl
36659            ! doio.c
36660 ____________________________________________________________________________
36661 [  7356] By: jhi                                   on 2000/10/17  23:29:41
36662         Log: Show the failed remote port, instead of the failing line number.
36663              
36664              Subject: [PATCH 5.6.1 Debugger] More diagnostics
36665              From: David Sparks <daves@ActiveState.com>
36666              Date: Tue, 17 Oct 2000 15:00:24 -0700
36667              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
36668      Branch: perl
36669            ! lib/perl5db.pl
36670 ____________________________________________________________________________
36671 [  7355] By: jhi                                   on 2000/10/17  14:11:31
36672         Log: On output try to downgrade to bytes, croak if impossible,
36673              from Simon Cozens.  This means that outputting >255 UTF8
36674              is impossible.  Consider this as a strong incentive to get
36675              the I/O disciplines implemented.
36676      Branch: perl
36677            ! doio.c pod/perldiag.pod sv.c
36678 ____________________________________________________________________________
36679 [  7354] By: jhi                                   on 2000/10/17  13:42:23
36680         Log: Clarify documentation on 'use bytes'.
36681              
36682              Subject: Re: What does 'use bytes' "mean" ?
36683              From: Simon Cozens <simon@cozens.net>
36684              Date: Mon, 18 Sep 2000 18:24:25 +0100
36685              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
36686      Branch: perl
36687            ! lib/bytes.pm
36688 ____________________________________________________________________________
36689 [  7353] By: jhi                                   on 2000/10/17  13:28:12
36690         Log: Workaround for a sfio bug where the stream error indicator
36691              is not cleared as documented.
36692              
36693              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
36694              From: Nicholas Clark <nick@ccl4.org>
36695              Date: Mon, 16 Oct 2000 18:28:23 +0100
36696              Message-ID: <20001016182823.J19700@plum.flirble.org>
36697      Branch: perl
36698            ! doio.c
36699 ____________________________________________________________________________
36700 [  7352] By: jhi                                   on 2000/10/17  13:06:19
36701         Log: More IoTYPE sprinkling.
36702      Branch: perl
36703            ! doio.c pp_hot.c
36704 ____________________________________________________________________________
36705 [  7351] By: jhi                                   on 2000/10/16  22:47:07
36706         Log: Detect early whether the std streams have gone bad.
36707              
36708              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
36709              Date: Mon, 16 Oct 2000 23:28:42 +0100
36710              From: Nicholas Clark <nick@ccl4.org>
36711              Message-ID: <20001016232842.A37942@plum.flirble.org>
36712      Branch: perl
36713            ! t/op/misc.t
36714 ____________________________________________________________________________
36715 [  7350] By: jhi                                   on 2000/10/16  22:45:16
36716         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
36717              From: "Peter J. Farley III" <pjfarley@banet.net>
36718              Date: Mon, 16 Oct 2000 18:15:59 -0400
36719              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
36720      Branch: perl
36721            ! djgpp/djgpp.c dosish.h t/io/open.t
36722 ____________________________________________________________________________
36723 [  7349] By: jhi                                   on 2000/10/16  22:36:45
36724         Log: perldelta tweak.
36725      Branch: perl
36726            ! pod/perldelta.pod
36727 ____________________________________________________________________________
36728 [  7348] By: jhi                                   on 2000/10/16  15:17:53
36729         Log: Update Changes.
36730      Branch: perl
36731            ! Changes patchlevel.h
36732 ____________________________________________________________________________
36733 [  7347] By: jhi                                   on 2000/10/16  13:55:27
36734         Log: Add the capability to include/exclude branches.
36735      Branch: perl
36736            ! Porting/genlog
36737 ____________________________________________________________________________
36738 [  7346] By: jhi                                   on 2000/10/16  13:18:04
36739         Log: Add Charles Lane.
36740      Branch: perl
36741            ! AUTHORS Changes
36742 ____________________________________________________________________________
36743 [  7345] By: jhi                                   on 2000/10/16  13:13:21
36744         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
36745      Branch: perl
36746            ! pod/perldelta.pod
36747 ____________________________________________________________________________
36748 [  7344] By: gsar                                  on 2000/10/16  09:30:21
36749         Log: integrate change#6220 from cfgperl
36750              
36751              Win32 patches from Benjamin Stuhl.
36752      Branch: maint-5.6/perl
36753           !> makedef.pl win32/win32.h
36754 ____________________________________________________________________________
36755 [  7343] By: gsar                                  on 2000/10/16  08:32:19
36756         Log: integrate changes#6221,6222 from cfgperl
36757              
36758              Remove tr///CU (the feature is to be obsoleted by better interfaces).
36759              From: simon@brecon.co.uk (Simon Cozens)
36760              Subject: [PATCH] Eliminate tr///[CU][CU]
36761              Date: 23 Jun 2000 11:05:40 GMT
36762              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
36763              
36764              doc typo fix
36765              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
36766              From: Ian Phillipps <Ian.Phillipps@iname.com>
36767              Date: Fri, 23 Jun 2000 10:40:58 +0100
36768              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
36769      Branch: maint-5.6/perl
36770           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
36771 ____________________________________________________________________________
36772 [  7342] By: gsar                                  on 2000/10/16  08:28:08
36773         Log: integrate change#6217 from cfgperl (in part)
36774              
36775              Rename the fdpid locking and integrate with Sarathy.
36776      Branch: maint-5.6/perl
36777           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
36778           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
36779           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
36780           !> win32/win32.c
36781 ____________________________________________________________________________
36782 [  7341] By: gsar                                  on 2000/10/16  08:23:39
36783         Log: integrate changes#6214..6216 from mainline
36784              
36785              @_ can't have junk in it even in the non-USE_ITHREADS case because
36786              caller() wants to populate @DB::args with it (causes a coredump
36787              in Carp::confess())
36788              
36789              tweak comment about @DB::args
36790              
36791              be more optimal about clearing @_
36792      Branch: maint-5.6/perl
36793           !> av.h cop.h pp_ctl.c t/op/runlevel.t
36794 ____________________________________________________________________________
36795 [  7340] By: gsar                                  on 2000/10/16  08:20:37
36796         Log: integrate changes#6207..6210 from cfgperl
36797              
36798              Subject: [PATCH 5.6.0] Threadsafe patches
36799              From: Dan Sugalski <dan@sidhe.org>
36800              To: perl5-porters@perl.org
36801              Date: Mon, 08 May 2000 18:08:13 -0400
36802              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
36803              
36804              Regen headers for #6207.
36805              
36806              Lock PL_fdpid against race conditions, based on:
36807              Subject: [PATCH 5.6.0]subprocess fixup for threads
36808              From: Dan Sugalski <dan@sidhe.org>
36809              To: perl5-porters@perl.org
36810              Date: Tue, 11 Apr 2000 17:02:32 -0400
36811              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
36812              
36813              Mopup for #6207 and #6209.
36814      Branch: maint-5.6/perl
36815           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
36816           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
36817           !> win32/win32.c
36818 ____________________________________________________________________________
36819 [  7339] By: gsar                                  on 2000/10/16  08:14:34
36820         Log: integrate change#6203 from cfgperl
36821              
36822              perldiag should refer to perlos2.pod not README.os2
36823      Branch: maint-5.6/perl
36824           !> pod/perldiag.pod
36825 ____________________________________________________________________________
36826 [  7338] By: gsar                                  on 2000/10/16  08:11:42
36827         Log: integrate change#6201 from mainline
36828              
36829              Perl_eval_pv() leaks 4 bytes every time it is called because it
36830              does a PUSHMARK that's never ever POPMARKed; in general, only
36831              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
36832              Perl_eval_[sp]v() don't because they don't take any incoming
36833              arguments (this leak has been around since the original version
36834              of perl_eval_pv() in 5.003_97e)
36835      Branch: maint-5.6/perl
36836           !> perl.c
36837 ____________________________________________________________________________
36838 [  7337] By: gsar                                  on 2000/10/16  08:08:47
36839         Log: integrate changes#6197..6200 from cfgperl
36840              
36841              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
36842              From: John Borwick <jhborwic@unity.ncsu.edu>
36843              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
36844              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
36845              
36846              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
36847              From: Dan Sugalski <dan@sidhe.org>
36848              To: vmsperl@perl.org, perl5-porters@perl.org
36849              Date: Fri, 02 Jun 2000 16:00:41 -0400
36850              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
36851              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
36852              
36853              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
36854              From: Dan Sugalski <dan@sidhe.org>
36855              To: perl5-porters@perl.org, vmsperl@perl.org
36856              Date: Fri, 02 Jun 2000 17:30:51 -0400
36857              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
36858              
36859              Update to cperl-mode.el 4.31 from
36860              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
36861              Subject: A couple of notes
36862              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36863              To: Mailing list Perl5 <perl5-porters@perl.org>
36864              Date: Sat, 3 Jun 2000 23:33:32 -0400
36865              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
36866      Branch: maint-5.6/perl
36867           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
36868           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
36869           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
36870           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
36871           !> vms/vmsish.h
36872 ____________________________________________________________________________
36873 [  7336] By: gsar                                  on 2000/10/16  08:03:46
36874         Log: integrate changes#6194,6195 from mainline
36875              
36876              fix small eval"" memory leaks under USE_ITHREADS
36877              
36878              fix yet another eval"" leak under USE_ITHREADS
36879      Branch: maint-5.6/perl
36880           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
36881           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
36882           !> vms/perly_c.vms
36883 ____________________________________________________________________________
36884 [  7335] By: gsar                                  on 2000/10/16  08:02:15
36885         Log: integrate changes#6190,6191 from mainline
36886              
36887              submit missing embed.pl change
36888              
36889              vec() loses numericalness (modified version of patch suggested
36890              by Robin Barker)
36891      Branch: maint-5.6/perl
36892           !> doop.c embed.pl t/op/vec.t
36893 ____________________________________________________________________________
36894 [  7334] By: gsar                                  on 2000/10/16  08:01:03
36895         Log: integrate change#6189 from mainline
36896              
36897              counting tr/// corrupts later operation (from M.J.T Guy)
36898      Branch: maint-5.6/perl
36899           !> doop.c t/op/tr.t
36900 ____________________________________________________________________________
36901 [  7333] By: gsar                                  on 2000/10/16  07:59:07
36902         Log: integrate changes#6183..6188 from mainline
36903              
36904              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
36905              <nick@ccl4.org>)
36906              
36907              tweak for change#6127
36908              
36909              remove incorrect documentation about implicit split to @_ in
36910              list context, which never really worked in perl 5 (from
36911              M.J.T. Guy)
36912              
36913              further qualify references to "alphanumeric" (from Wolfgang Laun
36914              <wolfgang.laun@alcatel.at>)
36915              
36916              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
36917              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
36918              
36919              h2xs tweaks
36920      Branch: maint-5.6/perl
36921           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
36922           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
36923           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
36924           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
36925           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
36926           !> pod/pod2latex.PL utils/h2xs.PL
36927 ____________________________________________________________________________
36928 [  7332] By: gsar                                  on 2000/10/16  07:53:52
36929         Log: integrate change#6179 from mainline
36930              
36931              buggy modulus on UVs introduced by change#3378 (resulted in
36932              4063328477 % 65535 amounting to 27406, instead of 27407)
36933      Branch: maint-5.6/perl
36934           !> pp.c t/op/arith.t
36935 ____________________________________________________________________________
36936 [  7331] By: gsar                                  on 2000/10/16  07:52:49
36937         Log: integrate changes#6176,6177,6178,6182 from cfgperl
36938              
36939              Single-quoted utf8 patch from Simon Cozens.
36940              
36941              Substitution utf8 patch from Simon Cozens.
36942              
36943              Be cleaner.
36944              
36945              Be Cleaner Part Deux.
36946      Branch: maint-5.6/perl
36947           !> Makefile.SH pp_hot.c toke.c
36948 ____________________________________________________________________________
36949 [  7330] By: gsar                                  on 2000/10/16  07:41:36
36950         Log: integrate change#6172 from mainline
36951              
36952              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
36953              (from Ilya Zakharevich)
36954      Branch: maint-5.6/perl
36955           !> regexec.c t/op/re_tests
36956 ____________________________________________________________________________
36957 [  7329] By: gsar                                  on 2000/10/16  07:40:25
36958         Log: integrate change#6171 from mainline
36959              
36960              scalar() doesn't force scalar context when used in void context
36961              (from Simon Cozens)
36962      Branch: maint-5.6/perl
36963           !> op.c t/op/wantarray.t
36964 ____________________________________________________________________________
36965 [  7328] By: gsar                                  on 2000/10/16  07:39:33
36966         Log: integrate change#6170 from mainline
36967              
36968              change#6142 needs tweaks to tests to work where there's no
36969              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
36970      Branch: maint-5.6/perl
36971           !> t/lib/filefind.t
36972 ____________________________________________________________________________
36973 [  7327] By: gsar                                  on 2000/10/16  07:35:34
36974         Log: integrate changes#6166..6168 from cfgperl
36975              
36976              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
36977              in case somebody wants to write an extension for more
36978              shadow database interfaces.
36979              
36980              tweak todo
36981              
36982              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
36983      Branch: maint-5.6/perl
36984           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
36985           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
36986           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
36987           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
36988           !> win32/config.vc win32/config_H.bc win32/config_H.gc
36989           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
36990 ____________________________________________________________________________
36991 [  7326] By: gsar                                  on 2000/10/16  07:29:05
36992         Log: integrate changes#6157,6159..6161,6164 from cfgperl
36993              
36994              Regen Configure to jive with #6149.
36995              
36996              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
36997              
36998              Changes for the File::Temp 0.08 (change #6159) test suite
36999              to fit better into the Perl distribution test framework.
37000              
37001              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
37002              both from Simon Cozens.
37003              
37004              detypo
37005      Branch: maint-5.6/perl
37006           +> pod/perlmodlib.PL pod/perlnewmod.pod
37007           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
37008           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
37009           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
37010           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
37011 ____________________________________________________________________________
37012 [  7325] By: gsar                                  on 2000/10/16  07:25:13
37013         Log: integrate change#6158 from vmsperl
37014              
37015              Add fallback to tmpfile for use in cases where user's relying on
37016              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
37017              Lane's patch)
37018      Branch: maint-5.6/perl
37019           !> vms/vms.c vms/vmsish.h
37020 ____________________________________________________________________________
37021 [  7324] By: gsar                                  on 2000/10/16  07:20:50
37022         Log: integrate changes#6153..6155 from mainline
37023              
37024              prettier Test::Harness output on failed tests (from Nicholas Clark
37025              <nick@Bagpuss.uk.boo.com>)
37026              
37027              avoid type mismatch warning
37028              
37029              small bug in change#6144; remove random \xA0 character that snuck
37030              in via change#6145
37031      Branch: maint-5.6/perl
37032           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
37033           !> perl.c
37034 ____________________________________________________________________________
37035 [  7323] By: gsar                                  on 2000/10/16  07:18:47
37036         Log: integrate changes#6151,6152 from mainline
37037              
37038              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
37039              
37040              cosmetic fixups of RE debug output (from Ilya Zakharevich)
37041      Branch: maint-5.6/perl
37042           !> regexec.c
37043 ____________________________________________________________________________
37044 [  7322] By: gsar                                  on 2000/10/16  07:17:25
37045         Log: integrate changes#6146..6150 from mainline
37046              
37047              doc typo
37048              
37049              add a make entry to Config.pm so "perl -V:make" works on VMS
37050              (from Peter Prymmer)
37051              
37052              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
37053              
37054              OS/2 tweaks for usethreads build (from Rocco Caputo
37055              <troc@netrus.net>)
37056              
37057              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
37058      Branch: maint-5.6/perl
37059           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
37060           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
37061           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
37062           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
37063           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
37064           !> warnings.pl x2p/a2p.h
37065 ____________________________________________________________________________
37066 [  7321] By: gsar                                  on 2000/10/16  07:14:02
37067         Log: integrate changes#6143..6145 from mainline
37068              
37069              MacOS support, part 1 (from Matthias Neeracher
37070              <neeri@iis.ee.ethz.ch>)
37071              
37072              MacOS support, part 2: make AutoSplit use File::Spec instead
37073              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
37074              <neeri@iis.ee.ethz.ch>)
37075              
37076              make xsubpp skip embedded pod (from Matthias Neeracher
37077              <neeri@iis.ee.ethz.ch>)
37078      Branch: maint-5.6/perl
37079           +> ext/DynaLoader/dl_mac.xs
37080           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
37081           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
37082           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
37083           !> pp_ctl.c proto.h toke.c util.c util.h
37084 ____________________________________________________________________________
37085 [  7320] By: gsar                                  on 2000/10/16  07:12:13
37086         Log: integrate changes#6141,6142 from mainline
37087              
37088              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
37089              forwarded by Peter Seebach from the bsdi-users mailing list.
37090              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
37091              
37092              File::Find fails to chdir when chasing symlinks (from
37093              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
37094      Branch: maint-5.6/perl
37095           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
37096 ____________________________________________________________________________
37097 [  7319] By: gsar                                  on 2000/10/16  07:04:30
37098         Log: integrate change#6139 from mainline
37099              
37100              revise mktables.PL for bugs and newness in Unicode 3.0
37101              (from James Bence <jbence@amgen.com>)
37102      Branch: maint-5.6/perl
37103           +> (branch 30 files)
37104           !> (integrate 49 files)
37105 ____________________________________________________________________________
37106 [  7318] By: gsar                                  on 2000/10/16  07:01:01
37107         Log: integrate changes#6137,6138 from mainline
37108              
37109              fix bogus redeclaration warning for "our" variables in different
37110              scopes
37111              
37112              add note about the handling of negative indices to tied arrays
37113              (from Michael G Schwern <schwern@pobox.com>)
37114      Branch: maint-5.6/perl
37115           !> op.c pod/perltie.pod t/pragma/strict-vars
37116 ____________________________________________________________________________
37117 [  7317] By: gsar                                  on 2000/10/16  06:58:46
37118         Log: integrate changes#6127..6136 from mainline
37119              
37120              call_method(...,G_EVAL) can longjmp() out if the method probing
37121              failed (from Gisle Aas)
37122              
37123              new perlxstut example for passing/returning refs to arrays
37124              (from David Lowe <dlowe@pootpoot.com>)
37125              
37126              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
37127              
37128              fix places that mean C<"word" character> but say C<alphanumeric
37129              character>
37130              
37131              avoid warnings in POSIX.pm (from Barrie Slaymaker)
37132              
37133              warnings::enabled() doesn't fall back to looking at $^W if
37134              caller isn't using lexical warnings (from Paul Marquess)
37135              
37136              elide bogus test in change#6132
37137              
37138              make Test::Harness use wait.h/WCOREDUMP if available
37139              (from Ben Tilly <ben_tilly@hotmail.com>)
37140              
37141              enable Test::Harness to dynamically determine column width etc.
37142              (from Rob Napier <rnapier@employees.org>)
37143              
37144              random pod typos (from Peter Scott <Peter@PSDT.com>)
37145      Branch: maint-5.6/perl
37146           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
37147           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
37148           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
37149           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
37150 ____________________________________________________________________________
37151 [  7316] By: gsar                                  on 2000/10/16  06:53:23
37152         Log: integrate change#6126 from mainline
37153              
37154              change#2879 broke rvalue autovivification of magicals such as
37155              ${$num} (reworked variant of patch suggested by Simon Cozens)
37156      Branch: maint-5.6/perl
37157           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
37158           !> pp_hot.c proto.h t/op/gv.t
37159 ____________________________________________________________________________
37160 [  7315] By: gsar                                  on 2000/10/16  06:51:38
37161         Log: integrate changes#6123,6125 from mainline
37162              
37163              clarify gotcha with #line directives (from Rocco Caputo
37164              <troc@netrus.net>)
37165              
37166              enable propagating exception objects via Perl_croak() in XS code
37167              (from Gisle Aas)
37168      Branch: maint-5.6/perl
37169           !> pod/perldebug.pod pod/perlsyn.pod util.c
37170 ____________________________________________________________________________
37171 [  7314] By: gsar                                  on 2000/10/16  06:49:28
37172         Log: integrate change#6122 from mainline
37173              
37174              downgrade fatal error on C<"foo@nosucharray.com"> to optional
37175              warning (from Mark-Jason Dominus)
37176      Branch: maint-5.6/perl
37177           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
37178           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
37179           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
37180           !> toke.c
37181 ____________________________________________________________________________
37182 [  7313] By: gsar                                  on 2000/10/16  06:46:54
37183         Log: integrate changes#6112..6121 from vmsperl
37184              
37185              Check for existence of file before trying to delete
37186              
37187              Ugly workaround for version-specific RTL error
37188              
37189              Urk -- undo previous removal of vmsish 'exit' change
37190              
37191              Add bounds checking for several strings (Charles Lane)
37192              
37193              Miscellaneous cosmetic fixes (Charles Lane)
37194              
37195              Treat sockets as special in sys(read|write) (Charles Lane et al.)
37196              
37197              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
37198              Flatten case labels in switch statements uniformly (Charles Bailey)
37199              
37200              Quiet error messages in vmsish.t (Charles Lane)
37201              
37202              Add missing escape (Charles Lane)
37203              
37204              Allow eliminate_macros() and fixpath() to handle space-delimited
37205              lists (based on fixes by Craig Berry)
37206      Branch: maint-5.6/perl
37207           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
37208           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
37209           !> vms/vmsish.h
37210 ____________________________________________________________________________
37211 [  7312] By: gsar                                  on 2000/10/16  06:41:18
37212         Log: integrate changes#6107,6110 from cfgperl
37213              
37214              Tweak the todo list.
37215              
37216              todo tweak
37217      Branch: maint-5.6/perl
37218           !> Todo-5.6
37219 ____________________________________________________________________________
37220 [  7311] By: gsar                                  on 2000/10/16  06:38:38
37221         Log: integrate changes#6104,6108 from mainline
37222              
37223              PL_sys_intern was being initialized too late on windows
37224              
37225              reenable fake signal handling on Windows, bugs and all
37226      Branch: maint-5.6/perl
37227           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
37228           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
37229           !> win32/win32.c
37230 ____________________________________________________________________________
37231 [  7310] By: gsar                                  on 2000/10/16  06:36:03
37232         Log: integrate changes#6095,6097..6103 from cfgperl
37233              
37234              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
37235              might be useful in future.
37236              
37237              Add a note about possible compilation problems from Allen Smith.
37238              
37239              Add a note about other, yet unsupported, shadow password APIs.
37240              
37241              Tweaks for the cc bugs from Allen Smith.
37242              
37243              More compilation tweakery from Allen Smith.
37244              
37245              Hints and test tweaks for Unicos.
37246              
37247              The test suite tweak in #6101 wasn't quite right.
37248              
37249              Test tweaking for Unicos continues.
37250      Branch: maint-5.6/perl
37251           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
37252           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
37253           !> t/lib/complex.t t/op/64bitint.t
37254 ____________________________________________________________________________
37255 [  7309] By: gsar                                  on 2000/10/16  06:29:41
37256         Log: integrate changes#6093,6094 from mainline
37257              
37258              fork() failure to create pseudo process sets errno=EAGAIN and returns
37259              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
37260              
37261              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
37262      Branch: maint-5.6/perl
37263           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
37264           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
37265 ____________________________________________________________________________
37266 [  7308] By: gsar                                  on 2000/10/16  06:27:29
37267         Log: integrate change#6092 from cfgperl
37268              
37269              Regen perltoc with the fixed buildtoc.
37270      Branch: maint-5.6/perl
37271           !> pod/perltoc.pod
37272 ____________________________________________________________________________
37273 [  7307] By: gsar                                  on 2000/10/16  06:26:40
37274         Log: integrate changes#6089,6090 from mainline
37275              
37276              buildtoc tweak to fix newline lossage
37277              
37278              concat doesn't preserve utf8-ness, and doesn't invalidate
37279              [NI]OK; added tests for both
37280      Branch: maint-5.6/perl
37281           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
37282 ____________________________________________________________________________
37283 [  7306] By: gsar                                  on 2000/10/16  06:24:05
37284         Log: integrate change#6088 from cfgperl
37285              
37286              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
37287              because we do not use those.  The HAS_GETSPNAM remains,
37288              though, because we still do use that.
37289      Branch: maint-5.6/perl
37290           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
37291           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
37292           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
37293           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
37294           !> win32/config.vc win32/config_H.bc win32/config_H.gc
37295           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
37296 ____________________________________________________________________________
37297 [  7305] By: gsar                                  on 2000/10/16  06:15:52
37298         Log: integrate changes#6084,6085,6087 from mainline
37299              
37300              substr() does not preserve utf8-ness (from Stefan Eissing
37301              <Eissing@medicaldataservice.de>); added tests
37302              
37303              repeat operator (x) doesn't preserve utf8-ness
37304              
37305              reverse() and quotemeta() weren't preserving utf8-ness; add tests
37306      Branch: maint-5.6/perl
37307           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
37308 ____________________________________________________________________________
37309 [  7304] By: gsar                                  on 2000/10/16  06:13:10
37310         Log: integrate changes#6077..6083 from mainline
37311              
37312              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
37313              and Tom Phoenix)
37314              
37315              workaround for CRT bug in chdir() (from Charles Lane, via
37316              Peter Prymmer)
37317              
37318              remove outdated kludge in Carp (NULLs are permitted in diagnostics
37319              now)
37320              
37321              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
37322              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
37323              
37324              better default perlbug categories for ok reports (from Richard Foley)
37325              
37326              peek.t non-portable to ithreads
37327              
37328              note about undocumented caller() return value (from M.J.T. Guy);
37329              yet another peek.t tweak
37330      Branch: maint-5.6/perl
37331           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
37332           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
37333           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
37334           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
37335           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
37336           !> vms/vmsish.h
37337 ____________________________________________________________________________
37338 [  7303] By: gsar                                  on 2000/10/16  06:03:18
37339         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
37340              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
37341              
37342              &HUGE_VAL is not defined, it exists.
37343              
37344              Do not warn that an infinity does not look like a number.
37345              
37346              Rewrite the pwent/spent logic to be a little bit more clearer.
37347              
37348              Continue on the pwent/spent case.
37349              
37350              Correct Freudian slip.
37351              
37352              Use HUGE_VALL if applicable.
37353              
37354              pwent/spent #ifdef imbalance.
37355              
37356              Infinite problems.
37357              
37358              Call getspnam() only iff needd.
37359              
37360              Test both the scalar and list contexts.
37361              
37362              Use setxxent()/endxxent().
37363              
37364              Complex tweakery.
37365              
37366              Unicos hint tweak.
37367              
37368              Be more forgiving in POSIX about HUGE_VALL.
37369              
37370              Detypo.
37371              
37372              The search of infinity continues, this time simplified.
37373              
37374              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
37375              in natively 64-bit platforms where a long is a quad (no need
37376              for long longs).  Also added bias for IVs.
37377              
37378              Complex tweaks.
37379              
37380              Introduce t/lib/peek.t.
37381              
37382              Make the test more portable.
37383      Branch: maint-5.6/perl
37384           +> t/lib/peek.t
37385            ! pp_sys.c
37386           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
37387           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
37388           !> t/op/pwent.t toke.c util.c
37389 ____________________________________________________________________________
37390 [  7302] By: gsar                                  on 2000/10/16  05:03:37
37391         Log: integrate changes#6066..6071 from mainline
37392              
37393              s/END/CHECK/
37394              
37395              replace direct call to sighandler() with (*PL_sighandlerp)()
37396              
37397              note about values()
37398              
37399              File::Spec compatibility update (from Barrie Slaymaker
37400              <barries@slaysys.com>)
37401              
37402              remove misleading comment (from M.J.T. Guy)
37403              
37404              misformatted perllocal.pod (from Tim Jenness
37405              <t.jenness@jach.hawaii.edu>)
37406      Branch: maint-5.6/perl
37407           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
37408           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
37409           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
37410           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
37411 ____________________________________________________________________________
37412 [  7301] By: gsar                                  on 2000/10/16  05:00:08
37413         Log: integrate changes#6061..6063 from mainline
37414              
37415              change#5921 neglected to make eq honor "use bytes"
37416              
37417              additional tests for utf8.t
37418              
37419              tokeq() could read unallocated field in argument
37420      Branch: maint-5.6/perl
37421           !> sv.c t/pragma/utf8.t toke.c
37422 ____________________________________________________________________________
37423 [  7300] By: gsar                                  on 2000/10/16  04:56:54
37424         Log: integrate changes#6046,6048,6057,6058 from mainline
37425              
37426              libscheck has insufficient checks for n32 libs (from
37427              Albert Chin-A-Young <china@thewrittenword.com>)
37428              
37429              add note about how $( doesn't interpolate in REs (from
37430              Philip Newton <newton@ficus.frogspace.net>)
37431              
37432              fix broken parsing of /\x{ab}/
37433              
37434              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
37435              (spotted by Donald Kinzer <dkinzer@premia.com>)
37436      Branch: maint-5.6/perl
37437           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
37438           !> t/pragma/utf8.t
37439 ____________________________________________________________________________
37440 [  7299] By: gsar                                  on 2000/10/16  04:52:50
37441         Log: integrate change#6044 from mainline
37442              
37443              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
37444              such that underscores are only ignored in literal numbers,
37445              "\x{...}", and hex/oct argument
37446      Branch: maint-5.6/perl
37447           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
37448 ____________________________________________________________________________
37449 [  7298] By: gsar                                  on 2000/10/16  04:50:53
37450         Log: integrate changes#6027..6043 from mainline
37451              
37452              podlators-1.02 update (from Russ Allbery)
37453              
37454              Pod::Man generates groff-incompatible macro definition (from
37455              Tom Christiansen)
37456              
37457              add CGI.pm v2.66 (from Lincoln Stein)
37458              
37459              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
37460              for @- and @+ (from Johan Vromans)
37461              
37462              small nits in diagnostics.pm (from Robin Barker)
37463              
37464              whitespace adjustments
37465              
37466              missing files in MANIFEST
37467              
37468              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
37469              to compensate
37470              
37471              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
37472              
37473              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
37474      Branch: maint-5.6/perl
37475           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
37476           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
37477           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
37478           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
37479           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
37480           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
37481           !> t/lib/cgi-html.t t/lib/cgi-request.t
37482 ____________________________________________________________________________
37483 [  7297] By: gsar                                  on 2000/10/16  04:44:30
37484         Log: integrate change#6025 from mainline
37485              
37486              Is{Alnum,Alpha,Word} don't match titlecase
37487              TODO: IsSpace is defined recursively!
37488              (both spotted by Larry)
37489      Branch: maint-5.6/perl
37490           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
37491           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
37492 ____________________________________________________________________________
37493 [  7296] By: gsar                                  on 2000/10/16  04:39:30
37494         Log: integrate change#6023 from mainline
37495              
37496              debugger stomps on $. (from M.J.T. Guy)
37497      Branch: maint-5.6/perl
37498           !> lib/perl5db.pl
37499 ____________________________________________________________________________
37500 [  7295] By: gsar                                  on 2000/10/16  04:38:02
37501         Log: integrate change#6022 from mainline
37502              
37503              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
37504      Branch: maint-5.6/perl
37505           !> sv.c
37506 ____________________________________________________________________________
37507 [  7294] By: gsar                                  on 2000/10/16  04:37:05
37508         Log: integrate changes#6018..6021 from mainline
37509              
37510              make lib/syslog.t portable to systems that don't have _PATH_LOG,
37511              make _PATH_LOG() return "" if unavailable
37512              
37513              windows portability tweaks
37514              
37515              test tweak
37516              
37517              remove Win2K issue in pod (fixed by change#6020)
37518      Branch: maint-5.6/perl
37519           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
37520           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
37521           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
37522 ____________________________________________________________________________
37523 [  7293] By: gsar                                  on 2000/10/16  04:20:00
37524         Log: integrate changes#6013..6015 from mainline
37525              
37526              tweak change#5945 to display correct switch name in diagnostic
37527              
37528              glob() loading File::Glob behind the scenes may cause syntax errors
37529              
37530              tweak test for portability
37531      Branch: maint-5.6/perl
37532           !> op.c perl.c pod/perldiag.pod t/lib/b.t
37533 ____________________________________________________________________________
37534 [  7292] By: gsar                                  on 2000/10/16  04:18:11
37535         Log: integrate changes#6005..6010 from mainline, cfgperl
37536              
37537              perldoc might fail via "use blib" (from Hugo van der Sanden)
37538              
37539              Regen Configure.
37540              
37541              note about compile failures and END blocks (from M.J.T. Guy)
37542              
37543              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
37544              
37545              (change#6009 integrated earlier in change#7255)
37546              
37547              clarify note about shadow password support (from
37548              gellyfish@gellyfish.com)
37549      Branch: maint-5.6/perl
37550           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
37551           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
37552           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
37553 ____________________________________________________________________________
37554 [  7291] By: gsar                                  on 2000/10/16  04:12:03
37555         Log: integrate changes#6002,6003 from mainline
37556              
37557              destructive sv_setsv() can lose UV-ness from source, causing
37558              numeric promotions/comparisons to fail to do the right thing
37559              
37560              allow REG_EXPAND_SZ keys in Windows registry (from
37561              John Clayton <John.Clayton@barclayscapital.com>)
37562      Branch: maint-5.6/perl
37563           !> sv.c win32/win32.c
37564 ____________________________________________________________________________
37565 [  7290] By: gsar                                  on 2000/10/16  04:10:19
37566         Log: integrate change#6001 from mainline
37567              
37568              support additional library locations via $Config{otherlibdirs}
37569              (from Andy Dougherty)
37570      Branch: maint-5.6/perl
37571           !> Configure INSTALL Porting/Glossary Porting/config.sh
37572           !> Porting/config_H config_h.SH epoc/config.sh perl.c
37573           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
37574           !> win32/config.bc win32/config.gc win32/config.vc
37575 ____________________________________________________________________________
37576 [  7289] By: gsar                                  on 2000/10/16  04:08:28
37577         Log: integrate change#5999 from mainline
37578              
37579              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
37580      Branch: maint-5.6/perl
37581           !> t/pragma/warn/toke toke.c
37582 ____________________________________________________________________________
37583 [  7288] By: gsar                                  on 2000/10/16  04:07:01
37584         Log: integrate changes#5997,5998 from cfgperl
37585              
37586              Preserve $!.
37587              
37588              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
37589      Branch: maint-5.6/perl
37590           !> lib/Math/Complex.pm
37591 ____________________________________________________________________________
37592 [  7287] By: gsar                                  on 2000/10/16  04:04:37
37593         Log: integrate change#5995 from mainline
37594              
37595              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
37596      Branch: maint-5.6/perl
37597           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
37598 ____________________________________________________________________________
37599 [  7286] By: gsar                                  on 2000/10/16  04:03:21
37600         Log: integrate change#5994 from mainline
37601              
37602              fix for missed accounting for null byte in pack("Z",...) (from
37603              M.J.T. Guy)
37604      Branch: maint-5.6/perl
37605           !> pp.c t/op/pack.t
37606 ____________________________________________________________________________
37607 [  7285] By: gsar                                  on 2000/10/16  04:02:11
37608         Log: integrate changes#5989..5993 from mainline
37609              
37610              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
37611              itself and no other (from Tom Hughes)
37612              
37613              use $ENV{LIB} to search for libs under Visual C compiler
37614              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
37615              
37616              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
37617              
37618              pod nit (from Simon Cozens)
37619              
37620              various minor tweaks seen on p5p
37621      Branch: maint-5.6/perl
37622           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
37623           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
37624           !> t/op/array.t toke.c
37625 ____________________________________________________________________________
37626 [  7284] By: gsar                                  on 2000/10/16  03:59:00
37627         Log: integrate changes#5978..5988 from mainline
37628              
37629              sync version numbers in File::Spec with the ones on CPAN
37630              (from Barrie Slaymaker)
37631              
37632              under useithreads, constant pad entries could inadvertantly be
37633              shared across threads (from Eric Blood <eblood@xmission.com>);
37634              added Eric's test case to testsuite
37635              
37636              allow Configure -S to run non-interactively (spotted by Greg Hudson
37637              <ghudson@mit.edu>)
37638              
37639              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
37640              prototype mismatch with CORE::glob(); update pod and tests to
37641              suit (File::Glob::glob() is still available for backward
37642              compatibility, but should be considered deprecated)
37643              
37644              avoid error in IO::Socket::INET when given an unknown service name
37645              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
37646              
37647              numeric conversion of non-number in change#3378 tramples on
37648              OOK offset, causing segfaults
37649              
37650              attributes::reftype() doesn't work on tied argument
37651              
37652              forked child may not exit correctly if it failed to open
37653              /dev/console (from Graham Barr)
37654              
37655              add regular expressions tutorial and quick-start guide (from
37656              Mark Kvale <kvale@phy.ucsf.edu>)
37657              
37658              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
37659              
37660              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
37661              <paul@miraclefish.com>)
37662      Branch: maint-5.6/perl
37663           +> pod/perlrequick.pod pod/perlretut.pod
37664           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
37665           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
37666           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
37667           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
37668           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
37669           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
37670           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
37671           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
37672 ____________________________________________________________________________
37673 [  7283] By: gsar                                  on 2000/10/16  03:52:14
37674         Log: integrate change#5977 from mainline
37675              
37676              autoquote barewords followed by newline and arrow properly
37677              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
37678      Branch: maint-5.6/perl
37679           !> t/pragma/warn/toke toke.c
37680 ____________________________________________________________________________
37681 [  7282] By: gsar                                  on 2000/10/16  03:50:48
37682         Log: integrate change#5976 from mainline
37683              
37684              DB_File v1.73 update (from Paul Marquess)
37685      Branch: maint-5.6/perl
37686           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
37687           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
37688 ____________________________________________________________________________
37689 [  7281] By: gsar                                  on 2000/10/16  03:49:14
37690         Log: integrate change#5975 from mainline
37691              
37692              allow sort() reentrancy (variant of patch suggested by
37693              Hugo van der Sanden)
37694      Branch: maint-5.6/perl
37695           !> pp_ctl.c t/op/sort.t
37696 ____________________________________________________________________________
37697 [  7280] By: gsar                                  on 2000/10/16  03:48:22
37698         Log: integrate change#5974 from mainline
37699              
37700              change#4197 somehow missed initializing PL_errors, meaning
37701              syntax error queueing wasn't working outside eval"" at all;
37702              also fixed eval"" to localize PL_error_count, so that compile-time
37703              eval's don't clobber the error state of the outer context
37704      Branch: maint-5.6/perl
37705           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
37706           !> t/pragma/warn/toke
37707 ____________________________________________________________________________
37708 [  7279] By: gsar                                  on 2000/10/16  03:46:21
37709         Log: integrate change#5973 from mainline
37710              
37711              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
37712      Branch: maint-5.6/perl
37713           !> regcomp.c regexec.c t/op/re_tests
37714 ____________________________________________________________________________
37715 [  7278] By: gsar                                  on 2000/10/16  03:44:54
37716         Log: integrate change#5971 from cfgperl
37717              
37718              Unicos tweaks from Mark P. Lutz.
37719      Branch: maint-5.6/perl
37720           !> hints/unicos.sh lib/Math/Complex.pm
37721 ____________________________________________________________________________
37722 [  7277] By: gsar                                  on 2000/10/16  03:42:59
37723         Log: integrate changes#5966..5970 from mainline
37724              
37725              add testsuite for B backends, fix bug in B::Deparse (from
37726              Simon Cozens <simon@brecon.co.uk>)
37727              
37728              improved docs on the warn_uninit diagnostic (from David Glasser
37729              and Simon Cozens)
37730              
37731              tolerate spaces in group names in test on solaris (from David Boyce
37732              <dsb@boyski.com>)
37733              
37734              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
37735              
37736              Data::Dumper fumbles negative numbers on 32-bit platforms where
37737              IV is >32bits
37738      Branch: maint-5.6/perl
37739           +> t/lib/b.t t/lib/syslog.t
37740           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
37741           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
37742           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
37743 ____________________________________________________________________________
37744 [  7276] By: gsar                                  on 2000/10/16  03:39:30
37745         Log: integrate change#5965 from mainline
37746              
37747              avoid "will not stay shared" warnings for our variables (from
37748              Robin Barker)
37749      Branch: maint-5.6/perl
37750           !> op.c t/pragma/warn/op
37751 ____________________________________________________________________________
37752 [  7275] By: gsar                                  on 2000/10/16  03:38:18
37753         Log: integrate change#5964 from mainline
37754              
37755              reformat to 72 columns (again)
37756      Branch: maint-5.6/perl
37757           !> pod/perldiag.pod
37758 ____________________________________________________________________________
37759 [  7274] By: gsar                                  on 2000/10/16  03:36:58
37760         Log: integrate change#5963 from mainline
37761              
37762              patch from Larry to make (\&) prototype work; added tests for
37763              the same
37764      Branch: maint-5.6/perl
37765           !> op.c t/comp/proto.t
37766 ____________________________________________________________________________
37767 [  7273] By: gsar                                  on 2000/10/16  03:35:51
37768         Log: integrate changes#5956..5962 from mainline
37769              
37770              better diagnostics on failed tests (from Ilya Zakharevich)
37771              
37772              pod nits (from A. C. Yardley <yardley@tanet.net>)
37773              
37774              change#3569 deleted some essential code, revert; avoid use of
37775              atexit() to make DynaLoader work properly on AIX under mod_perl
37776              (from Jens-Uwe Mager <jum@helios.de>)
37777              
37778              doubled words in pods (from Simon Cozens
37779              <simon.p.cozens@jp.pwcglobal.com>)
37780              
37781              better INSTALL notes on Solaris issues (from Dominic Dunlop)
37782              
37783              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
37784              
37785              updated README.hpux (from Jeff Okamoto)
37786      Branch: maint-5.6/perl
37787           !> INSTALL README.hpux emacs/cperl-mode.el
37788           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
37789           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
37790           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
37791           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
37792           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
37793           !> t/op/lex_assign.t
37794 ____________________________________________________________________________
37795 [  7272] By: gsar                                  on 2000/10/16  03:31:22
37796         Log: integrate change#5955 from mainline
37797              
37798              longstanding bug exposed by change#3307: sort arguments weren't
37799              compiled with the right wantarray context (ensuing runtime lookup
37800              via block_gimme() was getting the incidental context of the
37801              sort() itself)
37802      Branch: maint-5.6/perl
37803           !> op.c t/op/sort.t
37804 ____________________________________________________________________________
37805 [  7271] By: gsar                                  on 2000/10/16  03:29:11
37806         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
37807              branch
37808              
37809              Flatten the cpp jungle doing the nosuid checking.
37810              
37811              Do not assume sign propagation. (from M.J.T. Guy)
37812              
37813              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
37814              
37815              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
37816              Now pp_ncmp() returns undef is either operand is a NaN.
37817              
37818              On second thoughts frexp() does have two arguments.
37819              
37820              Document that tr() is not tr(1).
37821              
37822              Be more robust on "extreme" (large absolute value)
37823              arguments.  Originally reported by Daniel Connelly
37824              as a problem with asinh() on large negative arguments,
37825              asinh() used to bail out because an argument to log()
37826              ended up being zero.  Ilya Zakharevich proposed using
37827              Taylor's series in such cases, which for such large
37828              arguments is a very good approximation.
37829              
37830              Undo "use integer" addition from 64bitint as it seems
37831              to break most of the subtests in Digital UNIX;
37832              Unicos needs to find another way.
37833      Branch: maint-5.6/perl
37834           !> (integrate 29 files)
37835 ____________________________________________________________________________
37836 [  7270] By: gsar                                  on 2000/10/16  03:09:44
37837         Log: integrate changes#5948,5949,5950 from mainline
37838              
37839              typo in vars.pm that leads to cryptic message (from Piotr
37840              Piatkowski <kompas@kompas.usr.onet.pl>)
37841              
37842              make perldoc use the pod2man from the same version (from
37843              M.J.T. Guy)
37844              
37845              reformat perldiag to avoid long lines
37846      Branch: maint-5.6/perl
37847           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
37848 ____________________________________________________________________________
37849 [  7269] By: gsar                                  on 2000/10/16  03:05:54
37850         Log: integrate change#5947 from mainline
37851              
37852              use &dl_error rather than &dl_load_file as the guard for calling
37853              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
37854              statically built perl)
37855      Branch: maint-5.6/perl
37856           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
37857 ____________________________________________________________________________
37858 [  7268] By: gsar                                  on 2000/10/16  03:04:48
37859         Log: integrate change#5945 from mainline
37860              
37861              make module name mandatory after -M switch; reorder perldiag
37862              alphabetically (from Mark-Jason Dominus)
37863      Branch: maint-5.6/perl
37864           !> perl.c pod/perldiag.pod
37865 ____________________________________________________________________________
37866 [  7267] By: gsar                                  on 2000/10/16  03:03:01
37867         Log: integrate change#5939 from mainline
37868              
37869              more pod nits (from Larry Virden)
37870      Branch: maint-5.6/perl
37871           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
37872           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
37873           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
37874 ____________________________________________________________________________
37875 [  7266] By: gsar                                  on 2000/10/16  03:01:39
37876         Log: integrate change#5938 from mainline
37877              
37878              Consolidated B::Deparse fixes (from Stephen McCamant)
37879      Branch: maint-5.6/perl
37880           !> ext/B/B/Deparse.pm
37881 ____________________________________________________________________________
37882 [  7265] By: gsar                                  on 2000/10/16  03:00:43
37883         Log: integrate change#5936 from mainline
37884              
37885              additional tests for change#7263 (from Paul Marquess)
37886      Branch: maint-5.6/perl
37887           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
37888           !> t/pragma/warn/5nolint t/pragma/warn/6default
37889 ____________________________________________________________________________
37890 [  7264] By: gsar                                  on 2000/10/16  02:58:34
37891         Log: integrate change#5934 from mainline
37892              
37893              propagate lexical warnings from surrounding scope correctly
37894              within string eval() (from Paul Marquess)
37895      Branch: maint-5.6/perl
37896           !> pp_ctl.c t/pragma/warn/pp_ctl
37897 ____________________________________________________________________________
37898 [  7263] By: gsar                                  on 2000/10/16  02:56:53
37899         Log: integrate change#5932 from mainline
37900              
37901              add rsignal(), whichsig() and do_join() to public API list
37902              (mod_perl uses them to good advantage)
37903      Branch: maint-5.6/perl
37904           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
37905 ____________________________________________________________________________
37906 [  7262] By: gsar                                  on 2000/10/16  02:55:53
37907         Log: integrate change#5931 from mainline
37908              
37909              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
37910      Branch: maint-5.6/perl
37911           !> pp_hot.c regexec.c t/op/pat.t
37912 ____________________________________________________________________________
37913 [  7261] By: gsar                                  on 2000/10/16  02:55:01
37914         Log: integrate change#5930 from mainline
37915              
37916              small os390 tweaks (from Peter Prymmer)
37917      Branch: maint-5.6/perl
37918           !> config_h.SH makedepend.SH
37919 ____________________________________________________________________________
37920 [  7260] By: gsar                                  on 2000/10/16  02:54:10
37921         Log: integrate change#5929 from mainline
37922              
37923              pod nits
37924      Branch: maint-5.6/perl
37925           !> pod/perlguts.pod
37926 ____________________________________________________________________________
37927 [  7259] By: gsar                                  on 2000/10/16  02:52:55
37928         Log: integrate change#5927 from mainline
37929              
37930              arrange for next() to resume at the unstack op rather than the
37931              loop conditional, so that scope cleanup happens correctly
37932              (from Stephen McCamant)
37933      Branch: maint-5.6/perl
37934           !> op.c pp_ctl.c t/op/misc.t
37935 ____________________________________________________________________________
37936 [  7258] By: gsar                                  on 2000/10/16  02:51:38
37937         Log: integrate change#5926 from mainline
37938              
37939              on windows, reserve 16M of stack rather than 128M (allows more
37940              threads to run concurrently)
37941      Branch: maint-5.6/perl
37942           !> win32/Makefile win32/makefile.mk
37943 ____________________________________________________________________________
37944 [  7257] By: gsar                                  on 2000/10/16  02:50:37
37945         Log: integrate change#5925 from mainline
37946              
37947              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
37948      Branch: maint-5.6/perl
37949           !> toke.c
37950 ____________________________________________________________________________
37951 [  7256] By: gsar                                  on 2000/10/16  02:49:36
37952         Log: integrate change#5924 from mainline
37953              
37954              avoid using uninitialized memory in require version check
37955      Branch: maint-5.6/perl
37956           !> pp_ctl.c universal.c
37957 ____________________________________________________________________________
37958 [  7255] By: gsar                                  on 2000/10/16  02:48:03
37959         Log: integrate changes#5923,5928,6009 from mainline
37960              
37961              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
37962      Branch: maint-5.6/perl
37963           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
37964 ____________________________________________________________________________
37965 [  7254] By: gsar                                  on 2000/10/16  02:44:46
37966         Log: integrate change#5922 from mainline
37967              
37968              commentary about IoTYPE() (from Nathan Torkington)
37969      Branch: maint-5.6/perl
37970           !> sv.h
37971 ____________________________________________________________________________
37972 [  7253] By: gsar                                  on 2000/10/16  02:43:49
37973         Log: integrate change#5921 from mainline
37974              
37975              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
37976      Branch: maint-5.6/perl
37977           !> sv.c t/lib/charnames.t t/pragma/utf8.t
37978 ____________________________________________________________________________
37979 [  7252] By: gsar                                  on 2000/10/16  02:42:31
37980         Log: integrate change#5920 from mainline
37981              
37982              Larry's fix for buggy propagation of utf8-ness in join(); add test
37983      Branch: maint-5.6/perl
37984           !> doop.c t/op/ver.t
37985 ____________________________________________________________________________
37986 [  7251] By: gsar                                  on 2000/10/16  02:41:14
37987         Log: integrate changes#5915..5919 from mainline
37988              
37989              various (pod tweaks &c)
37990      Branch: maint-5.6/perl
37991           !> (integrate 33 files)
37992 ____________________________________________________________________________
37993 [  7250] By: gsar                                  on 2000/10/16  02:38:16
37994         Log: integrate change#5914 from mainline
37995              
37996              caller() wasn't returning the right number of elements for
37997              eval {...}
37998      Branch: maint-5.6/perl
37999           !> pp_ctl.c t/pragma/warn/9enabled
38000 ____________________________________________________________________________
38001 [  7249] By: gsar                                  on 2000/10/16  02:37:02
38002         Log: integrate change#5913 from mainline
38003              
38004              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
38005              (from Mark-Jason Dominus)
38006      Branch: maint-5.6/perl
38007           !> pod/perlfunc.pod
38008 ____________________________________________________________________________
38009 [  7248] By: gsar                                  on 2000/10/16  02:35:58
38010         Log: integrate change#5912 from mainline
38011              
38012              fix totally broken caching in UNIVERSAL::isa() (from
38013              Nick Ing-Simmons)
38014      Branch: maint-5.6/perl
38015           !> t/op/universal.t universal.c
38016 ____________________________________________________________________________
38017 [  7247] By: gsar                                  on 2000/10/16  02:34:27
38018         Log: integrate changes#5910,5911 from mainline
38019              
38020              typo in pod
38021              
38022              add linebreak properties from unicode/LineBrk.txt (from
38023              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
38024      Branch: maint-5.6/perl
38025           +> (branch 29 files)
38026           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
38027 ____________________________________________________________________________
38028 [  7246] By: gsar                                  on 2000/10/16  02:33:29
38029         Log: integrate change#5909 from mainline
38030              
38031              mode argument to do_binmode() should be file mode, not boolean
38032      Branch: maint-5.6/perl
38033           !> pp_sys.c
38034 ____________________________________________________________________________
38035 [  7245] By: gsar                                  on 2000/10/16  02:31:04
38036         Log: integrate change#5908 from mainline
38037              
38038              introduce illegal symbols into null package so that
38039              gv_fetchpv(...,TRUE) always returns a valid GV even when the
38040              symbol is trapped by strictures (avoids coredumps)
38041      Branch: maint-5.6/perl
38042           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
38043           !> t/pragma/strict-vars
38044 ____________________________________________________________________________
38045 [  7244] By: jhi                                   on 2000/10/16  02:29:54
38046         Log: Subject: $Carp::ExportLevel confusion in Exporter
38047              From: "Ben Tilly" <ben_tilly@hotmail.com>
38048              Date: Sat, 14 Oct 2000 16:44:34 EDT
38049              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
38050      Branch: perl
38051            ! lib/Exporter/Heavy.pm
38052 ____________________________________________________________________________
38053 [  7243] By: jhi                                   on 2000/10/16  02:28:33
38054         Log: Subject: [PATCH perlguts.pod] Document offset hack
38055              From: Simon Cozens <simon@cozens.net>
38056              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
38057              Date: Sat, 14 Oct 2000 19:32:25 +0100
38058      Branch: perl
38059            ! pod/perlguts.pod
38060 ____________________________________________________________________________
38061 [  7242] By: gsar                                  on 2000/10/16  02:26:51
38062         Log: integrate changes#5905,5906,5907,6064 from mainline
38063              
38064              printf/sprintf didn't get quad types right under use64bitint
38065      Branch: maint-5.6/perl
38066           !> pp_sys.c sv.c t/op/64bitint.t
38067 ____________________________________________________________________________
38068 [  7241] By: jhi                                   on 2000/10/16  02:22:44
38069         Log: Subject: small pod patch
38070              From: Dan Boorstein <dan_boo@bellsouth.net>
38071              Date: Sat, 14 Oct 2000 14:29:24 -0400
38072              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
38073      Branch: perl
38074            ! pod/perlfaq7.pod pod/perlmod.pod
38075 ____________________________________________________________________________
38076 [  7240] By: jhi                                   on 2000/10/16  02:13:46
38077         Log: -w cleanup.
38078              
38079              Subject: Re: Problems with bleadperl 
38080              From: "Stephen P. Potter" <spp@ds.net>
38081              Date: Fri, 13 Oct 2000 13:32:49 -0400
38082              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
38083      Branch: perl
38084            ! t/pragma/overload.t
38085 ____________________________________________________________________________
38086 [  7239] By: jhi                                   on 2000/10/16  01:41:18
38087         Log: One more ~utf8 tweak.
38088      Branch: perl
38089            ! t/op/bop.t
38090 ____________________________________________________________________________
38091 [  7238] By: jhi                                   on 2000/10/16  01:34:14
38092         Log: Tweak the test of #7235.
38093      Branch: perl
38094            ! t/op/bop.t
38095 ____________________________________________________________________________
38096 [  7237] By: jhi                                   on 2000/10/16  01:25:04
38097         Log: Fix a couple of compiler-noted nits in #7235.
38098      Branch: perl
38099            ! pp.c
38100 ____________________________________________________________________________
38101 [  7236] By: jhi                                   on 2000/10/16  01:22:46
38102         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
38103      Branch: perl
38104            ! pp.c pp_hot.c
38105 ____________________________________________________________________________
38106 [  7235] By: jhi                                   on 2000/10/15  16:24:44
38107         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
38108              
38109              From: Simon Cozens <simon@cozens.net>
38110              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
38111              Date: Sat, 14 Oct 2000 20:52:13 +0100
38112              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
38113      Branch: perl
38114            ! pp.c t/op/bop.t utf8.h
38115 ____________________________________________________________________________
38116 [  7234] By: jhi                                   on 2000/10/15  15:19:29
38117         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
38118              The problem was that rx->minlen was in chars while pp_split()
38119              thought it would be in bytes. 
38120      Branch: perl
38121            ! pp.c t/pragma/utf8.t
38122 ____________________________________________________________________________
38123 [  7233] By: jhi                                   on 2000/10/14  20:24:24
38124         Log: Document FNCASE=y as discussed in the bug 20000902.009.
38125      Branch: perl
38126            ! README.dos
38127 ____________________________________________________________________________
38128 [  7232] By: jhi                                   on 2000/10/14  18:52:21
38129         Log: Add test for bug id 20000427.003 (which seems to have
38130              been fixed) (also duplicate as 20000427.004, though
38131              with a higher severity).  Move one utf8 from op/append
38132              to pragma/utf8, tag the tests with bug ids.
38133      Branch: perl
38134            ! t/op/append.t t/pragma/utf8.t
38135 ____________________________________________________________________________
38136 [  7231] By: jhi                                   on 2000/10/14  17:28:37
38137         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
38138      Branch: perl
38139            ! t/pragma/utf8.t
38140 ____________________________________________________________________________
38141 [  7230] By: jhi                                   on 2000/10/14  14:24:50
38142         Log: Needs to be conditional on SunOS 4.
38143              
38144              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
38145              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
38146              Date: Sat, 14 Oct 2000 13:37:49 +0100
38147              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
38148      Branch: metaconfig/U/perl
38149            ! End.U
38150      Branch: perl
38151            ! Configure myconfig.SH pod/perldelta.pod
38152 ____________________________________________________________________________
38153 [  7229] By: jhi                                   on 2000/10/14  00:49:22
38154         Log: Update Changes.
38155      Branch: perl
38156            ! Changes patchlevel.h
38157 ____________________________________________________________________________
38158 [  7228] By: jhi                                   on 2000/10/14  00:46:10
38159         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
38160              From: Peter Prymmer <pvhp@forte.com>
38161              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
38162              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
38163      Branch: perl
38164            ! lib/utf8.pm
38165 ____________________________________________________________________________
38166 [  7227] By: jhi                                   on 2000/10/13  23:20:30
38167         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
38168      Branch: perl
38169            ! t/op/tie.t
38170 ____________________________________________________________________________
38171 [  7226] By: jhi                                   on 2000/10/13  22:14:32
38172         Log: Tweak #7225.
38173              
38174              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
38175              From: Peter Prymmer <pvhp@forte.com>
38176              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
38177              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
38178      Branch: perl
38179            ! t/op/sprintf.t
38180 ____________________________________________________________________________
38181 [  7225] By: jhi                                   on 2000/10/13  22:11:31
38182         Log: op/sprintf.t patch for OS/390 (and any other host with limited
38183              floating-point exponent length)
38184              
38185              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
38186              From: Dominic Dunlop <domo@computer.org>
38187              Date: Fri, 13 Oct 2000 19:17:57 +0200
38188              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
38189      Branch: perl
38190            ! t/op/sprintf.t
38191 ____________________________________________________________________________
38192 [  7224] By: jhi                                   on 2000/10/13  18:40:48
38193         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
38194      Branch: perl
38195            ! toke.c
38196 ____________________________________________________________________________
38197 [  7223] By: jhi                                   on 2000/10/13  18:37:13
38198         Log: Thinko in #7222.
38199      Branch: perl
38200            ! utf8.c
38201 ____________________________________________________________________________
38202 [  7222] By: jhi                                   on 2000/10/13  18:05:23
38203         Log: Use UTF8SKIP(), from Simon Cozens.
38204      Branch: perl
38205            ! utf8.c
38206 ____________________________________________________________________________
38207 [  7221] By: jhi                                   on 2000/10/13  15:43:19
38208         Log: (accidentally empty check-in)
38209      Branch: perl
38210            ! utf8.c
38211 ____________________________________________________________________________
38212 [  7220] By: jhi                                   on 2000/10/13  15:23:51
38213         Log: Add (optimistically) Storable to static extensions.
38214      Branch: perl
38215            ! hints/uwin.sh hints/vmesa.sh
38216 ____________________________________________________________________________
38217 [  7219] By: jhi                                   on 2000/10/13  15:20:05
38218         Log: Amdahl UTS doesn't seem to do dynaloading.
38219      Branch: perl
38220            ! hints/uts.sh
38221 ____________________________________________________________________________
38222 [  7218] By: jhi                                   on 2000/10/13  15:15:20
38223         Log: Slight tweak of the code to appease Amdahl UTS cc.
38224      Branch: perl
38225            ! pp.c
38226 ____________________________________________________________________________
38227 [  7217] By: jhi                                   on 2000/10/13  14:50:42
38228         Log: In Amdahl UTS "struct sv" is defined by a system header,
38229              <ksync.h>.
38230      Branch: perl
38231            ! perl.h sv.h
38232 ____________________________________________________________________________
38233 [  7216] By: jhi                                   on 2000/10/13  11:58:25
38234         Log: Ilya implemented the memory profiling API.
38235      Branch: perl
38236            ! Todo
38237 ____________________________________________________________________________
38238 [  7215] By: jhi                                   on 2000/10/13  02:56:38
38239         Log: Subject: [PATCH 5.7.0] Perl API for mstats
38240              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38241              Date: Thu, 12 Oct 2000 22:52:40 -0400
38242              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
38243      Branch: perl
38244            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
38245 ____________________________________________________________________________
38246 [  7214] By: jhi                                   on 2000/10/13  02:55:38
38247         Log: Subject: [PATCH 5.7.0] IVs in mtats
38248              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38249              Date: Thu, 12 Oct 2000 22:51:04 -0400
38250              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
38251      Branch: perl
38252            ! malloc.c perl.h
38253 ____________________________________________________________________________
38254 [  7213] By: jhi                                   on 2000/10/13  02:31:47
38255         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
38256      Branch: perl
38257            ! pod/perldiag.pod pp_sys.c
38258 ____________________________________________________________________________
38259 [  7212] By: jhi                                   on 2000/10/13  01:27:38
38260         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
38261              From: Peter Prymmer <pvhp@forte.com>
38262              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
38263              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
38264      Branch: perl
38265            ! t/op/oct.t
38266 ____________________________________________________________________________
38267 [  7211] By: jhi                                   on 2000/10/13  00:35:09
38268         Log: Update Changes.
38269      Branch: perl
38270            ! Changes patchlevel.h
38271 ____________________________________________________________________________
38272 [  7210] By: jhi                                   on 2000/10/12  23:59:40
38273         Log: The Install.pm third of
38274              
38275              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
38276              From: Bill Campbell <bill@celestial.com>
38277              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
38278              Date: Thu, 5 Oct 2000 18:04:51 -0700
38279      Branch: perl
38280            ! lib/ExtUtils/Install.pm
38281 ____________________________________________________________________________
38282 [  7209] By: jhi                                   on 2000/10/12  23:58:43
38283         Log: Two thirds of
38284              
38285              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
38286              Date: Thu, 5 Oct 2000 18:04:51 -0700
38287              From: Bill Campbell <bill@celestial.com>
38288              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
38289              
38290              The Install.pm changes will be submitted separately because
38291              they need some work and discussion still.
38292      Branch: perl
38293            ! lib/getopts.pl lib/termcap.pl
38294 ____________________________________________________________________________
38295 [  7208] By: jhi                                   on 2000/10/12  23:41:19
38296         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
38297              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
38298              Date:     Thu, 12 Oct 2000 07:30:02 EDT
38299              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
38300      Branch: perl
38301            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
38302            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
38303 ____________________________________________________________________________
38304 [  7207] By: jhi                                   on 2000/10/12  23:39:01
38305         Log: An updated EBCDIC tr patch.
38306              
38307              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
38308              From: Peter Prymmer <pvhp@forte.com>
38309              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
38310              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
38311      Branch: perl
38312            ! t/op/tr.t
38313 ____________________________________________________________________________
38314 [  7206] By: jhi                                   on 2000/10/12  23:34:55
38315         Log: Upgrade to CPAN 1.58, from Andreas König.
38316      Branch: perl
38317            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
38318 ____________________________________________________________________________
38319 [  7205] By: jhi                                   on 2000/10/12  23:29:08
38320         Log: Introduce the man[24-8] variables, from Andy Dougherty.
38321      Branch: metaconfig/U/perl
38322            + mandirs.U mandirstyle.U
38323      Branch: perl
38324            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
38325            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
38326            ! vos/config.h vos/config.pl vos/config_h.SH_orig
38327            ! win32/config.bc win32/config.gc win32/config.vc
38328 ____________________________________________________________________________
38329 [  7204] By: gsar                                  on 2000/10/12  18:11:24
38330         Log: restore change#7202
38331      Branch: perl
38332            ! mg.c
38333 ____________________________________________________________________________
38334 [  7203] By: gsar                                  on 2000/10/12  18:09:40
38335         Log: another test of the Emergency Broadcast System--back out 
38336              change#7202
38337      Branch: perl
38338            ! mg.c
38339 ____________________________________________________________________________
38340 [  7202] By: gsar                                  on 2000/10/12  16:40:47
38341         Log: (submitted on behalf of Jarkko)
38342              Fix the lib/encode.t subtest 6 failure as reported by Andreas
38343              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
38344              was unearthed by change 7182, as was a bug in HTML::Entities.
38345      Branch: perl
38346            ! mg.c
38347 ____________________________________________________________________________
38348 [  7201] By: jhi                                   on 2000/10/11  03:16:05
38349         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
38350      Branch: perl
38351            ! pp_hot.c t/pragma/utf8.t
38352 ____________________________________________________________________________
38353 [  7200] By: jhi                                   on 2000/10/11  00:40:30
38354         Log: The #7198 was a false alarm.
38355      Branch: perl
38356            ! pp_hot.c
38357 ____________________________________________________________________________
38358 [  7199] By: jhi                                   on 2000/10/11  00:26:04
38359         Log: Remove duplicated code.
38360      Branch: perl
38361            ! t/lib/cgi-html.t
38362 ____________________________________________________________________________
38363 [  7198] By: jhi                                   on 2000/10/10  23:30:46
38364         Log: (Retracted by #7200.)
38365      Branch: perl
38366            ! pp_hot.c
38367 ____________________________________________________________________________
38368 [  7197] By: jhi                                   on 2000/10/10  21:49:30
38369         Log: Add the test case for #7190, from the original bug report
38370              by Andreas König.
38371      Branch: perl
38372            ! t/pragma/utf8.t
38373 ____________________________________________________________________________
38374 [  7196] By: jhi                                   on 2000/10/10  21:40:49
38375         Log: Reapply Andy's patch and regen Configure.
38376      Branch: perl
38377            ! Configure INSTALL Makefile.SH Porting/Glossary
38378            ! Porting/config.sh config_h.SH epoc/config.sh installperl
38379            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
38380            ! win32/config.vc
38381 ____________________________________________________________________________
38382 [  7195] By: jhi                                   on 2000/10/10  21:09:30
38383         Log: Use the versiononly instead of the installscripts,
38384              retract the changes 7146 and 7147.
38385      Branch: perl
38386            ! Configure INSTALL Makefile.SH Porting/Glossary
38387            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
38388            ! installperl uconfig.sh vos/config.def win32/config.bc
38389            ! win32/config.gc win32/config.vc
38390 ____________________________________________________________________________
38391 [  7194] By: jhi                                   on 2000/10/10  21:06:15
38392         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
38393              From: Peter Prymmer <pvhp@forte.com>
38394              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
38395              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
38396      Branch: perl
38397            ! t/op/ver.t
38398 ____________________________________________________________________________
38399 [  7193] By: jhi                                   on 2000/10/10  21:05:12
38400         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
38401              From: Peter Prymmer <pvhp@forte.com>
38402              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
38403              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
38404      Branch: perl
38405            ! t/op/tr.t
38406 ____________________________________________________________________________
38407 [  7192] By: jhi                                   on 2000/10/10  20:57:30
38408         Log: Add versiononly, delete installscripts, from Andy Dougherty.
38409      Branch: metaconfig
38410            - U/installdirs/installscripts.U
38411      Branch: metaconfig/U/perl
38412            + versiononly.U
38413 ____________________________________________________________________________
38414 [  7191] By: jhi                                   on 2000/10/10  19:41:21
38415         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
38416              From: Peter Prymmer <pvhp@forte.com>
38417              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
38418              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
38419      Branch: perl
38420            ! pod/perlebcdic.pod
38421 ____________________________________________________________________________
38422 [  7190] By: jhi                                   on 2000/10/10  19:26:14
38423         Log: Subject: Re: utf8 concat, mg_get
38424              From: Simon Cozens <simon@cozens.net>
38425              Date: Tue, 10 Oct 2000 17:40:17 +0100
38426              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
38427      Branch: perl
38428            ! pp_hot.c
38429 ____________________________________________________________________________
38430 [  7189] By: jhi                                   on 2000/10/10  19:23:03
38431         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
38432              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
38433              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
38434              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
38435      Branch: perl
38436            ! lib/ExtUtils/MM_Unix.pm
38437 ____________________________________________________________________________
38438 [  7188] By: jhi                                   on 2000/10/10  15:31:24
38439         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
38440              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
38441              Date: Fri, 14 Jul 2000 10:47:36 +0100
38442              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
38443      Branch: perl
38444            ! README.win32
38445 ____________________________________________________________________________
38446 [  7187] By: jhi                                   on 2000/10/10  13:30:10
38447         Log: Quote the temp file name, needed in Win32 because the
38448              default name unfortunately contains spaces, shouldn't
38449              hurt elsewhere.
38450              
38451              Subject: FW: perldoc fails if $TEMP contains spaces
38452              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
38453              Date: Thu, 14 Sep 2000 08:58:45 +0100
38454              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
38455      Branch: perl
38456            ! utils/perldoc.PL
38457 ____________________________________________________________________________
38458 [  7186] By: jhi                                   on 2000/10/10  13:16:27
38459         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
38460              From: hv@hugo.hybyte.com
38461              Date: Tue, 10 Oct 2000 14:10:20 +0100
38462              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
38463      Branch: perl
38464            ! t/lib/thr5005.t util.c
38465 ____________________________________________________________________________
38466 [  7185] By: jhi                                   on 2000/10/10  12:06:22
38467         Log: Upgrade to podlators 1.04, from Russ Allbery.
38468      Branch: perl
38469            ! lib/Pod/Man.pm lib/Pod/Text.pm
38470 ____________________________________________________________________________
38471 [  7184] By: jhi                                   on 2000/10/10  12:01:32
38472         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
38473      Branch: perl
38474            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
38475 ____________________________________________________________________________
38476 [  7183] By: jhi                                   on 2000/10/09  23:47:15
38477         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
38478              From: Peter Prymmer <pvhp@forte.com>
38479              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
38480              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
38481      Branch: perl
38482            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
38483 ____________________________________________________________________________
38484 [  7182] By: jhi                                   on 2000/10/09  23:43:16
38485         Log: Make eq work again with utf8 (disabling the upgrading
38486              should no more be necessary since the copies of the
38487              scalars are upgraded, not the scalars themselves).
38488              Takes care of ID 20001009.001.  (The claimed length()
38489              bug in 20001009.001 seems bogus to me.)
38490      Branch: perl
38491            ! sv.c t/pragma/utf8.t
38492 ____________________________________________________________________________
38493 [  7181] By: gsar                                  on 2000/10/09  19:41:54
38494         Log: tweak for change#7173
38495      Branch: perl
38496            ! win32/win32sck.c
38497 ____________________________________________________________________________
38498 [  7180] By: gsar                                  on 2000/10/09  19:26:56
38499         Log: on Windows, clean targets might not work under some flavors of the shell
38500      Branch: perl
38501            ! win32/Makefile win32/makefile.mk
38502 ____________________________________________________________________________
38503 [  7179] By: jhi                                   on 2000/10/09  19:21:02
38504         Log: Update Changes.
38505      Branch: perl
38506            ! Changes patchlevel.h
38507 ____________________________________________________________________________
38508 [  7178] By: jhi                                   on 2000/10/09  19:18:23
38509         Log: Warn about unknown scripts.
38510              
38511              Subject: Re: ideas? patches? [PATCH bleadperl]
38512              From: Dominic Dunlop <domo@computer.org>
38513              Date: Mon, 9 Oct 2000 14:57:17 +0200
38514              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
38515      Branch: perl
38516            ! lib/charnames.pm
38517 ____________________________________________________________________________
38518 [  7177] By: jhi                                   on 2000/10/09  19:13:27
38519         Log: Change #7160 had a nasty typo.
38520      Branch: metaconfig
38521            ! U/compline/Compile.U
38522      Branch: perl
38523            ! Configure config_h.SH
38524 ____________________________________________________________________________
38525 [  7176] By: gsar                                  on 2000/10/09  18:59:33
38526         Log: pod nit
38527      Branch: perl
38528            ! pod/perlport.pod
38529 ____________________________________________________________________________
38530 [  7175] By: gsar                                  on 2000/10/09  18:54:28
38531         Log: Windows9x doesn't support link(), despite what Config.pm
38532              might think
38533      Branch: perl
38534            ! lib/ExtUtils/Manifest.pm
38535 ____________________________________________________________________________
38536 [  7174] By: gsar                                  on 2000/10/09  18:50:03
38537         Log: avoid nonportable example code
38538      Branch: perl
38539            ! lib/File/Copy.pm
38540 ____________________________________________________________________________
38541 [  7173] By: gsar                                  on 2000/10/09  18:46:54
38542         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
38543              being used) when closing a socket handle
38544      Branch: perl
38545            ! win32/win32.c win32/win32.h win32/win32sck.c
38546 ____________________________________________________________________________
38547 [  7172] By: gsar                                  on 2000/10/09  18:41:40
38548         Log: on Windows, cwd strings in the environment should be of the
38549              form =X:=X:\foo instead of =X=X:\foo\
38550      Branch: perl
38551            ! win32/vdir.h
38552 ____________________________________________________________________________
38553 [  7171] By: gsar                                  on 2000/10/09  18:30:09
38554         Log: on Windows, LoadLibrary() could load an extension DLL multiple
38555              times if forward slashes are used in the path
38556      Branch: perl
38557            ! win32/win32.c
38558 ____________________________________________________________________________
38559 [  7170] By: jhi                                   on 2000/10/09  17:53:59
38560         Log: Add a todo note about overloadable assertions.
38561      Branch: perl
38562            ! Todo-5.6
38563 ____________________________________________________________________________
38564 [  7169] By: jhi                                   on 2000/10/09  13:43:45
38565         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
38566              From: mjd@plover.com
38567              Date: 9 Oct 2000 00:24:44 -0000
38568              Message-ID: <20001009002444.10616.qmail@plover.com>
38569      Branch: perl
38570            ! pod/perldebguts.pod
38571 ____________________________________________________________________________
38572 [  7168] By: nick                                  on 2000/10/08  13:16:33
38573         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
38574              is not right thing to do on (e.g. x86). Network order is also "right" for
38575              X fonts.
38576      Branch: perl
38577            ! ext/Encode/Encode.pm
38578 ____________________________________________________________________________
38579 [  7167] By: nick                                  on 2000/10/08  12:54:42
38580         Log: Make "encodings" work post-install when Encode/*.enc files may not
38581              be in same directory as Encode.pm
38582      Branch: perl
38583            ! ext/Encode/Encode.pm
38584 ____________________________________________________________________________
38585 [  7166] By: nick                                  on 2000/10/08  11:51:26
38586         Log: Work round the fact that $hash->{$key} does not take into account
38587              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
38588              so that key is always in the "expected" encoding - i.e. same way we put
38589              it in the hash.
38590      Branch: perl
38591            ! ext/Encode/Encode.pm
38592 ____________________________________________________________________________
38593 [  7165] By: gsar                                  on 2000/10/08  04:15:29
38594         Log: save_re_context() could reset PL_curcop to freed memory, causing core
38595              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
38596      Branch: perl
38597            ! pp_ctl.c
38598 ____________________________________________________________________________
38599 [  7164] By: jhi                                   on 2000/10/06  20:51:48
38600         Log: UTF8ize split() so that the cloned substrings get the UTF8
38601              flag of the original scalar.  Problem reported by Simon Cozens.
38602      Branch: perl
38603            ! pp.c t/pragma/utf8.t
38604 ____________________________________________________________________________
38605 [  7163] By: nick                                  on 2000/10/06  20:48:34
38606         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
38607              got a false +ve and so did not reach code which would have un-FAKEd the SV.
38608      Branch: perl
38609            ! sv.c
38610 ____________________________________________________________________________
38611 [  7162] By: nick                                  on 2000/10/06  20:25:37
38612         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
38613              To fix  (sort {$a <=> $b} keys %hash) in particular but
38614              should cover a number of other as-yet-unknown cases as well.
38615      Branch: perl
38616            ! sv.c
38617 ____________________________________________________________________________
38618 [  7161] By: jhi                                   on 2000/10/06  19:56:18
38619         Log: Change the version number of Tie::Handle in the core to 4.0,
38620              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
38621              
38622              Subject: Note on Tie::Handle
38623              From: andreas.koenig@anima.de (Andreas J. Koenig)
38624              Date:      06 Oct 2000 21:48:58 +0200
38625              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
38626      Branch: perl
38627            ! lib/Tie/Handle.pm
38628 ____________________________________________________________________________
38629 [  7160] By: jhi                                   on 2000/10/06  18:20:35
38630         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
38631              as the first option of cc/ld because of ultrapicky compilers
38632              (e.g. OS/390 R2.5)
38633      Branch: metaconfig
38634            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
38635            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
38636            ! U/compline/orderlib.U U/modified/Cppsym.U
38637            ! U/modified/d_access.U
38638      Branch: metaconfig/U/perl
38639            ! Checkcc.U d_dlsymun.U gccvers.U
38640      Branch: perl
38641            ! Configure config_h.SH
38642 ____________________________________________________________________________
38643 [  7159] By: jhi                                   on 2000/10/06  13:56:39
38644         Log: Update Changes.
38645      Branch: perl
38646            ! Changes patchlevel.h
38647 ____________________________________________________________________________
38648 [  7158] By: jhi                                   on 2000/10/06  12:48:40
38649         Log: Eliminate $Is_VMS code from the test.
38650              
38651              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
38652              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
38653              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
38654              Date:     Thu, 5 Oct 2000 07:46:33 EDT
38655      Branch: perl
38656            ! t/lib/b.t
38657 ____________________________________________________________________________
38658 [  7157] By: jhi                                   on 2000/10/06  12:47:13
38659         Log: Also the $ccflags is needed for the C compiler check.
38660              
38661              Subject: Configure (check for C-compiler)
38662              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38663              Date: Fri, 06 Oct 2000 08:47:15 +0200
38664              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
38665      Branch: metaconfig/U/perl
38666            ! Checkcc.U
38667      Branch: perl
38668            ! Configure config_h.SH
38669 ____________________________________________________________________________
38670 [  7156] By: jhi                                   on 2000/10/06  11:45:15
38671         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
38672      Branch: perl
38673            ! perl.c pp_ctl.c sv.h utf8.c
38674 ____________________________________________________________________________
38675 [  7155] By: jhi                                   on 2000/10/06  11:40:41
38676         Log: IO::Handle->syswrite() did not handle length omission
38677              like CORE::syswrite() does.
38678              
38679              Subject: [Fwd] IO::Handle, syswrite and arguments
38680              From: Graham Barr <gbarr@pobox.com>
38681              Date: Fri, 6 Oct 2000 10:22:05 +0100
38682              Message-ID: <20001006102205.U6312@pobox.com>
38683              
38684              The original patch from andrew@ugh.net.au.
38685      Branch: perl
38686            ! ext/IO/lib/IO/Handle.pm
38687 ____________________________________________________________________________
38688 [  7154] By: jhi                                   on 2000/10/06  01:42:15
38689         Log: Tweak #7153.
38690      Branch: perl
38691            ! utf8.h
38692 ____________________________________________________________________________
38693 [  7153] By: jhi                                   on 2000/10/06  00:39:55
38694         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
38695      Branch: perl
38696            ! utf8.h
38697 ____________________________________________________________________________
38698 [  7152] By: jhi                                   on 2000/10/06  00:38:11
38699         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
38700      Branch: perl
38701            ! perl.c pp_ctl.c sv.h utf8.c
38702 ____________________________________________________________________________
38703 [  7151] By: jhi                                   on 2000/10/06  00:36:38
38704         Log: Subject: Re: Questions about Tie::Array and perl modules
38705              From: Nick Ing-Simmons <nik@tiuk.ti.com>
38706              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
38707              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
38708              
38709              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
38710      Branch: perl
38711            ! lib/Tie/Array.pm t/op/array.t
38712 ____________________________________________________________________________
38713 [  7150] By: jhi                                   on 2000/10/05  00:20:45
38714         Log: Regen Changes.
38715      Branch: perl
38716            ! Changes patchlevel.h
38717 ____________________________________________________________________________
38718 [  7149] By: jhi                                   on 2000/10/05  00:20:01
38719         Log: Regen toc.
38720      Branch: perl
38721            ! pod/perltoc.pod
38722 ____________________________________________________________________________
38723 [  7148] By: jhi                                   on 2000/10/04  23:35:08
38724         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
38725              reported several times by Dominic Dunlop, for example in
38726              ID 20000315.008.  Patch from Dominic.  Patch affects at
38727              least MachTen, and possibly other oldish BSDs. Should not
38728              break non-broken platforms (tested on LinuxPPC). 
38729      Branch: perl
38730            ! doio.c
38731 ____________________________________________________________________________
38732 [  7147] By: jhi                                   on 2000/10/04  23:26:34
38733         Log: The one that got away from 7146.
38734      Branch: metaconfig
38735            + U/installdirs/installscripts.U
38736 ____________________________________________________________________________
38737 [  7146] By: jhi                                   on 2000/10/04  23:25:04
38738         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
38739              suggested by H. Merijn Brand.
38740      Branch: perl
38741            ! Configure INSTALL Makefile.SH Porting/Glossary
38742            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
38743            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
38744            ! win32/config.vc
38745 ____________________________________________________________________________
38746 [  7145] By: jhi                                   on 2000/10/04  22:08:21
38747         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
38748              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38749              Date: Wed, 4 Oct 2000 17:37:46 -0400
38750              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
38751      Branch: perl
38752            ! utils/h2xs.PL
38753 ____________________________________________________________________________
38754 [  7144] By: jhi                                   on 2000/10/04  18:11:41
38755         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
38756              From: Jeff Pinyan <jeffp@crusoe.net>
38757              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
38758              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
38759      Branch: perl
38760            ! pod/perlrun.pod
38761 ____________________________________________________________________________
38762 [  7143] By: jhi                                   on 2000/10/04  18:09:58
38763         Log: Subject: perlhack.pod Patch for Externals Tools
38764              From: Fisher Mark <fisherm@tce.com>
38765              Date: Tue, 3 Oct 2000 15:43:27 -0500 
38766              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
38767      Branch: perl
38768            ! pod/perlhack.pod
38769 ____________________________________________________________________________
38770 [  7142] By: jhi                                   on 2000/10/04  18:08:41
38771         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
38772              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
38773              Date:     Wed, 4 Oct 2000 12:11:11 EDT
38774              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
38775      Branch: perl
38776            ! vms/vms.c
38777 ____________________________________________________________________________
38778 [  7141] By: jhi                                   on 2000/10/04  12:20:16
38779         Log: Subject: [PATCH 5.7.0] h2xs not working
38780              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38781              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
38782              Date: Tue, 3 Oct 2000 21:43:01 -0400
38783              
38784              Subject: [PATCH 5.7.0] h2xs not documenting the created module
38785              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38786              Date: Tue, 3 Oct 2000 22:55:19 -0400
38787              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
38788      Branch: perl
38789            ! utils/h2xs.PL
38790 ____________________________________________________________________________
38791 [  7140] By: jhi                                   on 2000/10/04  11:53:44
38792         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
38793              From: nick@babyhippo.com
38794              Date: Wed, 4 Oct 2000 12:06:45 +0100
38795              Message-Id: <20001004120645.A7356@babyhippo.com>
38796              
38797              Retract 7118 and 7135.
38798      Branch: perl
38799            ! installman installperl op.c t/pragma/subs.t
38800 ____________________________________________________________________________
38801 [  7139] By: jhi                                   on 2000/10/03  22:09:41
38802         Log: It is possible to have no hosts database at all.  Pointed out in
38803              
38804              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
38805              From: Peter Prymmer <pvhp@forte.com>
38806              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
38807              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
38808      Branch: metaconfig
38809            ! U/modified/myhostname.U
38810      Branch: perl
38811            ! Configure config_h.SH
38812 ____________________________________________________________________________
38813 [  7138] By: jhi                                   on 2000/10/03  21:49:49
38814         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
38815              From: Peter Prymmer <pvhp@forte.com>
38816              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
38817              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
38818      Branch: perl
38819            ! pp_sys.c
38820 ____________________________________________________________________________
38821 [  7137] By: jhi                                   on 2000/10/03  20:10:05
38822         Log: One remaining nit less at the VMS mailbox sizing.
38823      Branch: perl
38824            ! vms/vms.c
38825 ____________________________________________________________________________
38826 [  7136] By: jhi                                   on 2000/10/03  20:08:47
38827         Log: Test harness update to sync with the new perlcc,
38828              from Simon Cozens.
38829      Branch: perl
38830            ! t/TEST t/UTEST
38831 ____________________________________________________________________________
38832 [  7135] By: jhi                                   on 2000/10/03  15:15:42
38833         Log: Subject: Re: PATCH for 20001003.004
38834              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
38835              From: "AARON B. DOSSETT" <aaron@iglou.com>
38836              Message-Id: <E13gTay-0006od-00@iglou.com>
38837      Branch: perl
38838            ! installman installperl
38839 ____________________________________________________________________________
38840 [  7134] By: jhi                                   on 2000/10/03  15:00:34
38841         Log: Subject: [ID 20001003.006] B::Debug not -w clean
38842              From: Nicholas Clark <nick@babyhippo.co.uk>
38843              Date: Tue, 03 Oct 2000 15:46:32 +0100
38844              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
38845      Branch: perl
38846            ! ext/B/B/Debug.pm
38847 ____________________________________________________________________________
38848 [  7133] By: jhi                                   on 2000/10/03  14:58:39
38849         Log: Scale down the VMS message boxes, by Charles Lane.
38850              Fix for ID 20000903.009, workaround at
38851              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
38852      Branch: perl
38853            ! vms/vms.c
38854 ____________________________________________________________________________
38855 [  7132] By: jhi                                   on 2000/10/03  11:20:37
38856         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
38857      Branch: perl
38858            + t/lib/st-lock.t t/lib/st-utf8.t
38859            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
38860            ! ext/Storable/Storable.xs t/lib/st-recurse.t
38861 ____________________________________________________________________________
38862 [  7131] By: jhi                                   on 2000/10/03  03:38:23
38863         Log: Encode nits.
38864      Branch: perl
38865            ! MANIFEST Makefile.SH
38866 ____________________________________________________________________________
38867 [  7130] By: jhi                                   on 2000/10/03  03:31:05
38868         Log: Update Changes.
38869      Branch: perl
38870            ! Changes patchlevel.h
38871 ____________________________________________________________________________
38872 [  7129] By: jhi                                   on 2000/10/03  02:24:02
38873         Log: Misplaced else.
38874      Branch: metaconfig/U/perl
38875            ! d_strtoll.U
38876      Branch: perl
38877            ! Configure config_h.SH
38878 ____________________________________________________________________________
38879 [  7128] By: jhi                                   on 2000/10/03  02:08:29
38880         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
38881              From: sthoenna@efn.org
38882              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
38883              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
38884      Branch: metaconfig/U/perl
38885            ! d_strtoll.U
38886      Branch: perl
38887            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
38888 ____________________________________________________________________________
38889 [  7127] By: jhi                                   on 2000/10/03  01:13:14
38890         Log: Update Changes.
38891      Branch: perl
38892            ! Changes patchlevel.h
38893 ____________________________________________________________________________
38894 [  7126] By: jhi                                   on 2000/10/03  00:57:08
38895         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
38896              as suggested by Olaf Flebbe and Nick Clark.
38897      Branch: perl
38898            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
38899 ____________________________________________________________________________
38900 [  7125] By: jhi                                   on 2000/10/03  00:50:56
38901         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
38902              From: Nick Clark <nick@plum.flirble.org>
38903              Date: Mon, 2 Oct 2000 11:03:24 +0100
38904              Message-Id: <20001002110324.D20073@plum.flirble.org>
38905              
38906              Also fixes bug ID 20001002.005.
38907      Branch: perl
38908            ! t/lib/encode.t
38909 ____________________________________________________________________________
38910 [  7124] By: jhi                                   on 2000/10/03  00:34:59
38911         Log: Subject: [PATCH 5.7.0] Epoc update
38912              From: Olaf Flebbe <o.flebbe@gmx.de>
38913              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
38914              Message-ID: <26423.969484586@www10.gmx.net>
38915      Branch: perl
38916            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
38917            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
38918            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
38919            ! util.c util.h
38920 ____________________________________________________________________________
38921 [  7123] By: jhi                                   on 2000/10/03  00:30:07
38922         Log: Regen headers.
38923      Branch: perl
38924            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
38925 ____________________________________________________________________________
38926 [  7122] By: jhi                                   on 2000/10/03  00:10:48
38927         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
38928      Branch: perl
38929            ! hints/openbsd.sh
38930 ____________________________________________________________________________
38931 [  7121] By: jhi                                   on 2000/10/03  00:05:06
38932         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
38933              From: <abigail@foad.org>
38934              Date: Tue, 26 Sep 2000 13:36:14 -0400
38935              Message-ID: <20000926173614.4356.qmail@foad.org>
38936      Branch: perl
38937            ! pod/perlop.pod
38938 ____________________________________________________________________________
38939 [  7120] By: jhi                                   on 2000/10/03  00:04:00
38940         Log: Inside require() $^S was always left undefined.
38941              
38942              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
38943              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38944              Date: Wed, 27 Sep 2000 18:54:49 -0400
38945              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
38946      Branch: perl
38947            ! cop.h mg.c pp_ctl.c util.c
38948 ____________________________________________________________________________
38949 [  7119] By: jhi                                   on 2000/10/03  00:00:16
38950         Log: Subject: [PATCH] DLL not restartabke with threaded perl
38951              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
38952              Date: Thu, 28 Sep 2000 09:20:46 +0100
38953              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
38954      Branch: perl
38955            ! perl.c
38956 ____________________________________________________________________________
38957 [  7118] By: jhi                                   on 2000/10/02  23:59:20
38958         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
38959              From: Nicholas Clark <nick@ccl4.org>
38960              Date: Thu, 28 Sep 2000 11:52:24 +0100
38961              Message-ID: <20000928115224.D7924@plum.flirble.org>
38962      Branch: perl
38963            ! op.c
38964 ____________________________________________________________________________
38965 [  7117] By: jhi                                   on 2000/10/02  23:57:51
38966         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
38967              From: Nicholas Clark <nick@babyhippo.co.uk>
38968              Date: Thu, 28 Sep 2000 12:18:10 +0100
38969              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
38970              
38971              Did not apply cleanly, manual intervention was needed.
38972      Branch: perl
38973            ! ext/B/B/Bytecode.pm utils/perlcc.PL
38974 ____________________________________________________________________________
38975 [  7116] By: jhi                                   on 2000/10/02  23:50:40
38976         Log: Document the issue (is not a syntax error, kind of)
38977              
38978              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
38979              From: Nicholas Clark <nick@ccl4.org>
38980              Date: Thu, 28 Sep 2000 17:12:42 +0100
38981              Message-ID: <20000928171242.K7924@plum.flirble.org>
38982      Branch: perl
38983            ! pod/perldata.pod
38984 ____________________________________________________________________________
38985 [  7115] By: jhi                                   on 2000/10/02  23:48:58
38986         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
38987              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38988              Date: Thu, 28 Sep 2000 21:55:31 -0400
38989              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
38990      Branch: perl
38991            ! regexec.c
38992 ____________________________________________________________________________
38993 [  7114] By: jhi                                   on 2000/10/02  23:47:57
38994         Log: Subject: DOC PATCH 5.6.0
38995              From: mjd@plover.com
38996              Date: 30 Sep 2000 06:02:34 -0000
38997              Message-ID: <20000930060234.4559.qmail@plover.com>
38998      Branch: perl
38999            ! pod/perldebguts.pod
39000 ____________________________________________________________________________
39001 [  7113] By: jhi                                   on 2000/10/02  23:46:43
39002         Log: SOCK_DGRAM and listen() do not mix as reported in
39003              
39004              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
39005              From: Petter Reinholdtsen <pere@hungry.com>
39006              Date: Sun, 1 Oct 2000 10:57:20 +0800
39007              Message-Id: <200010010257.KAA05735@localhost.localdomain>
39008              
39009              The patch for 5.7.0+ had to be reengineered, though.
39010      Branch: perl
39011            ! ext/IO/lib/IO/Socket/UNIX.pm
39012 ____________________________________________________________________________
39013 [  7112] By: jhi                                   on 2000/10/02  23:36:57
39014         Log: Subject: Re: [PATCH 5.005_64 missed]
39015              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39016              Date: Sun, 1 Oct 2000 18:50:10 -0400
39017              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
39018      Branch: perl
39019            ! pod/perlxs.pod
39020 ____________________________________________________________________________
39021 [  7111] By: jhi                                   on 2000/10/02  23:35:40
39022         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
39023              From: Radu Greab <radu@netsoft.ro>
39024              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
39025              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
39026      Branch: perl
39027            ! op.c opcode.pl t/op/substr.t
39028 ____________________________________________________________________________
39029 [  7110] By: jhi                                   on 2000/10/02  23:32:38
39030         Log: Subject: [PATCH] Fix aliasing of tied filehandles
39031              From: Daniel Chetlin <daniel@chetlin.com>
39032              Date: Mon, 2 Oct 2000 14:53:27 -0700
39033              Message-ID: <20001002145327.C1617@ilmd>
39034      Branch: perl
39035            ! perl.h pp_hot.c t/op/tiehandle.t
39036 ____________________________________________________________________________
39037 [  7109] By: jhi                                   on 2000/10/02  23:31:30
39038         Log: s/Robin Parker/Robin Barker/
39039      Branch: perl
39040            ! Changes5.6
39041 ____________________________________________________________________________
39042 [  7108] By: jhi                                   on 2000/10/02  23:15:46
39043         Log: Retract #7091 as suggested in
39044              
39045              From: Robin Barker <rmb1@cise.npl.co.uk> 
39046              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
39047              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
39048              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
39049      Branch: perl
39050            ! embed.pl proto.h
39051 ____________________________________________________________________________
39052 [  7107] By: nick                                  on 2000/10/02  18:23:14
39053         Log: A few tweaks to get Tk803 to work with Encode scheme.
39054      Branch: perl
39055            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
39056 ____________________________________________________________________________
39057 [  7106] By: nick                                  on 2000/10/01  21:34:14
39058         Log: Add checking cases to Encode's toUnicode and fromUnicode.
39059      Branch: perl
39060            ! ext/Encode/Encode.pm
39061 ____________________________________________________________________________
39062 [  7105] By: nick                                  on 2000/10/01  17:18:01
39063         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
39064              To read and use them.
39065              Add a lib/encode.t which checks a few things.
39066      Branch: perl
39067            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
39068            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
39069            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
39070            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
39071            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
39072            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
39073            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
39074            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
39075            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
39076            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
39077            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
39078            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
39079            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
39080            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
39081            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
39082            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
39083            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
39084            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
39085            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
39086            + ext/Encode/Encode/iso2022-jp.enc
39087            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
39088            + ext/Encode/Encode/iso8859-1.enc
39089            + ext/Encode/Encode/iso8859-2.enc
39090            + ext/Encode/Encode/iso8859-3.enc
39091            + ext/Encode/Encode/iso8859-4.enc
39092            + ext/Encode/Encode/iso8859-5.enc
39093            + ext/Encode/Encode/iso8859-6.enc
39094            + ext/Encode/Encode/iso8859-7.enc
39095            + ext/Encode/Encode/iso8859-8.enc
39096            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
39097            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
39098            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
39099            + ext/Encode/Encode/macCentEuro.enc
39100            + ext/Encode/Encode/macCroatian.enc
39101            + ext/Encode/Encode/macCyrillic.enc
39102            + ext/Encode/Encode/macDingbats.enc
39103            + ext/Encode/Encode/macGreek.enc
39104            + ext/Encode/Encode/macIceland.enc
39105            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
39106            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
39107            + ext/Encode/Encode/macTurkish.enc
39108            + ext/Encode/Encode/macUkraine.enc
39109            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
39110            + t/lib/encode.t
39111            ! MANIFEST ext/Encode/Encode.pm
39112 ____________________________________________________________________________
39113 [  7104] By: nick                                  on 2000/09/30  13:04:30
39114         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
39115              From: Daniel Chetlin <daniel@chetlin.com>
39116              Date: Mon, 18 Sep 2000 05:05:40 -0700
39117              Message-Id: <20000918050540.C652@ilmd>
39118      Branch: perl
39119            ! lib/overload.pm sv.c t/pragma/overload.t
39120 ____________________________________________________________________________
39121 [  7103] By: nick                                  on 2000/09/30  12:53:36
39122         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
39123              From: Johan Vromans <jvromans@squirrel.nl>
39124              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
39125              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
39126      Branch: perl
39127            ! pod/Makefile.SH
39128 ____________________________________________________________________________
39129 [  7102] By: nick                                  on 2000/09/30  12:52:31
39130         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
39131              From: Spider Boardman <spider@Orb.Nashua.NH.US>
39132              Date: Sat, 16 Sep 2000 16:36:45 -0400
39133              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
39134      Branch: perl
39135            ! ext/B/B/Deparse.pm
39136 ____________________________________________________________________________
39137 [  7101] By: nick                                  on 2000/09/30  12:51:41
39138         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
39139              From: Craig A. Berry <craig.berry@psinetcs.com>
39140              Date: Sat, 16 Sep 2000 10:11:10 -0500
39141              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
39142      Branch: perl
39143            ! vms/vms.c
39144 ____________________________________________________________________________
39145 [  7100] By: nick                                  on 2000/09/30  12:50:33
39146         Log: Subject: Re: unicode support and perl [ID 20000901.097]
39147              From: Spider Boardman <spider@Orb.Nashua.NH.US>
39148              Date: Fri, 15 Sep 2000 16:37:58 -0400
39149              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
39150      Branch: perl
39151            ! t/op/append.t
39152 ____________________________________________________________________________
39153 [  7099] By: nick                                  on 2000/09/30  12:49:35
39154         Log: Subject: Re: unicode support and perl [ID 20000901.097]
39155              From: Spider Boardman <spider@Orb.Nashua.NH.US>
39156              Date: Fri, 15 Sep 2000 16:25:30 -0400
39157              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
39158      Branch: perl
39159            ! pp_hot.c
39160 ____________________________________________________________________________
39161 [  7098] By: nick                                  on 2000/09/30  12:48:00
39162         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
39163              From: Gisle Aas <gisle@ActiveState.com>
39164              Date: 15 Sep 2000 16:23:41 +0200
39165              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
39166      Branch: perl
39167            ! toke.c
39168 ____________________________________________________________________________
39169 [  7097] By: nick                                  on 2000/09/30  12:45:16
39170         Log: Subject: [PATCH] Nits in perlmod.pod
39171              From: Daniel Chetlin <daniel@chetlin.com>
39172              Date: Fri, 15 Sep 2000 02:04:09 -0700
39173              Message-Id: <20000915020409.A2104@ilmd>
39174      Branch: perl
39175            ! pod/perlmod.pod
39176 ____________________________________________________________________________
39177 [  7096] By: nick                                  on 2000/09/30  12:18:00
39178         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
39179              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
39180              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
39181              0 to checking to get the warning.
39182      Branch: perl
39183            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
39184            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
39185            ! regexec.c sv.c toke.c utf8.c
39186 ____________________________________________________________________________
39187 [  7095] By: nick                                  on 2000/09/15  16:55:59
39188         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
39189              
39190              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
39191              From: Spider Boardman <spider@Orb.Nashua.NH.US>
39192              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
39193              Date: Fri, 15 Sep 2000 06:37:30 -0400
39194      Branch: perl
39195            ! ext/Encode/Encode.xs sv.c
39196 ____________________________________________________________________________
39197 [  7094] By: jhi                                   on 2000/09/15  03:23:32
39198         Log: Update Changes.
39199      Branch: perl
39200            ! Changes patchlevel.h
39201 ____________________________________________________________________________
39202 [  7093] By: jhi                                   on 2000/09/15  03:11:44
39203         Log: Fix for the charnames.t failures from Spider Boardman.
39204      Branch: perl
39205            ! toke.c
39206 ____________________________________________________________________________
39207 [  7092] By: jhi                                   on 2000/09/15  00:15:48
39208         Log: Botched the #7090 check-in.
39209      Branch: perl
39210            ! sv.c
39211 ____________________________________________________________________________
39212 [  7091] By: jhi                                   on 2000/09/14  23:33:24
39213         Log: Part of #7081 didn't come through.
39214      Branch: perl
39215            ! embed.pl proto.h
39216 ____________________________________________________________________________
39217 [  7090] By: jhi                                   on 2000/09/14  23:17:39
39218         Log: Subject: Re: perl@7078 
39219              From: Spider Boardman <spider@web.zk3.dec.com>
39220              Date: Thu, 14 Sep 2000 19:06:36 -0400
39221              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
39222      Branch: perl
39223            ! sv.c toke.c
39224 ____________________________________________________________________________
39225 [  7089] By: jhi                                   on 2000/09/14  23:11:21
39226         Log: Small portability tweaks.
39227      Branch: perl
39228            ! ext/Encode/Encode.xs
39229 ____________________________________________________________________________
39230 [  7088] By: jhi                                   on 2000/09/14  22:57:23
39231         Log: Fake return to pacify picky compilers.
39232      Branch: perl
39233            ! ext/Encode/Encode.xs
39234 ____________________________________________________________________________
39235 [  7087] By: jhi                                   on 2000/09/14  22:53:37
39236         Log: Subject: [PATCH] utf8.c apidoc
39237              From: Simon Cozens <simon@cozens.net>
39238              Date: Thu, 14 Sep 2000 23:46:57 +0100
39239              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
39240      Branch: perl
39241            ! perlapi.c pod/perlapi.pod utf8.c
39242 ____________________________________________________________________________
39243 [  7086] By: jhi                                   on 2000/09/14  22:40:38
39244         Log: We don't need to count the high bit bytes, a boolean is enough. 
39245      Branch: perl
39246            ! sv.c
39247 ____________________________________________________________________________
39248 [  7085] By: jhi                                   on 2000/09/14  21:20:09
39249         Log: Replace #7084 with
39250              
39251              Subject: Re: perl@7078 
39252              From: Spider Boardman <spider@web.zk3.dec.com>
39253              Date: Thu, 14 Sep 2000 17:09:36 -0400
39254              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
39255      Branch: perl
39256            ! sv.c utf8.c
39257 ____________________________________________________________________________
39258 [  7084] By: jhi                                   on 2000/09/14  20:03:34
39259         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
39260              convertable to bytes by checking it doesn't go above 0xc3
39261              
39262              Subject: Re: perl@7078
39263              From: Simon Cozens <simon@cozens.net>
39264              Date: Thu, 14 Sep 2000 20:59:19 +0100
39265              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
39266      Branch: perl
39267            ! utf8.c
39268 ____________________________________________________________________________
39269 [  7083] By: jhi                                   on 2000/09/14  19:38:47
39270         Log: Subject: Re: perl@7078
39271              From: Simon Cozens <simon@cozens.net>
39272              Date: Thu, 14 Sep 2000 20:13:09 +0100
39273              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
39274      Branch: perl
39275            ! t/op/bop.t
39276 ____________________________________________________________________________
39277 [  7082] By: jhi                                   on 2000/09/14  17:50:44
39278         Log: The one that got away.
39279      Branch: perl
39280            ! lib/File/Find.pm
39281 ____________________________________________________________________________
39282 [  7081] By: jhi                                   on 2000/09/14  17:45:35
39283         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
39284              From: Robin Barker <rmb1@cise.npl.co.uk>
39285              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
39286              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
39287      Branch: perl
39288            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
39289            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
39290            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
39291            ! regcomp.c toke.c universal.c
39292 ____________________________________________________________________________
39293 [  7080] By: jhi                                   on 2000/09/14  17:40:35
39294         Log: Problems picked up by AIX cc.
39295              
39296              Subject: Re: perl@7078 (patch included)
39297              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39298              Date: Thu, 14 Sep 2000 18:53:30 +0200
39299              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
39300      Branch: perl
39301            ! ext/Encode/Encode.xs
39302 ____________________________________________________________________________
39303 [  7079] By: jhi                                   on 2000/09/14  17:38:27
39304         Log: Subject: File::Find 5.7.0 POD nits
39305              From: Rich Morin <rdm@cfcl.com>
39306              Date: Wed, 13 Sep 2000 22:03:58 -0700
39307              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
39308      Branch: perl
39309            ! lib/File/Find.pm
39310 ____________________________________________________________________________
39311 [  7078] By: jhi                                   on 2000/09/14  14:58:20
39312         Log: Update Changes.
39313      Branch: perl
39314            ! Changes patchlevel.h
39315 ____________________________________________________________________________
39316 [  7077] By: jhi                                   on 2000/09/14  14:55:54
39317         Log: Compilation warnings and an error.
39318      Branch: perl
39319            ! sv.c
39320 ____________________________________________________________________________
39321 [  7076] By: jhi                                   on 2000/09/14  14:42:56
39322         Log: Fix for a parsing bug, not for the original bug.
39323              
39324              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
39325              From: Spider Boardman <spider@web.zk3.dec.com>
39326              Date: Wed, 13 Sep 2000 17:52:20 -0400
39327              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
39328      Branch: perl
39329            ! regcomp.c
39330 ____________________________________________________________________________
39331 [  7075] By: jhi                                   on 2000/09/14  14:40:40
39332         Log: Batch of UTF-8 patches from Simon Cozens.
39333      Branch: perl
39334            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
39335            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
39336            ! toke.c utf8.c
39337 ____________________________________________________________________________
39338 [  7074] By: jhi                                   on 2000/09/14  14:29:58
39339         Log: Subject: Re: Two advertising clauses need to be removed
39340              From: Russ Allbery <rra@stanford.edu>
39341              Date: 13 Sep 2000 18:50:26 -0700
39342              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
39343      Branch: perl
39344            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
39345 ____________________________________________________________________________
39346 [  7073] By: jhi                                   on 2000/09/14  14:28:20
39347         Log: Subject: [PATCH] de-wall t/README
39348              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
39349              Date: Wed, 13 Sep 2000 17:46:55 -0700
39350              Message-ID: <//Bw5gzkge/e092yn@efn.org>
39351      Branch: perl
39352            ! t/README
39353 ____________________________________________________________________________
39354 [  7072] By: jhi                                   on 2000/09/14  14:25:10
39355         Log: Hints optimization.
39356              
39357              Subject: Minor nit
39358              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39359              Date: Wed, 13 Sep 2000 21:42:07 +0200
39360              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
39361      Branch: perl
39362            ! hints/hpux.sh
39363 ____________________________________________________________________________
39364 [  7071] By: jhi                                   on 2000/09/14  14:23:30
39365         Log: Allow chop() and chomp() to be overridden.
39366              
39367              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
39368              From: "Casey R. Tweten" <crt@kiski.net>
39369              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
39370              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
39371      Branch: perl
39372            ! toke.c
39373 ____________________________________________________________________________
39374 [  7070] By: jhi                                   on 2000/09/14  14:20:36
39375         Log: The return value of setlocale must be copied away.
39376              
39377              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
39378              From: Alan Burlison <Alan.Burlison@uk.sun.com>
39379              Date: Wed, 13 Sep 2000 16:27:37 +0100 
39380              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
39381      Branch: perl
39382            ! util.c
39383 ____________________________________________________________________________
39384 [  7069] By: jhi                                   on 2000/09/14  14:16:27
39385         Log: Remove vestiges of tr//CU.
39386              
39387              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
39388              From: Nick Clark <nick@plum.flirble.org>
39389              Date: Tue, 12 Sep 2000 22:50:14 +0100
39390              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
39391              
39392              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
39393              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
39394              Date: Tue, 12 Sep 2000 21:38:48 -0700
39395              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
39396      Branch: perl
39397            ! op.h pod/perlunicode.pod
39398 ____________________________________________________________________________
39399 [  7068] By: jhi                                   on 2000/09/13  14:18:39
39400         Log: Add the Encode extension.  The code is still largely just skeleton.
39401      Branch: perl
39402            + ext/Encode/Encode.pm ext/Encode/Encode.xs
39403            + ext/Encode/Makefile.PL ext/Encode/Todo
39404            ! MANIFEST Todo-5.6
39405 ____________________________________________________________________________
39406 [  7067] By: jhi                                   on 2000/09/12  17:43:33
39407         Log: Allow for whitespace between "#" and "line" in cpp output.
39408              
39409              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
39410              From: Calle Dybedahl <calle@lysator.liu.se>
39411              Date: 12 Sep 2000 19:38:02 +0200 
39412              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
39413      Branch: perl
39414            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
39415 ____________________________________________________________________________
39416 [  7066] By: gsar                                  on 2000/09/12  17:24:29
39417         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
39418              initialization in all the threads on Windows
39419      Branch: perl
39420            ! win32/win32.c
39421 ____________________________________________________________________________
39422 [  7065] By: jhi                                   on 2000/09/12  15:11:31
39423         Log: Update Changes.
39424      Branch: perl
39425            ! Changes patchlevel.h
39426 ____________________________________________________________________________
39427 [  7064] By: jhi                                   on 2000/09/12  14:54:54
39428         Log: Retract #7062, the pod tests are not ready.
39429      Branch: perl
39430            ! t/TEST t/harness
39431 ____________________________________________________________________________
39432 [  7063] By: jhi                                   on 2000/09/12  14:25:41
39433         Log: The #7054 truncated Configure badly.
39434      Branch: metaconfig/U/perl
39435            ! End.U
39436      Branch: perl
39437            ! Configure config_h.SH
39438 ____________________________________________________________________________
39439 [  7062] By: jhi                                   on 2000/09/12  14:08:32
39440         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
39441              From: sthoenna@efn.org
39442              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
39443              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
39444      Branch: perl
39445            ! t/TEST t/harness
39446 ____________________________________________________________________________
39447 [  7061] By: jhi                                   on 2000/09/12  14:07:18
39448         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
39449              From: sthoenna@efn.org
39450              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
39451              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
39452      Branch: perl
39453            ! pod/perlxs.pod
39454 ____________________________________________________________________________
39455 [  7060] By: jhi                                   on 2000/09/12  14:06:08
39456         Log: Break up the myconfig lines a bit.
39457              
39458              Subject: perlbug/perl -V output format
39459              From: sthoenna@efn.org
39460              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
39461              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
39462      Branch: perl
39463            ! myconfig.SH
39464 ____________________________________________________________________________
39465 [  7059] By: jhi                                   on 2000/09/12  14:05:04
39466         Log: Test for the #7049.
39467              
39468              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
39469              From: andreas.koenig@anima.de (Andreas J. Koenig)
39470              Date: 12 Sep 2000 06:42:01 +0200
39471              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
39472      Branch: perl
39473            ! t/op/my.t
39474 ____________________________________________________________________________
39475 [  7058] By: jhi                                   on 2000/09/12  14:03:05
39476         Log: Subject: [patch: perl@7045] vms updates
39477              From: Peter Prymmer <pvhp@forte.com>
39478              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
39479              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
39480      Branch: perl
39481            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
39482 ____________________________________________________________________________
39483 [  7057] By: jhi                                   on 2000/09/12  14:00:51
39484         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
39485              From: sthoenna@efn.org
39486              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
39487              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
39488      Branch: perl
39489            ! t/op/64bitint.t
39490 ____________________________________________________________________________
39491 [  7056] By: jhi                                   on 2000/09/12  13:58:14
39492         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
39493              From: Jeff Pinyan <jeffp@crusoe.net>
39494              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
39495              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
39496      Branch: perl
39497            ! pod/perlfunc.pod
39498 ____________________________________________________________________________
39499 [  7055] By: jhi                                   on 2000/09/12  13:56:32
39500         Log: Do in VMS as the #7054 does.
39501      Branch: perl
39502            ! configure.com
39503 ____________________________________________________________________________
39504 [  7054] By: jhi                                   on 2000/09/12  13:50:31
39505         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
39506              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
39507              Date: Mon, 11 Sep 2000 08:33:09 +0100
39508              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
39509      Branch: metaconfig/U/perl
39510            ! End.U
39511      Branch: perl
39512            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
39513            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
39514 ____________________________________________________________________________
39515 [  7053] By: jhi                                   on 2000/09/12  13:29:19
39516         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
39517              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
39518              Date:     Tue, 12 Sep 2000 08:35:59 EDT
39519              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
39520      Branch: perl
39521            ! vms/test.com
39522 ____________________________________________________________________________
39523 [  7052] By: jhi                                   on 2000/09/11  23:01:50
39524         Log: Document the SvUTF8*().
39525      Branch: perl
39526            ! pod/perlapi.pod sv.h
39527 ____________________________________________________________________________
39528 [  7051] By: gsar                                  on 2000/09/11  14:46:30
39529         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
39530              (missed a spot when fixing up op_pmreplroot hack for ithreads)
39531      Branch: perl
39532            ! op.c t/op/split.t
39533 ____________________________________________________________________________
39534 [  7050] By: nick                                  on 2000/09/11  10:03:51
39535         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
39536              
39537              Subject: borland C++ win32.c tweak
39538              From: Vadim Konovalov <vkonovalov@lucent.com>
39539              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
39540              Date: Mon, 11 Sep 2000 11:22:33 +0400
39541      Branch: perl
39542            ! win32/win32.c
39543 ____________________________________________________________________________
39544 [  7049] By: nick                                  on 2000/09/11  09:57:33
39545         Log: Point fix for s/// on foreach (keys %xxx).
39546      Branch: perl
39547            ! pp_hot.c
39548 ____________________________________________________________________________
39549 [  7048] By: jhi                                   on 2000/09/10  23:37:09
39550         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
39551              by Pod::Text, from Brad Appleton.
39552      Branch: perl
39553            ! t/pod/testp2pt.pl
39554 ____________________________________________________________________________
39555 [  7047] By: jhi                                   on 2000/09/10  14:32:53
39556         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
39557              by Russ Allbery.
39558      Branch: perl
39559            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
39560 ____________________________________________________________________________
39561 [  7046] By: jhi                                   on 2000/09/10  14:15:08
39562         Log: Upgrade to CPAN 1.57_65, from Andreas König.
39563      Branch: perl
39564            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
39565 ____________________________________________________________________________
39566 [  7045] By: jhi                                   on 2000/09/08  21:36:32
39567         Log: Update Changes.
39568      Branch: perl
39569            ! Changes patchlevel.h
39570 ____________________________________________________________________________
39571 [  7044] By: jhi                                   on 2000/09/08  21:29:56
39572         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
39573              From: Peter Prymmer <pvhp@forte.com>
39574              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
39575              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
39576      Branch: perl
39577            ! configure.com
39578 ____________________________________________________________________________
39579 [  7043] By: jhi                                   on 2000/09/08  21:27:50
39580         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
39581              From: Peter Prymmer <pvhp@forte.com>
39582              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
39583              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
39584      Branch: perl
39585            ! Makefile.SH installperl
39586 ____________________________________________________________________________
39587 [  7042] By: jhi                                   on 2000/09/08  21:23:21
39588         Log: Continue #7041.
39589      Branch: perl
39590            ! cygwin/Makefile.SHs os2/Makefile.SHs
39591 ____________________________________________________________________________
39592 [  7041] By: jhi                                   on 2000/09/08  21:18:10
39593         Log: Do away with memory models cruft.  Sorry, PDP users.
39594      Branch: metaconfig
39595            ! U/modified/cc.U U/modified/libpth.U
39596      Branch: perl
39597            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
39598            ! Porting/config_H cflags.SH config_h.SH configure.com
39599            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
39600            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
39601            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
39602 ____________________________________________________________________________
39603 [  7040] By: jhi                                   on 2000/09/08  14:34:18
39604         Log: Major rewrite of s2p.  And I mean really major, it is
39605              an implementation of sed in perl.  If called as s2p it
39606              will function as s2p.  Note: needs non-UNIXifying.
39607              
39608              Subject: s2p
39609              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
39610              Date: Mon, 28 Aug 2000 14:05:12 +0200
39611              Message-ID: <39AA5578.2102E2AA@alcatel.at>
39612      Branch: perl
39613            ! x2p/s2p.PL
39614 ____________________________________________________________________________
39615 [  7039] By: jhi                                   on 2000/09/08  14:19:49
39616         Log: Re-allow vec() for characters > 255.
39617              
39618              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
39619              From: Spider Boardman <spider@web.zk3.dec.com>
39620              Date: Fri, 08 Sep 2000 02:21:02 -0400
39621              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
39622      Branch: perl
39623            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
39624            ! t/op/vec.t
39625 ____________________________________________________________________________
39626 [  7038] By: jhi                                   on 2000/09/08  14:14:18
39627         Log: Subject: [PATCH lib/Benchmark.pm]
39628              From: <abigail@foad.org>
39629              Date: Thu, 7 Sep 2000 15:03:20 -0400
39630              Message-ID: <20000907190320.888.qmail@foad.org>
39631      Branch: perl
39632            ! lib/Benchmark.pm
39633 ____________________________________________________________________________
39634 [  7037] By: jhi                                   on 2000/09/08  14:11:06
39635         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
39636              
39637              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
39638              From: Spider Boardman <spider@web.zk3.dec.com>
39639              Date: Fri, 08 Sep 2000 01:30:27 -0400
39640              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
39641      Branch: perl
39642            ! op.c
39643 ____________________________________________________________________________
39644 [  7036] By: jhi                                   on 2000/09/08  14:08:58
39645         Log: Subject: [ID 20000908.002] perlipc documentation bug.
39646              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
39647              Date: Fri, 08 Sep 2000 12:38:32 +0200
39648              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
39649      Branch: perl
39650            ! pod/perlipc.pod
39651 ____________________________________________________________________________
39652 [  7035] By: jhi                                   on 2000/09/08  14:03:12
39653         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
39654              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39655              Date: Fri, 08 Sep 2000 11:47:34 +0200
39656              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
39657      Branch: perl
39658            ! hints/dec_osf.sh
39659 ____________________________________________________________________________
39660 [  7034] By: jhi                                   on 2000/09/08  13:59:35
39661         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
39662              From: Simon Cozens <simon@cozens.net>
39663              Date: Thu, 7 Sep 2000 20:40:38 +0100
39664              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
39665      Branch: perl
39666            ! pp_hot.c
39667 ____________________________________________________________________________
39668 [  7033] By: jhi                                   on 2000/09/08  04:03:03
39669         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
39670              From: "Larry W. Virden" <lvirden@cas.org>
39671              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
39672              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
39673      Branch: perl
39674            ! pod/perldiag.pod
39675 ____________________________________________________________________________
39676 [  7032] By: jhi                                   on 2000/09/07  22:18:30
39677         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
39678              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
39679              Date: Mon, 04 Sep 2000 13:16:38 -0700
39680              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
39681      Branch: perl
39682            ! lib/perl5db.pl
39683 ____________________________________________________________________________
39684 [  7031] By: jhi                                   on 2000/09/07  22:02:29
39685         Log: Fix the ccversion detection for 5.1 and beyond.
39686              
39687              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
39688              From: Spider Boardman <spider@leggy.zk3.dec.com>
39689              Date: Thu, 7 Sep 2000 17:54:27 -0400
39690              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
39691      Branch: perl
39692            ! hints/dec_osf.sh
39693 ____________________________________________________________________________
39694 [  7030] By: jhi                                   on 2000/09/07  19:12:28
39695         Log: Fix for
39696              
39697              Subject: [ID 20000903.001] \w in utf8-strings
39698              From: Marc Lehmann <pcg@goof.com>
39699              Date: Sun, 03 Sep 2000 09:44:29 +0200
39700              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
39701              
39702              and various related nits.
39703      Branch: perl
39704            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
39705 ____________________________________________________________________________
39706 [  7029] By: jhi                                   on 2000/09/07  18:49:09
39707         Log: Fix the URL, but the server is still missing in action.
39708              
39709              Subject: [ID 20000905.002] perlfaq1.pod URL error
39710              From: "Larry W. Virden" <lvirden@cas.org>
39711              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
39712              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
39713      Branch: perl
39714            ! pod/perlfaq1.pod
39715 ____________________________________________________________________________
39716 [  7028] By: jhi                                   on 2000/09/07  18:47:13
39717         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
39718              From: Hugo <hv@crypt.compulink.co.uk>
39719              Date: Tue, 05 Sep 2000 14:13:37 +0100
39720              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
39721      Branch: perl
39722            ! toke.c
39723 ____________________________________________________________________________
39724 [  7027] By: jhi                                   on 2000/09/07  18:45:35
39725         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
39726              From: Daniel Chetlin <daniel@chetlin.com>
39727              Date: Tue, 5 Sep 2000 04:57:07 -0700
39728              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
39729      Branch: perl
39730            ! pod/perlfaq6.pod pod/perlop.pod
39731 ____________________________________________________________________________
39732 [  7026] By: jhi                                   on 2000/09/07  18:44:01
39733         Log: Document the new ref() semantics.
39734              
39735              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
39736              From: Gisle Aas <gisle@ActiveState.com>
39737              Date: 05 Sep 2000 08:10:30 +0200
39738              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
39739      Branch: perl
39740            ! pod/perldelta.pod
39741 ____________________________________________________________________________
39742 [  7025] By: jhi                                   on 2000/09/07  18:42:27
39743         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
39744              
39745              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
39746              From: Gisle Aas <gisle@ActiveState.com>
39747              Date: 05 Sep 2000 08:11:40 +0200
39748              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
39749      Branch: perl
39750            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
39751 ____________________________________________________________________________
39752 [  7024] By: jhi                                   on 2000/09/07  18:39:32
39753         Log: Subject: [PATCH] Modernize Opcode.pm documentation
39754              From: Gisle Aas <gisle@ActiveState.com>
39755              Date: 4 Sep 2000 00:18:55 -0000
39756              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
39757      Branch: perl
39758            ! ext/Opcode/Opcode.pm
39759 ____________________________________________________________________________
39760 [  7023] By: jhi                                   on 2000/09/07  18:37:42
39761         Log: Subject: [PATCH] Tied filehandle documentation
39762              From: Gisle Aas <gisle@ActiveState.com>
39763              Date: 4 Sep 2000 00:14:40 -0000
39764              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
39765      Branch: perl
39766            ! pod/perlfunc.pod pod/perltie.pod
39767 ____________________________________________________________________________
39768 [  7022] By: jhi                                   on 2000/09/07  18:35:37
39769         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
39770              From: Gisle Aas <gisle@ActiveState.com>
39771              Date: 4 Sep 2000 00:04:22 -0000
39772              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
39773      Branch: perl
39774            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
39775 ____________________________________________________________________________
39776 [  7021] By: jhi                                   on 2000/09/07  18:33:22
39777         Log: Subject: small apidoc fix
39778              From: Marc Lehmann <pcg@goof.com>
39779              Date: Sun, 3 Sep 2000 05:12:06 +0200
39780              Message-ID: <20000903051206.A5909@cerebro.laendle>
39781      Branch: perl
39782            ! pod/perlapi.pod utf8.c
39783 ____________________________________________________________________________
39784 [  7020] By: jhi                                   on 2000/09/07  16:14:57
39785         Log: Tiny perldelta nits.
39786      Branch: perl
39787            ! pod/perldelta.pod
39788 ____________________________________________________________________________
39789 [  7019] By: jhi                                   on 2000/09/07  16:04:20
39790         Log: Guard against bad string->int conversion for quads.
39791      Branch: perl
39792            ! t/op/64bitint.t
39793 ____________________________________________________________________________
39794 [  7018] By: jhi                                   on 2000/09/06  17:07:03
39795         Log: Update Unicode todo list.
39796      Branch: perl
39797            ! Todo-5.6
39798 ____________________________________________________________________________
39799 [  7017] By: jhi                                   on 2000/09/05  21:16:01
39800         Log: Document the SvIOK_.*UV().
39801      Branch: perl
39802            ! pod/perlapi.pod sv.h
39803 ____________________________________________________________________________
39804 [  7016] By: nick                                  on 2000/09/03  21:54:46
39805         Log: Hash lookup of constant strings optimization:
39806              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
39807              to string table (as per sharepvn). Add newSV_pvn_share to create such
39808              a thing. Make hv.c compare addresses of strings and skip string compare
39809              if equal. Make method_named and helem ops use these shared-string SVs
39810              when arg is constant. Make keys op return shared-string SVs (less clearly
39811              a win).
39812      Branch: perl
39813            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
39814            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
39815            ! pod/perlintern.pod pp_hot.c proto.h sv.c
39816 ____________________________________________________________________________
39817 [  7015] By: jhi                                   on 2000/09/02  17:48:59
39818         Log: This is 5.7.0.
39819      Branch: perl
39820            ! Changes
39821 ____________________________________________________________________________
39822 [  7014] By: jhi                                   on 2000/09/02  17:35:45
39823         Log: Changes and patchlevel tweaks.
39824      Branch: perl
39825            ! Changes patchlevel.h
39826 ____________________________________________________________________________
39827 [  7013] By: jhi                                   on 2000/09/02  17:30:50
39828         Log: Update Changes.
39829      Branch: perl
39830            ! Changes patchlevel.h
39831 ____________________________________________________________________________
39832 [  7012] By: nick                                  on 2000/09/02  17:25:20
39833         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
39834      Branch: perl
39835            ! gv.c lib/overload.pm
39836 ____________________________________________________________________________
39837 [  7011] By: jhi                                   on 2000/09/02  17:16:25
39838         Log: Update perlhist.
39839      Branch: perl
39840            ! pod/perlhist.pod
39841 ____________________________________________________________________________
39842 [  7010] By: jhi                                   on 2000/09/02  17:01:35
39843         Log: perldelta nits.
39844      Branch: perl
39845            ! pod/perldelta.pod
39846 ____________________________________________________________________________
39847 [  7009] By: nick                                  on 2000/09/02  16:48:35
39848         Log: If overloaded %{} etc. return the object do not loop.
39849              Thus  sub deref { $_[0] } functions if object is wanted type.
39850      Branch: perl
39851            ! pp.h
39852 ____________________________________________________________________________
39853 [  7008] By: jhi                                   on 2000/09/02  16:26:11
39854         Log: Retab MANIFEST.
39855      Branch: perl
39856            ! ext/Storable/MANIFEST
39857 ____________________________________________________________________________
39858 [  7007] By: jhi                                   on 2000/09/02  16:23:02
39859         Log: Make certain cc is set before trying to run it.
39860      Branch: perl
39861            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
39862 ____________________________________________________________________________
39863 [  7006] By: jhi                                   on 2000/09/02  15:45:41
39864         Log: Unicode notes.
39865      Branch: perl
39866            ! pod/perldelta.pod
39867 ____________________________________________________________________________
39868 [  7005] By: jhi                                   on 2000/09/02  15:42:11
39869         Log: Various Configure nits by Philip Newton,
39870              plus the ebcdic one by me.
39871      Branch: metaconfig
39872            + U/modified/pager.U
39873            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
39874      Branch: metaconfig/U/perl
39875            ! Devel.U quadfio.U
39876      Branch: perl
39877            ! Configure config_h.SH
39878 ____________________________________________________________________________
39879 [  7004] By: jhi                                   on 2000/09/02  15:06:14
39880         Log: Apparently avoiding the swapping is too costly.
39881              
39882              From: "Ben Tilly" <ben_tilly@hotmail.com>
39883              Subject: Re: the door is closed.
39884              Date: Fri, 01 Sep 2000 20:23:16 EDT
39885              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
39886      Branch: perl
39887            ! pod/perlfaq4.pod
39888 ____________________________________________________________________________
39889 [  7003] By: nick                                  on 2000/09/02  12:26:04
39890         Log: Undo part of change 6489 which looks like a bulk edit which
39891              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
39892              The supressing of main:: on return from select() is undesirable.
39893      Branch: perl
39894            ! pp_sys.c
39895 ____________________________________________________________________________
39896 [  7002] By: jhi                                   on 2000/09/01  23:08:54
39897         Log: Update Changes.
39898      Branch: perl
39899            ! Changes patchlevel.h
39900 ____________________________________________________________________________
39901 [  7001] By: jhi                                   on 2000/09/01  23:00:13
39902         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
39903              From: Peter Prymmer <pvhp@forte.com>
39904              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
39905              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
39906              
39907              plus rework the http: spots as suggested by Tom Christiansen,
39908              plus regen perltoc.
39909      Branch: perl
39910            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
39911            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
39912 ____________________________________________________________________________
39913 [  7000] By: jhi                                   on 2000/09/01  22:36:01
39914         Log: Only the first line, thank you very much.
39915      Branch: perl
39916            ! hints/solaris_2.sh
39917 ____________________________________________________________________________
39918 [  6999] By: gsar                                  on 2000/09/01  22:16:40
39919         Log: change#6791 accidentally clobbered change#6710, put it back
39920      Branch: perl
39921            ! win32/win32.c
39922 ____________________________________________________________________________
39923 [  6998] By: jhi                                   on 2000/09/01  22:14:16
39924         Log: Mention the HP-UX LP64 freak failure.
39925      Branch: perl
39926            ! pod/perldelta.pod
39927 ____________________________________________________________________________
39928 [  6997] By: jhi                                   on 2000/09/01  21:48:32
39929         Log: Detypo.
39930      Branch: perl
39931            ! hints/hpux.sh
39932 ____________________________________________________________________________
39933 [  6996] By: jhi                                   on 2000/09/01  21:27:10
39934         Log: Update Changes.
39935      Branch: perl
39936            ! Changes patchlevel.h
39937 ____________________________________________________________________________
39938 [  6995] By: jhi                                   on 2000/09/01  21:14:24
39939         Log: Mi splgn s gnin.g
39940      Branch: perl
39941            ! pp_ctl.c
39942 ____________________________________________________________________________
39943 [  6994] By: jhi                                   on 2000/09/01  21:09:54
39944         Log: Subject: http:// in L<>
39945              From: Nicholas Clark <nick@ccl4.org>
39946              Date: Fri, 1 Sep 2000 22:03:21 +0100
39947              Message-ID: <20000901220321.B72074@plum.flirble.org>
39948      Branch: perl
39949            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
39950 ____________________________________________________________________________
39951 [  6993] By: jhi                                   on 2000/09/01  21:06:54
39952         Log: Update to Storable 1.0, from Raphael Manfredi.
39953      Branch: perl
39954            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
39955            ! ext/Storable/Makefile.PL ext/Storable/README
39956            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
39957            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
39958            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
39959            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
39960            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
39961            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
39962 ____________________________________________________________________________
39963 [  6992] By: jhi                                   on 2000/09/01  20:43:05
39964         Log: Mention known sfio+linux buglet.
39965      Branch: perl
39966            ! pod/perldelta.pod
39967 ____________________________________________________________________________
39968 [  6991] By: jhi                                   on 2000/09/01  20:40:11
39969         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
39970              From: Peter Prymmer <pvhp@forte.com>
39971              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
39972              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
39973      Branch: perl
39974            ! vms/vms.c
39975 ____________________________________________________________________________
39976 [  6990] By: jhi                                   on 2000/09/01  20:25:26
39977         Log: Retract #6986.
39978      Branch: perl
39979            ! hints/solaris_2.sh
39980 ____________________________________________________________________________
39981 [  6989] By: jhi                                   on 2000/09/01  20:23:00
39982         Log: Mergesort is back.
39983      Branch: perl
39984            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
39985 ____________________________________________________________________________
39986 [  6988] By: jhi                                   on 2000/09/01  19:37:40
39987         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
39988              From: Mike Guy <mjtg@cam.ac.uk>
39989              Date: Fri, 01 Sep 2000 17:43:33 +0100
39990              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
39991      Branch: perl
39992            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
39993            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
39994 ____________________________________________________________________________
39995 [  6987] By: jhi                                   on 2000/09/01  19:17:10
39996         Log: Regen perltoc.
39997      Branch: perl
39998            ! pod/perltoc.pod
39999 ____________________________________________________________________________
40000 [  6986] By: jhi                                   on 2000/09/01  18:51:10
40001         Log: Subject: Re: Solaris x86 has no SPARC libraries!
40002              From: Lupe Christoph <lupe@lupe-christoph.de>
40003              Date: Fri, 1 Sep 2000 20:41:20 +0200
40004              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
40005      Branch: perl
40006            ! hints/solaris_2.sh
40007 ____________________________________________________________________________
40008 [  6985] By: jhi                                   on 2000/09/01  18:28:10
40009         Log: Update Changes.
40010      Branch: perl
40011            ! Changes patchlevel.h
40012 ____________________________________________________________________________
40013 [  6984] By: jhi                                   on 2000/09/01  18:26:53
40014         Log: Feature ordering tweak.
40015      Branch: perl
40016            ! myconfig.SH
40017 ____________________________________________________________________________
40018 [  6983] By: jhi                                   on 2000/09/01  18:19:50
40019         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
40020              From: <abigail@foad.org>
40021              Date: Fri, 1 Sep 2000 13:07:32 -0400
40022              Message-ID: <20000901170732.18249.qmail@foad.org>
40023      Branch: perl
40024            ! t/pragma/overload.t
40025 ____________________________________________________________________________
40026 [  6982] By: jhi                                   on 2000/09/01  18:17:54
40027         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
40028              so that case-ignoring systems like DCL can tell them from
40029              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
40030      Branch: metaconfig/U/perl
40031            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
40032      Branch: perl
40033            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40034            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
40035            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
40036            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
40037            ! vos/config.def vos/config.h vos/config_h.SH_orig
40038            ! win32/config.bc win32/config.gc win32/config.vc
40039 ____________________________________________________________________________
40040 [  6981] By: nick                                  on 2000/09/01  17:21:57
40041         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
40042              warning when UNTIE exists and instead pass the cound of extra references to
40043              the UNTIE method.
40044      Branch: perl
40045            ! pod/perltie.pod pp_sys.c
40046 ____________________________________________________________________________
40047 [  6980] By: jhi                                   on 2000/09/01  16:54:44
40048         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
40049              From: Peter Prymmer <pvhp@forte.com>
40050              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
40051              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
40052      Branch: perl
40053            ! configure.com
40054 ____________________________________________________________________________
40055 [  6979] By: jhi                                   on 2000/09/01  16:06:20
40056         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
40057              From: Mike Guy <mjtg@cam.ac.uk> 
40058              Date: Fri, 01 Sep 2000 16:49:27 +0100
40059              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
40060      Branch: perl
40061            ! t/base/rs.t
40062 ____________________________________________________________________________
40063 [  6978] By: jhi                                   on 2000/09/01  16:00:42
40064         Log: Update to PodParser 1.18, from Brad Appleton.
40065      Branch: perl
40066            ! lib/Pod/Checker.pm t/pod/find.t
40067 ____________________________________________________________________________
40068 [  6977] By: jhi                                   on 2000/09/01  14:48:58
40069         Log: Subject: Nit in Configure (bleadperl@6961)
40070              From: Lupe Christoph <lupe@lupe-christoph.de>
40071              Date: Fri, 1 Sep 2000 16:34:29 +0200
40072              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
40073      Branch: metaconfig
40074            ! U/compline/ccflags.U
40075      Branch: perl
40076            ! Configure config_h.SH
40077 ____________________________________________________________________________
40078 [  6976] By: jhi                                   on 2000/09/01  14:39:52
40079         Log: Update Changes.
40080      Branch: perl
40081            ! Changes patchlevel.h
40082 ____________________________________________________________________________
40083 [  6975] By: jhi                                   on 2000/09/01  14:37:36
40084         Log: microperl config update.
40085      Branch: perl
40086            ! uconfig.h uconfig.sh
40087 ____________________________________________________________________________
40088 [  6974] By: jhi                                   on 2000/09/01  14:36:53
40089         Log: Document known deficiencies.
40090      Branch: perl
40091            ! pod/perldelta.pod
40092 ____________________________________________________________________________
40093 [  6973] By: jhi                                   on 2000/09/01  14:10:20
40094         Log: Mention warnings fixes and updates.
40095      Branch: perl
40096            ! pod/perldelta.pod
40097 ____________________________________________________________________________
40098 [  6972] By: jhi                                   on 2000/09/01  14:01:52
40099         Log: Drop unused argument.
40100              
40101              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
40102              From: Spider Boardman <spider@web.zk3.dec.com>
40103              Date: Thu, 31 Aug 2000 16:10:15 -0400
40104              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
40105      Branch: perl
40106            ! toke.c
40107 ____________________________________________________________________________
40108 [  6971] By: jhi                                   on 2000/09/01  13:59:24
40109         Log: Add the overload warnings to perldiag.
40110      Branch: perl
40111            ! lib/overload.pm pod/perldiag.pod
40112 ____________________________________________________________________________
40113 [  6970] By: jhi                                   on 2000/09/01  13:55:10
40114         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
40115              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
40116              Date: Fri, 1 Sep 2000 13:43:15 +0100 
40117              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
40118      Branch: perl
40119            ! lib/overload.pm t/pragma/overload.t
40120 ____________________________________________________________________________
40121 [  6969] By: jhi                                   on 2000/09/01  13:52:27
40122         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
40123              From: <abigail@foad.org>
40124              Date: Fri, 1 Sep 2000 05:46:54 -0400
40125              Message-ID: <20000901094654.6476.qmail@foad.org>
40126      Branch: perl
40127            ! lib/overload.pm
40128 ____________________________________________________________________________
40129 [  6968] By: jhi                                   on 2000/09/01  13:50:05
40130         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
40131              From: Daniel Chetlin <daniel@chetlin.com>
40132              Date: Fri, 1 Sep 2000 02:10:55 -0700
40133              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
40134      Branch: perl
40135            ! pod/perlretut.pod
40136 ____________________________________________________________________________
40137 [  6967] By: jhi                                   on 2000/09/01  13:47:54
40138         Log: Part of the solution.
40139              
40140              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
40141              From: Mike Guy <mjtg@cam.ac.uk>
40142              Date: Fri, 01 Sep 2000 14:16:01 +0100
40143              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
40144      Branch: perl
40145            ! gv.c mg.c
40146 ____________________________________________________________________________
40147 [  6966] By: jhi                                   on 2000/09/01  13:46:17
40148         Log: Subject: CPAN.pm beta 1.57_57 for the core
40149              From: andreas.koenig@anima.de (Andreas J. Koenig)
40150              Date: 01 Sep 2000 15:16:31 +0200
40151              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
40152      Branch: perl
40153            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
40154 ____________________________________________________________________________
40155 [  6965] By: jhi                                   on 2000/09/01  13:43:18
40156         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
40157              From: "Craig A. Berry" <craig.berry@psinetcs.com>
40158              Date: Fri, 01 Sep 2000 01:47:22 -0500
40159              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
40160      Branch: perl
40161            ! pod/perldelta.pod vms/vms.c
40162 ____________________________________________________________________________
40163 [  6964] By: jhi                                   on 2000/09/01  13:35:35
40164         Log: File::Temp patches from Andreas König,
40165              
40166              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
40167              From: andreas.koenig@anima.de (Andreas J. Koenig)
40168              Date: 01 Sep 2000 10:07:20 +0200
40169              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
40170              
40171              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
40172              From: andreas.koenig@anima.de (Andreas J. Koenig)
40173              Date: 31 Aug 2000 23:26:08 +0200
40174              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
40175      Branch: perl
40176            ! lib/File/Temp.pm t/lib/ftmp-security.t
40177 ____________________________________________________________________________
40178 [  6963] By: jhi                                   on 2000/09/01  02:22:24
40179         Log: Retract the mergesort code, way too incompatible licensing
40180              and copyrights.
40181      Branch: perl
40182            ! pod/perldelta.pod pp_ctl.c
40183 ____________________________________________________________________________
40184 [  6962] By: jhi                                   on 2000/08/31  23:27:32
40185         Log: Update Changes.
40186      Branch: perl
40187            ! Changes patchlevel.h
40188 ____________________________________________________________________________
40189 [  6961] By: jhi                                   on 2000/08/31  23:20:04
40190         Log: Small tweaks all over.
40191      Branch: metaconfig
40192            ! U/compline/d_gconvert.U
40193      Branch: perl
40194            ! AUTHORS Configure config_h.SH pp_ctl.c
40195 ____________________________________________________________________________
40196 [  6960] By: jhi                                   on 2000/08/31  22:39:36
40197         Log: Further rewording.
40198      Branch: perl
40199            ! pp_ctl.c
40200 ____________________________________________________________________________
40201 [  6959] By: jhi                                   on 2000/08/31  21:26:44
40202         Log: More address tweaking.
40203      Branch: perl
40204            ! AUTHORS Changes
40205 ____________________________________________________________________________
40206 [  6958] By: jhi                                   on 2000/08/31  20:47:25
40207         Log: AUTHORS tweaks, from Peter Prymmer.
40208              
40209              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
40210              From: Peter Prymmer <pvhp@forte.com>
40211              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
40212              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
40213      Branch: perl
40214            ! AUTHORS MAINTAIN
40215 ____________________________________________________________________________
40216 [  6957] By: jhi                                   on 2000/08/31  20:34:43
40217         Log: perldelta tweaks.
40218      Branch: perl
40219            ! pod/perldelta.pod
40220 ____________________________________________________________________________
40221 [  6956] By: jhi                                   on 2000/08/31  19:11:06
40222         Log: Regen perltoc.
40223      Branch: perl
40224            ! pod/perltoc.pod
40225 ____________________________________________________________________________
40226 [  6955] By: jhi                                   on 2000/08/31  19:06:30
40227         Log: Clarify the mergesort situation.
40228      Branch: perl
40229            ! pp_ctl.c
40230 ____________________________________________________________________________
40231 [  6954] By: jhi                                   on 2000/08/31  18:24:17
40232         Log: Move the Solaris 7 scan to use64bitall, make the
40233              failure to find 64-bot sparc libc to mention the
40234              possibility of being in an intel, from Lupe and Alan.
40235      Branch: perl
40236            ! hints/solaris_2.sh
40237 ____________________________________________________________________________
40238 [  6953] By: jhi                                   on 2000/08/31  18:09:20
40239         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
40240              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
40241      Branch: metaconfig
40242            ! U/compline/d_gconvert.U U/threads/archname.U
40243      Branch: metaconfig/U/perl
40244            ! perlxv.U
40245      Branch: perl
40246            ! Configure config_h.SH sv.c
40247 ____________________________________________________________________________
40248 [  6952] By: jhi                                   on 2000/08/31  17:42:24
40249         Log: :: not allowed in pathnames, change to .
40250              
40251              Subject: [PATCH perl@6938] cygwin port
40252              From: "Fifer, Eric" <EFifer@sanwaint.com>
40253              Date: Thu, 31 Aug 2000 16:32:59 +0100
40254              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
40255      Branch: metaconfig/U/perl
40256            ! perlxv.U
40257 ____________________________________________________________________________
40258 [  6951] By: jhi                                   on 2000/08/31  17:02:05
40259         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
40260      Branch: perl
40261            ! perl.h
40262 ____________________________________________________________________________
40263 [  6950] By: jhi                                   on 2000/08/31  16:26:08
40264         Log: More author updates.
40265              
40266              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
40267              From: Simon Cozens <simon@cozens.net>
40268              Date: Thu, 31 Aug 2000 17:13:32 +0100
40269              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
40270      Branch: perl
40271            ! AUTHORS
40272 ____________________________________________________________________________
40273 [  6949] By: jhi                                   on 2000/08/31  16:04:49
40274         Log: POSIX doesn't report long double values under -Duselongdouble
40275              when the long doubles are "real" (bigger than doubles).
40276              
40277              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
40278              From: Spider Boardman <spider@peano.zk3.dec.com>
40279              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
40280              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
40281      Branch: perl
40282            ! ext/POSIX/POSIX.xs
40283 ____________________________________________________________________________
40284 [  6948] By: jhi                                   on 2000/08/31  15:25:10
40285         Log: Update Changes.
40286      Branch: perl
40287            ! Changes patchlevel.h
40288 ____________________________________________________________________________
40289 [  6947] By: jhi                                   on 2000/08/31  15:22:29
40290         Log: Document UNTIE in a very minimalistic way.
40291      Branch: perl
40292            ! pod/perlfunc.pod pod/perltie.pod
40293 ____________________________________________________________________________
40294 [  6946] By: jhi                                   on 2000/08/31  15:15:23
40295         Log: Document known failures.
40296      Branch: perl
40297            ! pod/perldelta.pod
40298 ____________________________________________________________________________
40299 [  6945] By: jhi                                   on 2000/08/31  15:07:00
40300         Log: Don't attach -ld to the archname if pointless.
40301      Branch: metaconfig
40302            ! U/threads/archname.U
40303      Branch: perl
40304            ! Configure config_h.SH
40305 ____________________________________________________________________________
40306 [  6944] By: jhi                                   on 2000/08/31  14:37:42
40307         Log: Wrap the test in eval.
40308              
40309              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
40310              From: Tim Jenness <timj@jach.hawaii.edu>
40311              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
40312              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
40313      Branch: perl
40314            ! t/lib/ftmp-security.t
40315 ____________________________________________________________________________
40316 [  6943] By: jhi                                   on 2000/08/31  14:30:57
40317         Log: Make -Dusemorebits find long doubles in Solaris.
40318      Branch: perl
40319            ! hints/solaris_2.sh
40320 ____________________________________________________________________________
40321 [  6942] By: jhi                                   on 2000/08/31  13:48:45
40322         Log: Clarify the third case of ftmp-security warnings.
40323      Branch: perl
40324            ! INSTALL
40325 ____________________________________________________________________________
40326 [  6941] By: jhi                                   on 2000/08/31  13:40:31
40327         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
40328              From: <abigail@foad.org>
40329              Date: Thu, 31 Aug 2000 01:35:05 -0400
40330              Message-ID: <20000831053505.32120.qmail@foad.org>
40331      Branch: perl
40332            ! pod/perldelta.pod
40333 ____________________________________________________________________________
40334 [  6940] By: jhi                                   on 2000/08/31  13:38:48
40335         Log: Issue useful diagnostic on unknown pod commands.
40336              
40337              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
40338              From: <abigail@foad.org>
40339              Date: Thu, 31 Aug 2000 03:41:18 -0400
40340              Message-ID: <20000831074118.24880.qmail@foad.org>
40341      Branch: perl
40342            ! lib/Pod/Man.pm
40343 ____________________________________________________________________________
40344 [  6939] By: jhi                                   on 2000/08/31  13:34:33
40345         Log: Reveal Borland's isnan.
40346              
40347              Subject: build with BC++ tweak
40348              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
40349              Date: Thu, 31 Aug 2000 13:09:37 +0400
40350              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
40351      Branch: perl
40352            ! win32/win32.h
40353 ____________________________________________________________________________
40354 [  6938] By: jhi                                   on 2000/08/31  05:01:20
40355         Log: Update Changes.
40356      Branch: perl
40357            ! Changes patchlevel.h
40358 ____________________________________________________________________________
40359 [  6937] By: jhi                                   on 2000/08/31  04:26:23
40360         Log: sscanf() may be the only way to read long doubles from strings.
40361      Branch: metaconfig/U/perl
40362            ! longdblfio.U
40363      Branch: perl
40364            ! Configure config_h.SH perl.h util.c
40365 ____________________________________________________________________________
40366 [  6936] By: jhi                                   on 2000/08/31  04:18:19
40367         Log: The #6929 was too skimpy.
40368      Branch: perl
40369            ! sv.c
40370 ____________________________________________________________________________
40371 [  6935] By: jhi                                   on 2000/08/31  02:47:07
40372         Log: Subject: Re: typos in pods
40373              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
40374              Date: Wed, 30 Aug 2000 19:25:34 -0700
40375              Message-ID: <eIcr5gzkg25X092yn@efn.org>
40376      Branch: perl
40377            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
40378 ____________________________________________________________________________
40379 [  6934] By: jhi                                   on 2000/08/31  02:42:55
40380         Log: Missed one Unicode file.
40381      Branch: perl
40382            + lib/unicode/UCDFF301.html
40383 ____________________________________________________________________________
40384 [  6933] By: jhi                                   on 2000/08/30  23:42:27
40385         Log: Update Changes.
40386      Branch: perl
40387            ! Changes patchlevel.h
40388 ____________________________________________________________________________
40389 [  6932] By: jhi                                   on 2000/08/30  23:40:07
40390         Log: Mention UNTIE in perldelta.  Still needs documenting
40391              in perltie et alia.
40392      Branch: perl
40393            ! pod/perldelta.pod
40394 ____________________________________________________________________________
40395 [  6931] By: jhi                                   on 2000/08/30  23:36:02
40396         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
40397              From: <abigail@foad.org>
40398              Date: Wed, 30 Aug 2000 19:28:07 -0400
40399              Message-ID: <20000830232807.305.qmail@foad.org>
40400      Branch: perl
40401            ! pod/perldelta.pod
40402 ____________________________________________________________________________
40403 [  6930] By: jhi                                   on 2000/08/30  23:32:40
40404         Log: Update to Unicode 3.0.1.
40405      Branch: perl
40406            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
40407            + lib/unicode/PropList.txt lib/unicode/README.perl
40408            + lib/unicode/UCD301.html lib/unicode/Unicode.301
40409            - lib/unicode/Props.txt lib/unicode/UCD300.html
40410            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
40411            ! (edit 257 files)
40412 ____________________________________________________________________________
40413 [  6929] By: jhi                                   on 2000/08/30  22:38:18
40414         Log: Heap decorruption.
40415              
40416              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
40417              From: Alan Burlison <Alan.Burlison@uk.sun.com>
40418              Date: Wed, 30 Aug 2000 22:39:52 +0100
40419              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
40420      Branch: perl
40421            ! sv.c
40422 ____________________________________________________________________________
40423 [  6928] By: jhi                                   on 2000/08/30  22:29:34
40424         Log: Retract the dummy test, skip the security tests (instead of failing),
40425              explain what the warnings mean.
40426      Branch: perl
40427            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
40428 ____________________________________________________________________________
40429 [  6927] By: jhi                                   on 2000/08/30  22:14:13
40430         Log: Change the internal implementation of sort() to be mergesort
40431              instead of quicksort, from John Linderman <jpl@research.att.com>.
40432              Gives us better worst case, better average case, and stability.
40433              What's there not to like?  (Small fixes for threaded builds
40434              were required).
40435      Branch: perl
40436            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
40437 ____________________________________________________________________________
40438 [  6926] By: jhi                                   on 2000/08/30  20:55:20
40439         Log: A better fix for the Socket building problem from Craig Berry.
40440      Branch: perl
40441            ! vms/vms.c
40442 ____________________________________________________________________________
40443 [  6925] By: jhi                                   on 2000/08/30  20:20:25
40444         Log: Subject: [PATCH] Re: UNTIE method 
40445              From: Nick Ing-Simmons <nik@tiuk.ti.com>
40446              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
40447              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
40448      Branch: perl
40449            ! pp_sys.c t/op/tie.t
40450 ____________________________________________________________________________
40451 [  6924] By: jhi                                   on 2000/08/30  20:17:11
40452         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
40453              From: "Craig A. Berry" <craig.berry@psinetcs.com>
40454              Date: Wed, 30 Aug 2000 15:03:14 -0500
40455              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
40456      Branch: perl
40457            ! vms/vms.c
40458 ____________________________________________________________________________
40459 [  6923] By: jhi                                   on 2000/08/30  20:15:18
40460         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
40461              From: "Craig A. Berry" <craig.berry@psinetcs.com>
40462              Date: Wed, 30 Aug 2000 13:30:36 -0500
40463              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
40464      Branch: perl
40465            ! vms/vms.c
40466 ____________________________________________________________________________
40467 [  6922] By: jhi                                   on 2000/08/30  19:54:43
40468         Log: Better options for rsync.
40469      Branch: perl
40470            ! pod/perlhack.pod
40471 ____________________________________________________________________________
40472 [  6921] By: jhi                                   on 2000/08/30  19:40:16
40473         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
40474              From: Rick Delaney <rick@consumercontact.com>
40475              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
40476              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
40477      Branch: perl
40478            ! pod/perlfunc.pod
40479 ____________________________________________________________________________
40480 [  6920] By: jhi                                   on 2000/08/30  19:36:40
40481         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
40482              From: Peter Prymmer <pvhp@forte.com>
40483              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
40484              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
40485      Branch: perl
40486            ! configure.com
40487 ____________________________________________________________________________
40488 [  6919] By: jhi                                   on 2000/08/30  14:52:02
40489         Log: Update Changes.
40490      Branch: perl
40491            ! Changes patchlevel.h
40492 ____________________________________________________________________________
40493 [  6918] By: jhi                                   on 2000/08/30  14:48:34
40494         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
40495      Branch: perl
40496            ! lib/ExtUtils/typemap
40497 ____________________________________________________________________________
40498 [  6917] By: jhi                                   on 2000/08/30  14:46:34
40499         Log: Subject: typos in pods
40500              From: Nicholas Clark <nick@ccl4.org>
40501              Date: Wed, 30 Aug 2000 01:12:50 +0100
40502              Message-ID: <20000830011249.A61388@plum.flirble.org>
40503      Branch: perl
40504            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
40505            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
40506            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
40507            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
40508 ____________________________________________________________________________
40509 [  6916] By: jhi                                   on 2000/08/30  14:19:09
40510         Log: Document Storable problems on Crays.  (Will have
40511              to document all the other Storable problems, too.)
40512      Branch: perl
40513            ! pod/perldelta.pod
40514 ____________________________________________________________________________
40515 [  6915] By: jhi                                   on 2000/08/30  14:06:02
40516         Log: Subject: [PATCH] fix misc cast warnings
40517              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
40518              Date: Tue, 29 Aug 2000 23:16:14 -0700
40519              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
40520      Branch: perl
40521            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
40522            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
40523            ! os2/os2ish.h
40524 ____________________________________________________________________________
40525 [  6914] By: jhi                                   on 2000/08/30  14:03:45
40526         Log: Timestamp mismatch again.  Need to fix this dependence on
40527              config_h.SH timestamp, since it's the contents of config_h.SH
40528              that matter.
40529      Branch: perl
40530            ! uconfig.h uconfig.sh
40531 ____________________________________________________________________________
40532 [  6913] By: jhi                                   on 2000/08/30  13:54:06
40533         Log: Don't say "Perl 5.0 source kit".
40534      Branch: perl
40535            ! perl.c
40536 ____________________________________________________________________________
40537 [  6912] By: jhi                                   on 2000/08/30  13:51:24
40538         Log: Reset archname and archname64 always, forcing them be
40539              recomputed at each Configure run, make Configure and
40540              the hints files agree on the naming of largefiles variables.
40541      Branch: metaconfig
40542            ! U/threads/archname.U
40543      Branch: metaconfig/U/perl
40544            ! use64bits.U
40545      Branch: perl
40546            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
40547            ! hints/linux.sh hints/solaris_2.sh
40548 ____________________________________________________________________________
40549 [  6911] By: jhi                                   on 2000/08/30  13:30:13
40550         Log: Put back the slice accidentally removed by #6907.
40551      Branch: perl
40552            ! hints/solaris_2.sh
40553 ____________________________________________________________________________
40554 [  6910] By: jhi                                   on 2000/08/30  01:24:26
40555         Log: Be consistent: other Net::get* do export theirs.
40556              
40557              Subject: Re: Net::protoent does not export 'getproto'
40558              From: Yasushi Nakajima <sey@jkc.co.jp>
40559              Date: Wed, 30 Aug 2000 09:53:14 +0900
40560              Message-Id: <200008300051.DAA24700@taku.hut.fi>
40561      Branch: perl
40562            ! lib/Net/protoent.pm
40563 ____________________________________________________________________________
40564 [  6909] By: jhi                                   on 2000/08/30  01:17:25
40565         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
40566              From: Gurusamy Sarathy <gsar@ActiveState.com>
40567              Date: Tue, 29 Aug 2000 17:17:07 -0700
40568              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
40569      Branch: perl
40570            ! cop.h
40571 ____________________________________________________________________________
40572 [  6908] By: jhi                                   on 2000/08/30  00:58:05
40573         Log: Update Changes.
40574      Branch: perl
40575            ! Changes patchlevel.h
40576 ____________________________________________________________________________
40577 [  6907] By: jhi                                   on 2000/08/30  00:57:22
40578         Log: Introduce ccname to keep track of what compiler kind of we have.
40579      Branch: metaconfig/U/perl
40580            ! Checkcc.U gccvers.U
40581      Branch: perl
40582            ! Configure config_h.SH hints/solaris_2.sh
40583 ____________________________________________________________________________
40584 [  6906] By: jhi                                   on 2000/08/30  00:25:47
40585         Log: Put back the flags dump as reasoned in
40586              
40587              Subject: Re: [PATCH] Glob dumping
40588              From: Mike Guy <mjtg@cam.ac.uk> 
40589              Date: Tue, 29 Aug 2000 21:41:32 +0100
40590              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
40591      Branch: perl
40592            ! dump.c t/lib/peek.t
40593 ____________________________________________________________________________
40594 [  6905] By: jhi                                   on 2000/08/30  00:16:17
40595         Log: Make the epsilon to be relative, not absolute.
40596              
40597              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
40598              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
40599              Date: Tue, 29 Aug 2000 19:58:56 -0400
40600              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
40601      Branch: perl
40602            ! t/lib/trig.t
40603 ____________________________________________________________________________
40604 [  6904] By: jhi                                   on 2000/08/30  00:13:09
40605         Log: From now on, Gisle is on my list of usual suspects :-)
40606              Retract #6902.
40607      Branch: perl
40608            ! ext/Opcode/Safe.pm
40609 ____________________________________________________________________________
40610 [  6903] By: jhi                                   on 2000/08/29  23:51:20
40611         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
40612              From: "Craig A. Berry" <craig.berry@psinetcs.com>
40613              Date: Tue, 29 Aug 2000 18:43:26 -0500
40614              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
40615      Branch: perl
40616            + vms/vmspipe.com
40617            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
40618            ! vms/vms.c
40619 ____________________________________________________________________________
40620 [  6902] By: jhi                                   on 2000/08/29  23:44:14
40621         Log: Retry what #6882 attempted.
40622              
40623              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
40624              From: Gisle Aas <gisle@ActiveState.com>
40625              Date: 30 Aug 2000 00:33:09 +0200
40626              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
40627      Branch: perl
40628            ! ext/Opcode/Safe.pm
40629 ____________________________________________________________________________
40630 [  6901] By: jhi                                   on 2000/08/29  22:59:32
40631         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
40632              From: Hugo <hv@crypt.compulink.co.uk>
40633              Date: Mon, 12 Jun 2000 19:36:08 +0100
40634              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
40635      Branch: perl
40636            ! sv.c
40637 ____________________________________________________________________________
40638 [  6900] By: jhi                                   on 2000/08/29  22:58:35
40639         Log: Admit that we are leaking scalars.
40640              
40641              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
40642              From: Spider Boardman <spider@leggy.zk3.dec.com>
40643              Date: Tue, 29 Aug 2000 18:48:29 -0400
40644              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
40645      Branch: perl
40646            ! t/pragma/warnings.t
40647 ____________________________________________________________________________
40648 [  6899] By: jhi                                   on 2000/08/29  20:53:13
40649         Log: Update Changes.
40650      Branch: perl
40651            ! Changes patchlevel.h
40652 ____________________________________________________________________________
40653 [  6898] By: jhi                                   on 2000/08/29  20:46:21
40654         Log: Undo namespace pollution of #6878.
40655              
40656              Subject: Re: Net::protoent does not export 'getproto'
40657              From: Mike Guy <mjtg@cam.ac.uk>
40658              Date: Tue, 29 Aug 2000 21:32:37 +0100
40659              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
40660      Branch: perl
40661            ! lib/Net/protoent.pm
40662 ____________________________________________________________________________
40663 [  6897] By: jhi                                   on 2000/08/29  20:44:29
40664         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
40665              From: Peter Prymmer <pvhp@forte.com>
40666              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
40667              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
40668      Branch: perl
40669            ! pod/perlebcdic.pod
40670 ____________________________________________________________________________
40671 [  6896] By: jhi                                   on 2000/08/29  20:40:57
40672         Log: There's no point repeating the 'revision' (5) of perl5.
40673      Branch: metaconfig/U/perl
40674            ! Devel.U patchlevel.U
40675      Branch: perl
40676            ! Configure config_h.SH
40677 ____________________________________________________________________________
40678 [  6895] By: jhi                                   on 2000/08/29  20:16:58
40679         Log: Regen Configure for #6894.
40680      Branch: metaconfig/U/perl
40681            ! perladmin.U
40682      Branch: perl
40683            ! Configure config_h.SH
40684 ____________________________________________________________________________
40685 [  6894] By: jhi                                   on 2000/08/29  19:59:52
40686         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
40687              From: "Philip Newton" <Philip.Newton@gmx.net>
40688              Date: Tue, 29 Aug 2000 21:39:14 +0200
40689              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
40690      Branch: perl
40691            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
40692            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
40693            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
40694            ! utils/perlbug.PL
40695 ____________________________________________________________________________
40696 [  6893] By: jhi                                   on 2000/08/29  19:55:30
40697         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
40698              From: "Philip Newton" <Philip.Newton@gmx.net>
40699              Date: Tue, 29 Aug 2000 21:39:14 +0200
40700              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
40701      Branch: perl
40702            ! installhtml
40703 ____________________________________________________________________________
40704 [  6892] By: jhi                                   on 2000/08/29  19:53:59
40705         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
40706              From: "Philip Newton" <Philip.Newton@gmx.net>
40707              Date: Tue, 29 Aug 2000 21:48:18 +0200
40708              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
40709      Branch: perl
40710            ! lib/File/Temp.pm
40711 ____________________________________________________________________________
40712 [  6891] By: jhi                                   on 2000/08/29  18:30:03
40713         Log: Nail the ID 20000828.023.
40714      Branch: perl
40715            ! ext/Storable/Storable.xs
40716 ____________________________________________________________________________
40717 [  6890] By: jhi                                   on 2000/08/29  16:50:17
40718         Log: Under usethreads the dumped variable is IN_PAD.
40719              
40720              Subject: Re: [PATCH] Glob dumping
40721              From: Gisle Aas <gisle@ActiveState.com>
40722              Date: 29 Aug 2000 18:45:05 +0200
40723              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
40724      Branch: perl
40725            ! t/lib/peek.t
40726 ____________________________________________________________________________
40727 [  6889] By: jhi                                   on 2000/08/29  15:17:37
40728         Log: Update Changes.
40729      Branch: perl
40730            ! Changes patchlevel.h
40731 ____________________________________________________________________________
40732 [  6888] By: jhi                                   on 2000/08/29  14:49:59
40733         Log: Retract #6882, broke the safe tests.
40734      Branch: perl
40735            ! ext/Opcode/Safe.pm
40736 ____________________________________________________________________________
40737 [  6887] By: jhi                                   on 2000/08/29  14:47:06
40738         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
40739              From: Gisle Aas <gisle@ActiveState.com> 
40740              Date: 09 Jun 2000 20:00:11 +0200
40741              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
40742      Branch: perl
40743            ! utils/perldoc.PL
40744 ____________________________________________________________________________
40745 [  6886] By: jhi                                   on 2000/08/29  14:42:45
40746         Log: The #6881 removed one dump line.
40747      Branch: perl
40748            ! t/lib/peek.t
40749 ____________________________________________________________________________
40750 [  6885] By: jhi                                   on 2000/08/29  14:30:47
40751         Log: Don't forget to tidy up.
40752      Branch: perl
40753            ! t/lib/ftmp-security.t
40754 ____________________________________________________________________________
40755 [  6884] By: jhi                                   on 2000/08/29  14:25:17
40756         Log: Disabling the one test is a bit tricky.
40757      Branch: perl
40758            ! t/lib/ftmp-security.t
40759 ____________________________________________________________________________
40760 [  6883] By: jhi                                   on 2000/08/29  14:16:25
40761         Log: Disable one of the tests for now.
40762      Branch: perl
40763            ! t/lib/ftmp-security.t
40764 ____________________________________________________________________________
40765 [  6882] By: jhi                                   on 2000/08/29  14:05:50
40766         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
40767              From: gisle@aas.no
40768              Date: 29 Aug 2000 10:35:06 -0000
40769              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
40770      Branch: perl
40771            ! ext/Opcode/Safe.pm
40772 ____________________________________________________________________________
40773 [  6881] By: jhi                                   on 2000/08/29  14:03:51
40774         Log: Subject: [PATCH] Glob dumping
40775              From: Gisle Aas <gisle@ActiveState.com>
40776              Date: 29 Aug 2000 07:59:42 -0000
40777              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
40778      Branch: perl
40779            ! dump.c
40780 ____________________________________________________________________________
40781 [  6880] By: jhi                                   on 2000/08/29  14:02:01
40782         Log: Subject: [PATCH] Warnings in B::Deparse
40783              From: <abigail@foad.org>
40784              Date: Tue, 29 Aug 2000 00:00:01 -0400
40785              Message-ID: <20000829040001.2999.qmail@foad.org>
40786      Branch: perl
40787            ! ext/B/B/Deparse.pm
40788 ____________________________________________________________________________
40789 [  6879] By: jhi                                   on 2000/08/29  13:57:26
40790         Log: Missed a change in #6869.
40791      Branch: perl
40792            ! mg.c
40793 ____________________________________________________________________________
40794 [  6878] By: jhi                                   on 2000/08/29  13:45:04
40795         Log: Subject: Net::protoent does not export 'getproto'
40796              From: Yasushi Nakajima <sey@jkc.co.jp>
40797              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
40798      Branch: perl
40799            ! lib/Net/protoent.pm
40800 ____________________________________________________________________________
40801 [  6877] By: jhi                                   on 2000/08/29  13:39:19
40802         Log: Patches all over for people and the files they (hopefully) care about.
40803      Branch: perl
40804            ! AUTHORS Changes MAINTAIN
40805 ____________________________________________________________________________
40806 [  6876] By: jhi                                   on 2000/08/29  12:53:54
40807         Log: Fix for thinko in #6848.
40808              
40809              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
40810              From: Lupe Christoph <lupe@lupe-christoph.de>
40811              Date: Tue, 29 Aug 2000 09:04:08 +0200
40812              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
40813      Branch: perl
40814            ! ext/Thread/Thread.xs
40815 ____________________________________________________________________________
40816 [  6875] By: jhi                                   on 2000/08/29  12:50:14
40817         Log: Update to Getopt::Long 2.24, from Johan Vromans.
40818      Branch: perl
40819            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
40820 ____________________________________________________________________________
40821 [  6874] By: jhi                                   on 2000/08/29  02:09:53
40822         Log: Use minimal @INC in tests, most of the time just '../lib',
40823              so that we simply can't pick up stuff from other Perls than
40824              the one we are testing.  Pointed out by
40825              
40826              From: Mike Guy <mjtg@cam.ac.uk>
40827              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
40828              Date: Fri, 25 Aug 2000 15:15:59 +0100
40829              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
40830      Branch: perl
40831            ! (edit 185 files)
40832 ____________________________________________________________________________
40833 [  6873] By: jhi                                   on 2000/08/29  01:07:11
40834         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
40835              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
40836              Date: Mon, 28 Aug 2000 17:45:52 -0700
40837              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
40838      Branch: perl
40839            ! Makefile.SH hints/os2.sh
40840 ____________________________________________________________________________
40841 [  6872] By: jhi                                   on 2000/08/28  23:33:39
40842         Log: Subject: [PATCH bleedperl@6866] spellings
40843              From: marcel@codewerk.com (Marcel Grunauer)
40844              Date: Tue, 29 Aug 2000 01:19:59 +0200
40845              Message-Id: <200008282319.BAA29862@gandalf.local>
40846      Branch: perl
40847            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
40848            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
40849            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
40850 ____________________________________________________________________________
40851 [  6871] By: jhi                                   on 2000/08/28  23:22:09
40852         Log: Take out the SUIDMAIL thing, that will not be
40853              a problem in 5.7.*.
40854      Branch: perl
40855            ! patchlevel.h
40856 ____________________________________________________________________________
40857 [  6870] By: jhi                                   on 2000/08/28  23:19:30
40858         Log: -S is the silent flag, -s is the strip flag.
40859              
40860              Subject: [PATCH] Re: [PATCH] make no-install          
40861              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
40862              Date: Mon, 28 Aug 2000 15:12:55 -0700
40863              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
40864      Branch: perl
40865            ! Makefile.SH
40866 ____________________________________________________________________________
40867 [  6869] By: jhi                                   on 2000/08/28  23:12:05
40868         Log: Subject: [PATCH bleedperl@6856] warnings fixes
40869              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
40870              Date: Mon, 28 Aug 2000 23:55:06 +0100
40871              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
40872      Branch: perl
40873            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
40874            ! warnings.h warnings.pl
40875 ____________________________________________________________________________
40876 [  6868] By: jhi                                   on 2000/08/28  21:38:22
40877         Log: Potential cruft.
40878      Branch: perl
40879            ! Makefile.SH
40880 ____________________________________________________________________________
40881 [  6867] By: jhi                                   on 2000/08/28  21:35:36
40882         Log: Update Changes.
40883      Branch: perl
40884            ! Changes patchlevel.h
40885 ____________________________________________________________________________
40886 [  6866] By: jhi                                   on 2000/08/28  21:33:49
40887         Log: Subject: hv.h Doc Patch
40888              From: Fisher Mark <fisherm@tce.com>
40889              Date: Mon, 28 Aug 2000 16:24:59 -0500
40890              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
40891      Branch: perl
40892            ! hv.h
40893 ____________________________________________________________________________
40894 [  6865] By: jhi                                   on 2000/08/28  21:02:15
40895         Log: Add -ld to archname on long tr...double platforms.
40896      Branch: metaconfig
40897            ! U/threads/archname.U
40898      Branch: perl
40899            ! Configure config_h.SH
40900 ____________________________________________________________________________
40901 [  6864] By: jhi                                   on 2000/08/28  20:38:59
40902         Log: An attempt to fix the problem reported in
40903              
40904              Subject: Building perl@6856 using gcc/AIX 4.3.3 
40905              From: Daniel Muino <dmuino@afip.gov.ar> 
40906              Date: Mon, 28 Aug 2000 15:50:01 -0300   
40907              Message-ID: <20000828155001.A14403@con2-dgi>
40908              
40909              I can't test this properly since the gcc installation I have
40910              access to seems to be botched (gcc is calling the AIX cpp,
40911              a losing proposition...)
40912      Branch: perl
40913            ! hints/aix.sh
40914 ____________________________________________________________________________
40915 [  6863] By: jhi                                   on 2000/08/28  18:57:52
40916         Log: Fix for ID 20000828.001, long doubles were not formatted
40917              correctly (showed up in $], which stopped installing perl).
40918      Branch: perl
40919            ! sv.c
40920 ____________________________________________________________________________
40921 [  6862] By: jhi                                   on 2000/08/28  18:07:15
40922         Log: Typo in #6858.
40923      Branch: perl
40924            ! lib/Cwd.pm
40925 ____________________________________________________________________________
40926 [  6861] By: jhi                                   on 2000/08/28  17:57:27
40927         Log: opmini.o may be left around if a build is interrupted.
40928      Branch: perl
40929            ! Makefile.SH
40930 ____________________________________________________________________________
40931 [  6860] By: jhi                                   on 2000/08/28  16:52:50
40932         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
40933              From: Daniel Chetlin <daniel@chetlin.com>
40934              Date: Mon, 28 Aug 2000 01:14:18 -0700
40935              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
40936      Branch: perl
40937            ! lib/overload.pm
40938 ____________________________________________________________________________
40939 [  6859] By: jhi                                   on 2000/08/28  16:08:46
40940         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
40941              From: Nicholas Clark <nick@ccl4.org>
40942              Date: Mon, 28 Aug 2000 16:03:27 +0100
40943              Message-Id: <20000828160327.C49785@plum.flirble.org>
40944      Branch: perl
40945            ! ext/ByteLoader/bytecode.h
40946 ____________________________________________________________________________
40947 [  6858] By: jhi                                   on 2000/08/28  16:02:10
40948         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
40949              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
40950              Date: Mon, 28 Aug 2000 13:08:30 +0200
40951              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
40952      Branch: perl
40953            ! lib/Cwd.pm
40954 ____________________________________________________________________________
40955 [  6857] By: jhi                                   on 2000/08/28  15:42:47
40956         Log: display_format used as a class method without arguments was broken,
40957              reported in
40958              
40959              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
40960              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
40961              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
40962              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
40963      Branch: perl
40964            ! lib/Math/Complex.pm t/lib/complex.t
40965 ____________________________________________________________________________
40966 [  6856] By: jhi                                   on 2000/08/27  22:09:48
40967         Log: Update Changes.
40968      Branch: perl
40969            ! Changes patchlevel.h
40970 ____________________________________________________________________________
40971 [  6855] By: jhi                                   on 2000/08/27  21:59:21
40972         Log: Retract #6853 (false alarm).
40973      Branch: perl
40974            ! lib/ExtUtils/xsubpp
40975 ____________________________________________________________________________
40976 [  6854] By: jhi                                   on 2000/08/27  21:37:44
40977         Log: Update Changes.
40978      Branch: perl
40979            ! Changes patchlevel.h
40980 ____________________________________________________________________________
40981 [  6853] By: jhi                                   on 2000/08/27  21:37:16
40982         Log: Subject: [PATCH perl@6850] workaround for xsubpp
40983              From: Hugo <hv@crypt.compulink.co.uk>
40984              Date: Sun, 27 Aug 2000 22:30:25 +0100
40985              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
40986      Branch: perl
40987            ! lib/ExtUtils/xsubpp
40988 ____________________________________________________________________________
40989 [  6852] By: jhi                                   on 2000/08/27  21:33:58
40990         Log: Big-endian 64-bit patch from Raphael Manfredi.
40991      Branch: perl
40992            ! ext/Storable/Storable.xs
40993 ____________________________________________________________________________
40994 [  6851] By: jhi                                   on 2000/08/27  21:22:21
40995         Log: More ruthless editing from Hugo van der Sanden.
40996      Branch: perl
40997            ! pod/perldelta.pod
40998 ____________________________________________________________________________
40999 [  6850] By: jhi                                   on 2000/08/27  16:11:46
41000         Log: Update Changes.
41001      Branch: perl
41002            ! Changes patchlevel.h
41003 ____________________________________________________________________________
41004 [  6849] By: jhi                                   on 2000/08/27  16:11:05
41005         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
41006      Branch: perl
41007            ! configpm pod/perldelta.pod
41008 ____________________________________________________________________________
41009 [  6848] By: jhi                                   on 2000/08/27  15:35:08
41010         Log: Use the actual thread type, not the pointer-to-struct.
41011      Branch: perl
41012            ! ext/Thread/Thread.xs
41013 ____________________________________________________________________________
41014 [  6847] By: jhi                                   on 2000/08/27  15:30:49
41015         Log: Test nit.
41016      Branch: perl
41017            ! t/pragma/warn/pp_sys
41018 ____________________________________________________________________________
41019 [  6846] By: jhi                                   on 2000/08/27  15:19:02
41020         Log: Passing -R in ldflags makes now it to appear in the default
41021              for lddlflags, just like with -L.
41022              
41023              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
41024              From: Lupe Christoph <lupe@lupe-christoph.de>
41025              Date: Sun, 27 Aug 2000 10:28:21 +0200
41026              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
41027      Branch: metaconfig/U/perl
41028            ! dlsrc.U
41029      Branch: perl
41030            ! Configure
41031 ____________________________________________________________________________
41032 [  6845] By: jhi                                   on 2000/08/27  15:08:54
41033         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
41034              From: Alan Burlison <Alan.Burlison@uk.sun.com>
41035              Date: Sat, 26 Aug 2000 22:23:27 +0100
41036              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
41037      Branch: perl
41038            ! lib/ExtUtils/MM_Unix.pm
41039 ____________________________________________________________________________
41040 [  6844] By: jhi                                   on 2000/08/27  15:02:37
41041         Log: DJGPP update from Laszlo Molnar.
41042              
41043              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
41044              From: ml1050 <ml1050@freemail.hu>
41045              Date: Sat, 26 Aug 2000 23:24:40 +0200
41046              Message-Id: <20000826232440.A439@freemail.hu>
41047      Branch: perl
41048            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
41049            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
41050 ____________________________________________________________________________
41051 [  6843] By: jhi                                   on 2000/08/27  14:53:58
41052         Log: Subject: installman buglet
41053              From: Lupe Christoph <lupe@lupe-christoph.de>
41054              Date: Sun, 27 Aug 2000 14:38:59 +0200
41055              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
41056      Branch: perl
41057            ! installman
41058 ____________________________________________________________________________
41059 [  6842] By: jhi                                   on 2000/08/27  14:52:08
41060         Log: Can't get the test to reliably work thanks to the
41061              inaccurateness of floating point.  "Resolves" bug ids
41062              20000826.003, 20000826.009, 20000826.010,
41063      Branch: perl
41064            ! t/lib/trig.t
41065 ____________________________________________________________________________
41066 [  6841] By: jhi                                   on 2000/08/26  15:53:58
41067         Log: Update Changes.
41068      Branch: perl
41069            ! Changes patchlevel.h
41070 ____________________________________________________________________________
41071 [  6840] By: jhi                                   on 2000/08/26  14:23:03
41072         Log: grep -e isn't portable.
41073              
41074              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
41075              From: chris@broadband.att.com
41076              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
41077              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
41078      Branch: perl
41079            ! hints/solaris_2.sh
41080 ____________________________________________________________________________
41081 [  6839] By: jhi                                   on 2000/08/26  14:12:23
41082         Log: no-install target a la make -n.
41083              
41084              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
41085              From: <abigail@foad.org>
41086              Date: Sat, 26 Aug 2000 03:57:34 -0400
41087              Message-ID: <20000826075735.18912.qmail@foad.org>
41088      Branch: perl
41089            ! Makefile.SH installman installperl
41090 ____________________________________________________________________________
41091 [  6838] By: jhi                                   on 2000/08/26  14:06:33
41092         Log: Retract #6826 as the #6828 should be do the same
41093              in a More Correct Way.
41094      Branch: perl
41095            ! installperl
41096 ____________________________________________________________________________
41097 [  6837] By: jhi                                   on 2000/08/26  05:24:00
41098         Log: More casting.
41099      Branch: perl
41100            ! ext/Storable/Storable.xs
41101 ____________________________________________________________________________
41102 [  6836] By: jhi                                   on 2000/08/26  05:05:46
41103         Log: Nicer in decimal.
41104      Branch: perl
41105            ! ext/Storable/Storable.xs
41106 ____________________________________________________________________________
41107 [  6835] By: jhi                                   on 2000/08/26  05:03:50
41108         Log: There be no UVdf.
41109      Branch: perl
41110            ! ext/Storable/Storable.xs
41111 ____________________________________________________________________________
41112 [  6834] By: jhi                                   on 2000/08/26  05:00:18
41113         Log: Continue IVdfing and UVxfing.
41114      Branch: perl
41115            ! ext/Storable/Storable.xs
41116 ____________________________________________________________________________
41117 [  6833] By: jhi                                   on 2000/08/26  04:53:14
41118         Log: Use IVdf.
41119      Branch: perl
41120            ! ext/Storable/Storable.xs
41121 ____________________________________________________________________________
41122 [  6832] By: jhi                                   on 2000/08/26  04:40:41
41123         Log: Document PTR2XX and INT2PTR.
41124      Branch: perl
41125            ! pod/perlguts.pod
41126 ____________________________________________________________________________
41127 [  6831] By: jhi                                   on 2000/08/26  04:33:18
41128         Log: Use UVxf, PTR2UV, NVff.
41129      Branch: perl
41130            ! ext/Storable/Storable.xs
41131 ____________________________________________________________________________
41132 [  6830] By: jhi                                   on 2000/08/26  04:31:32
41133         Log: Update the test count.
41134      Branch: perl
41135            ! t/lib/trig.t
41136 ____________________________________________________________________________
41137 [  6829] By: jhi                                   on 2000/08/26  03:05:50
41138         Log: Subject: [PATCH] installation not quite silent yet.
41139              From: <abigail@foad.org>
41140              Date: Fri, 25 Aug 2000 20:07:53 -0400
41141              Message-ID: <20000826000753.7822.qmail@foad.org>
41142      Branch: perl
41143            ! installman installperl
41144 ____________________________________________________________________________
41145 [  6828] By: jhi                                   on 2000/08/26  03:05:14
41146         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
41147              From: Spider Boardman <spider@web.zk3.dec.com>
41148              Date: Fri, 25 Aug 2000 19:12:40 -0400
41149              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
41150      Branch: perl
41151            ! gv.c
41152 ____________________________________________________________________________
41153 [  6827] By: jhi                                   on 2000/08/25  23:54:34
41154         Log: Support preserving extremely big/small angles.
41155      Branch: perl
41156            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
41157 ____________________________________________________________________________
41158 [  6826] By: jhi                                   on 2000/08/25  23:01:20
41159         Log: Patch installperl to be long double-aware.
41160              
41161              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
41162              From: Spider Boardman <spider@web.zk3.dec.com>
41163              Date: Fri, 25 Aug 2000 18:15:23 -0400
41164              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
41165      Branch: perl
41166            ! installperl
41167 ____________________________________________________________________________
41168 [  6825] By: jhi                                   on 2000/08/25  22:58:25
41169         Log: Remove duplicately applied patch shards.
41170              
41171              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
41172              From: Spider Boardman <spider@leggy.zk3.dec.com>
41173              Date: Fri, 25 Aug 2000 16:45:03 -0400
41174              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
41175      Branch: perl
41176            ! t/lib/cgi-html.t
41177 ____________________________________________________________________________
41178 [  6824] By: jhi                                   on 2000/08/25  22:57:00
41179         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
41180              From: Daniel Chetlin <daniel@chetlin.com>
41181              Date: Fri, 25 Aug 2000 12:23:16 -0700
41182              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
41183              
41184              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
41185              From: Daniel Chetlin <daniel@chetlin.com>
41186              Date: Fri, 25 Aug 2000 14:47:19 -0700
41187              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
41188      Branch: perl
41189            ! installman
41190 ____________________________________________________________________________
41191 [  6823] By: jhi                                   on 2000/08/25  22:44:17
41192         Log: Timestamp problem?
41193      Branch: perl
41194            ! uconfig.h uconfig.sh
41195 ____________________________________________________________________________
41196 [  6822] By: jhi                                   on 2000/08/25  19:01:06
41197         Log: One forgotten file from #6816.
41198      Branch: perl
41199            ! vos/config.h
41200 ____________________________________________________________________________
41201 [  6821] By: jhi                                   on 2000/08/25  18:56:39
41202         Log: Regen Changes.
41203      Branch: perl
41204            ! Changes patchlevel.h
41205 ____________________________________________________________________________
41206 [  6820] By: jhi                                   on 2000/08/25  18:52:35
41207         Log: Fix Changes ordering.
41208      Branch: perl
41209            ! Changes
41210 ____________________________________________________________________________
41211 [  6819] By: jhi                                   on 2000/08/25  18:50:25
41212         Log: Update Changes.
41213      Branch: perl
41214            ! Changes patchlevel.h
41215 ____________________________________________________________________________
41216 [  6818] By: jhi                                   on 2000/08/25  18:47:45
41217         Log: Tweak the sfio/useperlio logic, hopefully as wished in
41218              
41219              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
41220              From: Nicholas Clark <nick@babyhippo.co.uk>
41221              Date: Fri, 25 Aug 2000 12:01:45 +0100
41222              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
41223      Branch: metaconfig/U/perl
41224            ! d_sfio.U
41225      Branch: perl
41226            ! Configure
41227 ____________________________________________________________________________
41228 [  6817] By: jhi                                   on 2000/08/25  18:32:51
41229         Log: Allow microperl to assume <math.h>, without it the math
41230              functions like floor() are assumed to return int, which makes
41231              for core dumps in machines where integer and floating register
41232              don't mix.
41233      Branch: perl
41234            ! uconfig.h uconfig.sh
41235 ____________________________________________________________________________
41236 [  6816] By: jhi                                   on 2000/08/25  18:27:17
41237         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
41238              the problem reported in
41239              
41240              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
41241              From: danhale@us.ibm.com
41242              Date: Fri, 25 Aug 2000 10:58:06 -0400
41243              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
41244      Branch: metaconfig/U/perl
41245            + d_socks5_init.U
41246      Branch: perl
41247            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
41248            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
41249            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
41250            ! win32/config.gc win32/config.vc
41251 ____________________________________________________________________________
41252 [  6815] By: jhi                                   on 2000/08/25  17:43:31
41253         Log: A solution for the retrieve_fd autosplit warning,
41254              idea suggested by Mike Guy.
41255      Branch: perl
41256            ! ext/Storable/Storable.pm
41257 ____________________________________________________________________________
41258 [  6814] By: jhi                                   on 2000/08/25  17:16:03
41259         Log: Add install-silent target.
41260      Branch: perl
41261            ! Makefile.SH
41262 ____________________________________________________________________________
41263 [  6813] By: jhi                                   on 2000/08/25  17:14:23
41264         Log: Subject: Re: [PATCH] More silencing of installman.
41265              From: <abigail@foad.org>
41266              Date: Thu, 24 Aug 2000 19:27:03 -0400
41267              Message-ID: <20000824232703.7001.qmail@foad.org>
41268              
41269              Subject: Re: [PATCH] More silencing of installman.
41270              From: <abigail@foad.org>
41271              Date: Fri, 25 Aug 2000 03:00:58 -0400
41272              Message-ID: <20000825070058.10697.qmail@foad.org>
41273      Branch: perl
41274            ! installman
41275 ____________________________________________________________________________
41276 [  6812] By: jhi                                   on 2000/08/25  17:11:28
41277         Log: installperl --verbose and --silent.
41278              
41279              Subject: Re: [PATCH] More silencing of installman.
41280              From: <abigail@foad.org>
41281              Message-ID: <20000825064430.9719.qmail@foad.org>
41282              Date: Fri, 25 Aug 2000 02:44:30 -0400
41283      Branch: perl
41284            ! installperl
41285 ____________________________________________________________________________
41286 [  6811] By: jhi                                   on 2000/08/25  17:05:43
41287         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
41288              From: "Peter J. Farley III" <pjfarley@banet.net>
41289              Date: Thu, 24 Aug 2000 21:58:03 -0400
41290              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
41291              
41292              (applied slightly modified)
41293      Branch: perl
41294            ! lib/ExtUtils/MM_Unix.pm
41295 ____________________________________________________________________________
41296 [  6810] By: jhi                                   on 2000/08/25  17:01:18
41297         Log: Missing parts of 
41298              
41299              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
41300              From: Peter Prymmer <pvhp@forte.com>
41301              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
41302              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
41303      Branch: perl
41304            ! t/lib/cgi-html.t
41305 ____________________________________________________________________________
41306 [  6809] By: jhi                                   on 2000/08/25  16:46:32
41307         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
41308              From: "Craig A. Berry" <craig.berry@psinetcs.com>
41309              Date: Thu, 24 Aug 2000 19:13:11 -0500
41310              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
41311      Branch: perl
41312            ! vms/vms.c
41313 ____________________________________________________________________________
41314 [  6808] By: jhi                                   on 2000/08/25  16:39:22
41315         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
41316              From: Peter Prymmer <pvhp@forte.com>
41317              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
41318              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
41319      Branch: perl
41320            ! configure.com
41321 ____________________________________________________________________________
41322 [  6807] By: jhi                                   on 2000/08/25  16:36:37
41323         Log: Better wording for the vec lvalue diagnostic.
41324              
41325              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
41326              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
41327              Date: Wed, 23 Aug 2000 14:12:16 -0400
41328              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
41329      Branch: perl
41330            ! pod/perldiag.pod
41331 ____________________________________________________________________________
41332 [  6806] By: jhi                                   on 2000/08/24  18:17:22
41333         Log: Subject: [PATCH] More silencing of installman.
41334              From: <abigail@foad.org>
41335              Date: Thu, 24 Aug 2000 14:01:44 -0400
41336              Message-ID: <20000824180144.20062.qmail@foad.org>
41337      Branch: perl
41338            ! installman
41339 ____________________________________________________________________________
41340 [  6805] By: jhi                                   on 2000/08/24  15:00:31
41341         Log: Update Changes.
41342      Branch: perl
41343            ! Changes patchlevel.h
41344 ____________________________________________________________________________
41345 [  6804] By: jhi                                   on 2000/08/24  14:59:07
41346         Log: Regen perltoc.
41347      Branch: perl
41348            ! pod/perltoc.pod
41349 ____________________________________________________________________________
41350 [  6803] By: jhi                                   on 2000/08/24  14:44:39
41351         Log: Show the doc file, not the temp file.
41352      Branch: perl
41353            ! installman
41354 ____________________________________________________________________________
41355 [  6802] By: jhi                                   on 2000/08/24  14:41:53
41356         Log: Continue silencing.
41357      Branch: perl
41358            ! installman
41359 ____________________________________________________________________________
41360 [  6801] By: jhi                                   on 2000/08/24  14:34:40
41361         Log: Actually do something with the silencer option.
41362      Branch: perl
41363            ! installman
41364 ____________________________________________________________________________
41365 [  6800] By: jhi                                   on 2000/08/24  14:26:22
41366         Log: Make installman to recognize the silence flag -S.
41367      Branch: perl
41368            ! installman
41369 ____________________________________________________________________________
41370 [  6799] By: jhi                                   on 2000/08/24  13:49:38
41371         Log: DOS patches and portability/porting notes, from Tim Jenness.
41372      Branch: perl
41373            ! lib/File/Temp.pm
41374 ____________________________________________________________________________
41375 [  6798] By: jhi                                   on 2000/08/24  13:48:27
41376         Log: Create directories in silence.
41377              
41378              Subject: [PATCH] Another silencer for MakeMaker
41379              From: andreas.koenig@anima.de (Andreas J. Koenig)
41380              Date: 24 Aug 2000 14:18:52 +0200
41381              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
41382      Branch: perl
41383            ! lib/ExtUtils/Command.pm
41384 ____________________________________________________________________________
41385 [  6797] By: jhi                                   on 2000/08/24  13:46:42
41386         Log: More liberal parsing of version numbers.
41387              
41388              Subject: Re: CPAN.pm beta for testing available
41389              From: andreas.koenig@anima.de (Andreas J. Koenig)
41390              Date: 24 Aug 2000 13:51:57 +0200
41391              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
41392      Branch: perl
41393            ! lib/CPAN.pm
41394 ____________________________________________________________________________
41395 [  6796] By: jhi                                   on 2000/08/24  13:44:36
41396         Log: Make "make install" by default silent.  A new "install-verbose"
41397              target is verbose.
41398      Branch: perl
41399            ! Makefile.SH
41400 ____________________________________________________________________________
41401 [  6795] By: jhi                                   on 2000/08/24  13:39:14
41402         Log: Add silencer flags to installperl.
41403              
41404              Subject: [PATCH] Making installperl silent.
41405              From: <abigail@foad.org>
41406              Date: Thu, 24 Aug 2000 05:01:45 -0400
41407              Message-ID: <20000824090145.13141.qmail@foad.org>
41408      Branch: perl
41409            ! installperl
41410 ____________________________________________________________________________
41411 [  6794] By: jhi                                   on 2000/08/24  13:35:50
41412         Log: installperl couldn't tell whether it had run tests or not.
41413              
41414              Subject: [PATCH] Re: installperl and t/TEST
41415              From: <abigail@foad.org>
41416              Date: Thu, 24 Aug 2000 04:00:53 -0400
41417              Message-ID: <20000824080053.2494.qmail@foad.org>
41418      Branch: perl
41419            ! Makefile.SH installperl
41420 ____________________________________________________________________________
41421 [  6793] By: jhi                                   on 2000/08/24  13:27:50
41422         Log: Drop the separate perlbc, perlcc -b should be enough.
41423      Branch: perl
41424            - utils/perlbc.PL
41425            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
41426 ____________________________________________________________________________
41427 [  6792] By: jhi                                   on 2000/08/24  04:41:30
41428         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
41429              plus the typo fix from Peter Prymmer.
41430      Branch: perl
41431            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
41432            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
41433 ____________________________________________________________________________
41434 [  6791] By: jhi                                   on 2000/08/24  02:10:43
41435         Log: Replace #6705 with a minimal doc patch.
41436              
41437              Subject: [PATCH 5.6.0] replace change #6705
41438              From: Jan Dubois <jand@ActiveState.com>
41439              Date: Wed, 23 Aug 2000 18:31:51 -0700
41440              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
41441      Branch: perl
41442            ! lib/Win32.pod win32/win32.c
41443 ____________________________________________________________________________
41444 [  6790] By: jhi                                   on 2000/08/23  17:52:00
41445         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
41446              From: Mike Guy <mjtg@cam.ac.uk>
41447              Date: Wed, 23 Aug 2000 18:38:46 +0100
41448              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
41449      Branch: perl
41450            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
41451 ____________________________________________________________________________
41452 [  6789] By: jhi                                   on 2000/08/23  15:34:21
41453         Log: Update Changes.
41454      Branch: perl
41455            ! Changes patchlevel.h
41456 ____________________________________________________________________________
41457 [  6788] By: jhi                                   on 2000/08/23  15:33:40
41458         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
41459              From: Wilfredo Sánchez <wsanchez@apple.com>
41460              Date: Tue, 22 Aug 2000 19:31:27 -0700
41461              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
41462      Branch: perl
41463            ! perl.h
41464 ____________________________________________________________________________
41465 [  6787] By: jhi                                   on 2000/08/23  15:29:31
41466         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
41467              From: Spider Boardman <spider@leggy.zk3.dec.com>
41468              Date: Wed, 23 Aug 2000 10:33:23 -0400
41469              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
41470      Branch: perl
41471            ! lib/Pod/Html.pm
41472 ____________________________________________________________________________
41473 [  6786] By: jhi                                   on 2000/08/23  15:28:11
41474         Log: Bad makefile.
41475      Branch: perl
41476            ! ext/B/Makefile.PL
41477 ____________________________________________________________________________
41478 [  6785] By: jhi                                   on 2000/08/23  14:37:04
41479         Log: Update Changes.
41480      Branch: perl
41481            ! Changes patchlevel.h
41482 ____________________________________________________________________________
41483 [  6784] By: jhi                                   on 2000/08/23  13:58:41
41484         Log: Portability fix from Hugo van der Sanden.
41485      Branch: perl
41486            ! ext/re/Makefile.PL
41487 ____________________________________________________________________________
41488 [  6783] By: jhi                                   on 2000/08/23  13:53:53
41489         Log: Storable support, v-version fixes.
41490              
41491              Subject: CPAN.pm beta for testing available
41492              From: andreas.koenig@anima.de (Andreas J. Koenig)
41493              Date: 22 Aug 2000 23:31:33 +0200
41494              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
41495      Branch: perl
41496            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
41497 ____________________________________________________________________________
41498 [  6782] By: jhi                                   on 2000/08/23  13:51:26
41499         Log: Mac and other portability updates from Chris Nandor.
41500      Branch: perl
41501            ! pod/perlmodinstall.pod
41502 ____________________________________________________________________________
41503 [  6781] By: jhi                                   on 2000/08/23  13:47:33
41504         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
41505              From: Peter Prymmer <pvhp@forte.com>
41506              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
41507              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
41508      Branch: perl
41509            ! ext/Storable/Storable.xs
41510 ____________________________________________________________________________
41511 [  6780] By: jhi                                   on 2000/08/23  13:33:34
41512         Log: VMS MMS (make) wants null action.
41513      Branch: perl
41514            ! ext/B/Makefile.PL
41515 ____________________________________________________________________________
41516 [  6779] By: jhi                                   on 2000/08/22  19:44:47
41517         Log: Forgot portability nit.
41518      Branch: perl
41519            ! t/lib/st-forgive.t
41520 ____________________________________________________________________________
41521 [  6778] By: jhi                                   on 2000/08/22  19:35:25
41522         Log: Be portable.
41523      Branch: perl
41524            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
41525            ! t/lib/st-store.t
41526 ____________________________________________________________________________
41527 [  6777] By: jhi                                   on 2000/08/22  18:50:53
41528         Log: Update Changes.
41529      Branch: perl
41530            ! Changes patchlevel.h
41531 ____________________________________________________________________________
41532 [  6776] By: jhi                                   on 2000/08/22  18:44:46
41533         Log: cSVOPo_*v things index into the current PL_curpad
41534              under ithreads, which is different from the curpad
41535              used by the XSUB.  (In other words, the code as-is
41536              before this patch wouldn't work under ithreads.)
41537              From Sarathy.
41538      Branch: perl
41539            ! ext/B/B.xs
41540 ____________________________________________________________________________
41541 [  6775] By: jhi                                   on 2000/08/22  18:18:37
41542         Log: Make the selection of NVff et al stricter.
41543      Branch: metaconfig/U/perl
41544            ! perlxvf.U
41545      Branch: perl
41546            ! Configure config_h.SH
41547 ____________________________________________________________________________
41548 [  6774] By: jhi                                   on 2000/08/22  17:19:42
41549         Log: perldelta nits.
41550      Branch: perl
41551            ! pod/perldelta.pod
41552 ____________________________________________________________________________
41553 [  6773] By: jhi                                   on 2000/08/22  17:06:26
41554         Log: Long double fixes from Spider Boardman.
41555              
41556              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
41557              From: system PRIVILEGED account <root@peano.zk3.dec.com>
41558              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
41559              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
41560      Branch: perl
41561            ! t/lib/bigfltpm.t t/lib/st-06compat.t
41562 ____________________________________________________________________________
41563 [  6772] By: jhi                                   on 2000/08/22  15:04:53
41564         Log: Update Changes.
41565      Branch: perl
41566            ! Changes patchlevel.h
41567 ____________________________________________________________________________
41568 [  6771] By: jhi                                   on 2000/08/22  15:01:44
41569         Log: perldelta fixes from Hugo van der Sanden.
41570      Branch: perl
41571            ! pod/perldelta.pod
41572 ____________________________________________________________________________
41573 [  6770] By: jhi                                   on 2000/08/22  14:34:49
41574         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
41575              From: Hugo <hv@crypt.compulink.co.uk>
41576              Date: Tue, 22 Aug 2000 11:21:53 +0100
41577              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
41578      Branch: perl
41579            ! regcomp.c
41580 ____________________________________________________________________________
41581 [  6769] By: jhi                                   on 2000/08/22  14:30:02
41582         Log: Add Yitzchak, reformat.
41583      Branch: perl
41584            ! Changes config_h.SH
41585 ____________________________________________________________________________
41586 [  6768] By: jhi                                   on 2000/08/22  14:21:35
41587         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
41588              and Spider Boardman.
41589      Branch: metaconfig
41590            ! U/compline/d_gconvert.U
41591      Branch: perl
41592            ! Configure
41593 ____________________________________________________________________________
41594 [  6767] By: jhi                                   on 2000/08/22  14:11:24
41595         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
41596              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
41597              Date: Mon, 21 Aug 2000 19:08:31 -0700
41598              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
41599      Branch: perl
41600            - ext/Storable/patchlevel.h
41601            ! MANIFEST ext/Storable/MANIFEST
41602 ____________________________________________________________________________
41603 [  6766] By: jhi                                   on 2000/08/22  13:49:29
41604         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
41605              From: Peter Prymmer <pvhp@forte.com>
41606              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
41607              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
41608      Branch: perl
41609            ! configure.com ext/Storable/Makefile.PL
41610 ____________________________________________________________________________
41611 [  6765] By: jhi                                   on 2000/08/22  13:44:59
41612         Log: Subject: [PATCH blead] B:: missing dependency
41613              From: Hugo <hv@crypt.compulink.co.uk>
41614              Date: Tue, 22 Aug 2000 06:44:33 +0100
41615              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
41616      Branch: perl
41617            ! ext/B/Makefile.PL
41618 ____________________________________________________________________________
41619 [  6764] By: jhi                                   on 2000/08/22  13:38:12
41620         Log: More bytecompiler.
41621      Branch: perl
41622            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
41623 ____________________________________________________________________________
41624 [  6763] By: jhi                                   on 2000/08/22  13:36:44
41625         Log: Bytecompiler patches from Benjamin Stuhl.
41626      Branch: perl
41627            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
41628            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
41629            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
41630            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
41631            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
41632            ! perl.c perlapi.h pod/perldelta.pod
41633 ____________________________________________________________________________
41634 [  6762] By: jhi                                   on 2000/08/21  23:43:40
41635         Log: An obsoleted diagnostic.
41636      Branch: perl
41637            ! pod/perldelta.pod
41638 ____________________________________________________________________________
41639 [  6761] By: jhi                                   on 2000/08/21  23:01:45
41640         Log: The #6759 wasn't quite right.
41641      Branch: perl
41642            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
41643            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
41644            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
41645            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
41646            ! t/lib/st-tieditems.t
41647 ____________________________________________________________________________
41648 [  6760] By: jhi                                   on 2000/08/21  22:35:49
41649         Log: Be verydeepclean.
41650      Branch: perl
41651            ! Makefile.SH
41652 ____________________________________________________________________________
41653 [  6759] By: jhi                                   on 2000/08/21  22:25:40
41654         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
41655              From: Peter Prymmer <pvhp@forte.com>
41656              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
41657              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
41658      Branch: perl
41659            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
41660            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
41661            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
41662            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
41663            ! t/lib/st-tieditems.t
41664 ____________________________________________________________________________
41665 [  6758] By: jhi                                   on 2000/08/21  22:22:32
41666         Log: Few more casts, need reported in
41667              
41668              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
41669              From: Mike Stok <mike@stok.co.uk>
41670              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
41671              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
41672              
41673              and
41674              
41675              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
41676              From: abigail@foad.org
41677              Date: 21 Aug 2000 21:31:34 -0000
41678              Message-Id: <20000821213134.30170.qmail@foad.org>
41679      Branch: perl
41680            ! ext/Storable/Storable.xs
41681 ____________________________________________________________________________
41682 [  6757] By: jhi                                   on 2000/08/21  18:37:07
41683         Log: Update Changes.
41684      Branch: perl
41685            ! Changes patchlevel.h
41686 ____________________________________________________________________________
41687 [  6756] By: jhi                                   on 2000/08/21  18:34:02
41688         Log: A pod nit.
41689              
41690              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
41691              From: <abigail@foad.org>
41692              Date: Mon, 21 Aug 2000 14:00:16 -0400
41693              Message-ID: <20000821180016.28627.qmail@foad.org>
41694      Branch: perl
41695            ! pod/perlre.pod
41696 ____________________________________________________________________________
41697 [  6755] By: jhi                                   on 2000/08/21  18:30:56
41698         Log: Use PodParser 1.18 new test.
41699      Branch: perl
41700            ! t/pod/special_seqs.t t/pod/special_seqs.xr
41701 ____________________________________________________________________________
41702 [  6754] By: jhi                                   on 2000/08/21  18:28:35
41703         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
41704              patches cannot be applied since #6712 conflicts.
41705      Branch: perl
41706            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
41707 ____________________________________________________________________________
41708 [  6753] By: jhi                                   on 2000/08/21  18:15:11
41709         Log: Weed out some smaller changes.
41710      Branch: perl
41711            ! pod/perldelta.pod
41712 ____________________________________________________________________________
41713 [  6752] By: jhi                                   on 2000/08/21  18:02:30
41714         Log: Also under djgpp the timestamps are funky.
41715      Branch: perl
41716            ! t/op/stat.t
41717 ____________________________________________________________________________
41718 [  6751] By: jhi                                   on 2000/08/21  17:55:56
41719         Log: Tweak the floating point output routine preferences.
41720      Branch: metaconfig
41721            ! U/compline/d_gconvert.U
41722      Branch: perl
41723            ! Configure
41724 ____________________________________________________________________________
41725 [  6750] By: jhi                                   on 2000/08/21  17:51:29
41726         Log: Unicos/mk requires elaborate paranoia.
41727      Branch: perl
41728            ! lib/Math/Complex.pm
41729 ____________________________________________________________________________
41730 [  6749] By: gsar                                  on 2000/08/21  16:53:31
41731         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
41732      Branch: perl
41733            ! lib/Cwd.pm
41734 ____________________________________________________________________________
41735 [  6748] By: gsar                                  on 2000/08/21  16:22:19
41736         Log: free TLS slot properly on Windows
41737      Branch: perl
41738            ! thread.h win32/perllib.c win32/win32thread.h
41739 ____________________________________________________________________________
41740 [  6747] By: jhi                                   on 2000/08/21  16:20:58
41741         Log: Rename the macro argument because some preprocessors
41742              can't tell the difference and expand arguments also inside
41743              double quoted strings.
41744      Branch: perl
41745            ! regcomp.c
41746 ____________________________________________________________________________
41747 [  6746] By: jhi                                   on 2000/08/21  16:09:41
41748         Log: Support long doubles in Storable.
41749              
41750              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
41751              From: Radu Greab <radu@netsoft.ro>
41752              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
41753              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
41754      Branch: perl
41755            ! ext/Storable/Storable.xs
41756 ____________________________________________________________________________
41757 [  6745] By: jhi                                   on 2000/08/21  15:51:40
41758         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
41759              From: "Fifer, Eric" <EFifer@sanwaint.com>
41760              Date: Mon, 21 Aug 2000 15:34:49 +0100
41761              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
41762      Branch: perl
41763            ! t/pragma/warn/9enabled
41764 ____________________________________________________________________________
41765 [  6744] By: jhi                                   on 2000/08/21  15:39:35
41766         Log: Document the endianness of Alpha more precisely.
41767      Branch: perl
41768            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
41769            ! pod/perlport.pod
41770 ____________________________________________________________________________
41771 [  6743] By: jhi                                   on 2000/08/21  14:47:05
41772         Log: perldelta fixes from the p5p crowd.
41773      Branch: perl
41774            ! pod/perldelta.pod pod/perlop.pod
41775 ____________________________________________________________________________
41776 [  6742] By: jhi                                   on 2000/08/21  13:34:51
41777         Log: Update to Pod::LaTeX 0.53.
41778              
41779              Subject: [PATCH] lib/Pod/LaTeX.pm updates
41780              From: Tim Jenness <timj@jach.hawaii.edu>
41781              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
41782              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
41783      Branch: perl
41784            ! lib/Pod/LaTeX.pm
41785 ____________________________________________________________________________
41786 [  6741] By: jhi                                   on 2000/08/21  13:33:01
41787         Log: Subject: [PATCH] os2.c fix for use64bitint
41788              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
41789              Date: Mon, 21 Aug 2000 01:32:25 -0700
41790              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
41791      Branch: perl
41792            ! os2/os2.c
41793 ____________________________________________________________________________
41794 [  6740] By: jhi                                   on 2000/08/21  13:28:52
41795         Log: Array context keeps slithering in.
41796              
41797              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
41798              From: Daniel Chetlin <daniel@chetlin.com>
41799              Date: Sun, 20 Aug 2000 21:40:25 -0700
41800              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
41801      Branch: perl
41802            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
41803            ! pod/perldebtut.pod
41804 ____________________________________________________________________________
41805 [  6739] By: jhi                                   on 2000/08/21  13:23:55
41806         Log: Big-endian quad fixes for Storable from Radu Greab,
41807              plus few explicit null casts for picky compilers.
41808      Branch: perl
41809            ! ext/Storable/Storable.xs
41810 ____________________________________________________________________________
41811 [  6738] By: gsar                                  on 2000/08/21  05:56:13
41812         Log: small tweaks for change#6705: avoid C++ style comments in C code;
41813              use Perl's malloc API rather than the low level system one
41814      Branch: perl
41815            ! win32/win32.c
41816 ____________________________________________________________________________
41817 [  6737] By: gsar                                  on 2000/08/21  05:35:41
41818         Log: add Storable to list of extensions on Windows
41819      Branch: perl
41820            ! win32/Makefile win32/makefile.mk
41821 ____________________________________________________________________________
41822 [  6736] By: jhi                                   on 2000/08/21  02:57:53
41823         Log: Update Changes.
41824      Branch: perl
41825            ! Changes patchlevel.h
41826 ____________________________________________________________________________
41827 [  6735] By: jhi                                   on 2000/08/21  02:57:20
41828         Log: Draft 0.
41829      Branch: perl
41830            ! pod/perldelta.pod
41831 ____________________________________________________________________________
41832 [  6734] By: jhi                                   on 2000/08/21  02:57:03
41833         Log: Add Storable 0.7.2 from Raphael Manfredi,
41834              plus the patch from
41835              
41836              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
41837              From: Radu Greab <radu@netsoft.ro>
41838              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
41839              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
41840              
41841              plus changes to get Storable to compile with
41842              picky ANSI compilers.
41843      Branch: perl
41844            + ext/Storable/ChangeLog ext/Storable/MANIFEST
41845            + ext/Storable/Makefile.PL ext/Storable/README
41846            + ext/Storable/Storable.pm ext/Storable/Storable.xs
41847            + ext/Storable/patchlevel.h t/lib/st-06compat.t
41848            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
41849            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
41850            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
41851            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
41852            + t/lib/st-tieditems.t
41853            ! MANIFEST
41854 ____________________________________________________________________________
41855 [  6733] By: jhi                                   on 2000/08/21  02:29:09
41856         Log: The correct cleaning order is an art.
41857      Branch: perl
41858            ! Makefile.SH
41859 ____________________________________________________________________________
41860 [  6732] By: jhi                                   on 2000/08/21  01:23:39
41861         Log: The #6724 is here.
41862      Branch: perl
41863            ! t/lib/ftmp-security.t
41864 ____________________________________________________________________________
41865 [  6731] By: jhi                                   on 2000/08/20  23:17:03
41866         Log: s/this one/the 5.6.0 release/
41867      Branch: perl
41868            ! pod/perl56delta.pod
41869 ____________________________________________________________________________
41870 [  6730] By: jhi                                   on 2000/08/20  23:07:34
41871         Log: Mention perlebcdic and perlposix-bc.
41872      Branch: perl
41873            ! pod/perlport.pod
41874 ____________________________________________________________________________
41875 [  6729] By: jhi                                   on 2000/08/20  21:32:59
41876         Log: Document the number of exponent digits.
41877      Branch: perl
41878            ! pod/perlfunc.pod
41879 ____________________________________________________________________________
41880 [  6728] By: jhi                                   on 2000/08/20  21:16:47
41881         Log: Use File::Spec->tmpdir().
41882              
41883              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
41884              From: Tim Jenness <timj@jach.hawaii.edu>
41885              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
41886              MIME-Version: 1.0
41887              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
41888      Branch: perl
41889            ! utils/perlbug.PL
41890 ____________________________________________________________________________
41891 [  6727] By: jhi                                   on 2000/08/20  20:43:32
41892         Log: Update Changes.
41893      Branch: perl
41894            ! Changes patchlevel.h
41895 ____________________________________________________________________________
41896 [  6726] By: jhi                                   on 2000/08/20  20:41:44
41897         Log: The veryclean target needs to clobber.
41898      Branch: perl
41899            ! Makefile.SH
41900 ____________________________________________________________________________
41901 [  6725] By: jhi                                   on 2000/08/20  20:37:38
41902         Log: Document odd vs even subreleases and -Dusedevel.
41903      Branch: perl
41904            ! INSTALL
41905 ____________________________________________________________________________
41906 [  6724] By: jhi                                   on 2000/08/20  19:58:05
41907         Log: Use temporary directory instead of current directory.
41908              
41909              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
41910              From: Tim Jenness <timj@jach.hawaii.edu>
41911              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
41912              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
41913      Branch: perl
41914            ! t/lib/ftmp-security.t
41915 ____________________________________________________________________________
41916 [  6723] By: jhi                                   on 2000/08/20  19:55:55
41917         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
41918              From: andreas.koenig@anima.de (Andreas J. Koenig)
41919              Date: 20 Aug 2000 15:52:03 +0200
41920              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
41921      Branch: perl
41922            ! lib/ExtUtils/MM_Unix.pm
41923 ____________________________________________________________________________
41924 [  6722] By: jhi                                   on 2000/08/20  19:46:01
41925         Log: Update to CGI 2.72, from Lincoln Stein.
41926      Branch: perl
41927            ! lib/CGI.pm
41928 ____________________________________________________________________________
41929 [  6721] By: jhi                                   on 2000/08/20  19:43:54
41930         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
41931              From: Radu Greab <radu@netsoft.ro>
41932              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
41933              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
41934      Branch: perl
41935            ! ext/GDBM_File/GDBM_File.xs
41936 ____________________________________________________________________________
41937 [  6720] By: jhi                                   on 2000/08/20  19:42:01
41938         Log: pp_open() could pass an uninitialized filename down to do_open9().
41939      Branch: perl
41940            ! pp_sys.c
41941 ____________________________________________________________________________
41942 [  6719] By: jhi                                   on 2000/08/20  14:06:41
41943         Log: UTF8 concat fixes.
41944              
41945              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
41946              From: Hugo <hv@crypt.compulink.co.uk>
41947              Date: Sun, 20 Aug 2000 07:30:46 +0100
41948              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
41949      Branch: perl
41950            ! pp_hot.c t/op/append.t
41951 ____________________________________________________________________________
41952 [  6718] By: jhi                                   on 2000/08/20  02:09:37
41953         Log: Let's try #6717 again.
41954      Branch: perl
41955            ! lib/File/Temp.pm
41956 ____________________________________________________________________________
41957 [  6717] By: jhi                                   on 2000/08/20  01:56:55
41958         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
41959              From: "Craig A. Berry" <craig.berry@metamorgs.com>
41960              Date: Sat, 19 Aug 2000 18:15:39 -0500
41961              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
41962      Branch: perl
41963            ! lib/File/Temp.pm
41964 ____________________________________________________________________________
41965 [  6716] By: jhi                                   on 2000/08/19  15:50:11
41966         Log: Update Changes.
41967      Branch: perl
41968            ! Changes patchlevel.h
41969 ____________________________________________________________________________
41970 [  6715] By: jhi                                   on 2000/08/19  15:39:09
41971         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
41972              From: Jonathan D Johnston <jdjohnston2@juno.com>
41973              Date: Thu, 17 Aug 2000 23:13:01 -0400       
41974              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
41975      Branch: perl
41976            ! pod/perlfunc.pod
41977 ____________________________________________________________________________
41978 [  6714] By: jhi                                   on 2000/08/19  15:34:04
41979         Log: Introduce a 'veryclean' target that is like 'distclean'
41980              but also removes *~ and *.orig.
41981      Branch: perl
41982            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
41983            ! utils/Makefile x2p/Makefile.SH
41984 ____________________________________________________________________________
41985 [  6713] By: jhi                                   on 2000/08/19  14:15:45
41986         Log: Put back the long double avoidance code to POSIX.xs
41987              because VMS seems to need it still.
41988      Branch: perl
41989            ! ext/POSIX/POSIX.xs
41990 ____________________________________________________________________________
41991 [  6712] By: jhi                                   on 2000/08/19  14:10:41
41992         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
41993              From: Peter Prymmer <pvhp@forte.com>
41994              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
41995              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
41996      Branch: perl
41997            ! lib/Pod/Find.pm t/pod/find.t
41998 ____________________________________________________________________________
41999 [  6711] By: jhi                                   on 2000/08/19  14:09:19
42000         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
42001              From: Peter Prymmer <pvhp@forte.com>
42002              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
42003              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
42004              cc: vmsperl@perl.org
42005      Branch: perl
42006            ! t/lib/peek.t
42007 ____________________________________________________________________________
42008 [  6710] By: jhi                                   on 2000/08/19  14:08:01
42009         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
42010              From: Jan Dubois <jand@ActiveState.com>
42011              Date: Fri, 18 Aug 2000 16:31:48 -0700
42012              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
42013      Branch: perl
42014            ! win32/win32.c
42015 ____________________________________________________________________________
42016 [  6709] By: jhi                                   on 2000/08/19  14:06:57
42017         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
42018              
42019              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
42020              From: Spider.Boardman@Orb.Nashua.NH.US
42021              Date: Fri, 18 Aug 2000 18:41:14 -0400
42022              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
42023      Branch: perl
42024            ! regcomp.c
42025 ____________________________________________________________________________
42026 [  6708] By: jhi                                   on 2000/08/18  22:04:49
42027         Log: Update Changes.
42028      Branch: perl
42029            ! Changes patchlevel.h
42030 ____________________________________________________________________________
42031 [  6707] By: jhi                                   on 2000/08/18  21:55:14
42032         Log: Add warnif(), check warnings further up the stack,
42033              all the warnings functions now can take an optional object reference.
42034              
42035              Subject: [PATCH bleedperl@6691] warnings pragma update
42036              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
42037              Date: Fri, 18 Aug 2000 22:42:06 +0100
42038              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
42039      Branch: perl
42040            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
42041            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
42042            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
42043 ____________________________________________________________________________
42044 [  6706] By: jhi                                   on 2000/08/18  21:41:45
42045         Log: Typo in pp_complement().
42046              
42047              Subject: [PATCH perl-current] Deparse
42048              From: Peter Scott <Peter@PSDT.com>
42049              Date: Fri, 18 Aug 2000 12:44:37 -0700
42050              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
42051      Branch: perl
42052            ! ext/B/B/Deparse.pm
42053 ____________________________________________________________________________
42054 [  6705] By: jhi                                   on 2000/08/18  21:25:59
42055         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
42056              From: Jan Dubois <jand@ActiveState.com>
42057              Date: Fri, 18 Aug 2000 14:22:51 -0700
42058              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
42059      Branch: perl
42060            ! lib/Win32.pod win32/win32.c
42061 ____________________________________________________________________________
42062 [  6704] By: jhi                                   on 2000/08/18  21:16:14
42063         Log: Don't eat leading os from index entries.
42064              
42065              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
42066              From: Russ Allbery <rra@stanford.edu>
42067              Date: 10 Aug 2000 20:49:25 -0700
42068              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
42069      Branch: perl
42070            ! lib/Pod/Man.pm
42071 ____________________________________________________________________________
42072 [  6703] By: jhi                                   on 2000/08/18  21:07:06
42073         Log: Add [[:blank:]] as suggested in
42074              
42075              Subject: [ID 20000716.024] [=cc=] / [:blank:]
42076              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
42077              Date: Sun, 16 Jul 2000 17:55:29 -0700
42078              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
42079              
42080              (the [=cc=] has already been taken care of by #6439
42081              so the whole bug report can be closed)
42082              
42083              and make [[:space:]] to be equivalent to isspace(3)
42084              (as opposed to \s, which is isSPACE()).  The difference
42085              is that now [[:space:]] matches the mythical vertical tab,
42086              while \s doesn't.
42087      Branch: perl
42088            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
42089            ! regexec.c t/op/pat.t
42090 ____________________________________________________________________________
42091 [  6702] By: jhi                                   on 2000/08/18  18:47:47
42092         Log: The new tests were missing from #6415.
42093      Branch: perl
42094            ! t/op/bop.t
42095 ____________________________________________________________________________
42096 [  6701] By: jhi                                   on 2000/08/18  18:20:40
42097         Log: Document the NDBM_File and ODBM_File as SDBM_File
42098              was documented in #6417.
42099      Branch: perl
42100            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
42101            ! ext/SDBM_File/SDBM_File.pm
42102 ____________________________________________________________________________
42103 [  6700] By: jhi                                   on 2000/08/18  18:10:39
42104         Log: Subject: [PATCH perl@6698] cygwin port
42105              From: "Fifer, Eric" <EFifer@sanwaint.com>
42106              Date: Fri, 18 Aug 2000 17:30:05 +0100
42107              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
42108      Branch: perl
42109            ! lib/File/Temp.pm
42110 ____________________________________________________________________________
42111 [  6699] By: jhi                                   on 2000/08/18  16:21:49
42112         Log: Document code point which makes if (defined %stash::) to work
42113              (noted by Spider Boardman).
42114      Branch: perl
42115            ! op.c
42116 ____________________________________________________________________________
42117 [  6698] By: jhi                                   on 2000/08/18  13:43:27
42118         Log: Update Changes.
42119      Branch: perl
42120            ! Changes patchlevel.h
42121 ____________________________________________________________________________
42122 [  6697] By: jhi                                   on 2000/08/18  13:35:57
42123         Log: Tiny Getopt::Long patch from Johan Vromans.
42124      Branch: perl
42125            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
42126 ____________________________________________________________________________
42127 [  6696] By: jhi                                   on 2000/08/18  13:26:14
42128         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
42129              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
42130              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
42131              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
42132      Branch: perl
42133            ! pod/perldiag.pod pod/perlsyn.pod
42134 ____________________________________________________________________________
42135 [  6695] By: jhi                                   on 2000/08/18  13:13:26
42136         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
42137              From: Daniel Chetlin <daniel@chetlin.com>
42138              Date: Fri, 18 Aug 2000 03:13:36 -0700
42139              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
42140      Branch: perl
42141            ! pod/perlfunc.pod
42142 ____________________________________________________________________________
42143 [  6694] By: jhi                                   on 2000/08/18  13:08:05
42144         Log: Subject: [PATCH] perltrap.pod spring cleaning
42145              From: Daniel Chetlin <daniel@chetlin.com>
42146              Date: Fri, 18 Aug 2000 03:06:54 -0700
42147              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
42148              
42149              plus Mike Guy's nitfix.
42150      Branch: perl
42151            ! pod/perltrap.pod
42152 ____________________________________________________________________________
42153 [  6693] By: jhi                                   on 2000/08/18  13:00:26
42154         Log: Unbuffer the output.
42155              
42156              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
42157              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
42158              Date: Thu, 17 Aug 2000 18:39:29 -0700
42159              Message-ID: <RPJn5gzkgydf092yn@efn.org>
42160      Branch: perl
42161            ! t/op/fork.t
42162 ____________________________________________________________________________
42163 [  6692] By: jhi                                   on 2000/08/18  05:19:17
42164         Log: Delete the image, too, not just its MANIFEStation.
42165      Branch: perl
42166            - lib/CGI/eg/wilogo.gif
42167 ____________________________________________________________________________
42168 [  6691] By: jhi                                   on 2000/08/18  05:10:26
42169         Log: Propagate new Configure vars.
42170      Branch: perl
42171            ! configure.com epoc/config.sh uconfig.h uconfig.sh
42172            ! vos/config.def vos/config.h vos/config_h.SH_orig
42173            ! win32/config.bc win32/config.gc win32/config.vc
42174            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
42175 ____________________________________________________________________________
42176 [  6690] By: jhi                                   on 2000/08/18  04:30:56
42177         Log: Update Changes.
42178      Branch: perl
42179            ! Changes patchlevel.h
42180 ____________________________________________________________________________
42181 [  6689] By: jhi                                   on 2000/08/18  04:12:30
42182         Log: Fix the lib/complex failure of
42183              
42184              From: abigail@foad.org
42185              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
42186              Date: 15 Aug 2000 04:06:38 -0000
42187              Message-Id: <20000815040638.8524.qmail@foad.org> 
42188              
42189              Linux long double accuracy issue: something that
42190              when printed with %g looks like "2" but int() of it is 1.
42191      Branch: perl
42192            ! lib/Math/Complex.pm
42193 ____________________________________________________________________________
42194 [  6688] By: jhi                                   on 2000/08/18  03:15:35
42195         Log: The byteorder code in #6671 was wrong.
42196      Branch: perl
42197            ! configpm
42198 ____________________________________________________________________________
42199 [  6687] By: jhi                                   on 2000/08/18  02:08:42
42200         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
42201              From: Jan Dubois <jand@ActiveState.com>
42202              Date: Thu, 17 Aug 2000 18:31:55 -0700
42203              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
42204      Branch: perl
42205            ! sv.c
42206 ____________________________________________________________________________
42207 [  6686] By: jhi                                   on 2000/08/18  02:04:15
42208         Log: Use NVs in POSIX math, not doubles.
42209              
42210              From: abigail@foad.org
42211              Subject: [ID 20000817.014] POSIX & modfl
42212              Date: 17 Aug 2000 20:49:18 -0000
42213              Message-Id: <20000817204918.23123.qmail@foad.org>
42214      Branch: perl
42215            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
42216 ____________________________________________________________________________
42217 [  6685] By: jhi                                   on 2000/08/18  02:02:12
42218         Log: Introduce NVef, NVff, and NVgf, use the middle one.
42219              (helps for lib/peek + Linux + long doubles)  Reported in
42220              
42221              From: abigail@foad.org
42222              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
42223              Date: 15 Aug 2000 04:06:38 -0000
42224              Message-Id: <20000815040638.8524.qmail@foad.org> 
42225              
42226              (note: the lib/complex failure has not yet been addressed)
42227      Branch: metaconfig/U/perl
42228            ! perlxvf.U
42229      Branch: perl
42230            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42231            ! config_h.SH dump.c perl.h pod/perlguts.pod
42232 ____________________________________________________________________________
42233 [  6684] By: jhi                                   on 2000/08/17  23:22:19
42234         Log: Add byteorder to the myconfig output.
42235      Branch: perl
42236            ! myconfig.SH
42237 ____________________________________________________________________________
42238 [  6683] By: jhi                                   on 2000/08/17  23:20:19
42239         Log: The image doth not exist, spotted by Johan Vromans.
42240      Branch: perl
42241            ! MANIFEST
42242 ____________________________________________________________________________
42243 [  6682] By: jhi                                   on 2000/08/17  22:38:16
42244         Log: Document what the backtick returns if the command fails.
42245      Branch: perl
42246            ! pod/perlop.pod
42247 ____________________________________________________________________________
42248 [  6681] By: jhi                                   on 2000/08/17  22:33:12
42249         Log: Do not use prototyping here.
42250              
42251              Subject: [ID 20000817.016] [PATCH] Peek.xs
42252              From: abigail@foad.org
42253              Date: 17 Aug 2000 20:55:56 -0000
42254              Message-Id: <20000817205556.24270.qmail@foad.org>
42255      Branch: perl
42256            ! ext/Devel/Peek/Makefile.PL
42257 ____________________________________________________________________________
42258 [  6680] By: jhi                                   on 2000/08/17  19:46:43
42259         Log: Don't propose using modules built for 5.005 if no binary
42260              compatibility with 5.005 is attempted.
42261              
42262              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
42263              Subject: Minor nit with 5.7.0 (6655)
42264              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
42265              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
42266      Branch: metaconfig
42267            ! U/installdirs/inc_version_list.U
42268      Branch: perl
42269            ! Configure config_h.SH
42270 ____________________________________________________________________________
42271 [  6679] By: jhi                                   on 2000/08/17  19:16:39
42272         Log: Microperl config update.
42273      Branch: perl
42274            ! uconfig.h uconfig.sh
42275 ____________________________________________________________________________
42276 [  6678] By: jhi                                   on 2000/08/17  19:16:13
42277         Log: The #6648 wasn't protective enough for limited platforms
42278              (like microperl).
42279      Branch: perl
42280            ! dump.c sv.c
42281 ____________________________________________________________________________
42282 [  6677] By: jhi                                   on 2000/08/17  14:46:35
42283         Log: Update Changes.
42284      Branch: perl
42285            ! Changes patchlevel.h
42286 ____________________________________________________________________________
42287 [  6676] By: jhi                                   on 2000/08/17  14:44:02
42288         Log: Add perlebcdic from Peter Prymmer, regen toc.
42289      Branch: perl
42290            + pod/perlebcdic.pod
42291            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
42292 ____________________________________________________________________________
42293 [  6675] By: jhi                                   on 2000/08/17  14:41:52
42294         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
42295      Branch: perl
42296            ! pod/perldebtut.pod
42297 ____________________________________________________________________________
42298 [  6674] By: jhi                                   on 2000/08/17  14:29:43
42299         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
42300              
42301              Subject: [ID 20000724.006] -DLEAKTEST problem
42302              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
42303              Date: Tue, 25 Jul 2000 00:36:32 -0500
42304              Message-Id: <20000725003632.A26186@www.llamacom.com>
42305              
42306              Reminder sent
42307              
42308              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
42309              From: Hugo <hv@crypt.compulink.co.uk>
42310              Date: Thu, 17 Aug 2000 15:23:42 +0100
42311              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
42312      Branch: perl
42313            ! util.c
42314 ____________________________________________________________________________
42315 [  6673] By: jhi                                   on 2000/08/17  04:07:10
42316         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
42317              From: John Peacock <JPeacock@UnivPress.com>
42318              Date: Tue, 01 Aug 2000 09:38:12 -0400
42319              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
42320      Branch: perl
42321            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
42322 ____________________________________________________________________________
42323 [  6672] By: jhi                                   on 2000/08/17  03:04:35
42324         Log: Subject: [PATCH] Cwd.pm now uses strict
42325              From: Tim Jenness <timj@jach.hawaii.edu>
42326              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
42327              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
42328      Branch: perl
42329            ! lib/Cwd.pm
42330 ____________________________________________________________________________
42331 [  6671] By: jhi                                   on 2000/08/17  02:16:35
42332         Log: Make $Config{byteorder} more magical so that it is
42333              dynamically computed: nice for 'fat binaries'.
42334              
42335              Subject: [PATCH]: default byteorder
42336              From: Wilfredo Sánchez <wsanchez@apple.com>
42337              Date: Mon, 31 Jul 2000 19:45:31 -0700
42338              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
42339      Branch: perl
42340            ! configpm
42341 ____________________________________________________________________________
42342 [  6670] By: gsar                                  on 2000/08/17  01:22:21
42343         Log: move WNOHANG definition to where other such things are
42344      Branch: perl
42345            ! win32/win32.h
42346 ____________________________________________________________________________
42347 [  6669] By: jhi                                   on 2000/08/17  01:19:17
42348         Log: Update Changes.
42349      Branch: perl
42350            ! Changes patchlevel.h
42351 ____________________________________________________________________________
42352 [  6668] By: jhi                                   on 2000/08/17  01:16:29
42353         Log: Doc nits spotted by Richard Soderberg.
42354      Branch: perl
42355            ! README.posix-bc README.vmesa
42356 ____________________________________________________________________________
42357 [  6667] By: jhi                                   on 2000/08/17  01:12:11
42358         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
42359              From: "Casey R. Tweten" <crt@kiski.net>
42360              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
42361              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
42362      Branch: perl
42363            ! pod/perldebtut.pod
42364 ____________________________________________________________________________
42365 [  6666] By: jhi                                   on 2000/08/17  01:09:31
42366         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
42367              From: "Casey R. Tweten" <crt@kiski.net>
42368              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
42369              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
42370      Branch: perl
42371            ! lib/Shell.pm
42372 ____________________________________________________________________________
42373 [  6665] By: gsar                                  on 2000/08/17  01:03:52
42374         Log: add "ok" targets from change#6632 in makefile.mk
42375      Branch: perl
42376            ! pod/perlport.pod win32/Makefile win32/makefile.mk
42377 ____________________________________________________________________________
42378 [  6664] By: gsar                                  on 2000/08/17  00:56:11
42379         Log: avoid warnings from dense compiler
42380      Branch: perl
42381            ! win32/win32.c
42382 ____________________________________________________________________________
42383 [  6663] By: jhi                                   on 2000/08/17  00:51:49
42384         Log: Tweak the regex compilation errors once more.
42385      Branch: perl
42386            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
42387            ! t/op/regmesg.t t/pragma/warn/regcomp
42388 ____________________________________________________________________________
42389 [  6662] By: gsar                                  on 2000/08/17  00:28:19
42390         Log: trailing new %ENV entries weren't being pushed into the real
42391              environment of subprocesses on Windows
42392      Branch: perl
42393            ! t/op/magic.t win32/perlhost.h
42394 ____________________________________________________________________________
42395 [  6661] By: gsar                                  on 2000/08/17  00:19:20
42396         Log: waitpid() now handles externally spawned pids correctly;
42397              fixes for backtick/wait/waitpid failures on Windows 9x
42398              
42399              these changes make the pid returned by process functions on
42400              Windows 9x always positive by clearing the high bit (which
42401              is always set on Win9x); pseudo-process PIDs are likewise
42402              always negative now on Win9x (just as on NT/2000)
42403      Branch: perl
42404            ! pp_sys.c win32/perlhost.h win32/win32.c
42405 ____________________________________________________________________________
42406 [  6660] By: jhi                                   on 2000/08/17  00:04:32
42407         Log: Retract #6645.
42408      Branch: perl
42409            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42410            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
42411            ! t/op/sprintf.t
42412 ____________________________________________________________________________
42413 [  6659] By: gsar                                  on 2000/08/16  23:59:28
42414         Log: on windows, the return values from wait() and waitpid() don't
42415              match those of pseudo-pids
42416      Branch: perl
42417            ! pp_sys.c t/op/fork.t util.c win32/win32.c
42418 ____________________________________________________________________________
42419 [  6658] By: gsar                                  on 2000/08/16  23:56:14
42420         Log: pod nit seen in passing
42421      Branch: perl
42422            ! pod/perlfunc.pod
42423 ____________________________________________________________________________
42424 [  6657] By: gsar                                  on 2000/08/16  23:53:42
42425         Log: change#6328 could make close(SOCKET) return false on windows
42426              when it shouldn't
42427      Branch: perl
42428            ! win32/win32sck.c
42429 ____________________________________________________________________________
42430 [  6656] By: gsar                                  on 2000/08/16  23:46:57
42431         Log: check that the number pseudo children doesn't exceed
42432              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
42433              the WaitForMultipleObjects() limit that would cause wait()
42434              to crash)
42435              
42436              wait() and waitpid() could potentially be rewritten to use
42437              more than one thread to do the waiting to eliminate this
42438              limitation
42439      Branch: perl
42440            ! win32/perlhost.h
42441 ____________________________________________________________________________
42442 [  6655] By: jhi                                   on 2000/08/16  14:11:05
42443         Log: Update Changes.
42444      Branch: perl
42445            ! Changes patchlevel.h
42446 ____________________________________________________________________________
42447 [  6654] By: jhi                                   on 2000/08/16  14:10:12
42448         Log: Update to perldebtut 1.9, from Richard Foley.
42449      Branch: perl
42450            ! pod/perldebtut.pod
42451 ____________________________________________________________________________
42452 [  6653] By: jhi                                   on 2000/08/16  14:08:17
42453         Log: Change the regx compilation error markers to use = instead of <
42454              since pod makes using the latter quite messy.  Reported in
42455              ID 20000814.006 by Abigail and in
42456              Subject: Unknown escape E<> ?
42457              From: Lupe Christoph <lupe@lupe-christoph.de>
42458              Date: Fri, 11 Aug 2000 00:30:27 +0200
42459              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
42460      Branch: perl
42461            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
42462            ! t/op/regmesg.t t/pragma/warn/regcomp
42463 ____________________________________________________________________________
42464 [  6652] By: jhi                                   on 2000/08/16  13:25:31
42465         Log: Change the perlbug address to perl.org since it's more forgiving.
42466              
42467              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
42468              From: abigail@foad.org
42469              Date: 15 Aug 2000 04:15:40 -0000
42470              Message-Id: <20000815041540.8633.qmail@foad.org>
42471      Branch: perl
42472            ! utils/perlbug.PL
42473 ____________________________________________________________________________
42474 [  6651] By: jhi                                   on 2000/08/16  13:22:35
42475         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
42476              From: Tim Jenness <timj@jach.hawaii.edu>
42477              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
42478              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
42479      Branch: perl
42480            ! lib/Cwd.pm
42481 ____________________________________________________________________________
42482 [  6650] By: jhi                                   on 2000/08/16  13:18:13
42483         Log: Update to CPAN 1.57.
42484              
42485              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
42486              From: andreas.koenig@anima.de (Andreas J. Koenig)
42487              Date: 16 Aug 2000 15:09:46 +0200
42488              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
42489      Branch: perl
42490            ! lib/CPAN.pm
42491 ____________________________________________________________________________
42492 [  6649] By: jhi                                   on 2000/08/16  13:12:31
42493         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
42494              From: "Larry W. Virden" <lvirden@cas.org>
42495              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
42496              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
42497      Branch: perl
42498            ! README.hpux
42499 ____________________________________________________________________________
42500 [  6648] By: jhi                                   on 2000/08/16  13:03:53
42501         Log: The numeric locale was reset to "C" by s?printf and never restored.
42502              
42503              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
42504              From: Christian Kirsch <ck@held.mind.de>
42505              Date: Wed, 9 Aug 2000 17:05:17 +0200
42506              Message-Id: <20000809170517.A25389@held>
42507              
42508              No test since adding the failing example to locale.t
42509              does not fail -- probably because the locale settings are so
42510              thoroughly tweaked by that time.  Running the example standalone
42511              does fail, though.  UPDATE: test case added at change #7540.
42512      Branch: perl
42513            ! dump.c perl.h pp.c pp_ctl.c sv.c
42514 ____________________________________________________________________________
42515 [  6647] By: jhi                                   on 2000/08/16  00:07:54
42516         Log: Update Changes and test semi-automatic patchlevel updating.
42517      Branch: perl
42518            ! Changes patchlevel.h
42519 ____________________________________________________________________________
42520 [  6646] By: jhi                                   on 2000/08/15  23:35:07
42521         Log: Fix a dependency problem.
42522              
42523              Subject: [PATCH: 6640] VMS Makefile.SH update
42524              From: Peter Prymmer <pvhp@forte.com>
42525              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
42526              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
42527      Branch: perl
42528            ! vms/descrip_mms.template
42529 ____________________________________________________________________________
42530 [  6645] By: jhi                                   on 2000/08/15  23:33:23
42531         Log: (Retracted by #6660)
42532              
42533              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
42534              From: Dominic Dunlop <domo@computer.org>
42535              Date: Tue, 15 Aug 2000 22:20:52 +0200
42536              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
42537      Branch: metaconfig/U/perl
42538            + d_printfed.U
42539      Branch: perl
42540            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42541            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
42542            ! t/op/sprintf.t
42543 ____________________________________________________________________________
42544 [  6644] By: jhi                                   on 2000/08/15  21:17:20
42545         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
42546              From: abigail@foad.org
42547              Date: 15 Aug 2000 20:12:41 -0000
42548              Message-Id: <20000815201241.25556.qmail@foad.org>
42549      Branch: perl
42550            ! INSTALL
42551 ____________________________________________________________________________
42552 [  6643] By: jhi                                   on 2000/08/15  21:15:28
42553         Log: (an already applied patch)
42554      Branch: perl
42555            ! lib/CGI.pm
42556 ____________________________________________________________________________
42557 [  6642] By: gsar                                  on 2000/08/15  19:54:05
42558         Log: magic callbacks all need to have same type signature
42559      Branch: perl
42560            ! embed.pl mg.c proto.h
42561 ____________________________________________________________________________
42562 [  6641] By: jhi                                   on 2000/08/15  17:56:27
42563         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)
42564              From: Mike Guy <mjtg@cam.ac.uk>
42565              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
42566              Date: Tue, 15 Aug 2000 18:26:45 +0100
42567              
42568              Only the peek.t part applied, not the hash quality part.
42569      Branch: perl
42570            ! t/lib/peek.t
42571 ____________________________________________________________________________
42572 [  6640] By: jhi                                   on 2000/08/15  16:37:37
42573         Log: Update Changes.
42574      Branch: perl
42575            ! Changes
42576 ____________________________________________________________________________
42577 [  6639] By: jhi                                   on 2000/08/15  16:34:55
42578         Log: Missed a file from #6638.
42579      Branch: perl
42580            ! lib/File/Temp.pm
42581 ____________________________________________________________________________
42582 [  6638] By: jhi                                   on 2000/08/15  16:33:19
42583         Log: Subject: [PATCH perl@6620] cygwin port
42584              From: "Fifer, Eric" <EFifer@sanwaint.com>
42585              Date: Tue, 15 Aug 2000 17:00:49 +0100
42586              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
42587      Branch: perl
42588            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
42589 ____________________________________________________________________________
42590 [  6637] By: jhi                                   on 2000/08/15  16:29:22
42591         Log: Subject: [PATCH] debugger exit code should reflect user exit code
42592              From: Mike Guy <mjtg@cam.ac.uk>
42593              Date: Tue, 15 Aug 2000 16:55:59 +0100
42594              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
42595      Branch: perl
42596            ! lib/perl5db.pl
42597 ____________________________________________________________________________
42598 [  6636] By: jhi                                   on 2000/08/15  15:30:58
42599         Log: Update Changes.
42600      Branch: perl
42601            ! Changes
42602 ____________________________________________________________________________
42603 [  6635] By: jhi                                   on 2000/08/15  15:27:21
42604         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
42605      Branch: metaconfig
42606            ! U/mkglossary U/mksample
42607      Branch: metaconfig/U/perl
42608            ! Devel.U
42609      Branch: perl
42610            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42611 ____________________________________________________________________________
42612 [  6634] By: jhi                                   on 2000/08/15  14:11:55
42613         Log: Don't blow limited stacks, a lower number is enough to
42614              tickle the lookbehind limit.
42615              
42616              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
42617              From: Dominic Dunlop <domo@computer.org>
42618              Date: Tue, 15 Aug 2000 13:51:24 +0200
42619              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
42620      Branch: perl
42621            ! t/op/regmesg.t
42622 ____________________________________________________________________________
42623 [  6633] By: jhi                                   on 2000/08/15  14:01:46
42624         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
42625              From: Mike Guy <mjtg@cam.ac.uk>
42626              Date: Tue, 15 Aug 2000 12:10:50 +0100
42627              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
42628      Branch: perl
42629            ! utils/perldoc.PL
42630 ____________________________________________________________________________
42631 [  6632] By: jhi                                   on 2000/08/15  13:58:48
42632         Log: make ok etc also for win32.
42633              
42634              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
42635              From: Prymmer/Kahn <pvhp@best.com>
42636              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
42637              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
42638      Branch: perl
42639            ! win32/Makefile
42640 ____________________________________________________________________________
42641 [  6631] By: jhi                                   on 2000/08/15  13:45:03
42642         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
42643      Branch: perl
42644            ! lib/Test.pm
42645 ____________________________________________________________________________
42646 [  6630] By: jhi                                   on 2000/08/15  03:25:09
42647         Log: Update Changes.
42648      Branch: perl
42649            ! Changes
42650 ____________________________________________________________________________
42651 [  6629] By: jhi                                   on 2000/08/15  03:23:53
42652         Log: magic_regdatum_set() is void, not int.
42653      Branch: perl
42654            ! embed.pl mg.c proto.h
42655 ____________________________________________________________________________
42656 [  6628] By: jhi                                   on 2000/08/15  03:08:02
42657         Log: Make the user to give up his firstborn, err, to knowingly
42658              verify installing an unstable developer release.  Also bump
42659              the release to 5.7.0, but leave a patch tag in the local
42660              patches saying that this is not yet the real thing.
42661      Branch: metaconfig
42662            ! U/modified/Instruct.U
42663      Branch: metaconfig/U/perl
42664            + Devel.U
42665      Branch: perl
42666            ! Configure patchlevel.h
42667 ____________________________________________________________________________
42668 [  6627] By: jhi                                   on 2000/08/14  22:32:52
42669         Log: README.os2 update.
42670              
42671              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
42672              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
42673              Date: Wed, 02 Aug 2000 21:55:09 -0700
42674              Message-ID: <tsPi5gzkgegX092yn@efn.org>
42675      Branch: perl
42676            ! README.os2
42677 ____________________________________________________________________________
42678 [  6626] By: jhi                                   on 2000/08/14  21:00:02
42679         Log: Subject: Re: File::Temp problems on VMS in bleedperl
42680              From: Tim Jenness <timj@jach.hawaii.edu>
42681              cc: vmsperl@perl.org
42682              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
42683              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
42684      Branch: perl
42685            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
42686 ____________________________________________________________________________
42687 [  6625] By: jhi                                   on 2000/08/14  20:52:16
42688         Log: Add SUIDMAIL as was done for the CERT alert.
42689      Branch: perl
42690            ! patchlevel.h
42691 ____________________________________________________________________________
42692 [  6624] By: jhi                                   on 2000/08/14  20:48:50
42693         Log: Subject: sfio2000
42694              From: Daniel Muino <dmuino@afip.gov.ar>
42695              Date: Mon, 14 Aug 2000 16:58:11 -0300
42696              Message-ID: <20000814165811.B16368@con2-dgi>
42697      Branch: perl
42698            ! perlsdio.h perlsfio.h
42699 ____________________________________________________________________________
42700 [  6623] By: jhi                                   on 2000/08/14  20:47:36
42701         Log: Subject: warning: storage class after type is obsolescent
42702              From: Daniel Muino <dmuino@afip.gov.ar>
42703              Date: Mon, 14 Aug 2000 16:42:47 -0300
42704              Message-ID: <20000814164247.A16368@con2-dgi>
42705      Branch: perl
42706            ! regcomp.pl regnodes.h
42707 ____________________________________________________________________________
42708 [  6622] By: jhi                                   on 2000/08/14  20:43:05
42709         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
42710              From: abigail@foad.org
42711              Date: 14 Aug 2000 20:00:10 -0000
42712              Message-Id: <20000814200010.27271.qmail@foad.org>
42713      Branch: perl
42714            ! Changes
42715 ____________________________________________________________________________
42716 [  6621] By: jhi                                   on 2000/08/14  15:23:05
42717         Log: Update Changes.
42718      Branch: perl
42719            ! Changes
42720 ____________________________________________________________________________
42721 [  6620] By: jhi                                   on 2000/08/14  15:22:14
42722         Log: Subject: Re: [PATCH] @+, @- readonly
42723              From: Mike Guy <mjtg@cam.ac.uk>
42724              Date: Mon, 14 Aug 2000 15:26:55 +0100
42725              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
42726      Branch: perl
42727            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
42728            ! sv.c t/op/pat.t
42729 ____________________________________________________________________________
42730 [  6619] By: jhi                                   on 2000/08/14  14:12:08
42731         Log: Update Changes.
42732      Branch: perl
42733            ! Changes
42734 ____________________________________________________________________________
42735 [  6618] By: jhi                                   on 2000/08/14  14:09:34
42736         Log: For now remove the mail code.
42737      Branch: perl
42738            ! perl.c
42739 ____________________________________________________________________________
42740 [  6617] By: jhi                                   on 2000/08/14  14:08:28
42741         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
42742      Branch: perl
42743            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
42744            ! pod/perlfaq8.pod pod/perlsec.pod
42745 ____________________________________________________________________________
42746 [  6616] By: jhi                                   on 2000/08/14  14:00:11
42747         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
42748              From: Mike Guy <mjtg@cam.ac.uk>
42749              Date: Mon, 14 Aug 2000 08:26:02 +0100
42750              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
42751      Branch: perl
42752            ! lib/perl5db.pl
42753 ____________________________________________________________________________
42754 [  6615] By: jhi                                   on 2000/08/14  13:58:45
42755         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
42756              From: Mike Guy <mjtg@cam.ac.uk>
42757              Date: Mon, 14 Aug 2000 08:04:22 +0100
42758              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
42759      Branch: perl
42760            ! gv.c mg.c t/op/pat.t
42761 ____________________________________________________________________________
42762 [  6614] By: jhi                                   on 2000/08/14  13:56:45
42763         Log: Subject: Test fails / warnings with perl-current #6612
42764              From: Mike Guy <mjtg@cam.ac.uk>
42765              Date: Mon, 14 Aug 2000 07:57:23 +0100
42766              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
42767      Branch: perl
42768            ! t/lib/b.t t/lib/peek.t
42769 ____________________________________________________________________________
42770 [  6613] By: jhi                                   on 2000/08/14  13:45:33
42771         Log: VMS configure.com update continues.
42772      Branch: perl
42773            - vms/configure.com
42774            ! MANIFEST configure.com
42775 ____________________________________________________________________________
42776 [  6612] By: jhi                                   on 2000/08/13  22:13:35
42777         Log: Update Changes.
42778      Branch: perl
42779            ! Changes
42780 ____________________________________________________________________________
42781 [  6611] By: jhi                                   on 2000/08/13  16:21:45
42782         Log: Upgrade to CGI 2.71, from Lincoln Stein.
42783      Branch: perl
42784            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
42785 ____________________________________________________________________________
42786 [  6610] By: jhi                                   on 2000/08/13  15:09:16
42787         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
42788              From: Mike Guy <mjtg@cam.ac.uk>
42789              Date: Sun, 13 Aug 2000 13:45:51 +0100
42790              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
42791      Branch: perl
42792            ! t/op/regmesg.t
42793 ____________________________________________________________________________
42794 [  6609] By: jhi                                   on 2000/08/13  14:31:26
42795         Log: Andreas says that 1.56 is fine, so reverting back to it.
42796      Branch: perl
42797            ! lib/CPAN.pm
42798 ____________________________________________________________________________
42799 [  6608] By: jhi                                   on 2000/08/13  05:34:20
42800         Log: Update Changes.
42801      Branch: perl
42802            ! Changes
42803 ____________________________________________________________________________
42804 [  6607] By: jhi                                   on 2000/08/13  05:32:01
42805         Log: Put back the \z changes of #5406 to CPAN.pm.
42806      Branch: perl
42807            ! lib/CPAN.pm
42808 ____________________________________________________________________________
42809 [  6606] By: jhi                                   on 2000/08/13  05:20:16
42810         Log: Fix-n-skip the tests under 5005threads.
42811      Branch: perl
42812            ! t/lib/b.t
42813 ____________________________________________________________________________
42814 [  6605] By: jhi                                   on 2000/08/13  05:07:48
42815         Log: Fix the test for 5005threads.
42816      Branch: perl
42817            ! t/lib/peek.t
42818 ____________________________________________________________________________
42819 [  6604] By: jhi                                   on 2000/08/13  03:35:37
42820         Log: Should have deleted this in #6603.
42821      Branch: perl
42822            - vms/subconfigure.com
42823 ____________________________________________________________________________
42824 [  6603] By: jhi                                   on 2000/08/12  18:29:32
42825         Log: Rewrite of vms/subconfigure.com as configure.com,
42826              from Peter Prymmer and the vmsperl crew.
42827      Branch: perl
42828            + vms/configure.com
42829            ! MANIFEST
42830 ____________________________________________________________________________
42831 [  6602] By: jhi                                   on 2000/08/11  13:00:01
42832         Log: PlainText.pm is dead.
42833      Branch: perl
42834            - lib/Pod/PlainText.pm
42835            ! MANIFEST
42836 ____________________________________________________________________________
42837 [  6601] By: jhi                                   on 2000/08/11  04:06:45
42838         Log: Update Changes.
42839      Branch: perl
42840            ! Changes
42841 ____________________________________________________________________________
42842 [  6600] By: jhi                                   on 2000/08/11  04:06:10
42843         Log: Add a few missing files, update MANIFEST.
42844      Branch: perl
42845            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
42846            + lib/Pod/PlainText.pm t/pod/find.t
42847            ! MANIFEST t/op/regmesg.t
42848 ____________________________________________________________________________
42849 [  6599] By: jhi                                   on 2000/08/11  03:31:10
42850         Log: Add Perl debugging tutorial, regen toc. 
42851              
42852              Subject: perldebtut.pod
42853              From: Richard Foley <Richard.Foley@m.dasa.de>
42854              Date: Wed, 09 Aug 2000 10:17:15 +0200
42855              Message-id: <3991138B.262247B8@m.dasa.de>
42856      Branch: perl
42857            + pod/perldebtut.pod
42858            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
42859 ____________________________________________________________________________
42860 [  6598] By: jhi                                   on 2000/08/11  02:48:56
42861         Log: tiny Changes edit
42862      Branch: perl
42863            ! Changes
42864 ____________________________________________________________________________
42865 [  6597] By: jhi                                   on 2000/08/11  02:39:04
42866         Log: Tests for #6589.
42867              
42868              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
42869              From: simon@brecon.co.uk (Simon Cozens)
42870              Date: 11 Aug 2000 02:24:52 GMT
42871              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
42872      Branch: perl
42873            ! t/lib/b.t
42874 ____________________________________________________________________________
42875 [  6596] By: jhi                                   on 2000/08/11  01:50:07
42876         Log: Update Changes.
42877      Branch: perl
42878            ! Changes
42879 ____________________________________________________________________________
42880 [  6595] By: jhi                                   on 2000/08/11  01:47:16
42881         Log: nitfix
42882      Branch: perl
42883            ! Changes
42884 ____________________________________________________________________________
42885 [  6594] By: jhi                                   on 2000/08/11  01:36:16
42886         Log: Subject: Getting perlio and threads to compile
42887              From: Lupe Christoph <lupe@lupe-christoph.de>
42888              Date: Wed, 9 Aug 2000 11:35:54 +0200
42889              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
42890              
42891              (the Solaris version changes in Configure skipped)
42892      Branch: perl
42893            ! hints/solaris_2.sh thread.h
42894 ____________________________________________________________________________
42895 [  6593] By: jhi                                   on 2000/08/11  01:30:16
42896         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
42897              From: simon@brecon.co.uk (Simon Cozens)
42898              Date: 1 Aug 2000 06:55:19 GMT
42899              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
42900      Branch: perl
42901            ! lib/utf8.pm
42902 ____________________________________________________________________________
42903 [  6592] By: jhi                                   on 2000/08/11  01:26:39
42904         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
42905              From: Peter Scott <Peter@PeterScott.com>
42906              Date: Thu, 10 Aug 2000 08:23:27 -0700
42907              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
42908      Branch: perl
42909            ! lib/perl5db.pl
42910 ____________________________________________________________________________
42911 [  6591] By: jhi                                   on 2000/08/11  01:22:02
42912         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
42913              From: Hugo <hv@crypt.compulink.co.uk>
42914              Date: Thu, 10 Aug 2000 19:23:04 +0100
42915              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
42916      Branch: perl
42917            ! regexec.c t/op/pat.t
42918 ____________________________________________________________________________
42919 [  6590] By: jhi                                   on 2000/08/11  01:19:19
42920         Log: Preprocessing and postprocessing for File::Find.
42921              
42922              Subject: Patch to Find::File.pm to allow alphabetical results
42923              From: Joe Smith <jsmith@inwap.com>
42924              Date: Wed, 9 Aug 2000 02:44:54 -0700
42925              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
42926      Branch: perl
42927            ! lib/File/Find.pm
42928 ____________________________________________________________________________
42929 [  6589] By: jhi                                   on 2000/08/11  01:12:39
42930         Log: B::Deparse didn't do sub attributes.
42931              
42932              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
42933              From: simon@brecon.co.uk (Simon Cozens)
42934              Date: 9 Aug 2000 04:49:20 GMT
42935              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
42936      Branch: perl
42937            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
42938 ____________________________________________________________________________
42939 [  6588] By: jhi                                   on 2000/08/11  01:06:40
42940         Log: Subject: debugger "d" command doesnt check line number
42941              From: Mike Guy <mjtg@cam.ac.uk>
42942              Date: Tue, 08 Aug 2000 21:54:29 +0100
42943              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
42944      Branch: perl
42945            ! lib/perl5db.pl mg.c pod/perldiag.pod
42946 ____________________________________________________________________________
42947 [  6587] By: jhi                                   on 2000/08/11  00:45:03
42948         Log: sleep(1) does not necessarily return 1.
42949              
42950              Subject: [PATCH bleadperl] op/lex_assign.t  
42951              From: Hugo <hv@crypt.compulink.co.uk>
42952              Date: Thu, 03 Aug 2000 14:34:22 +0100        
42953              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
42954      Branch: perl
42955            ! t/op/lex_assign.t
42956 ____________________________________________________________________________
42957 [  6586] By: jhi                                   on 2000/08/11  00:31:50
42958         Log: Document the IO::Select timeout.
42959      Branch: perl
42960            ! ext/IO/lib/IO/Select.pm
42961 ____________________________________________________________________________
42962 [  6585] By: jhi                                   on 2000/08/11  00:13:54
42963         Log: Forgot contributor.
42964      Branch: perl
42965            ! Changes
42966 ____________________________________________________________________________
42967 [  6584] By: jhi                                   on 2000/08/11  00:09:19
42968         Log: detypo
42969      Branch: perl
42970            ! Changes
42971 ____________________________________________________________________________
42972 [  6583] By: jhi                                   on 2000/08/11  00:07:53
42973         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
42974              
42975              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
42976              From: Mike Guy <mjtg@cam.ac.uk> 
42977              Date: Thu, 10 Aug 2000 15:50:54 +0100
42978              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
42979      Branch: perl
42980            ! sv.c t/op/int.t
42981 ____________________________________________________________________________
42982 [  6582] By: jhi                                   on 2000/08/10  23:29:32
42983         Log: Update Changes.
42984      Branch: perl
42985            ! Changes
42986 ____________________________________________________________________________
42987 [  6581] By: jhi                                   on 2000/08/10  23:26:16
42988         Log: Put back the std @INC thing.
42989      Branch: perl
42990            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
42991            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
42992            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
42993            ! t/lib/gol-oo.t
42994 ____________________________________________________________________________
42995 [  6580] By: jhi                                   on 2000/08/10  23:03:34
42996         Log: Update to CGI 2.70, from Lincoln Stein.
42997      Branch: perl
42998            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
42999            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
43000            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
43001            ! t/lib/cgi-request.t
43002 ____________________________________________________________________________
43003 [  6579] By: jhi                                   on 2000/08/10  22:41:50
43004         Log: Update to CPAN 1.56, from Andreas König.
43005      Branch: perl
43006            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
43007 ____________________________________________________________________________
43008 [  6578] By: jhi                                   on 2000/08/10  22:38:13
43009         Log: Update to Pod::Parser 1.17, from Brad Appleton.
43010      Branch: perl
43011            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
43012            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
43013            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
43014            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
43015            ! t/pod/include.t t/pod/included.t t/pod/lref.t
43016            ! t/pod/multiline_items.t t/pod/nested_items.t
43017            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
43018            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
43019            ! t/pod/special_seqs.t
43020 ____________________________________________________________________________
43021 [  6577] By: jhi                                   on 2000/08/10  22:35:41
43022         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
43023      Branch: perl
43024            ! AUTHORS MAINTAIN
43025 ____________________________________________________________________________
43026 [  6576] By: jhi                                   on 2000/08/10  22:24:54
43027         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
43028      Branch: perl
43029            + t/lib/gol-oo.t
43030            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
43031            ! t/lib/gol-compat.t t/lib/gol-linkage.t
43032 ____________________________________________________________________________
43033 [  6575] By: jhi                                   on 2000/08/10  22:02:07
43034         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
43035      Branch: perl
43036            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
43037 ____________________________________________________________________________
43038 [  6574] By: jhi                                   on 2000/08/10  21:55:03
43039         Log: Iterating perl6 description.
43040      Branch: perl
43041            ! pod/perlfaq1.pod
43042 ____________________________________________________________________________
43043 [  6573] By: jhi                                   on 2000/08/10  21:48:26
43044         Log: Revert the sv.c part of #6559, a better fix is needed.
43045      Branch: perl
43046            ! sv.c
43047 ____________________________________________________________________________
43048 [  6572] By: jhi                                   on 2000/08/10  20:33:43
43049         Log: It's the 2ndO'ROSSC.
43050      Branch: perl
43051            ! pod/perlfaq1.pod
43052 ____________________________________________________________________________
43053 [  6571] By: jhi                                   on 2000/08/10  15:55:48
43054         Log: detypo
43055      Branch: perl
43056            ! pod/perlfaq1.pod
43057 ____________________________________________________________________________
43058 [  6570] By: jhi                                   on 2000/08/10  14:11:17
43059         Log: An exceptionally sticky typo.
43060      Branch: perl
43061            ! Changes
43062 ____________________________________________________________________________
43063 [  6569] By: jhi                                   on 2000/08/10  14:09:33
43064         Log: detypo (and test Changes updating script)
43065      Branch: perl
43066            ! Changes
43067 ____________________________________________________________________________
43068 [  6568] By: jhi                                   on 2000/08/10  14:07:07
43069         Log: Update Changes.
43070      Branch: perl
43071            ! Changes
43072 ____________________________________________________________________________
43073 [  6567] By: jhi                                   on 2000/08/10  14:06:19
43074         Log: Amend the description of Perl6.
43075              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
43076              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
43077              Date: Wed, 9 Aug 2000 22:11:06 -0500
43078              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
43079      Branch: perl
43080            ! pod/perlfaq1.pod
43081 ____________________________________________________________________________
43082 [  6566] By: jhi                                   on 2000/08/10  13:58:57
43083         Log: Subject: Remove dead entry in perldiag
43084              From: Mike Guy <mjtg@cam.ac.uk>
43085              Date: Thu, 10 Aug 2000 14:19:19 +0100
43086              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
43087      Branch: perl
43088            ! pod/perldiag.pod
43089 ____________________________________________________________________________
43090 [  6565] By: jhi                                   on 2000/08/10  13:51:48
43091         Log: Zero entries were skipped, fix from Adrian Goalby
43092              <argoalby@yahoo.co.uk>
43093      Branch: perl
43094            ! lib/unicode/Number.pl lib/unicode/mktables.PL
43095 ____________________________________________________________________________
43096 [  6564] By: jhi                                   on 2000/08/10  13:00:12
43097         Log: Subject: [PATCH 5.6.0] cygwin port
43098              From: "Fifer, Eric" <EFifer@sanwaint.com>
43099              Date: Thu, 10 Aug 2000 13:15:36 +0100
43100              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
43101      Branch: perl
43102            ! README.cygwin hints/cygwin.sh
43103 ____________________________________________________________________________
43104 [  6563] By: jhi                                   on 2000/08/10  12:55:16
43105         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
43106      Branch: perl
43107            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
43108 ____________________________________________________________________________
43109 [  6562] By: gsar                                  on 2000/08/10  08:38:39
43110         Log: warn is a macro, avoid using at a variable to avoid warnings
43111              in some configurations; readdir.t is too conservative in
43112              estimating number of *.t's
43113      Branch: perl
43114            ! t/op/readdir.t util.c
43115 ____________________________________________________________________________
43116 [  6561] By: jhi                                   on 2000/08/09  23:35:42
43117         Log: Update Changes.
43118      Branch: perl
43119            ! Changes
43120 ____________________________________________________________________________
43121 [  6560] By: jhi                                   on 2000/08/09  23:05:47
43122         Log: Subject: Re: enhanced(?) regex error messages
43123              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
43124              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
43125              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
43126              
43127              (plus two small patches sent privately)
43128              (this still seems to leave few test failures)
43129      Branch: perl
43130            + t/op/regmesg.t
43131            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
43132            ! t/pragma/warn/regcomp
43133 ____________________________________________________________________________
43134 [  6559] By: jhi                                   on 2000/08/09  20:41:18
43135         Log: (The fix did work but was not right, retracted in #6573)
43136              
43137              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
43138              From: Christian Kirsch <ck@held.mind.de>
43139              Date: Wed, 9 Aug 2000 17:05:17 +0200
43140              Message-Id: <20000809170517.A25389@held>
43141      Branch: perl
43142            ! sv.c t/pragma/locale.t
43143 ____________________________________________________________________________
43144 [  6558] By: jhi                                   on 2000/08/08  22:34:08
43145         Log: Tiny updates on the contributors list.
43146      Branch: perl
43147            ! Changes
43148 ____________________________________________________________________________
43149 [  6557] By: jhi                                   on 2000/08/08  19:34:28
43150         Log: Double check that we have a dirhandle.
43151      Branch: perl
43152            ! util.c
43153 ____________________________________________________________________________
43154 [  6556] By: jhi                                   on 2000/08/08  19:01:51
43155         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
43156              May be repopulated with fresh maintained examples.
43157      Branch: perl
43158            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
43159            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
43160            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
43161            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
43162            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
43163            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
43164            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
43165            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
43166            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
43167            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
43168            + lib/CGI/eg/wilogo_gif.uu
43169            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
43170            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
43171            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
43172            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
43173            - eg/cgi/frameset.cgi eg/cgi/index.html
43174            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
43175            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
43176            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
43177            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
43178            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
43179            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
43180            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
43181            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
43182            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
43183            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
43184            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
43185            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
43186            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
43187            - eg/van/vanish eg/who eg/wrapsuid
43188            ! MANIFEST
43189 ____________________________________________________________________________
43190 [  6555] By: jhi                                   on 2000/08/08  18:51:08
43191         Log: Delete chat2 as requested by Randal.
43192              
43193              Subject: Re: perlfaq8 coyness
43194              From: merlyn@stonehenge.com (Randal L. Schwartz) 
43195              Date: 15 May 2000 18:52:42 -0700 
43196              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
43197      Branch: perl
43198            - lib/chat2.pl
43199            ! MANIFEST
43200 ____________________________________________________________________________
43201 [  6554] By: jhi                                   on 2000/08/08  18:31:35
43202         Log: Regen global.sym.
43203      Branch: perl
43204            ! global.sym
43205 ____________________________________________________________________________
43206 [  6553] By: jhi                                   on 2000/08/08  18:28:13
43207         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
43208              (either perlbug or p5p ate the original), plus regen
43209              perlapi and perltoc. 
43210      Branch: perl
43211            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
43212            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
43213            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
43214            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
43215            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
43216            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
43217            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
43218            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
43219            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
43220            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
43221 ____________________________________________________________________________
43222 [  6552] By: jhi                                   on 2000/08/08  18:06:29
43223         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
43224              From: Mike Guy <mjtg@cam.ac.uk>
43225              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
43226              Date: Tue, 08 Aug 2000 15:51:27 +0100
43227      Branch: perl
43228            ! doop.c sv.h t/op/join.t t/pragma/overload.t
43229 ____________________________________________________________________________
43230 [  6551] By: jhi                                   on 2000/08/08  18:01:11
43231         Log: Re-apply #6549.
43232      Branch: perl
43233            ! lib/perl5db.pl
43234 ____________________________________________________________________________
43235 [  6550] By: jhi                                   on 2000/08/08  17:43:08
43236         Log: Accidental retraction of #6549.
43237      Branch: perl
43238            ! lib/perl5db.pl
43239 ____________________________________________________________________________
43240 [  6549] By: jhi                                   on 2000/08/08  17:40:04
43241         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
43242              From: Mike Guy <mjtg@cam.ac.uk>
43243              Date: Mon, 07 Aug 2000 21:49:58 +0100
43244              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
43245      Branch: perl
43246            ! lib/perl5db.pl
43247 ____________________________________________________________________________
43248 [  6548] By: jhi                                   on 2000/08/08  17:37:57
43249         Log: Document here-doc better.
43250              
43251              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
43252              From: Mike Guy <mjtg@cam.ac.uk>
43253              Date: Mon, 07 Aug 2000 14:02:09 +0100
43254              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
43255      Branch: perl
43256            ! pod/perldata.pod
43257 ____________________________________________________________________________
43258 [  6547] By: jhi                                   on 2000/08/08  17:33:34
43259         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
43260              From: "Randy J. Ray" <rjray@redhat.com>
43261              Date: Mon, 07 Aug 2000 19:12:25 -0700
43262              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
43263      Branch: perl
43264            ! perl.c pod/perlrun.pod
43265 ____________________________________________________________________________
43266 [  6546] By: jhi                                   on 2000/08/08  17:29:26
43267         Log: Subject: Re: enhanced(?) regex error messages 
43268              From: Hugo <hv@crypt.compulink.co.uk>
43269              Date: Tue, 08 Aug 2000 03:25:51 +0100
43270              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
43271              
43272              plus Capitalize the error messages, plus perldiag them.
43273      Branch: perl
43274            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
43275 ____________________________________________________________________________
43276 [  6545] By: jhi                                   on 2000/08/08  13:59:28
43277         Log: Augment #6539 a bit: don't croak if there's magic in the air.
43278              
43279              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
43280              From: Hugo <hv@crypt.compulink.co.uk>
43281              Date: Tue, 08 Aug 2000 03:02:03 +0100
43282              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
43283      Branch: perl
43284            ! pp.c t/op/bless.t
43285 ____________________________________________________________________________
43286 [  6544] By: jhi                                   on 2000/08/07  21:11:52
43287         Log: Make the test -w clean.
43288      Branch: perl
43289            ! t/op/bless.t
43290 ____________________________________________________________________________
43291 [  6543] By: jhi                                   on 2000/08/07  19:49:53
43292         Log: use warnings instead of $^W.
43293      Branch: perl
43294            ! t/op/bless.t
43295 ____________________________________________________________________________
43296 [  6542] By: jhi                                   on 2000/08/07  17:41:41
43297         Log: Disable a portability warning Because We Know What We Are Doing.
43298      Branch: perl
43299            ! t/op/bless.t
43300 ____________________________________________________________________________
43301 [  6541] By: jhi                                   on 2000/08/07  17:29:51
43302         Log: Tiny tidying on report_evil_fh().
43303      Branch: perl
43304            ! util.c
43305 ____________________________________________________________________________
43306 [  6540] By: jhi                                   on 2000/08/07  16:37:38
43307         Log: Make regular expression parse error messages easier to understand.
43308              
43309              Subject: Re: enhanced(?) regex error messages
43310              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
43311              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
43312              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
43313      Branch: perl
43314            ! regcomp.c
43315 ____________________________________________________________________________
43316 [  6539] By: jhi                                   on 2000/08/07  16:12:27
43317         Log: Make bless(REF, REF) a fatal error, add bless tests.
43318              
43319              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
43320              From: Hugo <hv@crypt.compulink.co.uk>
43321              Date: Mon, 07 Aug 2000 16:59:38 +0100
43322              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
43323      Branch: perl
43324            + t/op/bless.t
43325            ! MANIFEST pod/perldiag.pod pp.c sv.c
43326 ____________________________________________________________________________
43327 [  6538] By: jhi                                   on 2000/08/07  15:59:43
43328         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
43329              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
43330              Date: Thu, 3 Aug 2000 14:29:21 -0700
43331              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
43332      Branch: perl
43333            ! lib/lib_pm.PL
43334 ____________________________________________________________________________
43335 [  6537] By: jhi                                   on 2000/08/07  15:47:18
43336         Log: Retract #6419 for now since it breaks in AFS and MachTen.
43337      Branch: perl
43338            ! lib/Cwd.pm
43339 ____________________________________________________________________________
43340 [  6536] By: jhi                                   on 2000/08/07  15:05:29
43341         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
43342              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
43343              The security hole exists only in suidperls, which isn't
43344              installed or even built by default.
43345      Branch: perl
43346            ! perl.c
43347 ____________________________________________________________________________
43348 [  6535] By: jhi                                   on 2000/08/07  14:45:14
43349         Log: tr memory corruption fix from Simon Cozens.
43350      Branch: perl
43351            ! doop.c
43352 ____________________________________________________________________________
43353 [  6534] By: jhi                                   on 2000/08/06  11:38:16
43354         Log: Document a bit that UDP is not what you might think.
43355              
43356              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
43357              From: Lupe Christoph <lupe@lupe-christoph.de>
43358              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
43359              Date: Mon, 24 Jul 2000 08:59:15 +0200
43360      Branch: perl
43361            ! pod/perlipc.pod
43362 ____________________________________________________________________________
43363 [  6533] By: jhi                                   on 2000/08/06  11:35:01
43364         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
43365              From: Jeff Pinyan <jeffp@hut.crusoe.net>
43366              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
43367              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
43368      Branch: perl
43369            ! pod/perlfunc.pod
43370 ____________________________________________________________________________
43371 [  6532] By: jhi                                   on 2000/08/06  03:45:41
43372         Log: Have symbols for the IoTYPEs.
43373      Branch: perl
43374            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
43375 ____________________________________________________________________________
43376 [  6531] By: jhi                                   on 2000/08/06  01:33:55
43377         Log: Continue fixing the io warnings.  This also
43378              sort of fixes bug ID 20000802.003: the core dump
43379              is no more.  Whether the current behaviour is correct
43380              (giving a warning: "Not a format reference"), is another matter.
43381      Branch: perl
43382            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
43383            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
43384 ____________________________________________________________________________
43385 [  6530] By: jhi                                   on 2000/08/05  21:33:12
43386         Log: Change the Policy policy: now -Dprefix= with an existing
43387              Policy.sh and prefix == siteprefix == vendorprefix, then all
43388              of them follow along the new prefix.
43389              
43390              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
43391              From: Andy Dougherty <doughera@lafayette.edu>
43392              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
43393              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
43394      Branch: perl
43395            ! Policy_sh.SH
43396 ____________________________________________________________________________
43397 [  6529] By: jhi                                   on 2000/08/05  18:57:28
43398         Log: Zap lib/Sys directory when cleaning up.
43399      Branch: perl
43400            ! Makefile.SH
43401 ____________________________________________________________________________
43402 [  6528] By: jhi                                   on 2000/08/05  18:40:44
43403         Log: Essential prototype changes were missing from #6527.
43404              Also make report_evil_fh() more bomb-proof.
43405      Branch: perl
43406            ! embed.h util.c
43407 ____________________________________________________________________________
43408 [  6527] By: jhi                                   on 2000/08/05  03:22:05
43409         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
43410              From: "Ronald F. Guilmette" <rfg@monkeys.com>
43411              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
43412              Message-Id: <200007242247.PAA52177@monkeys.com>
43413      Branch: perl
43414            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
43415 ____________________________________________________________________________
43416 [  6526] By: jhi                                   on 2000/08/04  21:23:27
43417         Log: gcc versions might have (parentheses) in them.
43418      Branch: metaconfig/U/perl
43419            ! gccvers.U
43420      Branch: perl
43421            ! Configure config_h.SH
43422 ____________________________________________________________________________
43423 [  6525] By: jhi                                   on 2000/08/04  20:23:12
43424         Log: Weed buglets pointed out by
43425              
43426              From: Lupe Christoph <lupe@lupe-christoph.de>
43427              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
43428              Date: Fri, 4 Aug 2000 17:34:39 +0200
43429              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
43430      Branch: metaconfig/U/perl
43431            ! gccvers.U uselfs.U
43432      Branch: perl
43433            ! Configure config_h.SH
43434 ____________________________________________________________________________
43435 [  6524] By: jhi                                   on 2000/08/04  19:02:08
43436         Log: Warn under -w if lstat(FH) is attempted.
43437              
43438              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
43439              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
43440              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
43441              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
43442      Branch: perl
43443            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
43444            ! t/pragma/warn/pp_sys
43445 ____________________________________________________________________________
43446 [  6523] By: jhi                                   on 2000/08/04  12:31:11
43447         Log: Subject: New perlcc, take 2
43448              From: simon@brecon.co.uk (Simon Cozens)
43449              Date: 4 Aug 2000 06:21:04 GMT
43450              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
43451      Branch: perl
43452            ! utils/perlcc.PL
43453 ____________________________________________________________________________
43454 [  6522] By: jhi                                   on 2000/08/04  12:26:33
43455         Log: Subject: Re: Array vs. List context
43456              From: Daniel Chetlin <daniel@chetlin.com>
43457              Date: Fri, 4 Aug 2000 00:22:44 -0700
43458              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
43459      Branch: perl
43460            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
43461            ! pod/perlfaq4.pod
43462 ____________________________________________________________________________
43463 [  6521] By: jhi                                   on 2000/08/04  12:22:38
43464         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
43465              From: Raymund Will <ray@caldera.de>
43466              Date: Fri, 4 Aug 2000 12:07:09 +0200
43467              Message-Id: <20000804120709.A14982@caldera.de>
43468      Branch: perl
43469            ! configure.gnu
43470 ____________________________________________________________________________
43471 [  6520] By: jhi                                   on 2000/08/04  04:09:06
43472         Log: After the #6519 a warning about stat() is just that,
43473              not about a filetest, which now have their own warning.
43474      Branch: perl
43475            ! pod/perldiag.pod
43476 ____________________________________________________________________________
43477 [  6519] By: jhi                                   on 2000/08/04  04:06:30
43478         Log: In the warnings call filehandles consistently so;
43479              add "unopened" warning for stat().
43480      Branch: perl
43481            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
43482            ! t/pragma/warn/pp_sys
43483 ____________________________________________________________________________
43484 [  6518] By: jhi                                   on 2000/08/04  02:55:35
43485         Log: Subject: Minor tweak to perlvar.pod
43486              From: "Stephen P. Potter" <spp@ds.net>
43487              Date: Tue, 18 Apr 2000 09:26:03 -0400
43488              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
43489      Branch: perl
43490            ! pod/perlvar.pod
43491 ____________________________________________________________________________
43492 [  6517] By: jhi                                   on 2000/08/04  02:50:08
43493         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
43494              From: "Clinton Pierce" <cpierce1@ford.com>
43495              Date: Wed, 21 Jul 1999 16:45:31 -0400
43496              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
43497              
43498              Fix by Stephen Potter (visible in the bug db but not in p5p?)
43499      Branch: perl
43500            ! pod/perlfunc.pod pod/perlop.pod
43501 ____________________________________________________________________________
43502 [  6516] By: jhi                                   on 2000/08/04  02:09:25
43503         Log: This is 6512.  Really.
43504      Branch: perl
43505            ! dump.c
43506 ____________________________________________________________________________
43507 [  6515] By: jhi                                   on 2000/08/04  01:25:50
43508         Log: mention the idea of @( and @)
43509      Branch: perl
43510            ! Todo-5.6
43511 ____________________________________________________________________________
43512 [  6514] By: bailey                                on 2000/08/04  01:18:46
43513         Log: YA resync with mainstem, including VMS patches from others
43514      Branch: vmsperl
43515           +> (branch 48 files)
43516            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
43517           !> (integrate 354 files)
43518 ____________________________________________________________________________
43519 [  6513] By: jhi                                   on 2000/08/04  01:18:18
43520         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
43521              From: Mark Dickinson <dickins3@fas.harvard.edu>
43522              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
43523              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
43524      Branch: perl
43525            ! t/op/grent.t t/op/pwent.t
43526 ____________________________________________________________________________
43527 [  6512] By: jhi                                   on 2000/08/04  01:14:06
43528         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
43529              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43530              Date: Wed, 02 Aug 2000 10:51:01 +0100
43531              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
43532      Branch: perl
43533            ! sv.c
43534 ____________________________________________________________________________
43535 [  6511] By: jhi                                   on 2000/08/04  00:57:00
43536         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
43537              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
43538              Date: Thu, 03 Aug 2000 17:20:04 -0700
43539              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
43540      Branch: metaconfig
43541            ! U/modified/Cppsym.U
43542      Branch: perl
43543            ! Configure config_h.SH
43544 ____________________________________________________________________________
43545 [  6510] By: jhi                                   on 2000/08/04  00:25:28
43546         Log: detypo
43547      Branch: perl
43548            ! Makefile.SH
43549 ____________________________________________________________________________
43550 [  6509] By: jhi                                   on 2000/08/03  23:43:18
43551         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
43552              From: Dominic Dunlop <domo@computer.org>
43553              Date: Thu, 3 Aug 2000 22:16:46 +0200
43554              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
43555      Branch: perl
43556            ! t/op/sprintf.t
43557 ____________________________________________________________________________
43558 [  6508] By: jhi                                   on 2000/08/03  23:40:37
43559         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
43560              From: Hugo <hv@crypt.compulink.co.uk>
43561              Date: Thu, 03 Aug 2000 18:25:30 +0100
43562              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
43563      Branch: perl
43564            ! regcomp.c t/op/re_tests
43565 ____________________________________________________________________________
43566 [  6507] By: jhi                                   on 2000/08/03  23:38:28
43567         Log: Subject: [PATCH] sv.h documentation - SvLEN
43568              From: Mike Guy <mjtg@cam.ac.uk>
43569              Date: Thu, 03 Aug 2000 14:43:09 +0100
43570              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
43571      Branch: perl
43572            ! sv.h
43573 ____________________________________________________________________________
43574 [  6506] By: jhi                                   on 2000/08/03  15:49:14
43575         Log: Disable the fix_pl hack for now.
43576      Branch: perl
43577            ! Makefile.SH
43578 ____________________________________________________________________________
43579 [  6505] By: jhi                                   on 2000/08/03  13:49:04
43580         Log: Add a URL for FSF.
43581              
43582              Subject: Patch for README
43583              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
43584              Date: Wed, 2 Aug 2000 13:25:09 -0500
43585              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
43586      Branch: perl
43587            ! README
43588 ____________________________________________________________________________
43589 [  6504] By: jhi                                   on 2000/08/03  13:29:19
43590         Log: Be more informative on what is skipped and why,
43591              also repeat the list at the end.
43592      Branch: perl
43593            ! Porting/p4desc
43594 ____________________________________________________________________________
43595 [  6503] By: jhi                                   on 2000/08/03  13:07:05
43596         Log: Circumvent the removal of .patch by fix_pl.
43597              
43598              Subject: Re: [ID 20000802.011] unable to 'make test'          
43599              From: simon@brecon.co.uk (Simon Cozens) 
43600              Date: 3 Aug 2000 04:17:00 GMT
43601              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
43602      Branch: perl
43603            ! Makefile.SH
43604 ____________________________________________________________________________
43605 [  6502] By: jhi                                   on 2000/08/03  00:14:34
43606         Log: Add the missing setproctitle unit.
43607      Branch: metaconfig/U/perl
43608            + d_setproctitle.U
43609 ____________________________________________________________________________
43610 [  6501] By: jhi                                   on 2000/08/03  00:00:26
43611         Log: The subtest 4 may fail also on VOBS, as pointed out
43612              by Nick Ing-Simmons in November 1999, bug id 19991124.003
43613              (but the failure in that bug report isn't the subtest 4).
43614      Branch: perl
43615            ! t/op/stat.t
43616 ____________________________________________________________________________
43617 [  6500] By: jhi                                   on 2000/08/02  23:49:30
43618         Log: Better skip message for the test; one of the two problems in
43619              
43620              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
43621              From: Lupe Christoph <lupe@lupe-christoph.de>
43622              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
43623              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
43624      Branch: perl
43625            ! t/op/numconvert.t
43626 ____________________________________________________________________________
43627 [  6499] By: jhi                                   on 2000/08/02  22:49:16
43628         Log: Allow "no Module;" even if there is no 'unimport'.
43629              
43630              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
43631              From: mjd@plover.com
43632              Date: 24 Mar 2000 15:24:34 -0000
43633              Message-Id: <20000324152434.15160.qmail@plover.com>
43634      Branch: perl
43635            ! gv.c
43636 ____________________________________________________________________________
43637 [  6498] By: jhi                                   on 2000/08/02  22:42:58
43638         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
43639              that are hopefully soon put into use.
43640      Branch: perl
43641            ! opcode.h opcode.pl opnames.h
43642 ____________________________________________________________________________
43643 [  6497] By: gsar                                  on 2000/08/02  22:28:59
43644         Log: require.t needs binmode() to work on windows
43645      Branch: perl
43646            ! t/comp/require.t
43647 ____________________________________________________________________________
43648 [  6496] By: jhi                                   on 2000/08/02  22:08:51
43649         Log: Document the IVdf UVuf UVof UVxf.
43650      Branch: perl
43651            ! pod/perlguts.pod
43652 ____________________________________________________________________________
43653 [  6495] By: jhi                                   on 2000/08/02  21:54:26
43654         Log: detypo #6494
43655      Branch: perl
43656            ! ext/Data/Dumper/Dumper.xs
43657 ____________________________________________________________________________
43658 [  6494] By: jhi                                   on 2000/08/02  21:49:17
43659         Log: Dump UVs as UVs in Data::Dumper.
43660              
43661              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
43662              From: Gurusamy Sarathy <gsar@ActiveState.com>
43663              Date: Thu, 27 Apr 2000 12:26:25 -0700
43664              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
43665      Branch: perl
43666            ! ext/Data/Dumper/Dumper.xs
43667 ____________________________________________________________________________
43668 [  6493] By: jhi                                   on 2000/08/02  17:01:58
43669         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
43670              From: Hugo <hv@crypt.compulink.co.uk>
43671              Date: Wed, 02 Aug 2000 14:53:56 +0100
43672              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
43673      Branch: perl
43674            ! regexec.c t/op/re_tests
43675 ____________________________________________________________________________
43676 [  6492] By: jhi                                   on 2000/08/02  15:02:46
43677         Log: The new setproctitle() feature is available only in 
43678              bleeding edge FreeBSD.  From Paul Saab.
43679      Branch: perl
43680            ! mg.c
43681 ____________________________________________________________________________
43682 [  6491] By: jhi                                   on 2000/08/02  13:34:36
43683         Log: The tr utf8 patching continues.
43684              
43685              Subject: Re: #6469, too many tests claimed in require.t
43686              From: simon@brecon.co.uk (Simon Cozens)
43687              Date: 2 Aug 2000 02:37:17 GMT
43688              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
43689              
43690              (the logic of the test was the wrong way round in the patch)
43691      Branch: perl
43692            ! doop.c
43693 ____________________________________________________________________________
43694 [  6490] By: jhi                                   on 2000/08/02  13:27:38
43695         Log: The name of a filehandle does not have <these>.
43696      Branch: perl
43697            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
43698            ! t/pragma/warn/pp_sys util.c
43699 ____________________________________________________________________________
43700 [  6489] By: jhi                                   on 2000/08/02  04:26:46
43701         Log: Remove the extraneous "main::" prefix from all the
43702              "opened only for", "on closed", and "never opened" warnings.
43703              
43704              Subject: Re: inappropriate warning
43705              From: Gurusamy Sarathy <gsar@ActiveState.com>
43706              Date: Mon, 20 Mar 2000 11:28:02 -0800
43707              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
43708      Branch: perl
43709            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
43710            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
43711            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
43712 ____________________________________________________________________________
43713 [  6488] By: jhi                                   on 2000/08/02  03:02:57
43714         Log: memcpy has n o in it, as pinted ut by Sarathy.
43715      Branch: perl
43716            ! pod/perlguts.pod
43717 ____________________________________________________________________________
43718 [  6487] By: jhi                                   on 2000/08/02  02:44:51
43719         Log: Document in one place the memory abstractions used in Perl core.
43720              
43721              Subject: Re: Memory abstraction
43722              From: simon@brecon.co.uk (Simon Cozens)
43723              Date: 2 Aug 2000 02:20:23 GMT
43724              Organization: Earth.li Origins
43725      Branch: perl
43726            ! pod/perlguts.pod
43727 ____________________________________________________________________________
43728 [  6486] By: jhi                                   on 2000/08/02  02:41:57
43729         Log: regen_headers, regen perltoc.
43730      Branch: perl
43731            ! perlapi.c pod/perltoc.pod
43732 ____________________________________________________________________________
43733 [  6485] By: jhi                                   on 2000/08/02  01:43:33
43734         Log: "This little thing tests for a file .patch, and if it contains
43735              a number, pops into patchlevel.h" (making it easier to track
43736              which development version people are reporting bugs against)
43737              
43738              Subject: Patchlevel autogeneration for repository perls
43739              From: simon@brecon.co.uk (Simon Cozens)
43740              Date: 14 Jul 2000 07:12:15 GMT
43741              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
43742      Branch: perl
43743            + fix_pl
43744            ! MANIFEST Makefile.SH
43745 ____________________________________________________________________________
43746 [  6484] By: jhi                                   on 2000/08/02  01:32:54
43747         Log: FreeBSD 3.* updates from
43748              
43749              From: Paul Saab <ps@yahoo-inc.com>
43750              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
43751              Date: Tue, 1 Aug 2000 15:41:39 -0700
43752              Message-Id: <20000801154139.A53740@yahoo-inc.com>
43753      Branch: perl
43754            ! hints/freebsd.sh
43755 ____________________________________________________________________________
43756 [  6483] By: jhi                                   on 2000/08/02  01:27:44
43757         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
43758              instead one must use setproctitle().  This was already addressed
43759              by change #6457, but the below has a new variant for FreeBSD 4.0
43760              or later, and the matter is also documented more.
43761              
43762              From: Paul Saab <ps@yahoo-inc.com>
43763              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
43764              Date: Tue, 1 Aug 2000 15:41:39 -0700
43765              Message-Id: <20000801154139.A53740@yahoo-inc.com>
43766      Branch: metaconfig/U/perl
43767            + i_libutil.U
43768      Branch: perl
43769            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
43770 ____________________________________________________________________________
43771 [  6482] By: jhi                                   on 2000/08/01  22:17:32
43772         Log: The test from this
43773              
43774              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
43775              Date: Sat, 15 Apr 2000 17:03:44 +0100
43776              From: Tom Hughes <tom@compton.nu>
43777              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
43778              
43779              was missing, the code change went in as #5989
43780              (which had a different test?)
43781      Branch: perl
43782            ! t/op/misc.t
43783 ____________________________________________________________________________
43784 [  6481] By: jhi                                   on 2000/08/01  21:48:38
43785         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
43786              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
43787              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
43788              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
43789      Branch: perl
43790            ! perl.h
43791 ____________________________________________________________________________
43792 [  6480] By: jhi                                   on 2000/08/01  18:05:28
43793         Log: Make p4desc to skip non-mainperl branches by default.
43794      Branch: perl
43795            ! Porting/p4desc
43796 ____________________________________________________________________________
43797 [  6479] By: jhi                                   on 2000/08/01  17:29:19
43798         Log: If gccosandvers is equal to osname, clear gccosandvers.
43799      Branch: metaconfig/U/perl
43800            ! gccvers.U
43801      Branch: perl
43802            ! Configure config_h.SH
43803 ____________________________________________________________________________
43804 [  6478] By: jhi                                   on 2000/08/01  15:54:08
43805         Log: BOM patching from Simon Cozens.
43806      Branch: perl
43807            ! toke.c
43808 ____________________________________________________________________________
43809 [  6477] By: jhi                                   on 2000/08/01  04:50:33
43810         Log: Stash away the largefiles flags and libswanted.
43811      Branch: perl
43812            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
43813 ____________________________________________________________________________
43814 [  6476] By: gsar                                  on 2000/08/01  04:24:24
43815         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
43816              on Windows)
43817      Branch: perl
43818            ! t/pragma/utf8.t utf8.c win32/win32.c
43819 ____________________________________________________________________________
43820 [  6475] By: jhi                                   on 2000/08/01  03:35:24
43821         Log: Make chr() for values >127 to create utf8 when under utf8.
43822              
43823              Subject: Re: uft8/chr()
43824              From: simon@brecon.co.uk (Simon Cozens)
43825              Date: 1 Aug 2000 02:37:02 GMT
43826              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
43827      Branch: perl
43828            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
43829 ____________________________________________________________________________
43830 [  6474] By: jhi                                   on 2000/08/01  02:36:18
43831         Log: In Digital UNIX warn if gcc explicitly chosen because even
43832              2.95.2 is known to cause problems.
43833      Branch: perl
43834            ! hints/dec_osf.sh
43835 ____________________________________________________________________________
43836 [  6473] By: jhi                                   on 2000/08/01  02:00:56
43837         Log: Make the safety catch for buggy gccs work with triple version
43838              numbers like 2.95.2.  Reported in
43839              
43840              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
43841              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
43842              Date: Mon, 31 Jul 2000 14:55:06 +0200
43843              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
43844      Branch: perl
43845            ! hints/dec_osf.sh
43846 ____________________________________________________________________________
43847 [  6472] By: jhi                                   on 2000/08/01  01:13:33
43848         Log: Subject: fix and question re: waitpid() under win32
43849              From: Brian Clarke <clarke@appliedmeta.com>
43850              Date: Fri, 28 Jul 2000 15:18:29 -0400
43851              Message-ID: <3981DC85.290314EB@appliedmeta.com>
43852              
43853              Slightly reformatted and WNOHANG # define moved to win32.h
43854              so that also POSIX.xs sees it, as suggsted by Sarathy.
43855      Branch: perl
43856            ! win32/win32.c win32/win32.h
43857 ____________________________________________________________________________
43858 [  6471] By: jhi                                   on 2000/08/01  00:55:05
43859         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
43860              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43861              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
43862              Date: Mon, 31 Jul 2000 13:28:51 +0100
43863              
43864              (aka ID 20000730.002)
43865      Branch: perl
43866            ! op.c t/op/tr.t
43867 ____________________________________________________________________________
43868 [  6470] By: jhi                                   on 2000/07/31  23:34:42
43869         Log: Document the problem with -P in HP-UX and its workaround.
43870              
43871              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
43872              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
43873              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
43874              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
43875      Branch: perl
43876            ! README.hpux
43877 ____________________________________________________________________________
43878 [  6469] By: jhi                                   on 2000/07/31  04:15:02
43879         Log: The swallow_bom() saga continues.  The #23 of require.t
43880              (UTF16-LE) still fails (silently, no output) but the #22
43881              (UTF16-BE) seems to be working now.  The root of the
43882              failure may be in sv_gets(): is it UTF-16LE-aware,
43883              especially when it comes to line endings? 
43884      Branch: perl
43885            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
43886            ! t/comp/require.t toke.c utf8.c
43887 ____________________________________________________________________________
43888 [  6468] By: jhi                                   on 2000/07/30  19:05:48
43889         Log: Find green threads before native threads.
43890              
43891              Subject: Re: Patch to jpl/JNI/Makefile.PL
43892              From: Jens Thomsen <jens@fiend.cis.com>
43893              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
43894              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
43895      Branch: perl
43896            ! jpl/JNI/Makefile.PL
43897 ____________________________________________________________________________
43898 [  6467] By: jhi                                   on 2000/07/30  18:36:22
43899         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
43900      Branch: perl
43901            ! doop.c
43902 ____________________________________________________________________________
43903 [  6466] By: jhi                                   on 2000/07/30  04:37:29
43904         Log: A new version of the "remove UPPERACSE string comparison"
43905              operators.  The problem with the previous one (change #6454)
43906              was that it was for Perl 5.6.0.  From Paul Marquess.
43907      Branch: perl
43908            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
43909            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
43910            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
43911 ____________________________________________________________________________
43912 [  6465] By: jhi                                   on 2000/07/29  22:39:56
43913         Log: Do not upgrade SVs into utf8 just because they participate
43914              in eq or cmp.  Reported and fix suggested in
43915              
43916              Subject: [ID 20000720.009] sv_eq UTF8 bug
43917              From: "Simon Cozens" <simon@othersideofthe.earth.li>
43918              Date: 21 Jul 2000 04:37:29 -0000
43919              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
43920              
43921              Exercise for the kind reader: should we or should we not
43922              cache the utf8 conversion alonside the SV? (as magic,
43923              as thestrxfrm()ed version is cached under use locale)
43924              Argue both for and against.
43925      Branch: perl
43926            ! sv.c
43927 ____________________________________________________________________________
43928 [  6464] By: jhi                                   on 2000/07/29  22:36:22
43929         Log: Subject: UTF8 concat
43930              From: simon@brecon.co.uk (Simon Cozens) 
43931              Date: 30 Jun 2000 06:13:25 GMT
43932              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
43933              
43934              (with a memory leak fixed, plus a few casts added)
43935              
43936              This also seems to help for
43937              
43938              Subject: [ID 20000716.015] join UTF8 weirdness
43939              From: root <root@ak-71.mind.de> 
43940              Date: Sat, 15 Jul 2000 15:29:54 +0200
43941              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
43942              
43943              (from Andreas König)
43944      Branch: perl
43945            ! pp_hot.c
43946 ____________________________________________________________________________
43947 [  6463] By: jhi                                   on 2000/07/29  00:55:39
43948         Log: Tune the comments and hopefully stop a memory leak.
43949      Branch: perl
43950            ! toke.c utf8.c
43951 ____________________________________________________________________________
43952 [  6462] By: jhi                                   on 2000/07/29  00:16:53
43953         Log: The problem described in this
43954              
43955              Subject: [ID 20000322.018] named chars aren't magical enough
43956              From: root <root@dixie.cscaper.com>     
43957              Date: Wed, 22 Mar 2000 18:37:42 -0700
43958              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
43959              
43960              has been fixed in perl 5.6.0 but just in case added a test
43961              to keep it away.  (The report from Joseph Hall.)
43962      Branch: perl
43963            ! t/lib/charnames.t
43964 ____________________________________________________________________________
43965 [  6461] By: jhi                                   on 2000/07/28  23:56:36
43966         Log: Tiny fixes for #6460.
43967      Branch: metaconfig/U/perl
43968            ! gccvers.U
43969      Branch: perl
43970            ! Configure config_h.SH
43971 ____________________________________________________________________________
43972 [  6460] By: jhi                                   on 2000/07/28  23:24:41
43973         Log: Warn if the version of the operating system used to compile gcc
43974              differs from the current version of the operating system.
43975              Also display the gcc compilation os and version in myconfig.
43976              Inspiration from
43977              
43978              Subject: Re: [ID 20000710.003] ERRORS!!         
43979              From: "Kurt D. Starsinic" <kstar@chapin.edu>
43980              Date: Mon, 10 Jul 2000 15:54:16 -0400
43981              Message-ID: <20000710155416.A1384@O2.chapin.edu>
43982      Branch: metaconfig/U/perl
43983            ! gccvers.U
43984      Branch: perl
43985            ! Configure config_h.SH myconfig.SH
43986 ____________________________________________________________________________
43987 [  6459] By: jhi                                   on 2000/07/28  22:00:32
43988         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
43989              letter to $Config{osvers}.
43990      Branch: metaconfig
43991            ! U/modified/Oldconfig.U
43992      Branch: perl
43993            ! Configure config_h.SH
43994 ____________________________________________________________________________
43995 [  6458] By: jhi                                   on 2000/07/28  04:15:39
43996         Log: Back out #6454, doesn't seem to work.
43997              (Reason: that patch was for perl 5.6.0, not perl-current)
43998              (A version of the patch for perl-current came in later as #6466)
43999      Branch: perl
44000            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
44001            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
44002            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
44003 ____________________________________________________________________________
44004 [  6457] By: jhi                                   on 2000/07/27  23:31:49
44005         Log: Use setproctitle() if available to modify $0.
44006              
44007              Subject: setting $* on BSD4 broken
44008              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
44009              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
44010              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
44011      Branch: metaconfig
44012            ! U/modified/Myinit.U
44013      Branch: perl
44014            ! Configure config_h.SH mg.c
44015 ____________________________________________________________________________
44016 [  6456] By: jhi                                   on 2000/07/27  14:50:47
44017         Log: Allow "no AutoLoader;", based on change #6444,
44018              suggested by Graham Barr.
44019      Branch: perl
44020            ! lib/AutoLoader.pm
44021 ____________________________________________________________________________
44022 [  6455] By: jhi                                   on 2000/07/27  14:19:10
44023         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
44024              From: rspier@pobox.com (Robert Spier)
44025              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
44026              Message-ID: <14720.15855.787664.424783@rls.cx>
44027      Branch: perl
44028            ! pod/perldiag.pod
44029 ____________________________________________________________________________
44030 [  6454] By: jhi                                   on 2000/07/27  14:03:02
44031         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
44032              for a long time).
44033              
44034              Reported in
44035              
44036              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
44037              From: Ryan Herbert <rherbert@sycamorehq.com>
44038              Date: Mon, 17 Jul 2000 11:40:42 -0400
44039              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
44040              
44041              Patched in
44042              
44043              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
44044              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
44045              Date: Wed, 26 Jul 2000 23:40:18 +0100
44046              Message-ID: <000001bff752$79511880$0a17073e@tiny>
44047              
44048              based on an earlier patch from Stephen P. Potter.
44049              
44050              (Removed later by change #6458 because this patch was for
44051              perl 5.6.0, not perl-current)
44052      Branch: perl
44053            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
44054            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
44055            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
44056 ____________________________________________________________________________
44057 [  6453] By: jhi                                   on 2000/07/27  13:48:02
44058         Log: Subject: [PATCH] fixes bug 20000508.004
44059              From: Michael Stevens <mstevens@globnix.org>
44060              Date: Thu, 27 Jul 2000 13:49:04 +0100
44061              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
44062      Branch: perl
44063            ! pod/perldata.pod
44064 ____________________________________________________________________________
44065 [  6452] By: jhi                                   on 2000/07/26  23:51:26
44066         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
44067              and Craig A. Berry.
44068      Branch: perl
44069            ! lib/File/Temp.pm pod/perlport.pod
44070 ____________________________________________________________________________
44071 [  6451] By: jhi                                   on 2000/07/26  19:43:30
44072         Log: Be wary of close()s, too.
44073              
44074              Subject: Re: [PATCH] perlbug cleanup
44075              From: Tim Jenness <t.jenness@jach.hawaii.edu>
44076              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
44077              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
44078      Branch: perl
44079            ! utils/perlbug.PL
44080 ____________________________________________________________________________
44081 [  6450] By: jhi                                   on 2000/07/26  18:41:40
44082         Log: Subject: Minor doc patch: handy.h
44083              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
44084              Date: Wed, 26 Jul 2000 15:34:25 -0300
44085              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
44086      Branch: perl
44087            ! handy.h pod/perlapi.pod
44088 ____________________________________________________________________________
44089 [  6449] By: jhi                                   on 2000/07/26  18:23:55
44090         Log: Subject: [PATCH] minor doc change - perlguts
44091              From: Michael Stevens <mstevens@globnix.org>
44092              Date: Thu, 13 Jul 2000 12:39:18 +0100
44093              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
44094      Branch: perl
44095            ! pod/perlguts.pod
44096 ____________________________________________________________________________
44097 [  6448] By: jhi                                   on 2000/07/26  18:20:30
44098         Log: open() wariness in perlbug.
44099              
44100              Subject: [PATCH] perlbug cleanup
44101              From: Michael Stevens <mstevens@globnix.org>
44102              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
44103              Date: Thu, 13 Jul 2000 15:52:23 +0100
44104      Branch: perl
44105            ! utils/perlbug.PL
44106 ____________________________________________________________________________
44107 [  6447] By: jhi                                   on 2000/07/26  18:13:04
44108         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
44109      Branch: perl
44110            ! lib/File/Temp.pm t/lib/ftmp-security.t
44111 ____________________________________________________________________________
44112 [  6446] By: jhi                                   on 2000/07/26  18:06:32
44113         Log: docfix from Peter Scott <Peter@PSDT.com>.
44114      Branch: perl
44115            ! pod/perlfunc.pod
44116 ____________________________________________________________________________
44117 [  6445] By: jhi                                   on 2000/07/26  17:53:31
44118         Log: Fix *foo{FORMAT}.
44119              
44120              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
44121              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
44122              Date: Wed, 26 Jul 2000 19:51:02 +0200
44123              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
44124              
44125              From: Graham Barr <gbarr@pobox.com>
44126              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
44127              Date: Wed, 26 Jul 2000 17:38:36 +0100
44128              Message-ID: <20000726173836.L472@pobox.com>
44129      Branch: perl
44130            ! pp.c sv.c t/op/gv.t
44131 ____________________________________________________________________________
44132 [  6444] By: jhi                                   on 2000/07/26  17:49:14
44133         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
44134              from Graham Barr in the module list.
44135      Branch: perl
44136            ! gv.c pod/perlobj.pod
44137 ____________________________________________________________________________
44138 [  6443] By: jhi                                   on 2000/07/26  16:06:56
44139         Log: More split() doc and test patches from Mike Guy.
44140      Branch: perl
44141            ! pod/perlfunc.pod t/op/split.t
44142 ____________________________________________________________________________
44143 [  6442] By: jhi                                   on 2000/07/26  16:05:30
44144         Log: MacOS nits from Matthias Neeracher.
44145      Branch: perl
44146            ! perl.c pp_ctl.c
44147 ____________________________________________________________________________
44148 [  6441] By: jhi                                   on 2000/07/26  04:39:57
44149         Log: Subject: [PATCH] split /^/
44150              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
44151              Date: Tue, 25 Jul 2000 14:18:57 +0100
44152              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
44153              
44154              (with notes from tchrist and gbarr)
44155      Branch: perl
44156            ! pod/perlfunc.pod t/op/split.t
44157 ____________________________________________________________________________
44158 [  6440] By: jhi                                   on 2000/07/26  04:32:32
44159         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
44160              From: Peter Prymmer <pvhp@forte.com>
44161              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
44162              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
44163      Branch: perl
44164            ! vms/munchconfig.c
44165 ____________________________________________________________________________
44166 [  6439] By: jhi                                   on 2000/07/26  04:31:01
44167         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
44168              to be fatal errors (instead of by default ignoring them, and
44169              ignoring with a bug: even though -w gave an error, the opening [
44170              was left in)  Reported in:
44171              
44172              Subject: [ID 20000716.024] [=cc=] / [:blank:]
44173              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
44174              Date: Sun, 16 Jul 2000 17:55:29 -0700
44175              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
44176      Branch: perl
44177            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
44178 ____________________________________________________________________________
44179 [  6438] By: jhi                                   on 2000/07/25  15:41:15
44180         Log: Subject: [PATCH] av.c apidoc
44181              From: simon@brecon.co.uk (Simon Cozens)
44182              Date: 24 Jul 2000 06:40:52 GMT
44183              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
44184      Branch: perl
44185            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
44186            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
44187 ____________________________________________________________________________
44188 [  6437] By: jhi                                   on 2000/07/25  14:05:36
44189         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
44190              From: "Stephen P. Potter" <spp@ds.net>
44191              Date: Mon, 24 Jul 2000 14:22:23 -0400
44192              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
44193      Branch: perl
44194            ! pod/perllocale.pod
44195 ____________________________________________________________________________
44196 [  6436] By: jhi                                   on 2000/07/25  14:02:03
44197         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
44198              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
44199              Date: Mon, 24 Jul 2000 18:04:28 +0100
44200              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
44201      Branch: perl
44202            ! t/lib/syslfs.t t/op/lfs.t
44203 ____________________________________________________________________________
44204 [  6435] By: jhi                                   on 2000/07/25  13:59:28
44205         Log: Get UTF16 BOMs working.  Patch from
44206              
44207              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
44208              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
44209              Date: Tue, 25 Jul 2000 12:52:45 +0100
44210              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
44211              
44212              and notes from
44213              
44214              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
44215              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
44216              Date: Tue, 25 Jul 2000 11:43:25 +0100
44217              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
44218      Branch: perl
44219            ! t/comp/require.t toke.c utf8.c
44220 ____________________________________________________________________________
44221 [  6434] By: jhi                                   on 2000/07/25  02:39:54
44222         Log: Make the "uninit variable" warning to say "concat or string"
44223              or "join or string" when in concat or join .
44224              
44225              Subject: Re: [ID 20000403.009] uninitialised concatenation???
44226              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
44227              Date: Tue, 04 Apr 2000 18:22:58 +0100
44228              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
44229              
44230              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
44231              From: William R Ward <hermit@BayView.COM>
44232              Date: Thu, 30 Mar 2000 19:50:03 -0800
44233              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
44234      Branch: perl
44235            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
44236            ! t/pragma/warn/op t/pragma/warn/sv
44237 ____________________________________________________________________________
44238 [  6433] By: jhi                                   on 2000/07/24  17:52:56
44239         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
44240      Branch: perl
44241            ! lib/File/Spec/VMS.pm
44242 ____________________________________________________________________________
44243 [  6432] By: jhi                                   on 2000/07/24  17:44:44
44244         Log: Test cases for #6431.
44245              
44246              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
44247              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
44248              Date: Mon, 24 Jul 2000 15:32:29 +0100
44249              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
44250      Branch: perl
44251            ! t/op/pat.t t/op/split.t
44252 ____________________________________________________________________________
44253 [  6431] By: jhi                                   on 2000/07/24  17:43:17
44254         Log: Bind op fix.
44255              
44256              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
44257              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
44258              Date: Mon, 17 Jul 2000 20:04:56 +0100
44259              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
44260      Branch: perl
44261            ! op.c
44262 ____________________________________________________________________________
44263 [  6430] By: jhi                                   on 2000/07/24  03:42:42
44264         Log: Subject: [ID 20000716.023] syslog test fails without sockets
44265              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
44266              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
44267              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
44268      Branch: metaconfig/U/perl
44269            ! Extensions.U
44270      Branch: perl
44271            ! Configure config_h.SH
44272 ____________________________________________________________________________
44273 [  6429] By: jhi                                   on 2000/07/24  03:11:52
44274         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
44275              case, but add also notes explaining the relationship of this
44276              patch and the earlier notes by Sarathy.
44277              
44278              Subject: Map is still slow
44279              From: "Ben Tilly" <ben_tilly@hotmail.com>
44280              Date: Sat, 15 Jul 2000 17:23:27 EDT
44281              Message-ID: <20000715212327.21656.qmail@hotmail.com>
44282      Branch: perl
44283            ! pp_ctl.c
44284 ____________________________________________________________________________
44285 [  6428] By: jhi                                   on 2000/07/24  02:58:52
44286         Log: Documentation to explain the behaviour of map().
44287              
44288              Subject: Re: Map is still slow 
44289              From: Gurusamy Sarathy <gsar@ActiveState.com>
44290              Date: Sat, 15 Jul 2000 16:05:09 -0700
44291              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
44292      Branch: perl
44293            ! pp_ctl.c
44294 ____________________________________________________________________________
44295 [  6427] By: jhi                                   on 2000/07/24  02:50:03
44296         Log: Add tests for
44297              [ID 19991110.003] another matching finding by pcre author
44298              which has already been fixed by some patch, as verified in
44299              
44300              Subject: Re: two regex bugs from the mists of time (well, last November)
44301              From: Hugo <hv@crypt.compulink.co.uk>
44302              Date: Sat, 22 Jul 2000 18:12:58 +0100
44303              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
44304      Branch: perl
44305            ! t/op/re_tests
44306 ____________________________________________________________________________
44307 [  6426] By: jhi                                   on 2000/07/24  02:11:20
44308         Log: A missing 'break' after the [[:space:]] switch case.
44309              
44310              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
44311              From: "Stephen P. Potter" <spp@ds.net>
44312              Date: Tue, 18 Jul 2000 16:25:17 -0400
44313              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
44314      Branch: perl
44315            ! regcomp.c
44316 ____________________________________________________________________________
44317 [  6425] By: jhi                                   on 2000/07/24  02:06:12
44318         Log: The output might have been produced in the wrong order.
44319              
44320              Subject: [ID 20000720.003] [PATCH] t/op/write.t
44321              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
44322              Date: Thu, 20 Jul 2000 18:49:18 +0100
44323              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
44324      Branch: perl
44325            ! t/op/write.t
44326 ____________________________________________________________________________
44327 [  6424] By: jhi                                   on 2000/07/24  02:00:07
44328         Log: Use STDOUT consistently.
44329              
44330              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
44331              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
44332              Date: Thu, 20 Jul 2000 18:04:01 +0100
44333              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
44334      Branch: perl
44335            ! lib/Test/Harness.pm
44336 ____________________________________________________________________________
44337 [  6423] By: jhi                                   on 2000/07/24  01:54:54
44338         Log: Protect against "wild next"s, that is, callbacks doing "next"
44339              instead of "return".
44340              
44341              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
44342              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
44343              Date: Tue, 18 Jul 2000 11:30:16 +0100
44344              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
44345      Branch: perl
44346            ! lib/File/Find.pm
44347 ____________________________________________________________________________
44348 [  6422] By: jhi                                   on 2000/07/24  01:35:47
44349         Log: Out-of-date note removed.
44350              
44351              Subject: [PATCH] documentation perlipc
44352              From: rspier@pobox.com (Robert Spier)
44353              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
44354              Message-ID: <14711.35178.572612.502654@rls.cx>
44355      Branch: perl
44356            ! pod/perlipc.pod
44357 ____________________________________________________________________________
44358 [  6421] By: jhi                                   on 2000/07/24  00:09:18
44359         Log: Send all installperl messages to STDERR and be -w clean.
44360              
44361              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
44362              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
44363              Date: Sat, 22 Jul 2000 14:02:11 +0100
44364              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
44365      Branch: perl
44366            ! installperl
44367 ____________________________________________________________________________
44368 [  6420] By: jhi                                   on 2000/07/24  00:04:19
44369         Log: Decutandpasto.
44370              
44371              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
44372              From: "Richard Soderberg" <rs@crystalflame.net>
44373              Date: Sun, 23 Jul 2000 01:37:23 -0700
44374              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
44375      Branch: perl
44376            ! pod/perlipc.pod
44377 ____________________________________________________________________________
44378 [  6419] By: jhi                                   on 2000/07/24  00:01:12
44379         Log: A cleaner abs_path().
44380              Subject: Re: unix alternative to Cwd.pm
44381              From: Jeff Pinyan <jeffp@crusoe.net>
44382              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
44383              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
44384      Branch: perl
44385            ! lib/Cwd.pm
44386 ____________________________________________________________________________
44387 [  6418] By: jhi                                   on 2000/07/23  23:48:56
44388         Log: Detypo.
44389              
44390              Subject: [PATCH perl-current] Typo in hints/powerux.sh
44391              From: "Richard Soderberg" <rs@crystalflame.net>
44392              Date: Sun, 23 Jul 2000 01:27:33 -0700
44393              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
44394      Branch: perl
44395            ! hints/powerux.sh
44396 ____________________________________________________________________________
44397 [  6417] By: jhi                                   on 2000/07/17  22:13:31
44398         Log: Subject: SDBM_File documentation
44399              From: mjd@plover.com
44400              Date: 16 Jul 2000 17:41:17 -0000
44401              Message-ID: <20000716174117.18515.qmail@plover.com>
44402      Branch: perl
44403            ! ext/SDBM_File/SDBM_File.pm
44404 ____________________________________________________________________________
44405 [  6416] By: jhi                                   on 2000/07/17  19:13:26
44406         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
44407      Branch: perl
44408            ! hints/mpeix.sh mpeix/relink
44409 ____________________________________________________________________________
44410 [  6415] By: jhi                                   on 2000/07/15  14:11:02
44411         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
44412              the utf8 'characters' can be more than one octet).
44413              
44414              Date: Sat, 15 Jul 2000 00:21:56 +0100
44415              From: Tom Hughes <tom@compton.nu>
44416              Subject: Re: [ID 20000714.002]
44417              Message-ID: <db2334de49.tom@compton.compton.nu>
44418              
44419              Reported in
44420              
44421              Subject: [ID 20000714.002]
44422              From: "Simon Cozens" <simon@othersideofthe.earth.li>
44423              Date: 14 Jul 2000 15:13:09 -0000
44424              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
44425      Branch: perl
44426            ! doop.c
44427 ____________________________________________________________________________
44428 [  6414] By: jhi                                   on 2000/07/15  03:13:41
44429         Log: another VMS build tweak from Peter Prymmer
44430      Branch: perl
44431            ! vms/descrip_mms.template
44432 ____________________________________________________________________________
44433 [  6413] By: jhi                                   on 2000/07/15  03:10:40
44434         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
44435      Branch: perl
44436            ! vms/perlvms.pod
44437 ____________________________________________________________________________
44438 [  6412] By: jhi                                   on 2000/07/15  00:31:05
44439         Log: More docs for sv functions.
44440              
44441              Subject: [PATCH cfgperl] sv.c apidoc
44442              From: simon@brecon.co.uk (Simon Cozens)
44443              Date: 13 Jul 2000 09:00:20 GMT
44444              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
44445              
44446              Subject: Re: [PATCH cfgperl] sv.c apidoc
44447              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
44448              Date: Thu, 13 Jul 2000 12:27:41 +0100
44449              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
44450              
44451              Subject: Re: [PATCH cfgperl] sv.c apidoc
44452              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
44453              Date: Thu, 13 Jul 2000 13:23:09 +0100
44454              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
44455              
44456              Subject: Re: [PATCH cfgperl] sv.c apidoc
44457              From: simon@brecon.co.uk (Simon Cozens)
44458              Date: 14 Jul 2000 06:51:02 GMT
44459              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
44460      Branch: perl
44461            ! embed.pl pod/perlapi.pod sv.c
44462 ____________________________________________________________________________
44463 [  6411] By: jhi                                   on 2000/07/15  00:10:41
44464         Log: lib/b test fixes from Peter Prymmer.
44465      Branch: perl
44466            ! t/lib/b.t
44467 ____________________________________________________________________________
44468 [  6410] By: jhi                                   on 2000/07/15  00:02:09
44469         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
44470              From: Hugo <hv@crypt.compulink.co.uk>
44471              Date: Fri, 14 Jul 2000 23:05:20 +0100
44472              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
44473              
44474              Didn't anymore apply, but that point still could use another fix.
44475      Branch: perl
44476            ! pod/perlfunc.pod
44477 ____________________________________________________________________________
44478 [  6409] By: jhi                                   on 2000/07/14  23:15:15
44479         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
44480              not in pod, from Peter Prymmer
44481      Branch: perl
44482            ! vms/descrip_mms.template
44483 ____________________________________________________________________________
44484 [  6408] By: jhi                                   on 2000/07/14  20:35:05
44485         Log: The bug report
44486              [ID 19991110.002] minimal matching discrepancy found by pcre author
44487              seems to have been fixed (though differently from what was suggested
44488              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
44489      Branch: perl
44490            ! t/op/re_tests
44491 ____________________________________________________________________________
44492 [  6407] By: jhi                                   on 2000/07/14  17:38:08
44493         Log: Fix AutoSplit to use File::Spec the right way in VMS,
44494              from Peter Prymmer.
44495      Branch: perl
44496            ! lib/AutoSplit.pm
44497 ____________________________________________________________________________
44498 [  6406] By: jhi                                   on 2000/07/14  14:13:22
44499         Log: Merge perlhacktut into perlhack, update perlguts.
44500              
44501              Subject: Re: Perlhacktut
44502              From: simon@brecon.co.uk (Simon Cozens)
44503              Date: 14 Jul 2000 06:49:21 GMT
44504              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
44505              
44506              Subject: Re: Perlhacktut
44507              From: simon@brecon.co.uk (Simon Cozens)
44508              Date: 14 Jul 2000 07:09:45 GMT
44509              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
44510      Branch: perl
44511            ! pod/perlguts.pod pod/perlhack.pod
44512 ____________________________________________________________________________
44513 [  6405] By: jhi                                   on 2000/07/14  14:02:31
44514         Log: Integrate with Sarathy.
44515      Branch: cfgperl
44516           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
44517           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
44518           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
44519 ____________________________________________________________________________
44520 [  6404] By: gsar                                  on 2000/07/14  12:15:02
44521         Log: PERL_OBJECT build tweaks
44522      Branch: perl
44523            ! toke.c
44524 ____________________________________________________________________________
44525 [  6403] By: gsar                                  on 2000/07/14  11:23:41
44526         Log: inconsistent types needs casts
44527      Branch: perl
44528            ! toke.c
44529 ____________________________________________________________________________
44530 [  6402] By: gsar                                  on 2000/07/14  11:12:04
44531         Log: typos in change#6399, regen headers
44532      Branch: perl
44533            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
44534 ____________________________________________________________________________
44535 [  6401] By: gsar                                  on 2000/07/14  10:59:12
44536         Log: typecasts needed for change#6394
44537      Branch: perl
44538            ! toke.c
44539 ____________________________________________________________________________
44540 [  6400] By: gsar                                  on 2000/07/14  10:49:37
44541         Log: integrate cfgperl contents into mainline
44542      Branch: perl
44543           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
44544           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
44545 ____________________________________________________________________________
44546 [  6399] By: gsar                                  on 2000/07/14  10:38:35
44547         Log: enable UTF-16 filter by default if relevant BOM is seen; various
44548              cleanups (typos, misformatted code, and small bugs)
44549      Branch: perl
44550            ! doop.c embed.pl mg.c op.c pp.c toke.c
44551 ____________________________________________________________________________
44552 [  6398] By: gsar                                  on 2000/07/14  08:55:38
44553         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
44554              name suggests anyway)
44555      Branch: perl
44556            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
44557 ____________________________________________________________________________
44558 [  6397] By: gsar                                  on 2000/07/14  08:44:33
44559         Log: move new variables to the end of the interpreter structure (for
44560              bincompat in code that doesn't #include XSUB.h)
44561      Branch: perl
44562            ! intrpvar.h
44563 ____________________________________________________________________________
44564 [  6396] By: gsar                                  on 2000/07/14  08:13:58
44565         Log: MakeMaker should not remove editor backups (*~) on `make clean`
44566              by default (completes change#6383)
44567      Branch: perl
44568            ! lib/ExtUtils/MM_Unix.pm
44569 ____________________________________________________________________________
44570 [  6395] By: jhi                                   on 2000/07/14  05:20:33
44571         Log: Replace change #6337 with a better one.
44572              
44573              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
44574              From: Hugo <hv@crypt.compulink.co.uk>
44575              Date: Fri, 14 Jul 2000 04:16:20 +0100
44576              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
44577      Branch: cfgperl
44578            ! regexec.c t/op/re_tests
44579 ____________________________________________________________________________
44580 [  6394] By: jhi                                   on 2000/07/14  01:33:59
44581         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
44582      Branch: cfgperl
44583            ! embed.pl global.sym proto.h toke.c
44584 ____________________________________________________________________________
44585 [  6393] By: jhi                                   on 2000/07/13  23:41:23
44586         Log: remove discarded test
44587      Branch: cfgperl
44588            ! MANIFEST
44589 ____________________________________________________________________________
44590 [  6392] By: jhi                                   on 2000/07/13  23:32:25
44591         Log: The {multiplier} of a fixed substring was overlooked which
44592              caused a wrong initial search offset for that substring.
44593              
44594              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
44595              From: Hugo <hv@crypt.compulink.co.uk>
44596              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
44597              Date: Thu, 13 Jul 2000 19:27:13 +0100
44598      Branch: cfgperl
44599            ! regcomp.c t/op/re_tests
44600 ____________________________________________________________________________
44601 [  6391] By: jhi                                   on 2000/07/13  16:37:42
44602         Log: typo fix from Craig Berry
44603      Branch: cfgperl
44604            ! vms/subconfigure.com
44605 ____________________________________________________________________________
44606 [  6390] By: jhi                                   on 2000/07/13  13:20:12
44607         Log: Integrate with Sarathy.
44608      Branch: cfgperl
44609            - t/op/method2entersub.t
44610           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
44611           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
44612           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
44613           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
44614 ____________________________________________________________________________
44615 [  6389] By: jhi                                   on 2000/07/13  13:18:48
44616         Log: Detypo from Peter Prymmer, part of #6388.
44617      Branch: cfgperl
44618            ! Configure config_h.SH
44619      Branch: metaconfig
44620            ! U/modified/d_longlong.U
44621 ____________________________________________________________________________
44622 [  6388] By: gsar                                  on 2000/07/13  06:33:40
44623         Log: typos (spotted by Peter Prymmer)
44624      Branch: perl
44625            ! Configure t/lib/english.t
44626 ____________________________________________________________________________
44627 [  6387] By: gsar                                  on 2000/07/13  05:35:28
44628         Log: new selfloader.t in change#6183 doesn't close DATA handles,
44629              and thus fails to clean up tmp files on dosish platforms
44630      Branch: perl
44631            ! t/lib/selfloader.t
44632 ____________________________________________________________________________
44633 [  6386] By: gsar                                  on 2000/07/12  21:42:39
44634         Log: sprintf test tweaks (from Dominic Dunlop)
44635      Branch: perl
44636            ! t/op/sprintf.t
44637 ____________________________________________________________________________
44638 [  6385] By: gsar                                  on 2000/07/12  21:33:46
44639         Log: fix bugs in processing %v-*d and similar format specs (from
44640              Avi Finkel <avi@finkel.org>)
44641      Branch: perl
44642            ! sv.c t/op/sprintf.t
44643 ____________________________________________________________________________
44644 [  6384] By: gsar                                  on 2000/07/12  16:04:19
44645         Log: readd missing perldelta.pod changes from changes#6339,6376
44646      Branch: perl
44647            ! pod/perldelta.pod
44648 ____________________________________________________________________________
44649 [  6383] By: gsar                                  on 2000/07/12  16:00:51
44650         Log: don't clobber *.orig files on *clean targets
44651      Branch: perl
44652            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
44653 ____________________________________________________________________________
44654 [  6382] By: gsar                                  on 2000/07/12  07:59:12
44655         Log: fix broken integrations in cfgperl
44656      Branch: cfgperl
44657           !> Changes pod/perldelta.pod
44658 ____________________________________________________________________________
44659 [  6381] By: gsar                                  on 2000/07/12  07:42:17
44660         Log: integrate cfgperl changes into mainline
44661      Branch: perl
44662            ! Changes
44663           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
44664           !> pod/perlre.pod
44665 ____________________________________________________________________________
44666 [  6380] By: gsar                                  on 2000/07/12  07:31:00
44667         Log: get sprintf.t to adjust properly for 3-digit exponents
44668      Branch: perl
44669            ! t/op/sprintf.t
44670 ____________________________________________________________________________
44671 [  6379] By: gsar                                  on 2000/07/12  06:40:04
44672         Log: change#6174 needs corresponding change in win32/config_h.PL,
44673              which grovels through config_h.SH to find the config.h name
44674      Branch: perl
44675            ! win32/config_h.PL
44676 ____________________________________________________________________________
44677 [  6378] By: jhi                                   on 2000/07/12  05:03:59
44678         Log: Do the cc sanity check both before the hints and
44679              after the cc selction.
44680      Branch: cfgperl
44681            ! Configure config_h.SH
44682      Branch: metaconfig
44683            ! U/modified/Oldconfig.U U/modified/cc.U
44684      Branch: metaconfig/U/perl
44685            + Checkcc.U
44686 ____________________________________________________________________________
44687 [  6377] By: jhi                                   on 2000/07/12  02:49:22
44688         Log: Fix nits noticed by Boston.pm.
44689      Branch: cfgperl
44690            ! pod/perlre.pod
44691 ____________________________________________________________________________
44692 [  6376] By: jhi                                   on 2000/07/11  21:22:13
44693         Log: Configure cosmetics and perldelta.
44694      Branch: cfgperl
44695            ! Configure config_h.SH pod/perldelta.pod
44696      Branch: metaconfig
44697            ! U/modified/cc.U
44698 ____________________________________________________________________________
44699 [  6375] By: gsar                                  on 2000/07/11  21:17:35
44700         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
44701      Branch: perl
44702            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
44703            ! win32/win32sck.c
44704 ____________________________________________________________________________
44705 [  6374] By: gsar                                  on 2000/07/11  20:48:50
44706         Log: tweak for build failure under multiplicity
44707      Branch: perl
44708            ! toke.c
44709 ____________________________________________________________________________
44710 [  6373] By: gsar                                  on 2000/07/11  20:37:23
44711         Log: integrate cfgperl changes#6325..6373 into mainline
44712              (NOTE: today's batch of integrations still untested)
44713      Branch: perl
44714           +> ext/DynaLoader/hints/netbsd.pl
44715            ! Changes
44716           !> (integrate 26 files)
44717 ____________________________________________________________________________
44718 [  6372] By: jhi                                   on 2000/07/11  20:30:36
44719         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
44720              regen perltoc.
44721      Branch: cfgperl
44722            + pod/perlbook.pod
44723            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
44724            ! pod/perltoc.pod
44725 ____________________________________________________________________________
44726 [  6371] By: jhi                                   on 2000/07/11  20:08:56
44727         Log: Minor cleanups on the booklist.
44728      Branch: cfgperl
44729            ! pod/perlfaq2.pod
44730 ____________________________________________________________________________
44731 [  6370] By: jhi                                   on 2000/07/11  19:31:13
44732         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
44733      Branch: cfgperl
44734            ! t/pragma/overload.t
44735 ____________________________________________________________________________
44736 [  6369] By: gsar                                  on 2000/07/11  19:27:48
44737         Log: integrate cfgperl changes#6293..6324 into mainline
44738      Branch: perl
44739           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
44740            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
44741           !> (integrate 30 files)
44742 ____________________________________________________________________________
44743 [  6368] By: gsar                                  on 2000/07/11  19:18:57
44744         Log: skip integrate of problematic change#6292 from cfgperl into mainline
44745      Branch: perl
44746           !> pp_hot.c
44747 ____________________________________________________________________________
44748 [  6367] By: gsar                                  on 2000/07/11  19:17:21
44749         Log: integrate cfgperl changes#6288..6290 into mainline
44750      Branch: perl
44751           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
44752 ____________________________________________________________________________
44753 [  6366] By: gsar                                  on 2000/07/11  19:11:18
44754         Log: integrate cfgperl changes#6268..6282 into mainline
44755      Branch: perl
44756           !> (integrate 30 files)
44757 ____________________________________________________________________________
44758 [  6365] By: gsar                                  on 2000/07/11  18:57:00
44759         Log: delete new accidentally branched file
44760      Branch: perl
44761            - t/op/method2entersub.t
44762 ____________________________________________________________________________
44763 [  6364] By: gsar                                  on 2000/07/11  18:55:13
44764         Log: skip integrate of change#6267 from cfgperl into mainline (the
44765              method call optimization is flawed without additional hints
44766              from user about immutableness of @ISA and no runtime method
44767              definitions)
44768      Branch: perl
44769           +> t/op/method2entersub.t
44770           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
44771           !> perl.h t/op/sprintf.t xsutils.c
44772 ____________________________________________________________________________
44773 [  6363] By: gsar                                  on 2000/07/11  18:49:43
44774         Log: integrate cfgperl changes#6261..6266 into mainline
44775      Branch: perl
44776           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
44777           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
44778           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
44779           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
44780 ____________________________________________________________________________
44781 [  6362] By: gsar                                  on 2000/07/11  18:43:26
44782         Log: integrate cfgperl changes#6252..6260 into mainline
44783      Branch: perl
44784           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
44785           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
44786           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
44787           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
44788 ____________________________________________________________________________
44789 [  6361] By: gsar                                  on 2000/07/11  18:37:12
44790         Log: skip integrate of problematic change#6251 from cfgperl into mainline
44791      Branch: perl
44792           !> lib/Exporter.pm
44793 ____________________________________________________________________________
44794 [  6360] By: gsar                                  on 2000/07/11  18:34:56
44795         Log: integrate cfgperl change#6250 into mainline
44796      Branch: perl
44797           +> t/op/my_stash.t
44798           !> MANIFEST embed.pl proto.h toke.c
44799 ____________________________________________________________________________
44800 [  6359] By: gsar                                  on 2000/07/11  18:21:19
44801         Log: integrate cfgperl changes#6242..6249 into mainline
44802      Branch: perl
44803           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
44804           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
44805           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
44806           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
44807           !> t/lib/peek.t utf8.c
44808 ____________________________________________________________________________
44809 [  6358] By: gsar                                  on 2000/07/11  18:15:45
44810         Log: skip integrate of problematic change#6241 from cfgperl into mainline
44811      Branch: perl
44812           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
44813 ____________________________________________________________________________
44814 [  6357] By: jhi                                   on 2000/07/11  18:15:16
44815         Log: Fix for
44816              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
44817              From: Roderick Schertler <roderick@argon.org> 
44818              Date: Tue, 11 Jul 2000 13:55:05 -0400 
44819              Message-Id: <200007111755.NAA05077@jones.argon.org> 
44820      Branch: cfgperl
44821            ! doio.c
44822 ____________________________________________________________________________
44823 [  6356] By: jhi                                   on 2000/07/11  18:12:51
44824         Log: Typo in #6341.
44825      Branch: cfgperl
44826            ! pp_hot.c
44827 ____________________________________________________________________________
44828 [  6355] By: gsar                                  on 2000/07/11  18:12:10
44829         Log: integrate cfgperl changes#6231..6240 into mainline
44830      Branch: perl
44831           +> pod/perlutil.pod
44832           !> (integrate 35 files)
44833 ____________________________________________________________________________
44834 [  6354] By: jhi                                   on 2000/07/11  18:04:34
44835         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
44836              From: Dominic Dunlop <domo@computer.org> 
44837              Date: Tue, 11 Jul 2000 12:27:33 +0200 
44838              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
44839              
44840              Replaces change #6268.
44841      Branch: cfgperl
44842            ! t/op/sprintf.t
44843 ____________________________________________________________________________
44844 [  6353] By: gsar                                  on 2000/07/11  17:59:51
44845         Log: skip integrate of problematic change#6230 from cfgperl into mainline
44846              (a later version of File::Spec is already in mainline)
44847      Branch: perl
44848           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
44849           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
44850 ____________________________________________________________________________
44851 [  6352] By: gsar                                  on 2000/07/11  17:57:48
44852         Log: integrate cfgperl changes#6224..6229 into mainline
44853      Branch: perl
44854           +> lib/lib.pm.PL
44855            - lib/lib.pm
44856           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
44857           !> lib/English.pm op.c t/lib/english.t
44858 ____________________________________________________________________________
44859 [  6351] By: gsar                                  on 2000/07/11  17:50:10
44860         Log: skip integrate of problematic change#6223 from cfgperl into mainline
44861      Branch: perl
44862           !> doio.c
44863 ____________________________________________________________________________
44864 [  6350] By: gsar                                  on 2000/07/11  17:48:28
44865         Log: integrate cfgperl changes#6220..6222 into mainline
44866      Branch: perl
44867           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
44868           !> toke.c utf8.c win32/win32.h
44869 ____________________________________________________________________________
44870 [  6349] By: gsar                                  on 2000/07/11  17:46:13
44871         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
44872              mainline
44873      Branch: perl
44874           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
44875           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
44876           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
44877 ____________________________________________________________________________
44878 [  6348] By: jhi                                   on 2000/07/11  17:45:49
44879         Log: README.posix-bc podified from Thomas Dorner.
44880      Branch: cfgperl
44881            ! README.posix-bc
44882 ____________________________________________________________________________
44883 [  6347] By: gsar                                  on 2000/07/11  17:42:04
44884         Log: integrate cfgperl change#6217 into mainline
44885      Branch: perl
44886           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
44887           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
44888           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
44889 ____________________________________________________________________________
44890 [  6346] By: gsar                                  on 2000/07/11  17:39:37
44891         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
44892              mainline
44893      Branch: perl
44894           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
44895           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
44896           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
44897           !> perlapi.h pod/perlapi.pod
44898 ____________________________________________________________________________
44899 [  6345] By: gsar                                  on 2000/07/11  17:36:42
44900         Log: integrate cfgperl changes#6207..6210 into mainline
44901      Branch: perl
44902           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
44903           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
44904 ____________________________________________________________________________
44905 [  6344] By: gsar                                  on 2000/07/11  17:31:20
44906         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
44907              mainline
44908      Branch: perl
44909           !> (integrate 40 files)
44910 ____________________________________________________________________________
44911 [  6343] By: gsar                                  on 2000/07/11  17:19:08
44912         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
44913      Branch: perl
44914           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
44915            ! Changes
44916           !> (integrate 34 files)
44917 ____________________________________________________________________________
44918 [  6342] By: jhi                                   on 2000/07/11  16:05:48
44919         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
44920              To: perl5-porters@perl.org
44921              From: Karsten Sperling <spiff@phreax.net>
44922              Date: Mon, 10 Jul 2000 15:12:52 +0200
44923              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
44924      Branch: cfgperl
44925            ! lib/Symbol.pm
44926 ____________________________________________________________________________
44927 [  6341] By: jhi                                   on 2000/07/11  15:59:23
44928         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
44929              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
44930              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
44931              Date: Fri, 07 Jul 2000 17:57:16 +0100
44932      Branch: cfgperl
44933            ! pp_hot.c
44934 ____________________________________________________________________________
44935 [  6340] By: jhi                                   on 2000/07/11  15:55:47
44936         Log: Subject: Re: format bug report  [Patch]
44937              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
44938              Date: Wed, 05 Jul 2000 13:12:52 +0200
44939              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
44940              
44941              Subject: Re: format bug report  [Patch]
44942              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
44943              Date: Wed, 05 Jul 2000 14:10:01 +0200
44944              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
44945      Branch: cfgperl
44946            ! t/op/write.t toke.c
44947 ____________________________________________________________________________
44948 [  6339] By: jhi                                   on 2000/07/11  13:54:09
44949         Log: Be less forgiving about ambiguous and illegal tr ranges.
44950              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
44951              From: Mark-Jason Dominus <mjd@plover.com>
44952              Date: Tue, 04 Jul 2000 10:00:12 -0400
44953              Message-ID: <20000704140012.17772.qmail@plover.com>
44954              
44955              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
44956              From: Mark-Jason Dominus <mjd@plover.com>
44957              Date: Wed, 05 Jul 2000 09:37:36 -0400
44958              Message-ID: <20000705133736.27293.qmail@plover.com>
44959      Branch: cfgperl
44960            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
44961 ____________________________________________________________________________
44962 [  6338] By: jhi                                   on 2000/07/11  13:31:24
44963         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
44964              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
44965              Date: Tue, 11 Jul 2000 13:50:51 +0100
44966              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
44967      Branch: cfgperl
44968            ! sv.c
44969 ____________________________________________________________________________
44970 [  6337] By: jhi                                   on 2000/07/11  13:29:14
44971         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
44972              From: Hugo <hv@crypt.compulink.co.uk>
44973              Date: Tue, 11 Jul 2000 12:44:50 +0100
44974              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
44975      Branch: cfgperl
44976            ! regexec.c t/op/re_tests
44977 ____________________________________________________________________________
44978 [  6336] By: jhi                                   on 2000/07/11  13:26:47
44979         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
44980              From: simon@brecon.co.uk (Simon Cozens)
44981              Date: 7 Jul 2000 11:26:09 GMT
44982              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
44983      Branch: cfgperl
44984            ! mg.c
44985 ____________________________________________________________________________
44986 [  6335] By: jhi                                   on 2000/07/11  13:23:37
44987         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
44988              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
44989              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
44990              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
44991      Branch: cfgperl
44992            + ext/DynaLoader/hints/netbsd.pl
44993            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
44994 ____________________________________________________________________________
44995 [  6334] By: jhi                                   on 2000/07/11  13:20:38
44996         Log: Subject: PATCH perlguts.pod: Document D and d magic types
44997              From: mjd@plover.com
44998              Date: 5 Jul 2000 18:01:51 -0000
44999              Message-ID: <20000705180151.29413.qmail@plover.com>
45000      Branch: cfgperl
45001            ! pod/perlguts.pod
45002 ____________________________________________________________________________
45003 [  6333] By: jhi                                   on 2000/07/11  13:15:51
45004         Log: Precedence goof, fix based on
45005              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
45006              From: Hugo <hv@crypt.compulink.co.uk>
45007              Date: Tue, 11 Jul 2000 12:52:38 +0100
45008              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
45009      Branch: cfgperl
45010            ! t/op/taint.t
45011 ____________________________________________________________________________
45012 [  6332] By: jhi                                   on 2000/07/11  12:40:17
45013         Log: Integrate with Sarathy.
45014      Branch: cfgperl
45015           !> win32/win32sck.c
45016 ____________________________________________________________________________
45017 [  6331] By: jhi                                   on 2000/07/10  20:14:16
45018         Log: Sprinkle ldlibpath.
45019      Branch: cfgperl
45020            ! pod/Makefile.SH
45021 ____________________________________________________________________________
45022 [  6330] By: jhi                                   on 2000/07/10  17:54:49
45023         Log: More POSIX.pod tweaks.
45024      Branch: cfgperl
45025            ! ext/POSIX/POSIX.pod
45026 ____________________________________________________________________________
45027 [  6329] By: jhi                                   on 2000/07/10  14:02:12
45028         Log: Reorder perl.pod once more.
45029      Branch: cfgperl
45030            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
45031 ____________________________________________________________________________
45032 [  6328] By: gsar                                  on 2000/07/10  07:06:00
45033         Log: accept() leaks memory on windows due to incorrect ordering of
45034              closesocket() and fclose() calls
45035      Branch: perl
45036            ! win32/win32sck.c
45037 ____________________________________________________________________________
45038 [  6327] By: gsar                                  on 2000/07/10  06:49:17
45039         Log: winsock options weren't being set in all threads under ithreads
45040              (caused send()s from second and subsequent threads to fail)
45041      Branch: perl
45042            ! win32/win32sck.c
45043 ____________________________________________________________________________
45044 [  6326] By: jhi                                   on 2000/07/08  02:45:40
45045         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
45046              was cast to an unsigned (32-bit) integer with wild abandon.
45047      Branch: cfgperl
45048            ! ext/Devel/DProf/DProf.xs
45049 ____________________________________________________________________________
45050 [  6325] By: jhi                                   on 2000/07/07  18:50:33
45051         Log: Remove perlbook, update perlfaq book listing,
45052              rearrange perl.pod, regenerate perltoc.
45053      Branch: cfgperl
45054            - pod/perlbook.pod
45055            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
45056            ! pod/perlfaq2.pod pod/perltoc.pod
45057 ____________________________________________________________________________
45058 [  6324] By: jhi                                   on 2000/07/07  14:03:40
45059         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
45060      Branch: cfgperl
45061            ! sv.h toke.c
45062 ____________________________________________________________________________
45063 [  6323] By: jhi                                   on 2000/07/06  16:03:55
45064         Log: Fix complaints of buildtoc.
45065      Branch: cfgperl
45066            + lib/Win32.pod
45067            - pod/Win32.pod
45068            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
45069 ____________________________________________________________________________
45070 [  6322] By: jhi                                   on 2000/07/06  15:15:52
45071         Log: Add =head1 NAMEs so that buildtoc is happy.
45072              (The CGI::Util nit reported to Lincoln.)
45073      Branch: cfgperl
45074            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
45075            ! pod/perltoc.pod
45076 ____________________________________________________________________________
45077 [  6321] By: jhi                                   on 2000/07/06  03:16:04
45078         Log: Config is being used.
45079      Branch: cfgperl
45080            ! t/op/method.t
45081 ____________________________________________________________________________
45082 [  6320] By: jhi                                   on 2000/07/06  03:13:13
45083         Log: Integrate with Sarathy.
45084      Branch: cfgperl
45085           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
45086 ____________________________________________________________________________
45087 [  6319] By: jhi                                   on 2000/07/06  03:11:46
45088         Log: Autogenerate pod/Makefile and pod/buildtoc.
45089              buildtoc also checks whether the existin pods are
45090              mentioned in MANIFEST and perl.pod, and vice versa.
45091              (None of the thusly found discrepancies fixed yet.)
45092              roffitall also needs to be autogenerated similarly but it
45093              seems so badly out of date that I didn't touch it yet.
45094      Branch: cfgperl
45095            + pod/Makefile.SH pod/buildtoc.PL
45096            - pod/Makefile pod/buildtoc
45097            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
45098 ____________________________________________________________________________
45099 [  6318] By: gsar                                  on 2000/07/05  22:10:54
45100         Log: fix UNC path handling on Windows under ithreads, and chdir()
45101              return value when given a non-existent directory
45102      Branch: perl
45103            ! win32/vdir.h
45104 ____________________________________________________________________________
45105 [  6317] By: gsar                                  on 2000/07/05  22:08:19
45106         Log: winsock cleanup never done on Windows (leads to handle leaks)
45107      Branch: perl
45108            ! win32/perllib.c win32/win32sck.c
45109 ____________________________________________________________________________
45110 [  6316] By: gsar                                  on 2000/07/05  22:06:19
45111         Log: some debugger output does not go to the socket when RemotePort is set
45112      Branch: perl
45113            ! lib/perl5db.pl
45114 ____________________________________________________________________________
45115 [  6315] By: jhi                                   on 2000/07/05  00:25:21
45116         Log: Integrate with Sarathy, preliminary fix for unicos
45117              alignment problems in [ID 20000612.002] Perl problem on Cray system.
45118      Branch: cfgperl
45119            ! sv.h
45120           !> pp_hot.c
45121 ____________________________________________________________________________
45122 [  6314] By: gsar                                  on 2000/07/04  23:34:02
45123         Log: tyop in change#6306
45124      Branch: perl
45125            ! pp_hot.c
45126 ____________________________________________________________________________
45127 [  6313] By: jhi                                   on 2000/07/04  22:14:38
45128         Log: Multiline string literals ENONPORTABLE.
45129      Branch: cfgperl
45130            ! pp_hot.c
45131 ____________________________________________________________________________
45132 [  6312] By: jhi                                   on 2000/07/04  20:34:44
45133         Log: Integrate with Sarathy.
45134      Branch: cfgperl
45135           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
45136           !> t/op/method.t
45137 ____________________________________________________________________________
45138 [  6311] By: jhi                                   on 2000/07/04  20:30:56
45139         Log: More POSIX.pod embellishment.
45140      Branch: cfgperl
45141            ! ext/POSIX/POSIX.pod
45142 ____________________________________________________________________________
45143 [  6310] By: gsar                                  on 2000/07/04  17:28:48
45144         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
45145      Branch: perl
45146            ! t/lib/b.t
45147 ____________________________________________________________________________
45148 [  6309] By: jhi                                   on 2000/07/04  17:22:18
45149         Log: The #6308 required a little bit more.
45150      Branch: cfgperl
45151            ! Makefile.SH win32/Makefile
45152 ____________________________________________________________________________
45153 [  6308] By: jhi                                   on 2000/07/04  16:35:24
45154         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
45155      Branch: cfgperl
45156            + lib/lib_pm.PL
45157            - lib/lib.pm.PL
45158            ! MANIFEST Makefile.SH
45159 ____________________________________________________________________________
45160 [  6307] By: jhi                                   on 2000/07/04  16:28:58
45161         Log: Win32 patches for cfgperl from Sarathy.
45162      Branch: cfgperl
45163            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
45164            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
45165            ! thread.h toke.c util.c win32/Makefile win32/win32.c
45166 ____________________________________________________________________________
45167 [  6306] By: gsar                                  on 2000/07/04  16:28:40
45168         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
45169              (from Richard Soderberg <rs@oregonnet.com>)
45170      Branch: perl
45171            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
45172 ____________________________________________________________________________
45173 [  6305] By: jhi                                   on 2000/07/04  16:24:24
45174         Log: Integrate with Sarathy.
45175      Branch: cfgperl
45176           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
45177           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
45178           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
45179           !> proto.h win32/win32.c
45180 ____________________________________________________________________________
45181 [  6304] By: gsar                                  on 2000/07/04  16:17:24
45182         Log: missing perldiag entry for unpack("w",...) diagnostic (from
45183              Andreas Koenig)
45184      Branch: perl
45185            ! pod/perldiag.pod
45186 ____________________________________________________________________________
45187 [  6303] By: gsar                                  on 2000/07/04  16:14:44
45188         Log: remove rel2abs prototypes (from Barrie Slaymaker)
45189      Branch: perl
45190            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
45191            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
45192 ____________________________________________________________________________
45193 [  6302] By: gsar                                  on 2000/07/04  04:59:35
45194         Log: adjust change#6299
45195      Branch: perl
45196            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
45197            ! win32/win32.c
45198 ____________________________________________________________________________
45199 [  6301] By: jhi                                   on 2000/07/04  04:50:07
45200         Log: Integrate with Sarathy.
45201      Branch: cfgperl
45202           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
45203           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
45204           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
45205 ____________________________________________________________________________
45206 [  6300] By: gsar                                  on 2000/07/04  04:42:09
45207         Log: PERL_OBJECT build tweak
45208      Branch: perl
45209            ! perl.h
45210 ____________________________________________________________________________
45211 [  6299] By: gsar                                  on 2000/07/04  04:37:00
45212         Log: fix memory leak on Windows (PL_sys_intern contents were never
45213              freed)
45214      Branch: perl
45215            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
45216            ! perlapi.c proto.h win32/win32.c
45217 ____________________________________________________________________________
45218 [  6298] By: gsar                                  on 2000/07/04  04:15:59
45219         Log: fix large memory leak that has been around for ever, masked by
45220              -DPURIFY (most of the arenas were never freed!)
45221      Branch: perl
45222            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
45223 ____________________________________________________________________________
45224 [  6297] By: gsar                                  on 2000/07/04  04:07:46
45225         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
45226      Branch: perl
45227            ! perl.c
45228 ____________________________________________________________________________
45229 [  6296] By: jhi                                   on 2000/06/30  18:28:37
45230         Log: Elaborate POSIX.pod.  Still needs work.
45231      Branch: cfgperl
45232            ! ext/POSIX/POSIX.pod
45233 ____________________________________________________________________________
45234 [  6295] By: jhi                                   on 2000/06/30  14:58:18
45235         Log: Point to perlipc for more SysV IPC examples.
45236      Branch: cfgperl
45237            ! pod/perlfunc.pod
45238 ____________________________________________________________________________
45239 [  6294] By: gsar                                  on 2000/06/30  14:47:45
45240         Log: slurp mode fix in change#4736 still not quite right
45241      Branch: perl
45242            ! pp_hot.c t/io/argv.t
45243 ____________________________________________________________________________
45244 [  6293] By: jhi                                   on 2000/06/30  12:02:55
45245         Log: Integrate with Sarathy.
45246      Branch: cfgperl
45247           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
45248 ____________________________________________________________________________
45249 [  6292] By: jhi                                   on 2000/06/30  12:01:11
45250         Log: From: simon@brecon.co.uk (Simon Cozens)
45251              Subject: UTF8 concat
45252              Date: 30 Jun 2000 06:13:25 GMT
45253              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
45254      Branch: cfgperl
45255            ! pp_hot.c
45256 ____________________________________________________________________________
45257 [  6291] By: gsar                                  on 2000/06/30  04:37:33
45258         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
45259              when @_ is modified, causing coredumps
45260      Branch: perl
45261            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
45262 ____________________________________________________________________________
45263 [  6290] By: jhi                                   on 2000/06/30  02:21:44
45264         Log: Integrate with Sarathy.
45265      Branch: cfgperl
45266           !> vms/vms.c vms/vmsish.h
45267 ____________________________________________________________________________
45268 [  6289] By: jhi                                   on 2000/06/30  02:21:02
45269         Log: Check VERSIONs.
45270      Branch: cfgperl
45271            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
45272            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
45273            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
45274 ____________________________________________________________________________
45275 [  6288] By: jhi                                   on 2000/06/30  02:18:52
45276         Log: Integrate with Sarathy.
45277      Branch: cfgperl
45278           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
45279           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
45280           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
45281           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
45282 ____________________________________________________________________________
45283 [  6287] By: gsar                                  on 2000/06/30  02:17:08
45284         Log: integrate vmsperl changes into mainline
45285      Branch: perl
45286           !> vms/vms.c vms/vmsish.h
45287 ____________________________________________________________________________
45288 [  6285] By: gsar                                  on 2000/06/30  02:05:28
45289         Log: localize %INC in a Safe compartment so that use/require work
45290              (many other magic globals probably need similar treatment)
45291      Branch: perl
45292            ! ext/Opcode/Opcode.xs
45293 ____________________________________________________________________________
45294 [  6284] By: gsar                                  on 2000/06/30  01:54:54
45295         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
45296              about Windows
45297      Branch: perl
45298            ! pod/perlembed.pod
45299 ____________________________________________________________________________
45300 [  6283] By: jhi                                   on 2000/06/30  01:50:10
45301         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
45302              From: Barrie Slaymaker <barries@jester.slaysys.com>
45303              Date: Wed, 28 Jun 2000 11:35:29 -0400
45304              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
45305      Branch: perl
45306            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
45307            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
45308            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
45309            ! lib/File/Spec/Win32.pm
45310 ____________________________________________________________________________
45311 [  6282] By: jhi                                   on 2000/06/29  22:57:22
45312         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
45313              From: Dan Sugalski <dan@sidhe.org>
45314              Date: Tue, 06 Jun 2000 11:59:50 -0400
45315              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
45316      Branch: cfgperl
45317            ! vms/vms.c
45318 ____________________________________________________________________________
45319 [  6281] By: jhi                                   on 2000/06/29  22:52:50
45320         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
45321              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
45322              Date: Wed, 7 Jun 2000 04:02:04 -0500
45323              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
45324      Branch: cfgperl
45325            ! utils/h2xs.PL
45326 ____________________________________________________________________________
45327 [  6280] By: jhi                                   on 2000/06/29  22:45:47
45328         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
45329              From: rspier@pobox.com (Robert Spier)
45330              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
45331              Message-ID: <14654.31913.845602.610277@rls.cx>
45332      Branch: cfgperl
45333            ! utils/h2xs.PL
45334 ____________________________________________________________________________
45335 [  6279] By: jhi                                   on 2000/06/29  22:38:16
45336         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
45337              From: Tim Ayers <tayers@bridge.com>
45338              Date: Thu, 08 Jun 2000 08:11:06 +0200
45339              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
45340              [resent by Richard Foley, Message-Id probably wrong]
45341      Branch: cfgperl
45342            ! pod/perlsub.pod
45343 ____________________________________________________________________________
45344 [  6278] By: jhi                                   on 2000/06/29  22:21:45
45345         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
45346              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
45347              Date: Fri, 09 Jun 2000 12:39:27 -0400
45348              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
45349              (plus update the version "number" of Text::Wrap)
45350      Branch: cfgperl
45351            ! lib/Text/Wrap.pm
45352 ____________________________________________________________________________
45353 [  6277] By: jhi                                   on 2000/06/29  22:13:10
45354         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
45355              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
45356              Date: Mon, 12 Jun 2000 14:55:59 +0100
45357              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
45358      Branch: cfgperl
45359            ! pod/perlfunc.pod
45360 ____________________________________________________________________________
45361 [  6276] By: jhi                                   on 2000/06/29  22:11:06
45362         Log: Subject: [PATCH] Re: eval documentation: context
45363              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
45364              Date: Mon, 12 Jun 2000 15:07:29 +0100
45365              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
45366      Branch: cfgperl
45367            ! pod/perlfunc.pod
45368 ____________________________________________________________________________
45369 [  6275] By: jhi                                   on 2000/06/29  21:59:46
45370         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
45371              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
45372              Date: Tue, 13 Jun 2000 02:43:48 -0500
45373              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
45374      Branch: cfgperl
45375            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
45376 ____________________________________________________________________________
45377 [  6274] By: jhi                                   on 2000/06/29  21:56:14
45378         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
45379              From: Andy Dougherty <doughera@lafayette.edu>
45380              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
45381              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
45382      Branch: cfgperl
45383            ! ext/File/Glob/Glob.pm
45384 ____________________________________________________________________________
45385 [  6273] By: jhi                                   on 2000/06/29  21:49:09
45386         Log: Subject: [PATCH] xsub attributes
45387              From: Doug MacEachern <dougm@covalent.net>
45388              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
45389              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
45390      Branch: cfgperl
45391            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
45392            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
45393 ____________________________________________________________________________
45394 [  6272] By: jhi                                   on 2000/06/29  21:41:28
45395         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
45396              From: Tom Phoenix <rootbeer@redcat.com>
45397              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
45398              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
45399      Branch: cfgperl
45400            ! lib/Net/Ping.pm
45401 ____________________________________________________________________________
45402 [  6271] By: jhi                                   on 2000/06/29  21:36:55
45403         Log: Subject: PATCH pod/perltie.pod
45404              From: Ian Phillipps <Ian.Phillipps@iname.com>
45405              Date: Fri, 16 Jun 2000 00:17:19 +0100
45406              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
45407              (only the first hunk, the second hunk had already been done
45408              by some other patch)
45409      Branch: cfgperl
45410            ! pod/perltie.pod
45411 ____________________________________________________________________________
45412 [  6270] By: jhi                                   on 2000/06/29  21:24:51
45413         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
45414              From: Nicholas Clark <nick@talking.bollo.cx>
45415              Date: Fri, 23 Jun 2000 16:21:15 +0100
45416              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
45417      Branch: cfgperl
45418            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
45419            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
45420 ____________________________________________________________________________
45421 [  6269] By: jhi                                   on 2000/06/29  19:38:15
45422         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
45423              silence few compiler warnings.
45424      Branch: cfgperl
45425            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
45426 ____________________________________________________________________________
45427 [  6268] By: jhi                                   on 2000/06/29  18:21:50
45428         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
45429              From: Dominic Dunlop <domo@computer.org> 
45430              Date: Thu, 29 Jun 2000 12:32:39 +0200 
45431              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
45432      Branch: cfgperl
45433            ! t/op/sprintf.t
45434 ____________________________________________________________________________
45435 [  6267] By: jhi                                   on 2000/06/29  18:16:07
45436         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
45437              From: Doug MacEachern <dougm@covalent.net>
45438              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
45439              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
45440      Branch: cfgperl
45441            + t/op/method2entersub.t
45442            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
45443            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
45444            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
45445            ! xsutils.c
45446 ____________________________________________________________________________
45447 [  6266] By: jhi                                   on 2000/06/29  15:11:15
45448         Log: Subject: [PATCH 5.6.0] cygwin port
45449              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
45450              From: "Fifer, Eric" <EFifer@sanwaint.com>
45451              Date: Thu, 29 Jun 2000 12:58:29 +0100
45452      Branch: cfgperl
45453            ! cygwin/Makefile.SHs
45454 ____________________________________________________________________________
45455 [  6265] By: jhi                                   on 2000/06/29  15:04:05
45456         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
45457              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
45458              Date: Wed, 28 Jun 2000 17:50:12 -0700
45459              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
45460      Branch: cfgperl
45461            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
45462 ____________________________________________________________________________
45463 [  6264] By: jhi                                   on 2000/06/29  15:00:57
45464         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
45465              From: Marty Lucich <marty@netcom.com>
45466              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
45467              Message-Id: <200006282116.OAA11148@netcom.com>
45468              ccdlflags update (the BSD/OS 4.1 part had already been taken
45469              care of by #6141).
45470      Branch: cfgperl
45471            ! hints/bsdos.sh
45472 ____________________________________________________________________________
45473 [  6263] By: jhi                                   on 2000/06/29  13:47:44
45474         Log: tr fixes from Simon Cozens
45475      Branch: cfgperl
45476            ! doop.c
45477 ____________________________________________________________________________
45478 [  6262] By: jhi                                   on 2000/06/28  18:46:01
45479         Log: Subject: 5.6.0 Patch for EPOC
45480              From: Olaf Flebbe <o.flebbe@gmx.de>
45481              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
45482              Message-ID: <23449.960929969@www11.gmx.net>
45483      Branch: cfgperl
45484            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
45485            ! epoc/epocish.h
45486 ____________________________________________________________________________
45487 [  6261] By: jhi                                   on 2000/06/28  18:29:07
45488         Log: Subject: Re: [PATCH cfgperl] BOMs away!
45489              From: simon@brecon.co.uk (Simon Cozens)
45490              Date: 17 Jun 2000 11:49:57 GMT
45491              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
45492      Branch: cfgperl
45493            ! pod/perldiag.pod t/comp/require.t toke.c
45494 ____________________________________________________________________________
45495 [  6260] By: jhi                                   on 2000/06/28  17:47:16
45496         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
45497              From: simon@brecon.co.uk (Simon Cozens) 
45498              Date: 17 Jun 2000 11:56:44 GMT 
45499              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
45500              pack U0, pack C0
45501      Branch: cfgperl
45502            ! pod/perlfunc.pod pp.c t/op/pack.t
45503 ____________________________________________________________________________
45504 [  6259] By: jhi                                   on 2000/06/28  16:43:17
45505         Log: perlnewmod was missing from MANIFEST.
45506      Branch: cfgperl
45507            ! MANIFEST
45508 ____________________________________________________________________________
45509 [  6258] By: jhi                                   on 2000/06/28  15:54:30
45510         Log: linenumber tweak
45511      Branch: cfgperl
45512            ! t/pragma/warn/regcomp
45513 ____________________________________________________________________________
45514 [  6257] By: jhi                                   on 2000/06/28  15:50:44
45515         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
45516              From: Doug MacEachern <dougm@covalent.net>
45517              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
45518              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
45519              (one part of the patch had been applied earlier)
45520      Branch: cfgperl
45521            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
45522 ____________________________________________________________________________
45523 [  6256] By: jhi                                   on 2000/06/28  15:40:22
45524         Log: tweaks from Simon Cozens to further fix tr/// under utf8
45525      Branch: cfgperl
45526            ! doop.c
45527 ____________________________________________________________________________
45528 [  6255] By: jhi                                   on 2000/06/28  15:33:45
45529         Log: small thinko tweaks
45530      Branch: cfgperl
45531            ! lib/IPC/Open3.pm t/op/my_stash.t
45532 ____________________________________________________________________________
45533 [  6254] By: jhi                                   on 2000/06/28  15:33:25
45534         Log: Subject: tr///, help wanted.
45535              From: simon@brecon.co.uk (Simon Cozens)
45536              Date: 28 Jun 2000 11:29:04 GMT
45537              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
45538      Branch: cfgperl
45539            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
45540            ! pp_proto.h proto.h t/op/tr.t
45541 ____________________________________________________________________________
45542 [  6253] By: jhi                                   on 2000/06/28  15:09:17
45543         Log: Paranoia tweak on #6249.
45544              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
45545              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
45546              Date: Sun, 25 Jun 2000 23:43:12 -0400
45547              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
45548      Branch: cfgperl
45549            ! lib/IPC/Open3.pm
45550 ____________________________________________________________________________
45551 [  6252] By: jhi                                   on 2000/06/28  15:01:38
45552         Log: Document #6249 and #6251.
45553      Branch: cfgperl
45554            ! lib/Exporter.pm lib/IPC/Open3.pm
45555 ____________________________________________________________________________
45556 [  6251] By: jhi                                   on 2000/06/28  14:50:43
45557         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
45558              From: Doug MacEachern <dougm@covalent.net>
45559              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
45560              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
45561      Branch: cfgperl
45562            ! lib/Exporter.pm
45563 ____________________________________________________________________________
45564 [  6250] By: jhi                                   on 2000/06/28  14:45:23
45565         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
45566              From: Doug MacEachern <dougm@covalent.net>
45567              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
45568              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
45569      Branch: cfgperl
45570            + t/op/my_stash.t
45571            ! MANIFEST embed.pl global.sym proto.h toke.c
45572 ____________________________________________________________________________
45573 [  6249] By: jhi                                   on 2000/06/28  14:36:34
45574         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
45575              From: Frank Tobin <ftobin@uiuc.edu>
45576              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
45577              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
45578      Branch: cfgperl
45579            ! lib/IPC/Open3.pm
45580 ____________________________________________________________________________
45581 [  6248] By: jhi                                   on 2000/06/28  14:11:25
45582         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
45583              From: Mark-Jason Dominus <mjd@plover.com>
45584              Date: Tue, 27 Jun 2000 22:36:42 -0400
45585              Message-ID: <20000628023642.12166.qmail@plover.com>
45586      Branch: cfgperl
45587            ! pod/perlfunc.pod
45588 ____________________________________________________________________________
45589 [  6247] By: jhi                                   on 2000/06/27  12:46:37
45590         Log: Tweak $VERSION, patch from Doug MacEachern.
45591      Branch: cfgperl
45592            ! lib/File/Spec.pm
45593 ____________________________________________________________________________
45594 [  6246] By: jhi                                   on 2000/06/27  03:34:46
45595         Log: Allow for standalone testing.
45596      Branch: cfgperl
45597            ! t/lib/filefunc.t t/lib/filespec.t
45598 ____________________________________________________________________________
45599 [  6245] By: jhi                                   on 2000/06/27  02:50:02
45600         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
45601              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
45602              Date: Sat, 24 Jun 2000 13:06:20 +0100
45603              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
45604      Branch: cfgperl
45605            ! ext/DynaLoader/DynaLoader_pm.PL
45606 ____________________________________________________________________________
45607 [  6244] By: jhi                                   on 2000/06/27  02:46:10
45608         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
45609              From: Doug MacEachern <dougm@covalent.net>
45610              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
45611              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
45612      Branch: cfgperl
45613            ! gv.c sv.c t/lib/peek.t
45614 ____________________________________________________________________________
45615 [  6243] By: jhi                                   on 2000/06/27  02:38:07
45616         Log: Subject: [PATCH] is_utf8_string
45617              From: simon@brecon.co.uk (Simon Cozens)
45618              Date: 26 Jun 2000 02:25:59 GMT
45619              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
45620      Branch: cfgperl
45621            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
45622            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
45623            ! proto.h utf8.c
45624 ____________________________________________________________________________
45625 [  6242] By: jhi                                   on 2000/06/27  02:24:00
45626         Log: Subject: [PATCH] bytes<->utf8 fixes
45627              From: simon@brecon.co.uk (Simon Cozens)
45628              Date: 26 Jun 2000 04:55:45 GMT
45629              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
45630      Branch: cfgperl
45631            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
45632 ____________________________________________________________________________
45633 [  6241] By: jhi                                   on 2000/06/27  02:12:42
45634         Log: Do no -warn on \_, only on \alpha.
45635              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
45636              From: David Dyck <dcd@tc.fluke.com>
45637              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
45638              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
45639      Branch: cfgperl
45640            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
45641 ____________________________________________________________________________
45642 [  6240] By: jhi                                   on 2000/06/27  02:00:01
45643         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
45644              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
45645              Date: Mon, 26 Jun 2000 18:40:14 +0100
45646              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
45647      Branch: cfgperl
45648            ! utils/h2xs.PL
45649 ____________________________________________________________________________
45650 [  6239] By: jhi                                   on 2000/06/27  01:53:40
45651         Log: Configure maintenance.  Sever some dependency cycles,
45652              separate gccversion from the cc unit,
45653              address [ID 20000623.006] Configure script patch for using gcc on AIX
45654              (but solve it a little bit differently),
45655              unduplex some accidentally duplicated units,
45656              suggest using gcc if no cc available
45657              (p5p thread: "Solaris configure: counterproposal", 1999-09)
45658      Branch: cfgperl
45659            ! Configure Todo-5.6 config_h.SH
45660      Branch: metaconfig
45661            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
45662            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
45663      Branch: metaconfig/U/perl
45664            + gccvers.U
45665            ! d_getespwnam.U d_getprpwnam.U i_prot.U
45666 ____________________________________________________________________________
45667 [  6238] By: jhi                                   on 2000/06/25  18:04:56
45668         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
45669              From: Dan Sugalski <dan@sidhe.org>
45670              Date: Fri, 23 Jun 2000 17:00:00 -0400
45671              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
45672      Branch: cfgperl
45673            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
45674 ____________________________________________________________________________
45675 [  6237] By: jhi                                   on 2000/06/25  16:36:45
45676         Log: Tweak embed.pl, regen headers.
45677      Branch: cfgperl
45678            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
45679            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
45680            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
45681            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
45682            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
45683 ____________________________________________________________________________
45684 [  6236] By: jhi                                   on 2000/06/25  15:26:42
45685         Log: Regen headers.
45686      Branch: cfgperl
45687            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
45688            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
45689            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
45690            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
45691            ! regnodes.h warnings.h
45692 ____________________________________________________________________________
45693 [  6235] By: jhi                                   on 2000/06/23  19:39:35
45694         Log: The thread begun by
45695              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
45696              From: Kevin.Ruscoe@ubsw.com
45697              Date: Fri, 16 Jun 2000 16:38:51 +0100
45698              Message-Id: <H000019b03c300d6@MHS>
45699      Branch: cfgperl
45700            ! hints/solaris_2.sh
45701 ____________________________________________________________________________
45702 [  6234] By: jhi                                   on 2000/06/23  19:23:36
45703         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
45704              because when run as services (Win32ese for daemons)
45705              no environment variables are set and tmpdir ends up as /tmp,
45706              which is ambiguous.
45707              
45708              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
45709              From: matt@sergeant.org
45710              Date: 16 Jun 2000 16:30:43 -0000
45711              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
45712      Branch: cfgperl
45713            ! lib/File/Spec/Win32.pm
45714 ____________________________________________________________________________
45715 [  6233] By: jhi                                   on 2000/06/23  19:18:58
45716         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
45717              From: Mark-Jason Dominus <mjd@plover.com>
45718              Date: Fri, 16 Jun 2000 20:53:04 -0400
45719              Message-ID: <20000617005304.8008.qmail@plover.com>
45720      Branch: cfgperl
45721            ! op.h
45722 ____________________________________________________________________________
45723 [  6232] By: jhi                                   on 2000/06/23  16:10:02
45724         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
45725              From: simon@brecon.co.uk (Simon Cozens)
45726              Date: 19 Jun 2000 15:18:27 GMT
45727              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
45728              
45729              plus update pod/Makefile and regenerate perltoc
45730      Branch: cfgperl
45731            + pod/perlutil.pod
45732            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
45733 ____________________________________________________________________________
45734 [  6231] By: jhi                                   on 2000/06/23  15:19:18
45735         Log: Subject: [PATCH 5.6.0] cygwin port
45736              From: "Fifer, Eric" <EFifer@sanwaint.com>
45737              Date: Tue, 20 Jun 2000 14:30:58 +0100
45738              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
45739      Branch: cfgperl
45740            ! README.cygwin lib/File/Find.pm
45741 ____________________________________________________________________________
45742 [  6230] By: jhi                                   on 2000/06/23  14:25:21
45743         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
45744      Branch: cfgperl
45745            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
45746            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
45747            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
45748            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
45749 ____________________________________________________________________________
45750 [  6229] By: jhi                                   on 2000/06/23  14:13:34
45751         Log: Subject: README.hpux version 0.6.1
45752              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
45753              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
45754              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
45755      Branch: cfgperl
45756            ! README.hpux
45757 ____________________________________________________________________________
45758 [  6228] By: jhi                                   on 2000/06/23  14:07:20
45759         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
45760              From: Doug MacEachern <dougm@covalent.net>
45761              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
45762              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
45763      Branch: cfgperl
45764            ! op.c
45765 ____________________________________________________________________________
45766 [  6227] By: jhi                                   on 2000/06/23  14:01:06
45767         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
45768              From: Doug MacEachern <dougm@covalent.net>
45769              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
45770              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
45771      Branch: cfgperl
45772            + lib/lib.pm.PL
45773            - lib/lib.pm
45774            ! MANIFEST Makefile.SH
45775 ____________________________________________________________________________
45776 [  6226] By: jhi                                   on 2000/06/23  13:53:07
45777         Log: Subject: [PATCH] remove forward declarations in Socket.pm
45778              From: Doug MacEachern <dougm@covalent.net>
45779              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
45780              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
45781              
45782              From: Doug MacEachern <dougm@covalent.net>
45783              Subject: Re: [PATCH] remove forward declarations in Socket.pm
45784              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
45785              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
45786      Branch: cfgperl
45787            ! ext/Socket/Socket.pm op.c
45788 ____________________________________________________________________________
45789 [  6225] By: jhi                                   on 2000/06/23  13:41:52
45790         Log: Add source code filenames to apidoc.
45791              From: simon@brecon.co.uk (Simon Cozens)
45792              Subject: [PATCH embed.pl] Source X-ref
45793              Date: 22 Jun 2000 02:18:49 GMT
45794              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
45795      Branch: cfgperl
45796            ! embed.pl
45797 ____________________________________________________________________________
45798 [  6224] By: jhi                                   on 2000/06/23  13:32:33
45799         Log: A way to avoid English.pm performance hit.
45800              From: root <root@jester.slaysys.com>
45801              Subject: [YAPATCH English.pm] My turn to putt again
45802              Date: Thu, 22 Jun 2000 20:33:58 -0400
45803              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
45804      Branch: cfgperl
45805            ! lib/English.pm t/lib/english.t
45806 ____________________________________________________________________________
45807 [  6223] By: jhi                                   on 2000/06/23  13:27:06
45808         Log: Avoid double close().
45809              Subject: [PATCH] avoid double close()
45810              From: Doug MacEachern <dougm@covalent.net>
45811              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
45812              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
45813      Branch: cfgperl
45814            ! doio.c
45815 ____________________________________________________________________________
45816 [  6222] By: jhi                                   on 2000/06/23  13:25:54
45817         Log: doc typo fix
45818              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
45819              From: Ian Phillipps <Ian.Phillipps@iname.com>
45820              Date: Fri, 23 Jun 2000 10:40:58 +0100
45821              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
45822      Branch: cfgperl
45823            ! lib/Pod/Usage.pm
45824 ____________________________________________________________________________
45825 [  6221] By: jhi                                   on 2000/06/23  13:24:15
45826         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
45827              From: simon@brecon.co.uk (Simon Cozens)
45828              Subject: [PATCH] Eliminate tr///[CU][CU]
45829              Date: 23 Jun 2000 11:05:40 GMT
45830              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
45831      Branch: cfgperl
45832            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
45833 ____________________________________________________________________________
45834 [  6220] By: jhi                                   on 2000/06/22  16:07:51
45835         Log: Win32 patches from Benjamin Stuhl.
45836      Branch: cfgperl
45837            ! makedef.pl win32/win32.h
45838 ____________________________________________________________________________
45839 [  6219] By: jhi                                   on 2000/06/22  16:06:34
45840         Log: Bytecode patches from Benjamin Stuhl.
45841      Branch: cfgperl
45842            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
45843            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
45844            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
45845 ____________________________________________________________________________
45846 [  6218] By: jhi                                   on 2000/06/15  23:54:16
45847         Log: Bytecode patches from Benjamin Stuhl.
45848      Branch: cfgperl
45849            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
45850 ____________________________________________________________________________
45851 [  6217] By: jhi                                   on 2000/06/09  13:38:29
45852         Log: Rename the fdpid locking and integrate with Sarathy.
45853      Branch: cfgperl
45854            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
45855            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
45856            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
45857            ! win32/win32.c
45858           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
45859 ____________________________________________________________________________
45860 [  6216] By: gsar                                  on 2000/06/08  14:54:21
45861         Log: be more optimal about clearing @_
45862      Branch: perl
45863            ! cop.h
45864 ____________________________________________________________________________
45865 [  6215] By: gsar                                  on 2000/06/08  14:33:04
45866         Log: tweak comment about @DB::args
45867      Branch: perl
45868            ! av.h pp_ctl.c
45869 ____________________________________________________________________________
45870 [  6214] By: gsar                                  on 2000/06/08  13:57:54
45871         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
45872              caller() wants to populate @DB::args with it (causes a coredump
45873              in Carp::confess())
45874      Branch: perl
45875            ! cop.h t/op/runlevel.t
45876 ____________________________________________________________________________
45877 [  6213] By: gsar                                  on 2000/06/08  07:06:35
45878         Log: back out change#6106 (seems problematic)
45879      Branch: perl
45880            ! hints/solaris_2.sh
45881 ____________________________________________________________________________
45882 [  6212] By: jhi                                   on 2000/06/07  03:10:36
45883         Log: Continuing mopup for #6204.
45884      Branch: cfgperl
45885            ! ext/B/defsubs_h.PL
45886 ____________________________________________________________________________
45887 [  6211] By: jhi                                   on 2000/06/07  02:41:50
45888         Log: Mopup for #6204.
45889              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
45890              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
45891              This is comes from const() where POK isn't on when expected.
45892      Branch: cfgperl
45893            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
45894            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
45895            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
45896            ! perlapi.h pod/perlapi.pod
45897 ____________________________________________________________________________
45898 [  6210] By: jhi                                   on 2000/06/07  01:56:29
45899         Log: Mopup for #6207 and #6209.
45900      Branch: cfgperl
45901            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
45902 ____________________________________________________________________________
45903 [  6209] By: jhi                                   on 2000/06/07  01:33:12
45904         Log: Lock PL_fdpid against race conditions, based on:
45905              Subject: [PATCH 5.6.0]subprocess fixup for threads
45906              From: Dan Sugalski <dan@sidhe.org>
45907              To: perl5-porters@perl.org
45908              Date: Tue, 11 Apr 2000 17:02:32 -0400
45909              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
45910      Branch: cfgperl
45911            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
45912            ! win32/win32.c
45913 ____________________________________________________________________________
45914 [  6208] By: jhi                                   on 2000/06/07  01:05:23
45915         Log: Regen headers for #6207.
45916      Branch: cfgperl
45917            ! embed.h global.sym objXSUB.h proto.h
45918 ____________________________________________________________________________
45919 [  6207] By: jhi                                   on 2000/06/06  23:43:13
45920         Log: Subject: [PATCH 5.6.0] Threadsafe patches
45921              From: Dan Sugalski <dan@sidhe.org>
45922              To: perl5-porters@perl.org
45923              Date: Mon, 08 May 2000 18:08:13 -0400
45924              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
45925      Branch: cfgperl
45926            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
45927            ! proto.h sv.h util.c
45928 ____________________________________________________________________________
45929 [  6206] By: jhi                                   on 2000/06/06  23:21:23
45930         Log: Subject: [PATCH] Eliminate $a/$b in pod
45931              From: David Glasser <me@davidglasser.net>
45932              To: perl5-porters@perl.org
45933              Date: Mon, 29 May 2000 21:15:59 -0400
45934              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
45935      Branch: cfgperl
45936            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
45937            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
45938            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
45939            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
45940            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
45941            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
45942            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
45943            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
45944            ! pod/perlvar.pod pod/perlxs.pod
45945 ____________________________________________________________________________
45946 [  6205] By: jhi                                   on 2000/06/06  23:12:14
45947         Log: Subject: [PATCH] Win32 improvements
45948              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
45949              To: gsar@activestate.com, perl5-porters@perl.org
45950              Date: Mon, 29 May 2000 17:22:24 PDT
45951              Message-ID: <20000530002224.91142.qmail@hotmail.com>
45952              (MUA had mangled many lines by wordwrapping)
45953      Branch: cfgperl
45954            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
45955 ____________________________________________________________________________
45956 [  6204] By: jhi                                   on 2000/06/06  23:01:50
45957         Log: Subject: [PATCH] B::Bytecode patches
45958              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
45959              To: gsar@activestate.com, jhi@iki.fi
45960              Cc: perl5-porters@perl.org
45961              Message-ID: <20000602202526.48694.qmail@hotmail.com>
45962              (MUA had mangled many lines by wordwrapping)
45963      Branch: cfgperl
45964            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
45965            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
45966            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
45967            ! intrpvar.h perl.c
45968 ____________________________________________________________________________
45969 [  6203] By: jhi                                   on 2000/06/06  22:32:43
45970         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
45971              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
45972              Date: Tue, 06 Jun 2000 13:07:45 -0700
45973              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
45974      Branch: cfgperl
45975            ! pod/perldiag.pod
45976 ____________________________________________________________________________
45977 [  6202] By: jhi                                   on 2000/06/06  19:38:35
45978         Log: Integrate with Sarathy.
45979      Branch: cfgperl
45980           !> perl.c
45981 ____________________________________________________________________________
45982 [  6201] By: gsar                                  on 2000/06/06  00:42:59
45983         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
45984              does a PUSHMARK that's never ever POPMARKed; in general, only
45985              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
45986              Perl_eval_[sp]v() don't because they don't take any incoming
45987              arguments (this leak has been around since the original version
45988              of perl_eval_pv() in 5.003_97e)
45989      Branch: perl
45990            ! perl.c
45991 ____________________________________________________________________________
45992 [  6200] By: jhi                                   on 2000/06/04  03:44:52
45993         Log: Update to cperl-mode.el 4.31 from
45994              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
45995              Subject: A couple of notes
45996              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45997              To: Mailing list Perl5 <perl5-porters@perl.org>
45998              Date: Sat, 3 Jun 2000 23:33:32 -0400
45999              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
46000      Branch: cfgperl
46001            ! emacs/cperl-mode.el
46002 ____________________________________________________________________________
46003 [  6199] By: jhi                                   on 2000/06/03  15:11:05
46004         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
46005              From: Dan Sugalski <dan@sidhe.org>
46006              To: perl5-porters@perl.org, vmsperl@perl.org
46007              Date: Fri, 02 Jun 2000 17:30:51 -0400
46008              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
46009      Branch: cfgperl
46010            ! vms/descrip_mms.template vms/gen_shrfls.pl
46011 ____________________________________________________________________________
46012 [  6198] By: jhi                                   on 2000/06/03  14:59:15
46013         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
46014              From: Dan Sugalski <dan@sidhe.org>
46015              To: vmsperl@perl.org, perl5-porters@perl.org
46016              Date: Fri, 02 Jun 2000 16:00:41 -0400
46017              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
46018              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
46019      Branch: cfgperl
46020            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
46021            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
46022            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
46023 ____________________________________________________________________________
46024 [  6197] By: jhi                                   on 2000/06/03  14:41:30
46025         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
46026              From: John Borwick <jhborwic@unity.ncsu.edu>
46027              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
46028              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
46029      Branch: cfgperl
46030            ! pod/perlsyn.pod
46031 ____________________________________________________________________________
46032 [  6196] By: jhi                                   on 2000/06/03  14:38:09
46033         Log: Integrate with Sarathy.
46034      Branch: cfgperl
46035           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
46036           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
46037           !> vms/perly_c.vms
46038 ____________________________________________________________________________
46039 [  6195] By: gsar                                  on 2000/06/02  22:43:13
46040         Log: fix yet another eval"" leak under USE_ITHREADS
46041      Branch: perl
46042            ! op.c
46043 ____________________________________________________________________________
46044 [  6194] By: gsar                                  on 2000/06/02  18:22:06
46045         Log: fix small eval"" memory leaks under USE_ITHREADS
46046      Branch: perl
46047            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
46048            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
46049            ! vms/perly_c.vms
46050 ____________________________________________________________________________
46051 [  6193] By: jhi                                   on 2000/06/01  13:03:56
46052         Log: Signals-be-gone for microperl.
46053      Branch: cfgperl
46054            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
46055 ____________________________________________________________________________
46056 [  6192] By: jhi                                   on 2000/06/01  12:52:02
46057         Log: Integrate with Sarathy.
46058      Branch: cfgperl
46059           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
46060           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
46061           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
46062           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
46063           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
46064           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
46065           !> t/op/vec.t utils/h2xs.PL
46066 ____________________________________________________________________________
46067 [  6191] By: gsar                                  on 2000/06/01  09:38:21
46068         Log: vec() loses numericalness (modified version of patch suggested
46069              by Robin Barker)
46070      Branch: perl
46071            ! doop.c t/op/vec.t
46072 ____________________________________________________________________________
46073 [  6190] By: gsar                                  on 2000/06/01  09:26:15
46074         Log: submit missing embed.pl change
46075      Branch: perl
46076            ! embed.pl
46077 ____________________________________________________________________________
46078 [  6189] By: gsar                                  on 2000/06/01  09:05:34
46079         Log: counting tr/// corrupts later operation (from M.J.T Guy)
46080      Branch: perl
46081            ! doop.c t/op/tr.t
46082 ____________________________________________________________________________
46083 [  6188] By: gsar                                  on 2000/06/01  08:58:39
46084         Log: h2xs tweaks
46085      Branch: perl
46086            ! utils/h2xs.PL
46087 ____________________________________________________________________________
46088 [  6187] By: gsar                                  on 2000/06/01  08:50:07
46089         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
46090              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
46091      Branch: perl
46092            + lib/Pod/LaTeX.pm
46093            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
46094            ! pod/pod2latex.PL
46095 ____________________________________________________________________________
46096 [  6186] By: gsar                                  on 2000/06/01  08:24:40
46097         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
46098              <wolfgang.laun@alcatel.at>)
46099      Branch: perl
46100            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
46101            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
46102 ____________________________________________________________________________
46103 [  6185] By: gsar                                  on 2000/06/01  08:12:00
46104         Log: remove incorrect documentation about implicit split to @_ in
46105              list context, which never really worked in perl 5 (from
46106              M.J.T. Guy)
46107      Branch: perl
46108            ! pod/perlfunc.pod pod/perltrap.pod
46109 ____________________________________________________________________________
46110 [  6184] By: gsar                                  on 2000/06/01  07:52:27
46111         Log: tweak for change#6127
46112      Branch: perl
46113            ! perl.c
46114 ____________________________________________________________________________
46115 [  6183] By: gsar                                  on 2000/06/01  07:41:02
46116         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
46117              <nick@ccl4.org>)
46118      Branch: perl
46119            + t/lib/selfloader.t
46120            ! MANIFEST lib/SelfLoader.pm
46121 ____________________________________________________________________________
46122 [  6182] By: jhi                                   on 2000/06/01  00:34:42
46123         Log: Be Cleaner Part Deux.
46124      Branch: cfgperl
46125            ! Makefile.SH
46126 ____________________________________________________________________________
46127 [  6181] By: jhi                                   on 2000/06/01  00:32:09
46128         Log: Integrate with Sarathy.
46129      Branch: cfgperl
46130           !> pp.c t/op/arith.t
46131 ____________________________________________________________________________
46132 [  6180] By: jhi                                   on 2000/06/01  00:31:13
46133         Log: microperl nits from Simon Cozens.
46134      Branch: cfgperl
46135            + uconfig.h
46136            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
46137            ! unixish.h
46138 ____________________________________________________________________________
46139 [  6179] By: gsar                                  on 2000/05/31  22:37:51
46140         Log: buggy modulus on UVs introduced by change#3378 (resulted in
46141              4063328477 % 65535 amounting to 27406, instead of 27407)
46142      Branch: perl
46143            ! pp.c t/op/arith.t
46144 ____________________________________________________________________________
46145 [  6178] By: jhi                                   on 2000/05/31  21:52:41
46146         Log: Be cleaner.
46147      Branch: cfgperl
46148            ! Makefile.SH
46149 ____________________________________________________________________________
46150 [  6177] By: jhi                                   on 2000/05/31  21:47:33
46151         Log: Substitution utf8 patch from Simon Cozens.
46152      Branch: cfgperl
46153            ! pp_hot.c
46154 ____________________________________________________________________________
46155 [  6176] By: jhi                                   on 2000/05/31  21:45:34
46156         Log: Single-quoted utf8 patch from Simon Cozens.
46157      Branch: cfgperl
46158            ! toke.c
46159 ____________________________________________________________________________
46160 [  6175] By: jhi                                   on 2000/05/31  21:40:18
46161         Log: Integrate with Sarathy.
46162      Branch: cfgperl
46163           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
46164 ____________________________________________________________________________
46165 [  6174] By: jhi                                   on 2000/05/31  21:37:31
46166         Log: microperl changes from Simon Cozens; Makefile for microperl
46167              written from scratch; few casts added as microperl compilation
46168              doesn't have all prototypes available.
46169      Branch: cfgperl
46170            + Makefile.micro README.micro Todo.micro uconfig.sh
46171            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
46172            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
46173      Branch: metaconfig
46174            + U/modified/Config_h.U
46175 ____________________________________________________________________________
46176 [  6173] By: jhi                                   on 2000/05/31  20:00:24
46177         Log: metaconfig maintenance.
46178      Branch: metaconfig
46179            + U/modified/Inhdr.U U/typedefs/inotype.U
46180      Branch: metaconfig/U/perl
46181            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
46182            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
46183 ____________________________________________________________________________
46184 [  6172] By: gsar                                  on 2000/05/31  05:05:42
46185         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
46186              (from Ilya Zakharevich)
46187      Branch: perl
46188            ! regexec.c t/op/re_tests
46189 ____________________________________________________________________________
46190 [  6171] By: gsar                                  on 2000/05/31  05:01:47
46191         Log: scalar() doesn't force scalar context when used in void context
46192              (from Simon Cozens)
46193      Branch: perl
46194            ! op.c t/op/wantarray.t
46195 ____________________________________________________________________________
46196 [  6170] By: gsar                                  on 2000/05/31  04:41:33
46197         Log: change#6142 needs tweaks to tests to work where there's no symlink()
46198              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
46199      Branch: perl
46200            ! t/lib/filefind.t
46201 ____________________________________________________________________________
46202 [  6169] By: gsar                                  on 2000/05/31  04:29:49
46203         Log: integrate cfgperl contents into mainline
46204      Branch: perl
46205           +> pod/perlmodlib.PL pod/perlnewmod.pod
46206           !> (integrate 42 files)
46207 ____________________________________________________________________________
46208 [  6168] By: jhi                                   on 2000/05/30  22:53:37
46209         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
46210      Branch: cfgperl
46211            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46212            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
46213            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
46214            ! win32/config.bc win32/config.gc win32/config.vc
46215            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
46216            ! win32/config_h.PL win32/config_sh.PL
46217      Branch: metaconfig/U/perl
46218            ! perlxv.U
46219 ____________________________________________________________________________
46220 [  6167] By: jhi                                   on 2000/05/30  22:20:21
46221         Log: tweak todo 
46222      Branch: cfgperl
46223            ! Todo-5.6
46224 ____________________________________________________________________________
46225 [  6166] By: jhi                                   on 2000/05/30  22:11:51
46226         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
46227              in case somebody wants to write an extension for more
46228              shadow database interfaces.
46229      Branch: cfgperl
46230            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46231            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
46232            ! vos/config.def vos/config.h vos/config_h.SH_orig
46233            ! win32/config.bc win32/config.gc win32/config.vc
46234            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
46235      Branch: metaconfig
46236            ! U/modified/Myinit.U
46237      Branch: metaconfig/U/perl
46238            + d_getespwnam.U d_getprpwnam.U i_prot.U
46239 ____________________________________________________________________________
46240 [  6165] By: jhi                                   on 2000/05/30  18:35:34
46241         Log: Integrate with Sarathy.
46242      Branch: cfgperl
46243           !> op.c
46244 ____________________________________________________________________________
46245 [  6164] By: jhi                                   on 2000/05/30  18:30:16
46246         Log: detypo
46247      Branch: cfgperl
46248            ! Configure config_h.SH
46249      Branch: metaconfig/U/perl
46250            ! perlxv.U
46251 ____________________________________________________________________________
46252 [  6163] By: gsar                                  on 2000/05/30  03:24:03
46253         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
46254      Branch: perl
46255            ! op.c
46256 ____________________________________________________________________________
46257 [  6162] By: gsar                                  on 2000/05/30  03:09:38
46258         Log: fix memory leak in method call optimization (change#3768);
46259              made C<eval "$x->foo()"> leak
46260      Branch: perl
46261            ! op.c
46262 ____________________________________________________________________________
46263 [  6161] By: jhi                                   on 2000/05/29  17:56:26
46264         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
46265              both from Simon Cozens.
46266      Branch: cfgperl
46267            + pod/perlmodlib.PL pod/perlnewmod.pod
46268            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
46269            ! pod/perlmodlib.pod pod/perltoc.pod
46270 ____________________________________________________________________________
46271 [  6160] By: jhi                                   on 2000/05/29  17:23:55
46272         Log: Changes for the File::Temp 0.08 (change #6159) test suite
46273              to fit better into the Perl distribution test framework.
46274      Branch: cfgperl
46275            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
46276            ! t/lib/ftmp-tempfile.t
46277 ____________________________________________________________________________
46278 [  6159] By: jhi                                   on 2000/05/29  16:55:36
46279         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
46280      Branch: cfgperl
46281            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
46282            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
46283 ____________________________________________________________________________
46284 [  6158] By: bailey                                on 2000/05/29  16:22:08
46285         Log: Add fallback to tmpfile for use in cases where user's relying on
46286              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
46287              Lane's patch)
46288      Branch: vmsperl
46289            ! vms/vms.c vms/vmsish.h
46290 ____________________________________________________________________________
46291 [  6157] By: jhi                                   on 2000/05/29  03:10:36
46292         Log: Regen Configure to jive with #6149.
46293      Branch: cfgperl
46294            ! Configure
46295      Branch: metaconfig
46296            ! U/modified/Getfile.U
46297 ____________________________________________________________________________
46298 [  6156] By: jhi                                   on 2000/05/29  03:01:38
46299         Log: Integrate with Sarathy.
46300      Branch: cfgperl
46301           +> ext/DynaLoader/dl_mac.xs
46302           !> (integrate 38 files)
46303 ____________________________________________________________________________
46304 [  6155] By: gsar                                  on 2000/05/28  21:15:58
46305         Log: small bug in change#6144; remove random \xA0 character that snuck
46306              in via change#6145
46307      Branch: perl
46308            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
46309 ____________________________________________________________________________
46310 [  6154] By: gsar                                  on 2000/05/28  21:04:19
46311         Log: avoid type mismatch warning
46312      Branch: perl
46313            ! perl.c
46314 ____________________________________________________________________________
46315 [  6153] By: gsar                                  on 2000/05/28  20:58:31
46316         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
46317              <nick@Bagpuss.uk.boo.com>)
46318      Branch: perl
46319            ! lib/Test/Harness.pm
46320 ____________________________________________________________________________
46321 [  6152] By: gsar                                  on 2000/05/28  20:53:42
46322         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
46323      Branch: perl
46324            ! regexec.c
46325 ____________________________________________________________________________
46326 [  6151] By: gsar                                  on 2000/05/28  20:50:28
46327         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
46328      Branch: perl
46329            ! regexec.c
46330 ____________________________________________________________________________
46331 [  6150] By: gsar                                  on 2000/05/28  20:39:58
46332         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
46333      Branch: perl
46334            ! pod/perlrequick.pod
46335 ____________________________________________________________________________
46336 [  6149] By: gsar                                  on 2000/05/28  20:35:16
46337         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
46338              <troc@netrus.net>)
46339      Branch: perl
46340            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
46341            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
46342            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
46343            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
46344 ____________________________________________________________________________
46345 [  6148] By: gsar                                  on 2000/05/28  20:21:07
46346         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
46347      Branch: perl
46348            ! lib/ExtUtils/MM_Unix.pm
46349 ____________________________________________________________________________
46350 [  6147] By: gsar                                  on 2000/05/28  20:12:41
46351         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
46352              (from Peter Prymmer)
46353      Branch: perl
46354            ! vms/subconfigure.com
46355 ____________________________________________________________________________
46356 [  6146] By: gsar                                  on 2000/05/28  20:06:15
46357         Log: doc typo
46358      Branch: perl
46359            ! lib/warnings.pm warnings.h warnings.pl
46360 ____________________________________________________________________________
46361 [  6145] By: gsar                                  on 2000/05/28  18:44:33
46362         Log: make xsubpp skip embedded pod (from Matthias Neeracher
46363              <neeri@iis.ee.ethz.ch>)
46364      Branch: perl
46365            ! lib/ExtUtils/xsubpp
46366 ____________________________________________________________________________
46367 [  6144] By: gsar                                  on 2000/05/28  18:42:49
46368         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
46369              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
46370              <neeri@iis.ee.ethz.ch>)
46371      Branch: perl
46372            ! lib/AutoSplit.pm
46373 ____________________________________________________________________________
46374 [  6143] By: gsar                                  on 2000/05/28  18:41:12
46375         Log: MacOS support, part 1 (from Matthias Neeracher
46376              <neeri@iis.ee.ethz.ch>)
46377      Branch: perl
46378            + ext/DynaLoader/dl_mac.xs
46379            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
46380            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
46381            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
46382            ! util.h
46383 ____________________________________________________________________________
46384 [  6142] By: gsar                                  on 2000/05/28  18:21:51
46385         Log: File::Find fails to chdir when chasing symlinks (from
46386              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
46387      Branch: perl
46388            ! lib/File/Find.pm t/lib/filefind.t
46389 ____________________________________________________________________________
46390 [  6141] By: jhi                                   on 2000/05/28  14:25:15
46391         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
46392              forwarded by Peter Seebach from the bsdi-users mailing list.
46393              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
46394      Branch: perl
46395            ! hints/bsdos.sh
46396 ____________________________________________________________________________
46397 [  6140] By: jhi                                   on 2000/05/28  14:11:57
46398         Log: Integrate with Sarathy.
46399      Branch: cfgperl
46400           +> (branch 30 files)
46401           !> (integrate 93 files)
46402 ____________________________________________________________________________
46403 [  6139] By: gsar                                  on 2000/05/28  10:01:48
46404         Log: revise mktables.PL for bugs and newness in Unicode 3.0
46405              (from James Bence <jbence@amgen.com>)
46406      Branch: perl
46407            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
46408            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
46409            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
46410            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
46411            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
46412            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
46413            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
46414            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
46415            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
46416            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
46417            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
46418            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
46419            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
46420            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
46421            + lib/unicode/Is/SylWU.pl
46422            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
46423            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
46424            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
46425            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
46426            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
46427            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
46428            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
46429            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
46430            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
46431            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
46432            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
46433            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
46434            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
46435            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
46436            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
46437            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
46438            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
46439            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
46440            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
46441            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
46442            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
46443            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
46444            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
46445            ! lib/unicode/Makefile lib/unicode/mktables.PL
46446 ____________________________________________________________________________
46447 [  6138] By: gsar                                  on 2000/05/28  08:50:32
46448         Log: add note about the handling of negative indices to tied arrays
46449              (from Michael G Schwern <schwern@pobox.com>)
46450      Branch: perl
46451            ! pod/perltie.pod
46452 ____________________________________________________________________________
46453 [  6137] By: gsar                                  on 2000/05/28  08:46:10
46454         Log: fix bogus redeclaration warning for "our" variables in different
46455              scopes
46456      Branch: perl
46457            ! op.c t/pragma/strict-vars
46458 ____________________________________________________________________________
46459 [  6136] By: gsar                                  on 2000/05/28  08:31:20
46460         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
46461      Branch: perl
46462            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
46463 ____________________________________________________________________________
46464 [  6135] By: gsar                                  on 2000/05/28  08:17:50
46465         Log: enable Test::Harness to dynamically determine column width etc.
46466              (from Rob Napier <rnapier@employees.org>)
46467      Branch: perl
46468            ! lib/Test/Harness.pm
46469 ____________________________________________________________________________
46470 [  6134] By: gsar                                  on 2000/05/28  08:13:39
46471         Log: make Test::Harness use wait.h/WCOREDUMP if available
46472              (from Ben Tilly <ben_tilly@hotmail.com>)
46473      Branch: perl
46474            ! lib/Test/Harness.pm
46475 ____________________________________________________________________________
46476 [  6133] By: gsar                                  on 2000/05/28  08:08:05
46477         Log: elide bogus test in change#6132
46478      Branch: perl
46479            ! t/pragma/warn/9enabled
46480 ____________________________________________________________________________
46481 [  6132] By: gsar                                  on 2000/05/28  08:03:14
46482         Log: warnings::enabled() doesn't fall back to looking at $^W if
46483              caller isn't using lexical warnings (from Paul Marquess)
46484      Branch: perl
46485            ! pp_ctl.c t/pragma/warn/9enabled
46486 ____________________________________________________________________________
46487 [  6131] By: gsar                                  on 2000/05/28  07:57:47
46488         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
46489      Branch: perl
46490            ! ext/POSIX/POSIX.pm
46491 ____________________________________________________________________________
46492 [  6130] By: gsar                                  on 2000/05/28  07:29:12
46493         Log: fix places that mean C<"word" character> but say C<alphanumeric
46494              character>
46495      Branch: perl
46496            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
46497 ____________________________________________________________________________
46498 [  6129] By: gsar                                  on 2000/05/28  07:18:41
46499         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
46500      Branch: perl
46501            ! vms/test.com
46502 ____________________________________________________________________________
46503 [  6128] By: gsar                                  on 2000/05/28  07:12:55
46504         Log: new perlxstut example for passing/returning refs to arrays
46505              (from David Lowe <dlowe@pootpoot.com>)
46506      Branch: perl
46507            ! pod/perlxstut.pod
46508 ____________________________________________________________________________
46509 [  6127] By: gsar                                  on 2000/05/28  07:02:50
46510         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
46511              failed (from Gisle Aas)
46512      Branch: perl
46513            ! cop.h perl.c
46514 ____________________________________________________________________________
46515 [  6126] By: gsar                                  on 2000/05/28  06:39:53
46516         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
46517              (reworked variant of patch suggested by Simon Cozens)
46518      Branch: perl
46519            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
46520            ! pp_hot.c proto.h t/op/gv.t
46521 ____________________________________________________________________________
46522 [  6125] By: gsar                                  on 2000/05/28  05:14:55
46523         Log: enable propagating exception objects via Perl_croak() in XS code
46524              (from Gisle Aas)
46525      Branch: perl
46526            ! util.c
46527 ____________________________________________________________________________
46528 [  6124] By: gsar                                  on 2000/05/28  05:07:28
46529         Log: integrate vmsperl contents into mainline
46530      Branch: perl
46531           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
46532           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
46533           !> vms/vmsish.h
46534 ____________________________________________________________________________
46535 [  6123] By: gsar                                  on 2000/05/28  05:03:53
46536         Log: clarify gotcha with #line directives (from Rocco Caputo
46537              <troc@netrus.net>)
46538      Branch: perl
46539            ! pod/perldebug.pod pod/perlsyn.pod
46540 ____________________________________________________________________________
46541 [  6122] By: gsar                                  on 2000/05/28  04:58:29
46542         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
46543              (from Mark-Jason Dominus)
46544      Branch: perl
46545            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
46546            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
46547            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
46548            ! toke.c
46549 ____________________________________________________________________________
46550 [  6121] By: bailey                                on 2000/05/25  04:46:54
46551         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
46552              lists (based on fixes by Craig Berry)
46553      Branch: vmsperl
46554            ! lib/File/Spec/VMS.pm
46555 ____________________________________________________________________________
46556 [  6120] By: bailey                                on 2000/05/25  04:25:38
46557         Log: Add missing escape (Charles Lane)
46558      Branch: vmsperl
46559            ! t/op/lex_assign.t
46560 ____________________________________________________________________________
46561 [  6119] By: bailey                                on 2000/05/25  04:21:25
46562         Log: Quiet error messages in vmsish.t (Charles Lane)
46563      Branch: vmsperl
46564            ! vms/ext/vmsish.t
46565 ____________________________________________________________________________
46566 [  6118] By: bailey                                on 2000/05/25  04:17:57
46567         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
46568              Flatten case labels in switch statements uniformly (Charles Bailey)
46569      Branch: vmsperl
46570            ! vms/vms.c
46571 ____________________________________________________________________________
46572 [  6117] By: bailey                                on 2000/05/25  03:58:09
46573         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
46574      Branch: vmsperl
46575            ! vms/vmsish.h
46576 ____________________________________________________________________________
46577 [  6116] By: bailey                                on 2000/05/25  03:11:15
46578         Log: Miscellaneous cosmetic fixes (Charles Lane)
46579      Branch: vmsperl
46580            ! lib/ExtUtils/MM_VMS.pm
46581 ____________________________________________________________________________
46582 [  6115] By: bailey                                on 2000/05/25  03:10:36
46583         Log: Add bounds checking for several strings (Charles Lane)
46584      Branch: vmsperl
46585            ! vms/vms.c
46586 ____________________________________________________________________________
46587 [  6114] By: bailey                                on 2000/05/25  02:25:34
46588         Log: Urk -- undo previous removal of vmsish 'exit' change
46589      Branch: vmsperl
46590            ! vms/ext/vmsish.pm vms/vmsish.h
46591 ____________________________________________________________________________
46592 [  6113] By: bailey                                on 2000/05/24  02:24:40
46593         Log: Ugly workaround for version-specific RTL error
46594      Branch: vmsperl
46595            ! vms/vms.c
46596 ____________________________________________________________________________
46597 [  6112] By: bailey                                on 2000/05/24  02:19:55
46598         Log: Check for existence of file before trying to delete
46599      Branch: vmsperl
46600            ! vms/test.com
46601 ____________________________________________________________________________
46602 [  6111] By: bailey                                on 2000/05/23  23:35:13
46603         Log: Resync with mainline prior to post-5.6.0 updates
46604      Branch: vmsperl
46605           +> (branch 49 files)
46606            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
46607            ! vms/ext/vmsish.pm
46608           !> (integrate 334 files)
46609 ____________________________________________________________________________
46610 [  6110] By: jhi                                   on 2000/05/23  19:28:32
46611         Log: todo tweak
46612      Branch: cfgperl
46613            ! Todo-5.6
46614 ____________________________________________________________________________
46615 [  6109] By: jhi                                   on 2000/05/18  17:38:54
46616         Log: Integrate with Sarathy.
46617      Branch: cfgperl
46618           !> mg.c perl.h win32/perlhost.h
46619 ____________________________________________________________________________
46620 [  6108] By: gsar                                  on 2000/05/17  02:24:56
46621         Log: reenable fake signal handling on Windows, bugs and all
46622      Branch: perl
46623            ! mg.c perl.h win32/perlhost.h
46624 ____________________________________________________________________________
46625 [  6107] By: jhi                                   on 2000/05/15  18:01:41
46626         Log: Tweak the todo list.
46627      Branch: cfgperl
46628            ! Todo-5.6
46629 ____________________________________________________________________________
46630 [  6106] By: jhi                                   on 2000/05/15  13:41:48
46631         Log: The (Configure) script refuses to go on, after asking for
46632              'You may also choose to try maximal 64-bitness....'.
46633              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
46634              -- Patrick Zima
46635              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
46636      Branch: cfgperl
46637            ! hints/solaris_2.sh
46638 ____________________________________________________________________________
46639 [  6105] By: jhi                                   on 2000/05/11  14:37:43
46640         Log: Integrate with Sarathy.
46641      Branch: cfgperl
46642           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
46643           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
46644 ____________________________________________________________________________
46645 [  6104] By: gsar                                  on 2000/05/11  03:39:07
46646         Log: PL_sys_intern was being initialized too late on windows
46647      Branch: perl
46648            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
46649            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
46650 ____________________________________________________________________________
46651 [  6103] By: jhi                                   on 2000/05/09  19:42:20
46652         Log: Test tweaking for Unicos continues.
46653      Branch: cfgperl
46654            ! t/op/64bitint.t
46655 ____________________________________________________________________________
46656 [  6102] By: jhi                                   on 2000/05/09  16:47:27
46657         Log: The test suite tweak in #6101 wasn't quite right.
46658      Branch: cfgperl
46659            ! t/lib/complex.t
46660 ____________________________________________________________________________
46661 [  6101] By: jhi                                   on 2000/05/09  15:35:34
46662         Log: Hints and test tweaks for Unicos.
46663      Branch: cfgperl
46664            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
46665 ____________________________________________________________________________
46666 [  6100] By: jhi                                   on 2000/05/08  21:15:06
46667         Log: More compilation tweakery from Allen Smith.
46668      Branch: cfgperl
46669            ! hints/irix_6.sh
46670 ____________________________________________________________________________
46671 [  6099] By: jhi                                   on 2000/05/08  19:21:18
46672         Log: Tweaks for the cc bugs from Allen Smith.
46673      Branch: cfgperl
46674            ! hints/irix_6.sh
46675 ____________________________________________________________________________
46676 [  6098] By: jhi                                   on 2000/05/08  19:13:37
46677         Log: Add a note about other, yet unsupported, shadow password APIs.
46678      Branch: cfgperl
46679            ! pp_sys.c
46680 ____________________________________________________________________________
46681 [  6097] By: jhi                                   on 2000/05/08  18:46:34
46682         Log: Add a note about possible compilation problems from Allen Smith.
46683      Branch: cfgperl
46684            ! hints/irix_6.sh
46685 ____________________________________________________________________________
46686 [  6096] By: jhi                                   on 2000/05/08  17:33:10
46687         Log: Integrate with Sarathy.
46688      Branch: cfgperl
46689           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
46690           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
46691 ____________________________________________________________________________
46692 [  6095] By: jhi                                   on 2000/05/08  16:21:33
46693         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
46694              might be useful in future.
46695      Branch: cfgperl
46696            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46697            ! config_h.SH
46698      Branch: metaconfig
46699            ! U/installdirs/inc_version_list.U
46700      Branch: metaconfig/U/perl
46701            ! perlxv.U
46702 ____________________________________________________________________________
46703 [  6094] By: gsar                                  on 2000/05/08  14:22:22
46704         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
46705      Branch: perl
46706            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
46707            ! hints/cygwin.sh pp_sys.c
46708 ____________________________________________________________________________
46709 [  6093] By: gsar                                  on 2000/05/08  12:52:28
46710         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
46711              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
46712      Branch: perl
46713            ! pp_sys.c sv.c win32/perlhost.h
46714 ____________________________________________________________________________
46715 [  6092] By: jhi                                   on 2000/05/07  22:40:34
46716         Log: Regen perltoc with the fixed buildtoc.
46717      Branch: cfgperl
46718            ! pod/perltoc.pod
46719 ____________________________________________________________________________
46720 [  6091] By: jhi                                   on 2000/05/07  22:24:16
46721         Log: Integrate with Sarathy.
46722      Branch: cfgperl
46723           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
46724           !> t/op/substr.t toke.c
46725 ____________________________________________________________________________
46726 [  6090] By: gsar                                  on 2000/05/07  19:47:07
46727         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
46728              [NI]OK; added tests for both
46729      Branch: perl
46730            ! perl.c pp_hot.c sv.c t/op/substr.t
46731 ____________________________________________________________________________
46732 [  6089] By: gsar                                  on 2000/05/07  18:18:38
46733         Log: buildtoc tweak to fix newline lossage
46734      Branch: perl
46735            ! pod/buildtoc
46736 ____________________________________________________________________________
46737 [  6088] By: jhi                                   on 2000/05/07  16:35:36
46738         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
46739              because we do not use those.  The HAS_GETSPNAM remains,
46740              though, because we still do use that.
46741      Branch: cfgperl
46742            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46743            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
46744            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
46745            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
46746            ! win32/config.vc win32/config_H.bc win32/config_H.gc
46747            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
46748 ____________________________________________________________________________
46749 [  6087] By: gsar                                  on 2000/05/07  16:05:16
46750         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
46751      Branch: perl
46752            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
46753 ____________________________________________________________________________
46754 [  6086] By: jhi                                   on 2000/05/07  15:27:07
46755         Log: Integrate with Sarathy.
46756      Branch: cfgperl
46757           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
46758           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
46759           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
46760           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
46761           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
46762           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
46763 ____________________________________________________________________________
46764 [  6085] By: gsar                                  on 2000/05/07  05:52:02
46765         Log: repeat operator (x) doesn't preserve utf8-ness
46766      Branch: perl
46767            ! pp.c t/op/substr.t
46768 ____________________________________________________________________________
46769 [  6084] By: gsar                                  on 2000/05/07  05:39:55
46770         Log: substr() does not preserve utf8-ness (from Stefan Eissing
46771              <Eissing@medicaldataservice.de>); added tests
46772      Branch: perl
46773            ! pp.c t/op/substr.t
46774 ____________________________________________________________________________
46775 [  6083] By: gsar                                  on 2000/05/07  05:24:46
46776         Log: note about undocumented caller() return value (from M.J.T. Guy);
46777              yet another peek.t tweak
46778      Branch: perl
46779            ! pod/perlfunc.pod t/lib/peek.t
46780 ____________________________________________________________________________
46781 [  6082] By: gsar                                  on 2000/05/07  05:08:40
46782         Log: peek.t non-portable to ithreads
46783      Branch: perl
46784            ! t/lib/peek.t
46785 ____________________________________________________________________________
46786 [  6081] By: gsar                                  on 2000/05/07  04:17:04
46787         Log: better default perlbug categories for ok reports (from Richard Foley)
46788      Branch: perl
46789            ! utils/perlbug.PL
46790 ____________________________________________________________________________
46791 [  6080] By: gsar                                  on 2000/05/07  04:08:07
46792         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
46793              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
46794      Branch: perl
46795            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
46796            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
46797            ! AUTHORS MAINTAIN MANIFEST
46798 ____________________________________________________________________________
46799 [  6079] By: gsar                                  on 2000/05/07  04:01:38
46800         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
46801      Branch: perl
46802            ! lib/Carp/Heavy.pm
46803 ____________________________________________________________________________
46804 [  6078] By: gsar                                  on 2000/05/07  01:24:19
46805         Log: workaround for CRT bug in chdir() (from Charles Lane, via
46806              Peter Prymmer)
46807      Branch: perl
46808            ! iperlsys.h vms/vms.c vms/vmsish.h
46809 ____________________________________________________________________________
46810 [  6077] By: gsar                                  on 2000/05/07  01:22:23
46811         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
46812              and Tom Phoenix)
46813      Branch: perl
46814            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
46815 ____________________________________________________________________________
46816 [  6076] By: gsar                                  on 2000/05/06  17:36:29
46817         Log: integrate cfgperl contents into mainline
46818      Branch: perl
46819           +> t/lib/peek.t
46820           !> Configure MANIFEST Porting/Glossary Porting/config.sh
46821           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
46822           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
46823           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
46824 ____________________________________________________________________________
46825 [  6075] By: jhi                                   on 2000/05/05  18:56:10
46826         Log: Make the test more portable.
46827      Branch: cfgperl
46828            ! t/lib/peek.t
46829 ____________________________________________________________________________
46830 [  6074] By: jhi                                   on 2000/05/05  18:49:20
46831         Log: Introduce t/lib/peek.t.
46832      Branch: cfgperl
46833            + t/lib/peek.t
46834            ! MANIFEST
46835 ____________________________________________________________________________
46836 [  6073] By: jhi                                   on 2000/05/05  14:30:45
46837         Log: Complex tweaks.
46838      Branch: cfgperl
46839            ! lib/Math/Complex.pm t/lib/complex.t
46840 ____________________________________________________________________________
46841 [  6072] By: jhi                                   on 2000/05/05  12:27:13
46842         Log: Integrate with Sarathy.
46843      Branch: cfgperl
46844           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
46845           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
46846           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
46847           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
46848 ____________________________________________________________________________
46849 [  6071] By: gsar                                  on 2000/05/05  02:24:46
46850         Log: misformatted perllocal.pod (from Tim Jenness
46851              <t.jenness@jach.hawaii.edu>)
46852      Branch: perl
46853            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
46854 ____________________________________________________________________________
46855 [  6070] By: gsar                                  on 2000/05/05  02:16:52
46856         Log: remove misleading comment (from M.J.T. Guy)
46857      Branch: perl
46858            ! t/lib/anydbm.t
46859 ____________________________________________________________________________
46860 [  6069] By: gsar                                  on 2000/05/05  02:15:13
46861         Log: File::Spec compatibility update (from Barrie Slaymaker
46862              <barries@slaysys.com>)
46863      Branch: perl
46864            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
46865            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
46866 ____________________________________________________________________________
46867 [  6068] By: gsar                                  on 2000/05/05  02:01:50
46868         Log: note about values()
46869      Branch: perl
46870            ! pod/perlfunc.pod
46871 ____________________________________________________________________________
46872 [  6067] By: gsar                                  on 2000/05/05  01:33:09
46873         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
46874      Branch: perl
46875            ! win32/win32.c
46876 ____________________________________________________________________________
46877 [  6066] By: gsar                                  on 2000/05/05  01:23:43
46878         Log: s/END/CHECK/
46879      Branch: perl
46880            ! perl.c
46881 ____________________________________________________________________________
46882 [  6065] By: jhi                                   on 2000/05/04  17:30:22
46883         Log: Integrate with Sarathy.
46884      Branch: cfgperl
46885           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
46886 ____________________________________________________________________________
46887 [  6064] By: gsar                                  on 2000/05/04  17:26:14
46888         Log: change#5905 wasn't quite right--it's intent only applies when arguments
46889              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
46890      Branch: perl
46891            ! pp_sys.c sv.c
46892 ____________________________________________________________________________
46893 [  6063] By: gsar                                  on 2000/05/04  16:52:29
46894         Log: tokeq() could read unallocated field in argument
46895      Branch: perl
46896            ! toke.c
46897 ____________________________________________________________________________
46898 [  6062] By: gsar                                  on 2000/05/04  16:34:51
46899         Log: additional tests for utf8.t
46900      Branch: perl
46901            ! t/pragma/utf8.t
46902 ____________________________________________________________________________
46903 [  6061] By: gsar                                  on 2000/05/04  16:09:28
46904         Log: change#5921 neglected to make eq honor "use bytes"
46905      Branch: perl
46906            ! sv.c
46907 ____________________________________________________________________________
46908 [  6060] By: jhi                                   on 2000/05/04  15:30:16
46909         Log: Integrate with Sarathy.
46910      Branch: cfgperl
46911           !> perl.c regcomp.c t/pragma/utf8.t
46912 ____________________________________________________________________________
46913 [  6059] By: jhi                                   on 2000/05/04  15:26:37
46914         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
46915              in natively 64-bit platforms where a long is a quad (no need
46916              for long longs).  Also added bias for IVs.
46917      Branch: cfgperl
46918            ! toke.c
46919 ____________________________________________________________________________
46920 [  6058] By: gsar                                  on 2000/05/04  00:19:14
46921         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
46922              (spotted by Donald Kinzer <dkinzer@premia.com>)
46923      Branch: perl
46924            ! perl.c
46925 ____________________________________________________________________________
46926 [  6057] By: gsar                                  on 2000/05/03  18:34:01
46927         Log: fix broken parsing of /\x{ab}/
46928      Branch: perl
46929            ! regcomp.c t/pragma/utf8.t
46930 ____________________________________________________________________________
46931 [  6056] By: jhi                                   on 2000/05/03  17:57:16
46932         Log: The search of infinity continues, this time simplified.
46933      Branch: cfgperl
46934            ! lib/Math/Complex.pm
46935 ____________________________________________________________________________
46936 [  6055] By: jhi                                   on 2000/05/03  17:45:30
46937         Log: Detypo.
46938      Branch: cfgperl
46939            ! hints/unicos.sh
46940 ____________________________________________________________________________
46941 [  6054] By: jhi                                   on 2000/05/02  22:28:27
46942         Log: Be more forgiving in POSIX about HUGE_VALL.
46943      Branch: cfgperl
46944            ! ext/POSIX/POSIX.xs
46945 ____________________________________________________________________________
46946 [  6053] By: jhi                                   on 2000/05/02  22:25:05
46947         Log: Integrate with Sarathy.
46948      Branch: cfgperl
46949           !> hints/irix_6.sh pod/perlop.pod
46950 ____________________________________________________________________________
46951 [  6052] By: jhi                                   on 2000/05/02  22:24:31
46952         Log: Unicos hint tweak.
46953      Branch: cfgperl
46954            ! hints/unicos.sh
46955 ____________________________________________________________________________
46956 [  6051] By: jhi                                   on 2000/05/02  22:21:26
46957         Log: Complex tweakery.
46958      Branch: cfgperl
46959            ! lib/Math/Complex.pm t/lib/complex.t
46960 ____________________________________________________________________________
46961 [  6050] By: jhi                                   on 2000/05/02  19:26:22
46962         Log: Use setxxent()/endxxent().
46963      Branch: cfgperl
46964            ! t/op/grent.t t/op/pwent.t
46965 ____________________________________________________________________________
46966 [  6049] By: jhi                                   on 2000/05/02  19:06:02
46967         Log: Test both the scalar and list contexts.
46968      Branch: cfgperl
46969            ! t/op/grent.t t/op/pwent.t
46970 ____________________________________________________________________________
46971 [  6048] By: gsar                                  on 2000/05/02  18:29:10
46972         Log: add note about how $( doesn't interpolate in REs (from
46973              Philip Newton <newton@ficus.frogspace.net>)
46974      Branch: perl
46975            ! pod/perlop.pod
46976 ____________________________________________________________________________
46977 [  6047] By: jhi                                   on 2000/05/02  17:41:24
46978         Log: Call getspnam() only iff needd.
46979      Branch: cfgperl
46980            ! pp_sys.c
46981 ____________________________________________________________________________
46982 [  6046] By: gsar                                  on 2000/05/02  17:07:25
46983         Log: libscheck has insufficient checks for n32 libs (from
46984              Albert Chin-A-Young <china@thewrittenword.com>)
46985      Branch: perl
46986            ! hints/irix_6.sh
46987 ____________________________________________________________________________
46988 [  6045] By: jhi                                   on 2000/05/02  13:57:17
46989         Log: Integrate with Sarathy.
46990      Branch: cfgperl
46991           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
46992           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
46993 ____________________________________________________________________________
46994 [  6044] By: gsar                                  on 2000/05/02  06:48:19
46995         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
46996              such that underscores are only ignored in literal numbers,
46997              "\x{...}", and hex/oct argument
46998      Branch: perl
46999            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
47000 ____________________________________________________________________________
47001 [  6043] By: gsar                                  on 2000/05/02  02:22:29
47002         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
47003      Branch: perl
47004            ! pod/perlretut.pod
47005 ____________________________________________________________________________
47006 [  6042] By: gsar                                  on 2000/05/02  02:17:51
47007         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
47008      Branch: perl
47009            ! pod/perltrap.pod
47010 ____________________________________________________________________________
47011 [  6041] By: gsar                                  on 2000/05/02  01:53:51
47012         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
47013              to compensate
47014      Branch: perl
47015            ! Porting/makerel
47016 ____________________________________________________________________________
47017 [  6040] By: gsar                                  on 2000/05/02  01:51:57
47018         Log: missing files in MANIFEST
47019      Branch: perl
47020            ! MANIFEST
47021 ____________________________________________________________________________
47022 [  6039] By: jhi                                   on 2000/05/02  00:36:46
47023         Log: Infinite problems.
47024      Branch: cfgperl
47025            ! lib/Math/Complex.pm
47026 ____________________________________________________________________________
47027 [  6038] By: jhi                                   on 2000/05/02  00:06:38
47028         Log: pwent/spent #ifdef imbalance.
47029      Branch: cfgperl
47030            ! pp_sys.c
47031 ____________________________________________________________________________
47032 [  6037] By: jhi                                   on 2000/05/01  22:50:11
47033         Log: Use HUGE_VALL if applicable.
47034      Branch: cfgperl
47035            ! ext/POSIX/POSIX.xs util.c
47036 ____________________________________________________________________________
47037 [  6036] By: jhi                                   on 2000/05/01  22:20:53
47038         Log: Correct Freudian slip.
47039      Branch: cfgperl
47040            ! pp_sys.c
47041 ____________________________________________________________________________
47042 [  6035] By: jhi                                   on 2000/05/01  21:07:38
47043         Log: Continue on the pwent/spent case.
47044      Branch: cfgperl
47045            ! pp_sys.c
47046 ____________________________________________________________________________
47047 [  6034] By: jhi                                   on 2000/05/01  17:45:14
47048         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
47049              adjustments in 6032 conflicted badly with this, will have
47050              to revisit them later.
47051      Branch: cfgperl
47052           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
47053           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
47054           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
47055           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
47056           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
47057           !> t/lib/cgi-html.t t/lib/cgi-request.t
47058 ____________________________________________________________________________
47059 [  6033] By: jhi                                   on 2000/05/01  17:40:49
47060         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
47061      Branch: cfgperl
47062            ! pp_sys.c
47063 ____________________________________________________________________________
47064 [  6032] By: gsar                                  on 2000/05/01  15:56:32
47065         Log: whitespace adjustments
47066      Branch: perl
47067            ! pp_sys.c
47068 ____________________________________________________________________________
47069 [  6031] By: gsar                                  on 2000/05/01  15:19:41
47070         Log: small nits in diagnostics.pm (from Robin Barker)
47071      Branch: perl
47072            ! lib/diagnostics.pm pod/perldiag.pod
47073 ____________________________________________________________________________
47074 [  6030] By: gsar                                  on 2000/05/01  08:39:18
47075         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
47076              for @- and @+ (from Johan Vromans)
47077      Branch: perl
47078            ! lib/English.pm pod/perlvar.pod
47079 ____________________________________________________________________________
47080 [  6029] By: gsar                                  on 2000/05/01  08:16:10
47081         Log: add CGI.pm v2.66 (from Lincoln Stein)
47082      Branch: perl
47083            + lib/CGI/Util.pm t/lib/cgi-pretty.t
47084            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
47085            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
47086            ! t/lib/cgi-html.t t/lib/cgi-request.t
47087 ____________________________________________________________________________
47088 [  6028] By: gsar                                  on 2000/05/01  06:34:41
47089         Log: Pod::Man generates groff-incompatible macro definition (from
47090              Tom Christiansen)
47091      Branch: perl
47092            ! lib/Pod/Man.pm
47093 ____________________________________________________________________________
47094 [  6027] By: gsar                                  on 2000/05/01  06:31:36
47095         Log: podlators-1.02 update (from Russ Allbery)
47096      Branch: perl
47097            ! lib/Pod/Man.pm lib/Pod/Text.pm
47098 ____________________________________________________________________________
47099 [  6026] By: jhi                                   on 2000/04/30  23:24:23
47100         Log: Integrate with Sarathy.
47101      Branch: cfgperl
47102           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
47103           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
47104           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
47105           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
47106           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
47107           !> t/lib/syslog.t toke.c win32/win32.h
47108 ____________________________________________________________________________
47109 [  6025] By: gsar                                  on 2000/04/30  18:17:47
47110         Log: Is{Alnum,Alpha,Word} don't match titlecase
47111              
47112              TODO: IsSpace is defined recursively!
47113              
47114              (both spotted by Larry)
47115      Branch: perl
47116            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
47117            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
47118 ____________________________________________________________________________
47119 [  6024] By: gsar                                  on 2000/04/30  17:50:19
47120         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
47121              (from Hugo van der Sanden)
47122      Branch: perl
47123            ! toke.c
47124 ____________________________________________________________________________
47125 [  6023] By: gsar                                  on 2000/04/30  17:14:43
47126         Log: debugger stomps on $. (from M.J.T. Guy)
47127      Branch: perl
47128            ! lib/perl5db.pl
47129 ____________________________________________________________________________
47130 [  6022] By: gsar                                  on 2000/04/30  16:59:22
47131         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
47132      Branch: perl
47133            ! sv.c
47134 ____________________________________________________________________________
47135 [  6021] By: gsar                                  on 2000/04/29  21:00:08
47136         Log: remove Win2K issue in pod (fixed by change#6020)
47137      Branch: perl
47138            ! README.win32 pod/perl56delta.pod
47139 ____________________________________________________________________________
47140 [  6020] By: gsar                                  on 2000/04/29  20:51:49
47141         Log: test tweak
47142      Branch: perl
47143            ! t/lib/open3.t
47144 ____________________________________________________________________________
47145 [  6019] By: gsar                                  on 2000/04/29  20:34:27
47146         Log: windows portability tweaks
47147      Branch: perl
47148            ! t/lib/b.t win32/win32.h
47149 ____________________________________________________________________________
47150 [  6018] By: gsar                                  on 2000/04/29  19:55:24
47151         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
47152              make _PATH_LOG() return "" if unavailable
47153      Branch: perl
47154            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
47155            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
47156 ____________________________________________________________________________
47157 [  6017] By: jhi                                   on 2000/04/28  22:49:46
47158         Log: Integrate with Sarathy.
47159      Branch: cfgperl
47160           !> op.c perl.c pod/perldiag.pod t/lib/b.t
47161 ____________________________________________________________________________
47162 [  6016] By: jhi                                   on 2000/04/28  22:46:14
47163         Log: Do not warn that an infinity does not look like a number.
47164      Branch: cfgperl
47165            ! sv.c
47166 ____________________________________________________________________________
47167 [  6015] By: gsar                                  on 2000/04/28  22:35:49
47168         Log: tweak test for portability
47169      Branch: perl
47170            ! t/lib/b.t
47171 ____________________________________________________________________________
47172 [  6014] By: gsar                                  on 2000/04/28  22:05:31
47173         Log: glob() loading File::Glob behind the scenes may cause syntax errors
47174      Branch: perl
47175            ! op.c
47176 ____________________________________________________________________________
47177 [  6013] By: gsar                                  on 2000/04/28  21:25:22
47178         Log: tweak change#5945 to display correct switch name in diagnostic
47179      Branch: perl
47180            ! perl.c pod/perldiag.pod
47181 ____________________________________________________________________________
47182 [  6012] By: jhi                                   on 2000/04/28  21:08:12
47183         Log: Integrate with Sarathy.
47184      Branch: cfgperl
47185           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
47186           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
47187           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
47188 ____________________________________________________________________________
47189 [  6011] By: jhi                                   on 2000/04/28  21:04:46
47190         Log: &HUGE_VAL is not defined, it exists.
47191      Branch: cfgperl
47192            ! lib/Math/Complex.pm
47193 ____________________________________________________________________________
47194 [  6010] By: gsar                                  on 2000/04/28  21:02:58
47195         Log: clarify note about shadow password support (from
47196              gellyfish@gellyfish.com)
47197      Branch: perl
47198            ! pod/perlfunc.pod
47199 ____________________________________________________________________________
47200 [  6009] By: gsar                                  on 2000/04/28  21:00:00
47201         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
47202      Branch: perl
47203            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
47204 ____________________________________________________________________________
47205 [  6008] By: gsar                                  on 2000/04/28  20:56:33
47206         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
47207      Branch: perl
47208            ! installperl vms/subconfigure.com
47209 ____________________________________________________________________________
47210 [  6007] By: gsar                                  on 2000/04/28  20:51:21
47211         Log: note about compile failures and END blocks (from M.J.T. Guy)
47212      Branch: perl
47213            ! pod/perl56delta.pod pod/perlmod.pod
47214 ____________________________________________________________________________
47215 [  6006] By: jhi                                   on 2000/04/28  20:42:14
47216         Log: Regen Configure.
47217      Branch: cfgperl
47218            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47219            ! config_h.SH
47220 ____________________________________________________________________________
47221 [  6005] By: gsar                                  on 2000/04/28  20:41:16
47222         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
47223      Branch: perl
47224            ! utils/perldoc.PL
47225 ____________________________________________________________________________
47226 [  6004] By: jhi                                   on 2000/04/28  20:28:21
47227         Log: Integrate with Sarathy.
47228      Branch: cfgperl
47229           !> Configure INSTALL Porting/Glossary Porting/config.sh
47230           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
47231           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
47232           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
47233           !> win32/config.vc win32/win32.c
47234 ____________________________________________________________________________
47235 [  6003] By: gsar                                  on 2000/04/28  20:11:20
47236         Log: allow REG_EXPAND_SZ keys in Windows registry (from
47237              John Clayton <John.Clayton@barclayscapital.com>)
47238      Branch: perl
47239            ! win32/win32.c
47240 ____________________________________________________________________________
47241 [  6002] By: gsar                                  on 2000/04/28  19:34:16
47242         Log: destructive sv_setsv() can lose UV-ness from source, causing
47243              numeric promotions/comparisons to fail to do the right thing
47244      Branch: perl
47245            ! sv.c
47246 ____________________________________________________________________________
47247 [  6001] By: gsar                                  on 2000/04/28  18:44:15
47248         Log: support additional library locations via $Config{otherlibdirs}
47249              (from Andy Dougherty)
47250      Branch: perl
47251            ! Configure INSTALL Porting/Glossary Porting/config.sh
47252            ! Porting/config_H config_h.SH epoc/config.sh perl.c
47253            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
47254            ! win32/config.bc win32/config.gc win32/config.vc
47255 ____________________________________________________________________________
47256 [  6000] By: gsar                                  on 2000/04/28  18:26:58
47257         Log: reworked otherlibdirs.U (from Andy Dougherty)
47258      Branch: metaconfig
47259            ! U/installdirs/otherlibdirs.U
47260 ____________________________________________________________________________
47261 [  5999] By: gsar                                  on 2000/04/28  18:17:07
47262         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
47263      Branch: perl
47264            ! t/pragma/warn/toke toke.c
47265 ____________________________________________________________________________
47266 [  5998] By: jhi                                   on 2000/04/28  13:32:17
47267         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
47268      Branch: cfgperl
47269            ! lib/Math/Complex.pm
47270 ____________________________________________________________________________
47271 [  5997] By: jhi                                   on 2000/04/28  13:14:04
47272         Log: Preserve $!.
47273      Branch: cfgperl
47274            ! lib/Math/Complex.pm
47275 ____________________________________________________________________________
47276 [  5996] By: jhi                                   on 2000/04/28  12:59:23
47277         Log: Integrate with Sarathy.
47278      Branch: cfgperl
47279           +> pod/perlrequick.pod pod/perlretut.pod
47280           !> (integrate 51 files)
47281 ____________________________________________________________________________
47282 [  5995] By: gsar                                  on 2000/04/28  09:37:36
47283         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
47284      Branch: perl
47285            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
47286 ____________________________________________________________________________
47287 [  5994] By: gsar                                  on 2000/04/28  09:33:26
47288         Log: fix for missed accounting for null byte in pack("Z",...) (from
47289              M.J.T. Guy)
47290      Branch: perl
47291            ! pp.c t/op/pack.t
47292 ____________________________________________________________________________
47293 [  5993] By: gsar                                  on 2000/04/28  09:30:05
47294         Log: various minor tweaks seen on p5p
47295      Branch: perl
47296            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
47297 ____________________________________________________________________________
47298 [  5992] By: gsar                                  on 2000/04/28  09:08:19
47299         Log: pod nit (from Simon Cozens)
47300      Branch: perl
47301            ! pod/perlop.pod
47302 ____________________________________________________________________________
47303 [  5991] By: gsar                                  on 2000/04/28  09:06:36
47304         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
47305      Branch: perl
47306            ! README.posix-bc hints/posix-bc.sh
47307 ____________________________________________________________________________
47308 [  5990] By: gsar                                  on 2000/04/28  08:54:52
47309         Log: use $ENV{LIB} to search for libs under Visual C compiler
47310              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
47311      Branch: perl
47312            ! lib/ExtUtils/Liblist.pm
47313 ____________________________________________________________________________
47314 [  5989] By: gsar                                  on 2000/04/28  08:27:12
47315         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
47316              itself and no other (from Tom Hughes)
47317      Branch: perl
47318            ! t/op/array.t toke.c
47319 ____________________________________________________________________________
47320 [  5988] By: gsar                                  on 2000/04/28  08:01:38
47321         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
47322              <paul@miraclefish.com>)
47323      Branch: perl
47324            ! lib/ExtUtils/MakeMaker.pm
47325 ____________________________________________________________________________
47326 [  5987] By: gsar                                  on 2000/04/28  07:53:09
47327         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
47328      Branch: perl
47329            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
47330 ____________________________________________________________________________
47331 [  5986] By: gsar                                  on 2000/04/28  07:44:17
47332         Log: add regular expressions tutorial and quick-start guide (from
47333              Mark Kvale <kvale@phy.ucsf.edu>)
47334      Branch: perl
47335            + pod/perlrequick.pod pod/perlretut.pod
47336            ! AUTHORS MAINTAIN MANIFEST
47337 ____________________________________________________________________________
47338 [  5985] By: gsar                                  on 2000/04/28  07:30:28
47339         Log: forked child may not exit correctly if it failed to open
47340              /dev/console (from Graham Barr)
47341      Branch: perl
47342            ! ext/Sys/Syslog/Syslog.pm
47343 ____________________________________________________________________________
47344 [  5984] By: gsar                                  on 2000/04/28  07:27:20
47345         Log: attributes::reftype() doesn't work on tied argument
47346      Branch: perl
47347            ! xsutils.c
47348 ____________________________________________________________________________
47349 [  5983] By: gsar                                  on 2000/04/28  07:15:04
47350         Log: numeric conversion of non-number in change#3378 tramples on
47351              OOK offset, causing segfaults
47352      Branch: perl
47353            ! sv.c
47354 ____________________________________________________________________________
47355 [  5982] By: gsar                                  on 2000/04/28  04:48:25
47356         Log: avoid error in IO::Socket::INET when given an unknown service name
47357              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
47358      Branch: perl
47359            ! ext/IO/lib/IO/Socket/INET.pm
47360 ____________________________________________________________________________
47361 [  5981] By: gsar                                  on 2000/04/28  04:31:31
47362         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
47363              prototype mismatch with CORE::glob(); update pod and tests to
47364              suit (File::Glob::glob() is still available for backward
47365              compatibility, but should be considered deprecated)
47366      Branch: perl
47367            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
47368            ! t/lib/glob-taint.t
47369 ____________________________________________________________________________
47370 [  5980] By: gsar                                  on 2000/04/28  03:47:29
47371         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
47372              <ghudson@mit.edu>)
47373      Branch: metaconfig
47374            ! U/modified/Options.U
47375      Branch: perl
47376            ! Configure
47377 ____________________________________________________________________________
47378 [  5979] By: gsar                                  on 2000/04/28  03:07:54
47379         Log: under useithreads, constant pad entries could inadvertantly be
47380              shared across threads (from Eric Blood <eblood@xmission.com>);
47381              added Eric's test case to testsuite
47382      Branch: perl
47383            ! op.c t/op/misc.t
47384 ____________________________________________________________________________
47385 [  5978] By: gsar                                  on 2000/04/27  21:13:00
47386         Log: sync version numbers in File::Spec with the ones on CPAN
47387              (from Barrie Slaymaker)
47388      Branch: perl
47389            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
47390            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
47391            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
47392 ____________________________________________________________________________
47393 [  5977] By: gsar                                  on 2000/04/27  21:07:29
47394         Log: autoquote barewords followed by newline and arrow properly
47395              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
47396      Branch: perl
47397            ! t/pragma/warn/toke toke.c
47398 ____________________________________________________________________________
47399 [  5976] By: gsar                                  on 2000/04/27  20:41:20
47400         Log: DB_File v1.73 update (from Paul Marquess)
47401      Branch: perl
47402            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
47403            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
47404 ____________________________________________________________________________
47405 [  5975] By: gsar                                  on 2000/04/27  20:34:24
47406         Log: allow sort() reentrancy (variant of patch suggested by
47407              Hugo van der Sanden)
47408      Branch: perl
47409            ! pp_ctl.c t/op/sort.t
47410 ____________________________________________________________________________
47411 [  5974] By: gsar                                  on 2000/04/27  19:46:57
47412         Log: change#4197 somehow missed initializing PL_errors, meaning
47413              sytax error queueing wasn't working outside eval"" at all;
47414              also fixed eval"" to localize PL_error_count, so that compile-time
47415              eval's don't clobber the error state of the outer context
47416      Branch: perl
47417            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
47418            ! t/pragma/warn/toke
47419 ____________________________________________________________________________
47420 [  5973] By: gsar                                  on 2000/04/27  18:29:05
47421         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
47422      Branch: perl
47423            ! regcomp.c regexec.c t/op/re_tests
47424 ____________________________________________________________________________
47425 [  5972] By: jhi                                   on 2000/04/27  18:22:41
47426         Log: Integrate with Sarathy.
47427      Branch: cfgperl
47428           +> t/lib/b.t t/lib/syslog.t
47429           !> (integrate 31 files)
47430 ____________________________________________________________________________
47431 [  5971] By: jhi                                   on 2000/04/27  18:18:46
47432         Log: Unicos tweaks from Mark P. Lutz.
47433      Branch: cfgperl
47434            ! hints/unicos.sh lib/Math/Complex.pm
47435 ____________________________________________________________________________
47436 [  5970] By: gsar                                  on 2000/04/27  18:05:11
47437         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
47438              IV is >32bits
47439      Branch: perl
47440            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
47441 ____________________________________________________________________________
47442 [  5969] By: gsar                                  on 2000/04/27  17:50:56
47443         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
47444      Branch: perl
47445            + t/lib/syslog.t
47446            ! MANIFEST ext/Sys/Syslog/Syslog.pm
47447 ____________________________________________________________________________
47448 [  5968] By: gsar                                  on 2000/04/27  17:44:49
47449         Log: tolerate spaces in group names in test on solaris (from David Boyce
47450              <dsb@boyski.com>)
47451      Branch: perl
47452            ! t/op/groups.t
47453 ____________________________________________________________________________
47454 [  5967] By: gsar                                  on 2000/04/27  17:41:22
47455         Log: improved docs on the warn_uninit diagnostic (from David Glasser
47456              and Simon Cozens)
47457      Branch: perl
47458            ! pod/perldiag.pod
47459 ____________________________________________________________________________
47460 [  5966] By: gsar                                  on 2000/04/27  16:54:58
47461         Log: add testsuite for B backends, fix bug in B::Deparse (from
47462              Simon Cozens <simon@brecon.co.uk>)
47463      Branch: perl
47464            + t/lib/b.t
47465            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
47466 ____________________________________________________________________________
47467 [  5965] By: gsar                                  on 2000/04/27  16:10:37
47468         Log: avoid "will not stay shared" warnings for our variables (from
47469              Robin Barker)
47470      Branch: perl
47471            ! op.c t/pragma/warn/op
47472 ____________________________________________________________________________
47473 [  5964] By: gsar                                  on 2000/04/27  07:05:05
47474         Log: reformat to 72 columns (again)
47475      Branch: perl
47476            ! pod/perldiag.pod
47477 ____________________________________________________________________________
47478 [  5963] By: gsar                                  on 2000/04/27  06:28:31
47479         Log: patch from Larry to make (\&) prototype work; added tests for
47480              the same
47481      Branch: perl
47482            ! op.c t/comp/proto.t
47483 ____________________________________________________________________________
47484 [  5962] By: gsar                                  on 2000/04/27  06:15:47
47485         Log: updated README.hpux (from Jeff Okamoto)
47486      Branch: perl
47487            ! README.hpux
47488 ____________________________________________________________________________
47489 [  5961] By: gsar                                  on 2000/04/27  05:55:03
47490         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
47491      Branch: perl
47492            ! emacs/cperl-mode.el
47493 ____________________________________________________________________________
47494 [  5960] By: gsar                                  on 2000/04/27  05:49:26
47495         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
47496      Branch: perl
47497            ! INSTALL
47498 ____________________________________________________________________________
47499 [  5959] By: gsar                                  on 2000/04/27  05:33:41
47500         Log: doubled words in pods (from Simon Cozens
47501              <simon.p.cozens@jp.pwcglobal.com>)
47502      Branch: perl
47503            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
47504            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
47505            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
47506            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
47507            ! pod/perltootc.pod
47508 ____________________________________________________________________________
47509 [  5958] By: gsar                                  on 2000/04/27  05:11:39
47510         Log: change#3569 deleted some essential code, revert; avoid use of
47511              atexit() to make DynaLoader work properly on AIX under mod_perl
47512              (from Jens-Uwe Mager <jum@helios.de>)
47513      Branch: perl
47514            ! ext/DynaLoader/dl_aix.xs
47515 ____________________________________________________________________________
47516 [  5957] By: gsar                                  on 2000/04/27  04:54:51
47517         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
47518      Branch: perl
47519            ! pod/perlmod.pod
47520 ____________________________________________________________________________
47521 [  5956] By: gsar                                  on 2000/04/27  04:51:47
47522         Log: better diagnostics on failed tests (from Ilya Zakharevich)
47523      Branch: perl
47524            ! t/op/lex_assign.t
47525 ____________________________________________________________________________
47526 [  5955] By: gsar                                  on 2000/04/27  04:26:44
47527         Log: longstanding bug exposed by change#3307: sort arguments weren't
47528              compiled with the right wantarray context (ensuing runtime lookup
47529              via block_gimme() was getting the incidental context of the
47530              sort() itself)
47531      Branch: perl
47532            ! op.c t/op/sort.t
47533 ____________________________________________________________________________
47534 [  5954] By: gsar                                  on 2000/04/26  23:42:12
47535         Log: integrate cfgperl contents into mainline
47536      Branch: perl
47537           !> (integrate 30 files)
47538 ____________________________________________________________________________
47539 [  5953] By: jhi                                   on 2000/04/26  23:06:42
47540         Log: Integrate with Sarathy.
47541      Branch: cfgperl
47542           !> README.win32 ext/B/B/Deparse.pm
47543           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
47544           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
47545           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
47546           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
47547           !> utils/perldoc.PL vms/perlvms.pod
47548 ____________________________________________________________________________
47549 [  5952] By: jhi                                   on 2000/04/26  23:03:46
47550         Log: Undo "use integer" addition from 64bitint as it seems
47551              to break most of the subtests in Digital UNIX;
47552              Unicos needs to find another way.
47553      Branch: cfgperl
47554            ! t/op/64bitint.t
47555 ____________________________________________________________________________
47556 [  5951] By: jhi                                   on 2000/04/26  22:57:53
47557         Log: Be more robust on "extreme" (large absolute value)
47558              arguments.  Originally reported by Daniel Connelly
47559              as a problem with asinh() on large negative arguments,
47560              asinh() used to bail out because an argument to log()
47561              ended up being zero.  Ilya Zakharevich proposed using
47562              Taylor's series in such cases, which for such large
47563              arguments is a very good approximation.
47564      Branch: cfgperl
47565            ! lib/Math/Complex.pm t/lib/complex.t
47566 ____________________________________________________________________________
47567 [  5950] By: gsar                                  on 2000/04/25  19:13:12
47568         Log: reformat perldiag to avoid long lines
47569      Branch: perl
47570            ! pod/perldiag.pod
47571 ____________________________________________________________________________
47572 [  5949] By: gsar                                  on 2000/04/25  18:41:11
47573         Log: make perldoc use the pod2man from the same version (from
47574              M.J.T. Guy)
47575      Branch: perl
47576            ! utils/perldoc.PL
47577 ____________________________________________________________________________
47578 [  5948] By: gsar                                  on 2000/04/25  18:21:57
47579         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
47580              <kompas@kompas.usr.onet.pl>)
47581      Branch: perl
47582            ! lib/vars.pm
47583 ____________________________________________________________________________
47584 [  5947] By: gsar                                  on 2000/04/25  18:11:53
47585         Log: use &dl_error rather than &dl_load_file as the guard for calling
47586              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
47587              statically built perl)
47588      Branch: perl
47589            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
47590 ____________________________________________________________________________
47591 [  5946] By: jhi                                   on 2000/04/25  17:37:54
47592         Log: Document that tr() is not tr(1).
47593      Branch: cfgperl
47594            ! pod/perlop.pod
47595 ____________________________________________________________________________
47596 [  5945] By: gsar                                  on 2000/04/25  16:34:33
47597         Log: make module name mandatory after -M switch; reorder perldiag
47598              alphabetically (from Mark-Jason Dominus)
47599      Branch: perl
47600            ! perl.c pod/perldiag.pod
47601 ____________________________________________________________________________
47602 [  5944] By: jhi                                   on 2000/04/25  01:15:18
47603         Log: On second thoughts frexp() does have two arguments.
47604      Branch: cfgperl
47605            ! perl.h
47606 ____________________________________________________________________________
47607 [  5943] By: jhi                                   on 2000/04/24  22:56:32
47608         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
47609              Now pp_ncmp() returns undef is either operand is a NaN.
47610      Branch: cfgperl
47611            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47612            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
47613            ! vms/subconfigure.com vos/config.def vos/config.h
47614            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
47615            ! win32/config.vc win32/config_H.bc win32/config_H.gc
47616            ! win32/config_H.vc
47617      Branch: metaconfig/U/perl
47618            + d_modfl.U
47619 ____________________________________________________________________________
47620 [  5942] By: jhi                                   on 2000/04/24  19:45:17
47621         Log: Regen Configure to match #5937.
47622      Branch: cfgperl
47623            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47624            ! config_h.SH
47625      Branch: metaconfig
47626            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
47627 ____________________________________________________________________________
47628 [  5941] By: jhi                                   on 2000/04/24  19:24:11
47629         Log: Further Unicos fixes for Mark Lutz.
47630      Branch: cfgperl
47631            ! hints/unicos.sh pp_ctl.c
47632 ____________________________________________________________________________
47633 [  5940] By: jhi                                   on 2000/04/24  19:09:06
47634         Log: Various Unicos 10.0.0.6 fixes.
47635              
47636              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
47637              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
47638              Reply-To: tecmpl1@triton.ca.boeing.com 
47639              To: perl5-porters@perl.org 
47640              Date: Fri, 14 Apr 2000 20:21:00 GMT 
47641              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
47642      Branch: cfgperl
47643            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
47644 ____________________________________________________________________________
47645 [  5939] By: gsar                                  on 2000/04/24  19:01:24
47646         Log: more pod nits (from Larry Virden)
47647      Branch: perl
47648            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
47649            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
47650            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
47651 ____________________________________________________________________________
47652 [  5938] By: gsar                                  on 2000/04/24  18:54:01
47653         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
47654      Branch: perl
47655            ! ext/B/B/Deparse.pm
47656 ____________________________________________________________________________
47657 [  5937] By: jhi                                   on 2000/04/24  17:39:00
47658         Log: Integrate with Sarathy.
47659      Branch: cfgperl
47660           +> (branch 31 files)
47661           !> (integrate 73 files)
47662 ____________________________________________________________________________
47663 [  5936] By: gsar                                  on 2000/04/24  17:30:06
47664         Log: additional tests for change#5934 (from Paul Marquess, who also
47665              sent in the same fix)
47666      Branch: perl
47667            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
47668            ! t/pragma/warn/5nolint t/pragma/warn/6default
47669 ____________________________________________________________________________
47670 [  5935] By: jhi                                   on 2000/04/24  17:26:05
47671         Log: Do not assume sign propagation.
47672              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
47673              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
47674              To: payner@ncifcrf.gov, perl5-porters@perl.org 
47675              Date: Tue, 18 Apr 2000 18:24:49 +0100 
47676              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
47677      Branch: cfgperl
47678            ! t/op/bop.t t/op/misc.t
47679 ____________________________________________________________________________
47680 [  5934] By: gsar                                  on 2000/04/24  17:16:54
47681         Log: propagate lexical warnings from surrounding scope correctly
47682              within string eval()
47683      Branch: perl
47684            ! pp_ctl.c t/pragma/warn/pp_ctl
47685 ____________________________________________________________________________
47686 [  5933] By: jhi                                   on 2000/04/24  17:01:07
47687         Log: Flatten the cpp jungle doing the nosuid checking.
47688      Branch: cfgperl
47689            ! perl.c
47690 ____________________________________________________________________________
47691 [  5932] By: gsar                                  on 2000/04/24  09:08:14
47692         Log: add rsignal(), whichsig() and do_join() to public API list
47693              (mod_perl uses them to good advantage)
47694      Branch: perl
47695            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
47696 ____________________________________________________________________________
47697 [  5931] By: gsar                                  on 2000/04/24  09:01:40
47698         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
47699      Branch: perl
47700            ! pp_hot.c regexec.c t/op/pat.t
47701 ____________________________________________________________________________
47702 [  5930] By: gsar                                  on 2000/04/24  08:58:33
47703         Log: small os390 tweaks (from Peter Prymmer)
47704      Branch: perl
47705            ! config_h.SH makedepend.SH
47706 ____________________________________________________________________________
47707 [  5929] By: gsar                                  on 2000/04/24  08:55:25
47708         Log: pod nits
47709      Branch: perl
47710            ! pod/perlguts.pod
47711 ____________________________________________________________________________
47712 [  5928] By: gsar                                  on 2000/04/24  08:50:13
47713         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
47714      Branch: perl
47715            ! ext/IO/lib/IO/Poll.pm
47716 ____________________________________________________________________________
47717 [  5927] By: gsar                                  on 2000/04/24  08:43:24
47718         Log: arrange for next() to resume at the unstack op rather than the
47719              loop conditional, so that scope cleanup happens correctly
47720              (from Stephen McCamant)
47721      Branch: perl
47722            ! op.c pp_ctl.c t/op/misc.t
47723 ____________________________________________________________________________
47724 [  5926] By: gsar                                  on 2000/04/24  08:18:40
47725         Log: on windows, reserve 16M of stack rather than 128M (allows more
47726              threads to run concurrently)
47727      Branch: perl
47728            ! win32/Makefile win32/makefile.mk
47729 ____________________________________________________________________________
47730 [  5925] By: gsar                                  on 2000/04/24  08:13:52
47731         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
47732      Branch: perl
47733            ! toke.c
47734 ____________________________________________________________________________
47735 [  5924] By: gsar                                  on 2000/04/24  08:08:59
47736         Log: avoid using uninitialized memory in require version check
47737      Branch: perl
47738            ! pp_ctl.c universal.c
47739 ____________________________________________________________________________
47740 [  5923] By: gsar                                  on 2000/04/24  07:20:14
47741         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
47742      Branch: perl
47743            ! ext/IO/lib/IO/Poll.pm
47744 ____________________________________________________________________________
47745 [  5922] By: gsar                                  on 2000/04/24  07:08:42
47746         Log: commentary about IoTYPE() (from Nathan Torkington)
47747      Branch: perl
47748            ! sv.h
47749 ____________________________________________________________________________
47750 [  5921] By: gsar                                  on 2000/04/24  06:58:26
47751         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
47752              by fix
47753      Branch: perl
47754            ! sv.c t/lib/charnames.t t/pragma/utf8.t
47755 ____________________________________________________________________________
47756 [  5920] By: gsar                                  on 2000/04/24  06:37:59
47757         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
47758      Branch: perl
47759            ! doop.c t/op/ver.t
47760 ____________________________________________________________________________
47761 [  5919] By: gsar                                  on 2000/04/24  06:21:58
47762         Log: Configure might miss old directories when prefix must be
47763              expanded (from Robin Barker)
47764      Branch: metaconfig
47765            ! U/installdirs/inc_version_list.U
47766      Branch: perl
47767            ! Configure
47768 ____________________________________________________________________________
47769 [  5918] By: gsar                                  on 2000/04/24  06:16:11
47770         Log: VMS nits in glob() test (from Charles Lane)
47771      Branch: perl
47772            ! t/lib/glob-basic.t
47773 ____________________________________________________________________________
47774 [  5917] By: gsar                                  on 2000/04/24  06:11:56
47775         Log: various pod nits (from Larry Virden and others)
47776      Branch: perl
47777            ! README.amiga README.hpux README.machten README.os2
47778            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
47779            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
47780            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
47781            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
47782            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
47783            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
47784            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
47785            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
47786 ____________________________________________________________________________
47787 [  5916] By: gsar                                  on 2000/04/24  05:52:43
47788         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
47789              <wjones@tc.fluke.com>)
47790      Branch: perl
47791            ! t/lib/glob-basic.t
47792 ____________________________________________________________________________
47793 [  5915] By: gsar                                  on 2000/04/24  05:07:01
47794         Log: supported platforms mixed up
47795      Branch: perl
47796            ! pod/perl56delta.pod pod/perlport.pod
47797 ____________________________________________________________________________
47798 [  5914] By: gsar                                  on 2000/04/24  04:56:08
47799         Log: caller() wasn't returning the right number of elements for
47800              eval {...}
47801      Branch: perl
47802            ! pp_ctl.c t/pragma/warn/9enabled
47803 ____________________________________________________________________________
47804 [  5913] By: gsar                                  on 2000/04/24  04:35:41
47805         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
47806              Mark-Jason Dominus)
47807      Branch: perl
47808            ! pod/perlfunc.pod
47809 ____________________________________________________________________________
47810 [  5912] By: gsar                                  on 2000/04/24  04:17:15
47811         Log: fix totally broken caching in UNIVERSAL::isa() (from
47812              Nick Ing-Simmons)
47813      Branch: perl
47814            ! t/op/universal.t universal.c
47815 ____________________________________________________________________________
47816 [  5911] By: gsar                                  on 2000/04/24  03:39:47
47817         Log: add linebreak properties from unicode/LineBrk.txt (from
47818              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
47819      Branch: perl
47820            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
47821            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
47822            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
47823            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
47824            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
47825            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
47826            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
47827            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
47828            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
47829            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
47830            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
47831            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
47832            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
47833            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
47834            + lib/unicode/Is/LbrkZW.pl
47835            ! lib/unicode/mktables.PL
47836 ____________________________________________________________________________
47837 [  5910] By: gsar                                  on 2000/04/24  03:23:10
47838         Log: typo in pod
47839      Branch: perl
47840            ! ext/Thread/Thread.pm
47841 ____________________________________________________________________________
47842 [  5909] By: gsar                                  on 2000/04/24  03:22:03
47843         Log: mode argument to do_binmode() should be file mode, not boolean
47844      Branch: perl
47845            ! pp_sys.c
47846 ____________________________________________________________________________
47847 [  5908] By: gsar                                  on 2000/04/16  16:51:08
47848         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
47849              always returns a valid GV even when the symbol is trapped by strictures
47850              (avoids coredumps)
47851              
47852              TODO: the C<package;> hack needs similar treatment
47853      Branch: perl
47854            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
47855            ! t/pragma/strict-vars
47856 ____________________________________________________________________________
47857 [  5907] By: jhi                                   on 2000/03/31  23:42:56
47858         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
47859              an assumption which #5905 demolished.
47860      Branch: cfgperl
47861            ! pp_sys.c
47862 ____________________________________________________________________________
47863 [  5906] By: jhi                                   on 2000/03/31  18:54:37
47864         Log: Typo in #5905.
47865      Branch: cfgperl
47866            ! t/op/64bitint.t
47867 ____________________________________________________________________________
47868 [  5905] By: jhi                                   on 2000/03/31  18:50:54
47869         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
47870              reported by Joseph N. Hall.  The bug was that even with use64bitint
47871              one had to use the prefixes q, L, or ll with printf/sprintf,
47872              contrary to the documentation and common sense.
47873      Branch: cfgperl
47874            ! sv.c t/op/64bitint.t
47875 ____________________________________________________________________________
47876 [  5904] By: gsar                                  on 2000/03/28  02:31:32
47877         Log: add Changes, perldelta.pod
47878      Branch: perl
47879            + Changes pod/perldelta.pod
47880 ____________________________________________________________________________
47881 [  5903] By: gsar                                  on 2000/03/28  02:03:55
47882         Log: rename Changes and perldelta.pod
47883      Branch: perl
47884           +> Changes5.6 pod/perl56delta.pod
47885            - Changes pod/perldelta.pod
47886            ! MANIFEST
47887 ____________________________________________________________________________
47888 [  5902] By: gsar                                  on 2000/03/28  01:59:14
47889         Log: create maint-5.6 branch
47890      Branch: maint-5.6/perl
47891           +> (branch 1611 files)
47892 ____________________________________________________________________________
47893 [  5901] By: jhi                                   on 2000/03/23  05:48:43
47894         Log: Integrate with Sarathy.
47895      Branch: cfgperl
47896           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
47897 ____________________________________________________________________________
47898 [  5900] By: gsar                                  on 2000/03/23  05:42:43
47899         Log: three guesses on what this is :-)
47900      Branch: perl
47901            ! Changes